-
Codes_PLS
PLS 的Matlab代码,用于线性降维和回归分析(matlab source code for partial least squares)
- 2010-05-14 16:00:07下载
- 积分:1
-
malat
基于MFC编写的界面,用VC与matlab混编实现马拉特小波分解,有文档注释,适合初学者(
MFC-based interface prepared by VC and matlab mixed to achieve Marat wavelet decomposition, documentation notes, suitable for beginners)
- 2013-12-05 09:40:36下载
- 积分:1
-
Math
Matlab算法分析与设计程序,包括很多搜索算法的源程序。(Matlab algorithm analysis and design procedures, including many search algorithm of the source.)
- 2010-10-15 14:10:33下载
- 积分:1
-
matlabyingqingdiaoyong
利用VC调用MATLAB引擎实例,简单实用(failed to translate)
- 2010-01-10 11:20:56下载
- 积分:1
-
RSAttributeReduction
基于粗糙集的特征子集筛选的一种算法 !!!(Based on rough set feature subset selection of an algorithm! ! !)
- 2010-09-19 16:11:31下载
- 积分:1
-
logic
逻辑航迹起始算法代码,实现简单的逻辑算法(logical algorithm for Track initiation)
- 2012-05-14 12:43:43下载
- 积分:1
-
kousun_xiaoshu
与苏教版小学数学教材配套,五年级上册小数部分的口算题相对应,能够实现自动出题与评分.(Primary Mathematics textbooks and Su Jiaoban matching the fifth-grade book title fractional part of the port operator that corresponds to a problem with the automatic rate.)
- 2010-02-06 14:02:11下载
- 积分:1
-
Raptor
数字喷泉码的仿真,使用C++语言所进行的仿真。(Simulation of digital fountain code, using C++ language for the simulation.)
- 2011-11-24 13:09:59下载
- 积分:1
-
matlab
仿真程序:首先需要用一个随机发生器产生(0.1)内的均匀随机数,然后再将该序列映射到对应的幅度电平{Am}。然后将这个范围再分成4个相等的区间,这些子区间分别对应于4个信号比特的符号00,01,10,11。检测器观察到r=Am+n,并且计算r和4种可能传输的信号幅度之间的距离,它的输出Bm就是相应于最小距离的信号电平。Bm与真正的的传输信号幅度比较,差错计数器用来对检测器产生的差错计数。(Simulation program: first need to use a random generator (0.1) the uniform random number, then the sequence is mapped to the corresponding amplitude level {Am}. Then this range has been divided into four equal intervals, these sub-intervals corresponding to four signal bits of the symbol 00,01,10,11. Detector observed r = Am+ n, and calculate r and 4 possible transmission distance between the signal amplitude, its output corresponding to the minimum distance Bm is the signal level. Bm and the real rate of transmission of the signal comparison, error detection counter is used to generate the error count.)
- 2011-05-21 12:18:13下载
- 积分:1
-
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