搜索资源列表
tstMatlabDLL
- 用VC调用MATLAB的DLL,使用MATLAB画出简单的图-VC Calling MATLAB DLL using MATLAB draw a simple map
jxxfcsrcfdgfdsswwww
- 在上一章中对MATLAB 编译器做了简要介绍,并介绍了如何将m文件转换成VC可调用的dll文件,在这章中介绍如何利用编译器将m文件转换成对应的C\\C++文件,并在VC中调用。这章节中的例子是在第四章中介绍过的解线形方程组。-in the previous chapter on MATLAB Compiler made a brief presentation, and describes how to convert documents into m VC dll with the avail
MatlabSharedLib_demo
- Introduction Some times it is required that we build a shared library (DLL) from an m-file. M-files are functions that are written in Matlab editor and can be used from Matlab command prompt. In m-files, we employ Matlab built-in functions or toolb
GPIB
- GPIB是General Purpose Interface Bus的缩写,一个8位并行数字通信接口,最高速率1MB/S,它经常用于计算机之间的通信和外围设备的控制。本程序的目的是向你展示如何在PC电脑上应用GPIB。-GPIB is a General Purpose Interface Bus acronym, an 8-bit parallel digital communication interfaces, the highest rate of 1MB/S, which are of
MccDemo3
- Matlab和VC6.0混合编程,实现将matlab绘图窗口嵌入到vC程序中。 1、首先将压缩文件中的matlab部分,编译,命令如下:mcc -W cpplib:libmccdemo3 -T link:lib mccdemo3.m 2、将编译得到的.dll,.lib,.h,.ctf文件拷贝到vC工程文件夹下 3、编译压缩文件中的vC部分,运行即可。-err
vcmatlab
- vc代码通过调用matlab生成的DLL文件实现VC和matlab的混合编程-vc code matlab generated by calling the DLL file to achieve a mixture of VC and matlab programming
Vc60_MATLAB7_DLL
- 介绍了vc++6.0调用matlab7 DLL的方法-Vc++6.0 introduced matlab7 DLL method calls
VC_matlab_dll
- VC调用matlab的dll,包括文章和实现代码-VC call to matlab the dll, including articles and the implementation code
matlab_convert_dll
- matlab 文件转dll,以matlab2009b和vc++2008为例,并且有详细的vc++程序测试dll的过程-the matlab file transfer dll, to matlab2009b and vc++2008, for example and test dll detailed vc++ program
testMatlabDll1
- 教你如何利用vc使用matlab编译后的动态链接库-Teach you how to using matlab Dll in VC++
CCRXLS
- vc调用matlab dll 读xls内容-vc call the matlab dll reading xls content
vc_matcom_dll
- VC和MATLAB的混合编程技术之一,matcom生成dll,vc成功调用的例子-One of a combination of VC and MATLAB programming technology, matcom generate DLL, VC example of a successful call
matlabPcomPVC
- vc和matlab混编技术之一:vc++基于com组件调用matlab的d-One of vc and matlab mixed technology: vc++ DLL based on matlab com component calls
m_to_dll
- M脚本编写的如何让创建和调用动态链接库dll,创建好的dll也可以在VC中调用-How to build and call dynamic link library with matlab code
add
- 实现了MATLAB 与VC的混合编程的方法,生成相应的DLL动态链接库供VC调用,最后生成相应的空间。实现了二则的混合编程-Realized MATLAB and VC mixed programming method, to generate the corresponding DLL dynamic link library for VC call, the last to generate the corresponding space. Achieve a mix of programm
dubugger
- 用VC调用MATLAB的DLL,使用MATLAB画出简单的图 不错的,可以(Using VC call MATLAB DLL, use MATLAB to draw simple figure good, you can)
