-
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
-
Apriori
本程序使用MATLAB实现了简单的APRIOR算法(This program uses MATLAB algorithm to achieve a simple APRIOR)
- 2011-05-26 18:24:41下载
- 积分:1
-
application
extracting region of interest with region growing
- 2012-05-03 06:58:40下载
- 积分:1
-
Stateflow
Stateflow逻辑系统建模,对于学习simulink 状态流图很有帮助(Stateflow matlab)
- 2014-12-29 16:25:43下载
- 积分:1
-
kiejing_v44
用于图像处理的独立分量分析,使用大量的有限元法求解偏微分方程,music高阶谱分析算法。( Independent component analysis for image processing, Using a large number of finite element method to solve partial differential equations, music higher order spectral analysis algorithm.)
- 2016-06-16 11:09:08下载
- 积分:1
-
facts
matlab simulation on pswpm
- 2012-04-22 23:41:36下载
- 积分:1
-
B3sample1
多层次B样条曲面拟合,采用均匀的控制点实现曲面的光滑拟合。(Multi-level B-spline surface fitting, use of control points to achieve a uniform smooth surface fitting.)
- 2011-10-03 10:05:53下载
- 积分:1
-
coulomb3109
计算地震引起库伦应力改变的程序,搞应力触发的可以看看(Calculated Coulomb stress changes caused by the earthquake process)
- 2009-12-07 15:49:18下载
- 积分:1
-
dilation_avg
calculate to define the relation between a reference object and another object in the image, according to the dilation of the reference object using mathematical morphology
- 2010-05-18 17:47:01下载
- 积分:1
-
A-watch-by-using-Matlab
用MATLAB绘制出钟表的时针、分针和秒针,并使钟表运行(Plotting the hour-hand, minute-hand, second-hand and realizing the the function of a watch by using MATLAB)
- 2014-09-30 00:12:37下载
- 积分:1