-
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
-
main_waws01-qingdao
通过AR模型模拟得到风荷载,其模拟是有davenport风速谱得到的(Wind load is obtained by AR model simulation, which is based on Davenport wind speed spectrum.)
- 2018-12-05 20:31:23下载
- 积分:1
-
Low_Mufilter
信号处理-滤波器设计(基于matlab和Mathmatica的设计方法)中关于无乘法器椭圆IIR滤波器设计的原创程序。(Signal processing- filter design (based on matlab and Mathmatica design method) on the elliptical without multiplier original IIR filter design procedures.)
- 2007-10-21 23:26:06下载
- 积分:1
-
chap5
《智能控制》第一版(刘金琨著)第五章程序源码(" Intelligent control" the first edition (Liu Jinkun a) Chapter V program source)
- 2011-04-26 09:36:57下载
- 积分:1
-
yuyin-wavelet
语音小波去噪方法的matlab实现 比较基础 可以看看(Voice Wavelet Denoising matlab can look at the basis for comparison)
- 2012-11-27 21:01:55下载
- 积分:1
-
cp_syn
利用cp实现ofdm系统同步的malab程序(synchronous in the ofdm system by cp)
- 2010-06-04 10:02:28下载
- 积分:1
-
Use-Matlab-creat-MLS
详细阐述了应用Matlab生成MLS的原理,同时给出了源代码。(Elaborated the principle of using Matlab to generate MLS, but given the source code.)
- 2014-08-17 21:12:12下载
- 积分:1
-
SSH-Architectural-structures
Architectural structures
- 2014-10-24 04:15:43下载
- 积分:1
-
dataCollector
可以通过计算机向下位机发送串口数据,适合初学者,用matlab实现(send data from pc)
- 2010-01-02 11:25:50下载
- 积分:1
-
matlab-tutorial-
matlab教程,适用于初学者,简明易懂。教程主要为matlab基础操作。(Matlab tutorial, it is suitable for beginners, concise, easy to understand. The main matlab tutorial for basic operations.
)
- 2012-04-13 18:55:46下载
- 积分:1