-
VC_MATLAB7SharedLibrary
调用MATLAB7 Compiler 产生共享库程序的方法介绍,有如下的大致结构:
1.声明变量或者是函数作为输入变量;
2. 调用 mclInitalizeApplication函数,并测试是否成功,该函数设置了一个全局的MCR
状态,并且构建MCR实例;
3. 对于每个库,调用一次<libraryname>Initalize函数,为库创建一个MCR 实例;
4. 调用库中的函数,并处理其结果(这是程序的主要部分);
5. 为每个库调用一次<libraryname>Terminate函数,用于注销相联系的MCR;
6. 调用 mclTerminateApplication函数,释放与全局MCR状态相联系的资源;
7. 清除变换,关闭文件等,然后退出。(VC+ MATLAB7 C Shared Library Target)
- 2009-06-06 10:46:54下载
- 积分:1
-
Mastering-MATLAB-image-processing
《精通MATLAB图像处理 》 张强, 王正林编著 电子工业出版社 2009附带光盘(" Mastering MATLAB image processing," Zhang Qiang, Wang Zhenglin edited by the Publishing House of Electronics Industry 2009 comes with the CD-ROM)
- 2012-06-12 21:33:57下载
- 积分:1
-
C4_5
c4.5经典算法,实现决策树分类功能,可以对连续数值和离散数值实现很好的分类,并有剪枝功能(c4.5 classic algorithms, to achieve the decision tree classification, can be continuous and discrete numerical values to achieve good classification, and a pruning function)
- 2010-07-06 09:32:40下载
- 积分:1
-
parameterizebycoons
Generate base surface S0(u,v) for the surface B-Spline best fitting algorithm.
- 2011-05-26 13:12:39下载
- 积分:1
-
untitled.m
mean and variance calculation of OFDM signal
- 2012-05-18 13:45:13下载
- 积分:1
-
overlapsavemethod
OVERLAP save METHOD FOR CALCULATING THE CONVOLUTION OF LONG SEQUENCE
- 2012-08-09 16:07:05下载
- 积分:1
-
CDMAPgonglvkongzhiPMATLABsimulate
CDMA系统的功率控制程序,matlab写的,非常好用。(CDMA system, power control procedures, matlab written, very easy to use.)
- 2012-12-03 21:24:26下载
- 积分:1
-
GAPLL
ga的一个仿真例子程序,还不错,用起来效果比较好,需要自己根据项目情况写适应度函数(ga a simulation example of the procedure, but also good to use effect is better, the basis of project information required to write their own fitness function)
- 2009-02-16 18:21:33下载
- 积分:1
-
ofdm
基于OFDM的ls lmmse lr-lmmse系统的仿真(Based OFDM ls lmmse the lr-lmmse simulation)
- 2021-04-14 12:58:55下载
- 积分:1
-
mp3_toolbox_v2.0
ncludes 2 functions to write and read MP3 files. It works like the commands WAVWRITE and WAVREAD.
1.- Just unpack in the toolbox folder under the MATLAB directory.
2.- Set the MATLAB search path to include that folder.
This version was made in MATLAB for WINDOWS only.
- 2014-09-25 07:49:43下载
- 积分:1