搜索资源列表
vcmatlab7src
- MATLAB Compiler 是MATLAB自带的一个编译器,它能将m文件转化成 C、C++或p等各种类型的源代码,并根据需要生成可执行文件、lib文件(库文件)、dll文件或S函数文件等。MATLAB 6.5 使用的编译器包括了MATLAB 的C\\C++数学库函数以及图形库。动态链接库(dll)是编写软件中常用的一种技术,MATLAB提供了将M文件编制成dll文件的方法,本文就介绍如何在MATLAB6.5中将m文件z转化成dll文件,然后在VC中调用该dll文件。 -MATLAB Co
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
jxxfc1
- 介绍了如何将m文件转换成VC可调用的dll文件,在这章中介绍如何利用编译器将m文件转换成对应的C\\C++文件,并在VC中调用-on how to convert documents into m VC dll with the available documents, In this chapter, how to use the compiler to convert documents into m corresponding to the C \\ C paper and called
45666019bosuxingchengsuanfa
- MATLAB Compiler 是MATLAB自带的一个编译器,它能将m文件转化成 C、C++或p等各种类型的源代码,并根据需要生成可执行文件、lib文件(库文件)、dll文件或S函数?BR> [lms_communication
netcdfmatlab
- netcdf插件安装和.nc格式数据的读取,主要操作mexcdf53.dll和netcdf.dll文件,适于从事海洋和大气专业的的数据格式.作者在实际中用matlab处理了一些此类数据,简单说来就是安装一个插件即可.现将我们的方法具体地写出,以供参考
用VC调用matlab的dll文件
- 用VC调用matlab的dll文件-VC call Matlab dll file
RankBoost
- RankBoost算法实现,有dll文件。代码为matlab.-rankboost algorithm code implementation.
RankNCG
- RankNGG 算法实现. 含有dll文件。源码为matlab-RankNgg algorithm implementation .
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.
Cell_search
- 具有动态链接库的小区搜索程序。这个程序的dll文件属于平台机密啊。-Dynamic link library cell search procedure. Dll file of this program is platform confidential ah.
001
- 因为MATLAB需要用到处理器的数学运算部分(MATLAB默认用的是INTEL的数学处理单元),故需要设置一下BLAS(Basic Linear Algebra Subroutines,就是"基础线性几何子程序"的意思)环境变量. 首先请确认你的MATLAB的文件夹中有如下文件:atlas_Athlon.dll(AMD系列的请用这个), atlas_P4.dll(P4的用这个),atlas_PIII.dll(P3的用这个),atlas_PII.dll(P2的用这个),这些是对应处理器的数值运算
matlib
- 用c++语言,生成一个能让MATLAB自动加载的数据格式文件。该工具能够编译成为dll文件,随着其他文件一起动态执行和动态添加一个系统的功能。-transform an input file into .mat for matlab from c++
gfsd-lGoogleArchive
- Mathworks公司文件交换不允许的。exe或。dll文件在提交包括在内。但有时一提交要求编制外部库。这次提交允许通过一个无缝的zip文件下载和安装的文件禁止通过谷歌网站托管。 默认情况下它会打开一个2MB的压缩文件,其中包含一个文件IDTF变成U3D文件(PDF格式制作的三维网格数字有用)转换器。 语法: installGoogleArchive(downloadLocation,zip文件)-The Mathworks File Exchange does not
dll
- 将m文件封装成vc可调用的dll文件,给出了详细的封装过程-M files will be packaged into a vc dll file can be invoked, the packaging process gives a detailed
API
- MATLAB的M文件编译成dll文件供VC6调用-VC6 Debug the dll folder from the MATLAB S m-file
Matlab_VC
- Matlab 和VC,用MATLAB产生dll。然后再VC里面调用dll文件-Matlab and VC ,dll
libMyAdd
- matlab编译的dll文件案例,文件内容为a+b=c-failed to translate
matlab
- 利用matlab如何生成dll文件 并且在vb c++中使用
Bayes
- 一个matlab写的动态链接库,实现贝叶斯运算,源码里面也有,C#可以直接调用其中的DLL文件,测试有效。-Write a matlab dynamic link library that implements the Bayesian computing source inside the C# can directly call the DLL files, test Effect.
Kalman-filter-algorithm-MATLAB
- m代码在m_files目录中,主函数为fildis 执行独立exe时,需..\bin\win32下的dll支持.可以在autoexec.bat中加入此目录, 也可将dll文件拷出放入同一目录下,对于独立exe若要从mat文件初始化,mat文件目录全名需无中文字符。 可以作为设计各种kalman滤波器的开发导航,参数可以自己设置。-m code m_files directory , the main function for fildis , The need to perfor