搜索资源列表
test_guide
- 文件中有一个经典guide编程案例,那是我用了一个晚上写的函数。因为调用了其它一些函数,我将其编译成*.dll。可以查看本函数代码,调试执行的是*.dll文件。因为函数是在matlab6.5下编译的,故在matlab6.1环境下无法演示。 其中涉及界面的创建,回调函数的调用,函数之间的参数传递,以及其它guide编程的处理方式。-document is a classic case programming guide, which is the one I used to write at
comtet_matlab
- 该程序是一个matlab与visual c++ 混合编程的例子,运用matlab的combuilder将matlab程序编译成dll,在C++里调用。-that the procedure was a Matlab c mixed with visual programming examples. using Matlab combuilder procedures will be compiled into Matlab dll, in the C calling.
VC++_Matlab
- 许多工程软件需要用到复杂的数学算法。VC++能够形成各种用户界面, 并可以直 接与系统及底层硬件交换数据。因此研究VC++和Matlab 的混合编程具有很大的实际意义。 该文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++ 调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。
cs
- 这是专门为 C# 开发者定制的 ZC030X 编程接口。C# 开发者可以如下方式进行调用: 首先需要进行声明: ... using System.Runtime.InteropServices public class win32{ [DllImport("zc030xlib.dll", EntryPoint = "capInitCamera")] public static extern int capInitCamera() }-This is speci
fftw-3.1.2-dll
- fftw,the fastest fourier transform in the West。用于快速计算离散傅里叶变换,用c编程-fftw, the fastest fourier transform in the West. For fast calculation of discrete Fourier transform, using c programming
kdtree
- 有matlab和vc联合编程实现kd树实现过程,附有它们之间转化用的max文件和动态链接库dll文件。-Matlab and vc are the joint programming process to achieve the realization of kd tree, accompanied by their transformation with the max files and dynamic link library dll file.
MATLABTODLL.RAR
- 这是MATLAB 和 LABVIEW 混合编程方面的书籍 介绍了 MATLAB 脱离 MATLAB 环境运行。-this is a good code for that matlab to dll. welcome to download
ACOLab4
- 本软件主要用于进行蚁群算法实验,使用它不仅可以进行标准算法的验证与学习,还可以根据需要在图形界面中定制出自己的蚁群算法,同时,该软件中的算法模块可以很容易更换和升级,甚至可以自己按照帮助文件中所提到的接口,使用任何可以开发DLL的编程语言编写出能在本软件中使用的算法模块。-this project is for Ant Colony Optimization experiments.Users not only can learn the algorithm with it,but also
VC_and_matlab_mix_code
- VC++与MATLAB的混合编程的快速实现 讨论了如何用MATLAB的complier将*.m函数编译为动态链接库DLL,供VC++使用的方法。-VC++ and MATLAB programming for fast implementation of mixed discuss how to use MATLAB' s complier to*. m functions compiled as dynamic link library DLL, VC++ for the methods
VCandMATLAB
- 本文介绍了VC++与MATLAB联合编程的几中方法,并重点介绍了DLL方法-This article describes the joint VC++ and MATLAB programming in several ways, and highlight the DLL method
MATLAB.dll_test
- 用vb调用matlab联合编程的示例,包含com接口及带参数的传递-Joint programming with vb call matlab example, contains com interface and the transmission parameters
vs2008-matlab
- matlab7与c++的混合编程:将m函数编译成dll给C++调用,从而加快开发的进度。-Matlab7 and c++ programming with mixed: make m function compiled into the DLL to c++ calls, thus speeding up the progress of the development.
VCamatlab
- VC++与matlab混合编程实例和VC调用matab生成的DLL说明-The mixed VC++ with matlab programming examples and generated by the VC call matab DLL descr iption
matlab7.0.1-and-vc6.0-and-dll
- 使用MATLAB_Engine与C混合编程的实例,并添加DLL的使用-MATLAB_Engine andC hybrid programming plus dll
Python
- matlab与python的混合编程,在python中可以通过dll或者com方式调用matlab程序-matlab mixed programming with python, matlab program in python can be called by the dll or com
Mixed-programming-in-matlab
- matlab中的混合编程及各类接口的使用实例。包括notebook,excel,word,mat,dll,color map,Implicit function,debugging等多个方面的多个实例。-matlab Mixed programming and examples of the use of various types of interfaces. Include multiple instances of multiple aspects of the notebook, exc
VS2015 与 Matlab2016b编译环境设置
- 64位编译,VS2015调用Matlab2016编译生成的DLL,搞定各种运行错误,调试错误。32位编译下,VC++(Visual studio)调用Matlab编译生成的DLL本来是一件很容易的事情,现在转到64位了,编译环境设置不当,程序无法调通。另外,参照别人的帖子copy代码,不仔细思考,容易出现各种运行报错。(VS2015 call the DLL by Matlab2016. Enviroment setting in the Visual studio 2015. Solve th