搜索资源列表
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
用VC调用matlab的dll文件
- 用VC调用matlab的dll文件-VC call Matlab dll file
VC_read_mat_file.rar
- 在vc++环境下读取matlab数据文件*.mat,read mat file in vc++
FFT
- 使用c语言在vc++6.0环境下编写的FFT程序,分为三个部分,包括input文件,其中提供2的n次方的数据,main.cpp为主程序,包括读入input的数据和输出结果到自动创建的output文件之中。测试完全可以使用-Using c language in vc++6.0 environment prepared by the FFT program is divided into three parts, including the input file, which provides t
huaxian
- vc与matlab联调,由matlab编写m文件,生成com组件,然后vc调用com组件,完成vc与matlab的接口-FBI vc with matlab, matlab prepared from m file to generate a com component, com component then vc call to complete the vc interface with matlab
ErrorProgram
- 精密测量中常用的误差处理函数,常用的数据处理,是自己用VC编写而成的-roberts (the use of Roberts edge operator on the edge of images extracted from source code, compiled executable file to run the parameters to be taken)
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.
ComTest
- VC 调用matlab combuilder简单例子-VC call matlab com file
MexDemo
- 几个VC++源代码,使用C-MEX文件来实现VC++与MATLAB的混合编程。-Several VC++ source code, the use of C-MEX file to achieve the VC++ and MATLAB programming mixed.
xralflin
- 在vc++ 环境下对mapinfo的mif mid数据格式的文件进行操作(本程序附带部分数据方便大家学习)本程序不仅对道路、 等高线、 电力层、 独立地物、居民地、水系、图廓线等图层进行显示,而且实现了 缩放 漫游 开窗放大等基本的功能.是研究mapinfo数据格式的一个很好参考源码。 -In vc++ environment for mapinfo data format of the mif mid file operations (part of the data included in
VCmatlabmfile
- VC调用matlab中定义的.m文件中的函数的实例-vc use matlab m-file
vc
- 文件中含有大量的vc++语言和MATLAB语言的源代码,并附带有运算结果-File contains a large number of vc++ language and MATLAB language source code, together with an operation result
1985488STL_DISPLAY_Display
- 通过VC++ 6.0实现STL文件的显示以及切片处理-Achieved through the VC++ 6.0 STL file handling display and sliced
Matlab-VC_DICOM
- DICOM是各种数字化影像设备的图像格式和数据传输标准。许多医学图像都采用了DICOM标准。DICOM医学图像的编 码和显示是医学图像研究的基础。该文介绍了DICOM的相关概念和医学图像的组织结构。列出了数据集进行编解码的算法并用 Matlab和VC++编程实现DICOM医学图像的信息读取和显示。-Abstract:Dicom(Digital Imaging and Communications in Medicine)is the international standard of m
CVKFilter
- 原创的,使用vc++实现匀速运动模型(constant velocity)的kalman滤波,可以运行,并有matlab测试程序对滤波结果进行对比。-vc++ constant velocity kalman filter。the matlab m file can obervers the filter results
dll
- 将m文件封装成vc可调用的dll文件,给出了详细的封装过程-M files will be packaged into a vc dll file can be invoked, the packaging process gives a detailed
matrix
- 在VC中用Matlab引擎计算实对称矩阵特征值和特征向量。.mor0为矩阵输入文件,.mor位结果输出文件。-Calculated using Matlab engine in the VC real symmetric matrix eigenvalues and eigenvectors. . Mor0 matrix input files,. Mor-bit result output file.
MATCOM-VC-MATLAB
- 用MATCOM实现VC_对MATLAB中_m文件的调用-With MATCOM achieve VC_ on file in MATLAB call _m
libsvm-mat-2.91-1
- Matlab上使用SVM所需插件 2. 操作流程: 请注意:详细操作流程请参考上面的“详解”网站,这里只说大框架和详解里没有提到的问题。 A.设置path File->set path ->add with subfolders->加入libsvm-3.11文件夹的路径 B. 在matlab中编译 目的:将libsvm-3.11\matlab 中 libsvmwrite.c 等 C++文件编译成 libsvmread.mexw32 等matl