搜索资源列表
Matlab与VC混合编程-p001008
- 介绍了一种将Matlab编译成可执行程序的一种方法,它使得Matlab编写的程序能够完全脱离Matlab这个环境来执行,从而大大提高了程序的应用范围和使用价值。-introduces a Matlab compiled executable in a way that allows programs written Matlab can be completely out of the Matlab environment to implementation, thus greatly impr
vcc_mex
- 一般情况下,我们都是在MATLAB命令行或DOS命令行下编译MEX程序。 所用的命令就是:mex filename.c 这有很多不方便的地方: a. 虽然mex也可以编译C++的mex程序,但是它的主框架仍是C的 a. 当程序有多个模块时,需要多次使用mex命令,操作很麻烦 b. 不能利用VC特有的ClassWizard自动创建和维护类 c. 不能用MFC类库编写应用程序 d. 不能方便地进行类似VC的项目管理 本文详细解说如何在IDE中编译MEX程序
VCMATLABinterface
- 关于VC和MATLAB之间建立应用接口的程序,请读者马慢慢平度,标胶都好偶的
FFT1
- 使用VC与MATLAB混合编程实现了一路波形信号的FFT变换,简单修改后可以应用于信号处理程序中,由于使用了混合编程,大大减少了代码编写工作量-The use of VC and Matlab MATLAB waveform signals all the way FFT transform, simple modifications can be applied to signal processing procedures, the use of hybrid programming, gr
Matlabapplicationinterface
- 一本介绍matlab程序与其他应用程序接口的书籍,其中包括matlab与VC和VB程序的交互方法,内容详实。-Matlab an introduction procedures and other application programming interfaces books, including the matlab program with VC and VB interactive methods, informative.
vcPPsourcecode7
- 600个大型项目源码之一: MATLAB与VC++混合编程实现一维小波多尺度分解 小波分析世纪80年代开始发展成熟起来的一个数学分支,其应用领域十分广泛,并逐步成为信号分析的又一有力工具。MATLAB的小波工具箱为我们提供了小波多尺度分解函数,方便了我们对小波的使用。但是用它所编写的软件不能脱离MATLAB编程环境在Windows平台下直接运行,代码执行效率低下,运行时占较多的系统资源,不能达到某些用户的需求。 VC++是由美国Microsoft 公司开发的可视化C/C++集
Visual-CPP_MATLAB
- vc++和matlab的图像处理应用程序,可以相互调用,属于混合编程的各个实例程序。-VC++ and MATLAB image processing applications, can call each other, belonging to the mixed programming various examples of procedures.