搜索资源列表
遗传算法模板
- 用vb写的遗传算法程序。是一些通用代码,与具体问题对应的代码空出来,用的时候填进去。-used to write the genetic algorithm. Some common code, with the specific issues the corresponding code space, and the time spent filling into account.
MATLABVB
- 以一个BP神经网络进行函数逼近为例,通过COM组件实现MATLAB与VB应用程序的混编接口技术。
MatlabVB
- MATLAB具有强大的科学计算功能, 含有大量多目标优化分析函数。依据技术将函数在 环境下进行调用, 进行多目标优化集成系统开发, 实现数据的自动输入和输出功能, 编制了MATLAB与VB的数据接口代码, 提出程序设计时应注意的问题。
Matlabapplicationinterface
- 一本介绍matlab程序与其他应用程序接口的书籍,其中包括matlab与VC和VB程序的交互方法,内容详实。-Matlab an introduction procedures and other application programming interfaces books, including the matlab program with VC and VB interactive methods, informative.
VB
- 最优控制的vb程序,主要包括最优控制中用到的vb代码示例-Vb optimal control procedures, including use of optimal control vb sample code
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
VBdiaoyongMATLAB
- VB调用MATLAB 使用VB来调用matlab里的函数,可以综合matlab的强大功能使vb开发的程序效率更高。-MATLAB using VB to call matlab in VB to call the function, can be integrated so that the power of matlab programs vb efficient.
1
- vb调用MATLAB的程序说明,非常好用-vb call the MATLAB program that is very easy to use
VBMatlab
- :VB与Matlab混合编程方法,通过建立VB与Matlab间的ActiveX连接,实现VB应用程序中调用Matlab, 建立与Matlab ActiveX服务器的连接。该方法通过利用ActiveX技术、应用DDE与Matlab通讯、使用MatrixVB、 生成执行文件、编译动态链接库等步骤实现-: VB and Matlab programming mix, VB and Matlab through the establishment of connection between th
VB_MATLAB
- VB程序中实现调用MATLAB的方法. 介绍了在VB 应用程序中利用动态数据交换和ActiveX自动化(OLE自动化)协议实现的两种调用MATLAB函数的方法。通过这两种方法实现了VB的可视化界面与MATLAB 强大的数值分析和图形显示的能力的结合。-Introduced in VB application using Dynamic Data Exchange and ActiveX Automation (OLE Automation) protocol calls MATLAB fun
ga
- 蚁群算法程序演示,vc++的源程序,vb开发的演示课件-Ant colony algorithm demo program, vc++ the source code, vb demonstration courseware development
simulation-sys-on-communication
- 本设计通过利用VB 编写用户操作界面和MATLAB 实现后台运算及图形处理的混合编 程的方法,来完成对通信原理仿真系统的开发。设计中采用ActiveX 技术来实现VB 和MATLAB 之间的通信,在VB 应用程序内创建MATLAB ActiveX 对象,实现对MATLAB 的调用,最终 仿真实现信源编码解码、模拟调制解调、数字基带传输、数字调制解调等功能。-This design user interface written using VB and MATLAB computing and g
ziliao
- VB、VC++、Visual FORTRAN程序对MATLAB的调用资料,这个对想运用各种编程调用matlab函数的人有些帮助-VB, VC++, Visual FORTRAN program MATLAB call information, people want to call matlab function using a variety of programming, some help
l
- 。基于此本文提出一种利用Microsoft Access数据库实现VB与Matlab数据交换的方法,在程序设计中可充分利用两种软件的优势,可以大大缩短软件开发周期,为 含复杂数学计算的可视化软件设计提供了一种可选的方案。-A new method is proposed in this paper to realize data communication between VB and Matlab based on Microsoft Access. It provides a g
sbbaallSCRm
- 小球屏幕保护程序源码学习VB时编的一个简单易懂的屏幕保护程序源码,图像是个跳动的小球。能设设置小球的颜色,速度,大小等状态。大家感兴趣的能下载下来玩玩,非常有意思哟! 可直接使用。 -The ball screen saver source to learn VB compiled a simple screen saver source image is a small ball to beat. Can be set up to set the color, speed, size an
VBUART
- VB串口设计的简单程序,调用MSCOM控件来实现串口通讯.-VB serial design simple program, call MSCOM control to realize the serial communication.
pidvb
- 用vb编制的对水箱控制的pid程序,适合对pid有一定了解的人-With vb prepared for tank pid control procedures, suitable for people who have a certain understanding pid
newton
- vb与matlab混合编程的牛顿环仿真程序 matcom,matrixvb运行环境需要设置好-vb and matlab mixed programming Newton rings simulation program matcom, matrixvb need to set up the operating environment
vb
- 二次规划算法可在SQP算法中成为通用的二次规划子问题程序。二次规划算法设计到众多的矩阵运算,用C++代码编程需要较大工作量,而矩阵运算在Matlab下则相当方便。-Quadratic programming algorithm can be a generic quadratic programming subproblem program SQP algorithm. Quadratic programming algorithm design to a large number of mat
蚁群算法VB
- 本算法是蚁群算法的通用程序,用于解决各类优化求解问题