-
matlab
matlab的初学者可以借鉴的程序,产生简单的信号(matlab beginner can learn from the process, resulting in a simple signal)
- 2008-05-22 17:29:22下载
- 积分:1
-
Matlab3
关于MATLAB的一个很好的PPT。讲的是符号运算。对于初学者很好。页面也很漂亮。(MATLAB on a good PPT. Talking about the symbolic operation. Good for beginners. Page is also very beautiful.)
- 2009-07-13 18:42:21下载
- 积分:1
-
Ipso
说明: 提出了一种基于改进型微粒群算法的无线传
感器网络分簇路由算法来优化分簇过程。簇首节点的选取综合考虑候选节点和邻居节点的状态信息(Proposed a modified particle swarm algorithm based on wireless sensor network clustering routing algorithm to optimize the clustering process. Cluster head node, considering the selection of the candidate node and the neighbor node state information)
- 2020-10-26 14:20:00下载
- 积分:1
-
liyapunov
计算最大李雅普诺夫图,来分析微分方程的分岔情况(To calculate the largest Lyapunov Figure to bifurcation analysis of differential equations)
- 2013-02-27 13:24:31下载
- 积分:1
-
Flow-calculation
简单经典的潮流计算程序 适合初学者理清潮流计算的编程思路(Simple classic flow calculation procedures, suitable for beginners to sort out programming ideas flow calculation)
- 2013-08-22 22:03:14下载
- 积分:1
-
GA_SVM
说明: 遗传算法优化支持向量机算法,从而更好的提高识别率和预测率(GA-SVM implemented by MATLAB)
- 2020-09-19 11:37:55下载
- 积分:1
-
45666011mat-7262
说明: 一点遗传算法的matlab程序,本人初学算法,积累不多,这个是转载的,比较清晰易懂,适于初学者(Point genetic algorithm matlab program, I am learning algorithm, the accumulation of small, this is reproduced, more user-friendly, suitable for beginners)
- 2008-09-10 15:50:21下载
- 积分:1
-
MZMNNLzipa
海杂波的matlabb仿真,希望对大家有用
(Matlab simulation of sea clutter, iin the hope that useful to everybody
)
- 2012-04-01 20:44:16下载
- 积分:1
-
gauss1
matlab 数值分析 列主元消去法 线性方程(matlab numerical analysis PCA elimination of linear equations)
- 2008-01-03 11:30:47下载
- 积分: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