搜索资源列表
matlabyinqingwithc++.cpp
- 利用VC++6.0集成编程界面编写综合运用MAT数据文件和MATLAB引擎技术的(求矩阵的奇异值)C++源码程序。本程序说明了:1.如何利用VC++6.0集成编程界面编写源码程序;2.编译链接产生EXE文件所需的间夹文件。注意:要将压缩包内除matlabyinqingwithc++.cpp的所有文件都要拷贝到matlabyinqingwithc++.cpp的“任务文件夹下”。
vc调用matlab
- 将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少文件,都只需要拷贝三 个文件即可。 -m to a docu
Matlab-Coder-VC
- 一个实例说明matlab coder的使用方法,可以实现vc++中调用matlab生成的cpp文件进行两个数的乘法计算。-An example shows the use of matlab coder, can call matlab in vc++ cpp files generated multiplication of two numbers.
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
be-accomplished-in-MatlabaC-CPP-
- 本书主要介绍如何运用Matlah与C.C + +进行混合程序设计。共分8章。主要包括Matlab程序设计初步、Matlab编译器、Matlab与C语言的接口、生成可独立运行的iatlah程序、VC++调用Matlah程序、Matlab DotNet Builder与VC++,Matcom与C/C++以及VC++调用Matlab C++数学库。另外,附录中介绍有关动态链接库的基础知识。各章包含大量 的实例程序,可供寻求将Matlab程序脱离Matlab环境的Matlab程序设计人员、寻求在M
Newton-search-algorithm
- 使用Matlab coder生成Cpp文件与VC++混合编程实现牛顿搜索算法求n次方根。Matlab使用2011a版本。-Use Matlab coder generates Cpp files with VC++ mixed programming algorithm for n-th Newton root search. Matlab using 2011a version.
MATLAB-CPP-INTERFACE
- 一篇论文,详细介绍matlab与vc混合编程的接口设计-A paper detailing the matlab and vc mixed programming interface design
interface-problem(matlab-cPP)-
- matlab与VC++混合编程的接口问题,关于路径配置等,想要用混合编程的可以-the matlab and VC++, mixed programming interface on the path configuration, you want to use hybrid programming can take a look at