-
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
-
聚类算法代码
matlab仿真代码,基于密度的DBSCAN聚类算法,对数据进行聚类处理。(Matlab simulation code, density-based DBSCAN clustering algorithm, clustering data processing.)
- 2019-04-17 17:20:38下载
- 积分:1
-
MultiWii_2_2_miniV2
基于ARDUINO的四旋翼飞行器,实现自动控制(Arduino for quadx)
- 2014-12-14 20:16:05下载
- 积分:1
-
Heed-matlab.m
HEED的分簇算法的matlab代码,注释详细,对初学WSN协议的同学很大帮助。(HEED clustering algorithm matlab code, detailed notes for the students of great help beginners WSN protocol)
- 2014-01-20 17:18:56下载
- 积分:1
-
VTB4Matlab
说明: 一组图象与视频处理C/C++代码,该软件包可用于Matlab。包括读取AVI和CIF/QCIF视频序列代码,Canny算子,Harris角点检测,全局阈值算法,动态阈值算法等等。(AP as a video processing with C/C code, the software can be used in Matlab. AVI including reading and CIF/QCIF video sequence code, Canny operator, Harris corner detection, and overall value threshold algorithm, dynamic threshold algorithm and so on.)
- 2005-11-22 21:38:47下载
- 积分:1
-
fircheb
matlab fir chebshev LPF
- 2013-11-21 21:36:36下载
- 积分:1
-
ANT_AN04_Burst_Transfers
ANT协议中的burst数据传输方式详解,包括收发时序及数据格式。(ANT protocol Detailed burst data transmission, including the timing and receive data format.)
- 2014-01-12 10:07:36下载
- 积分:1
-
ACELLUT.c
ACE Algorithm implementation. (language = c with interface to matlab).
- 2009-12-29 18:39:56下载
- 积分:1
-
OFDM
OFDM仿真资料,以及一些仿真的程序源代码OFDM仿真资料,以及一些仿真的程序源代码OFDM仿真资料,以及一些仿真的程序源代码(OFDM simulation data, as well as some simulation program source code for OFDM simulation data, as well as some simulation program source code for OFDM simulation data, as well as some simulation program source code for)
- 2009-09-10 15:50:35下载
- 积分:1
-
correlation
matlab实现互现关运算,并采用雅克比——约当法实现逆矩阵的运算,在matlab下测试通过。(Complete correlation and invmaxwith matlab)
- 2012-02-11 16:20:28下载
- 积分:1