-
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
-
100505
说明: 基于matlab的BP神经网络的电网谐波研究相关参考资料,pdf格式文件。(Based on the BP neural network matlab harmonic of related references, pdf format.)
- 2010-05-02 13:57:14下载
- 积分:1
-
PIDcfbb
循环流化床锅炉燃烧过程的PID控制 其中包含了系统模型的前向解耦等(CFBB combustion PID control)
- 2021-03-15 08:59:23下载
- 积分:1
-
psntdfig
coding for FVM-based numerical solution
- 2010-12-16 20:21:51下载
- 积分:1
-
HOSA
对于一个给定的离散随机序列,用间接法进行三阶累积量谱的估计,并分别用四种不同窗函数,包括Hamming窗、Sasaki窗、Parzen窗、daniell窗等。(For a given discrete random sequence, using the indirect method for third-order cumulant spectrum estimation, and were four different window functions, including the Hamming window, Sasaki window, Parzen window, daniell windows.)
- 2013-07-20 11:22:10下载
- 积分:1
-
L1_intro
lecture1 for EECS332 digital image analysis
- 2011-10-05 08:32:04下载
- 积分:1
-
matlab-code-of-sr
运用matlab仿真随机共振 。哪有那么多的说明(failed to translate)
- 2013-05-03 07:58:48下载
- 积分:1
-
two_path
该程序能够成功产生2条多径,锐利衰减信道,运行无误(The program can be successfully produced more than two tracks, running correct)
- 2010-05-22 22:22:06下载
- 积分:1
-
DCT_Compression
Image Compression using DCT
- 2010-06-25 01:33:59下载
- 积分:1
-
quaternion
四元数matlab代码中的基本程序,方便理解四元数的构成(Quaternion matlab code of the basic procedures to facilitate the understanding of the composition of quaternion)
- 2011-05-05 12:59:41下载
- 积分:1