搜索资源列表
vcc_mex
- 一般情况下,我们都是在MATLAB命令行或DOS命令行下编译MEX程序。 所用的命令就是:mex filename.c 这有很多不方便的地方: a. 虽然mex也可以编译C++的mex程序,但是它的主框架仍是C的 a. 当程序有多个模块时,需要多次使用mex命令,操作很麻烦 b. 不能利用VC特有的ClassWizard自动创建和维护类 c. 不能用MFC类库编写应用程序 d. 不能方便地进行类似VC的项目管理 本文详细解说如何在IDE中编译MEX程序
cc2430
- cc2430与超级终端通信.一个类,对话框类,本程序使用的是对话框形式,这个类是在VC用MFC自动生成的,其中包括了对话框程序应有的一些方法
clusterdigit
- 数字聚类识别,基于图像模式识别-VC++技术实现书的基础上完成的-Number of cluster identification, image-based pattern recognition technology-VC++ based on the completion of the book
Otsu
- 最大类间方差法的VC++和matlab源程序,还包括其原理介绍的doc文档-Otsu method of VC++ and matlab source, but also introduced the principle document doc
vcPPcallmatlab
- vc调用matlab详解 与matlab混合编程 文档类 讲解详细 -vc Detailed with matlab matlab hybrid programming document class is called to explain in detail
MATLABandVC
- Matlab7.0与vc混合编程 matlab中类的定义,mex文件使用,结合实例详细介绍-matlab vc
