搜索资源列表
mymatlabwenyf
- Matlab是一套功能强大的技术计算(technical computing)软件工具,就数据采集方面来说,它集中了信号采集(它内置一些著名厂商的数据采集卡驱动程序),信号分析(计算),可视化(绘图),文件处理(存盘,打印等)各方面功能于一体,而且很容易开发出WINDOWS图形用户界面(Graphical user interface,缩写为GUI).-Matlab is a powerful technical terms (technical computin g) software too
TJFTManual
- A Windows FTP client written without CInternetSession or CFtpConnection classes. Demonstrates manual manipulation of Winsock sockets, FTP principles, and GUI concepts such as List controls with in-place label-editing and column sorting, progress indi
rtklib_2.4.1 卫星数据解算的程序
- rtklib 版本2.4.1 An Open Source Program Package for GNSS Positioning 日本开源网站上提供的关于卫星数据解算的程序。All of the executable binary APs for Windows are included in the package as well as whole source programs of the library and the APs. * For real-time PP
GUI.Design.Studio.Pro.v4.2.115.0
- GUI Design Studio Professional v4.2.115.0 GUI原型设计重量级工具(含注册机),只可用于学习之用-GUI Design Studio Professional v4.2.115.0 By Trashin – enero 4, 2011Posted in: Aplicaciones, Descargas DESCARGAR Crear diseñ os de interfaz de usuario y proto
04_vc_GUI
- 使用API函数进行可视化编程,Windows图形设备接口及Windows绘图-API function to use visual programming, Windows Graphics Device Interface and Windows graphics
GUIDesignStudio
- GUI Design Studio是一个给应用软件设计图形用户界面(GUIs)的专业工具。 它是一个不需要软件开发和编码的完整的设计工具。屏幕上的一切都通过图形方式创建,你可以设计整个应用程序或单个窗体,对话框和组件。并组合它们来创建更多的设计,和典型界面。我们也可以将它们链接在一起做为一个故事板,然后通过模拟器来运行,形成交互原型。 GUI Design Studio 将会支持所有基于微软 Windows 平台的软件环境。这个意味着,你可以先自由的设计,设计完后再选择实现工具。 按照
GUIchecklist
- GUI Testing Checklist CONTENTS: Section 1 - Windows Compliance Testing 1.1. Application 1.2. For Each Window in the Application 1.3. Text Boxes 1.4. Option (Radio Buttons) 1.5. Check Boxes 1.6. Command Buttons 1.7. Drop Down List Bo
0837@52RD_11_RedArrow-Overview
- 英飞凌入门资料 该文章没有显式目录,主要内容如下: MMI architechture -Overview -Two Layers: Middleware Layer and MMI/Application Layer MMI Feature Set Middleware Layer MMI-Multi-message Loop Architecture mmi-Power On Procedure Host Simulator -Red Arrow
Data-Sampling-System
- 数据采集系统性能的好坏主要取决于它的精度和速度。该数据采集系统在保证精度的条件下,还要尽可能地提高采样速度,以满足实时采集、实时处理和实时控制的要求。而且它将开发、数据采集、分析处理等融为一体的Windows风格的图形用户界面(GUI)代替了复杂繁琐的程序,使数据采集与分析处理变得简单、方便。-The data acquisition system performance is good or bad depends primarily on its accuracy and speed. Th
ProcessMonitor
- monitor any windows process, have a gui
MOEMSMePTest
- Stepper motor GUI.Made in Lab windows CVI
verilog_intro-Cygwin
- verilog_intro-Cygwin environment and as a design tool. The Cadence design tool suite is installed on the Linux servers on our network. We will use be using the GUI interface which will allow us to view waveforms in a timing diagram. This also r
Windows GUI System v2.0
- Just a little GUI I developed to make your Windows look even fancier than it already might!
Octave入门教程
- Octave是一种编程语言,旨在解决线性和非线性的数值计算问题。Octave为GNU项目下的开源软件,早期版本为命令行交互方式,4.0.0版本发布基于QT编写的GUI交互界面。Octave语法与Matlab语法非常接近,可以很容易的将matlab程序移植到Octave。同时与C++,QT等接口较Matlab更加方便。(Scientific Programming Language Powerful mathematics-oriented syntax with built-in plottin
Python入门基础教程全套
- 1.易于学习:Python有相对较少的关键字,结构简单,和一个明确定义的语法,学习起来更加简单。 2.易于阅读:Python代码定义的更清晰。 3.易于维护:Python的成功在于它的源代码是相当容易维护的。 4.一个广泛的标准库:Python的最大的优势之一是丰富的库,跨平台的,在UNIX,Windows和Macintosh兼容很好。 5.互动模式:互动模式的支持,您可以从终端输入执行代码并获得结果的语言,互动的测试和调试代码片断。 6.可移植:基于其开放源代码的特性,Python已
MX6U 嵌入式 Linux 驱动 开发指南 V1.6
- 本书主要讲解嵌入式 Linux 中的驱动开发,也会涉及到裸机开发的内容,相信大部分读者 和作者一样,以前都是做单片机开发的工作,比如 51 或者 STM32 等。单片机开发很难接触到 更高层次的系统方面的知识,单片机用到的系统都很简单,比如 UCOS、FreeRTOS 等等,这些 操作系统都是一个 kernel,如果需要网络、文件系统、GUI 等这些就需要开发者自行移植。而 移植又是非常痛苦的一件事情,而且移植完成以后的稳定性也无法保证。即使移植成功以后后 续的开发工作也比较繁琐,因为