搜索资源列表
truetime-1.3
- 一个很棒的网络控制系统仿真软件,truetime工具箱包括TrueTime Computer与Truetime Network 两个接口模块。计算机模块具有灵活的实时内核,A/D和D/A转换器,网络接口和外部通道。计算机模块按照用户定义的任务执行,代码采用Matlab或C++编写。-a terrific network control system simulation software, truetime Toolbox including Computer and TrueTime True
MatLab_qingying
- 在详细介绍各种命令的同时,向读者介绍了MATLAB在高等数学,线性代数,图形图像处理等方面的应用和外部接口.
truetime-1.13b-compiled
- 一个很棒的网络控制系统仿真软件,Truetime工具箱包括TrueTime Computer与Truetime Network 两个接口模块。计算机模块具有灵活的实时内核,A/D和D/A转换器,网络接口和外部通道。计算机模块按照用户定义的任务执行,代码采用Matlab或C++编写。-a terrific network control system simulation software, including Truetime Toolbox Truetime TrueTime Computer
Source_Code_Of_Guide_To_MATLAB_Mix_Programming
- 这是机械工业张德丰《MATLAB与外部程序接口编程》随书源码,这本书详细介绍了MATLAB与C、C++、Excel、VB、Delphi、FORTRAN相互调用的方法,使得我们可以综合利用传统编程语言执行效率高和MATLAB函数库功能强大的优势,本书对于MEX和MAT文件、MATLAB引擎、MATLAB C/C++函数库、Matcom等都作了详细的介绍并举例说明,书籍最后还介绍了MATLAB的串口接口。-This is the machine-building industry张德丰" M
MATLAB_11238187
- 《MATLAB外部接口编程》, 超星的文件-" MATLAB external interface programming," the paper Superstar
virtualroaming
- 系统的概要设计范围是:软件系统总体结构设计、全局数据库和数据结构设计、外部接口设计、主要部件功能分配设计、部件之间的接口设计等方面的内容。-Summary of the system design are: the overall structure of software system design, global database and data structure design, external interface design, key components function all
MATLAB-external-program-interface
- MATLAB与外部程序接口的设计与应用,内容比较前面-MATLAB and external program interface design and application, compare the contents of the front
MATLAB-interface
- 详细讲解了MATLAB的外部接口应用以及相应接口函数的使用方法。主要介绍了mxArray结构、C语言MEX文件应用、Fortran语言MEX文件应用、MAT文件应用-Explain in detail the application of MATLAB' s external interface and the corresponding interface function is used. Introduces the mxArray structure, C Language MEX
Matlab-High-level-Programming
- 《Matlab高级编程》由高级编程技术、程序编译、Matlab与外部程序接口和高洁界面主题等几个方面的内容组成,介绍一些非常实用的技术。-Matlab Advanced Programming by the advanced programming techniques, program compilers, Matlab external interface API and noble themes, and several other aspects of the composition,
interface-reference-manual-
- matlab的相关外部接口函数,包括:C,java,fortran-matlab external interface related functions, including: C, java, fortran, etc.
MATLABjiaocheng
- 本书包括MATLAB 7.0语言基础、基本应用、高级应用三部分。语言基础包括语言入门、程序设计基 础、矩阵线性代数算法实现;基本应用包括数据处理、数值计算、符号运算、图形处理;高级应用包括图形 用户界面编程、工具箱使用、模型使用、外部接口等。-This book includes MATLAB 7.0 language-based, basic applications, advanced applications of three parts. Introduction to basi
matlab-bianyi-yu-waibujiekou
- 复件 matlab编译程序与外部接口光盘内容 复件 matlab编译程序与外部接口光盘内容-Matlab compiler copy the disc contents with the external interface matlab compiler copy the disc contents with external interfaces
AdvancedMatlab
- 本书介绍了Matlab高级编程技术编译与外部程序接口和界面设计技巧等内容-This book presents advanced programming techniques compiled Matlab program with the external interface and interface design skills, etc.
MATLAB-interface-programe
- 不错的MATALAB 的外部接口编程资料,对各种接口进行了举例。-A good MATALAB external interface programming information on a variety of interface examples.
MATLABout
- matlab 与外部程序接口的使用 主要是com技术-matlab 与外部程序接口的使用 主要是com技术
MATLABchengxujiekou
- MATLAB与外部程序接口编程,包括C/C++,java等等。-MATLAB external interface programming, including the C/C++,java, and so on.
cspnum1
- csp算法,异步脑机接口特征值提取。脑-机接口(brain-computer interface,BCI)技 术提供了一种非肌肉控制的通讯通道,使大脑可以直接和外部环境进行信息交 互。脑-机接口将人脑的信号直接转换成对外部设备的控制命令,信息的传递 不再需要经过外周神经和肌肉等传出通道[1-In motor imagery-based Brain Computer Interfaces (BCI), discriminative patterns can be extracted
bit.tar
- 将字符串转换成相应的比特为进行操作,提供标准的接口,外部程序可以方便的调用接口完成BIT位操作。-Converts a string into the corresponding bits of the operation, providing a standard interface, the external procedure call interface can easily complete the BIT bit operations.
StateMachine
- 一个有限状态机的编程范例 StateMachine包 状态机管理 IStateMachine.as 状态机接口 MyEvent_Control.as 消息管理,状态管理 MyEvent_Single.as 单个事件 Total.as 实现了状态机接口(IStateMachine)的基类,将其理解为抽象类比较好 A.as 继承基类(Total)的状态机,这个才是真正可用的 B.as 同A Main.as 调用,以及启动 若要使