-
228336serial-matlab
MATLAB 编程问题 大家可以交流下 加油啊 好东西(MATLAB programming problem we can exchange, under)
- 2009-05-24 16:06:18下载
- 积分:1
-
PDS_Lucrarea1
MathLab introduction in Romanian.
- 2012-10-14 03:52:03下载
- 积分:1
-
MATLAB_tutorial
介绍了MATLAB及其编程语言,比较全面(introduction to matlab,and mat lab language)
- 2009-10-20 12:38:05下载
- 积分:1
-
Mean_C-based_multi-class_pattern_recognition
基于C均值的多类模式识别,满足正态分布的样本进行分类训练。(Mean C-based multi-class pattern recognition, classification of samples to meet the normal training.)
- 2011-01-09 01:36:31下载
- 积分:1
-
FaceRecNew1
face recognition for face and image processing system and pattern recognition
- 2013-01-01 02:25:09下载
- 积分:1
-
risk456_2
电力系统风险评估基于30节点系统的仿真程序,已仿真(System Risk Assessment Based on 30 node power system simulation program, has simulation)
- 2021-03-11 22:49:25下载
- 积分:1
-
DBN
说明: 通过第一个rbm,依次训练后续的rbm,最终完成DBN 的训练(Through the first RBM, train the following RBM in turn, and finally complete the training of DBN)
- 2020-09-07 14:58:12下载
- 积分:1
-
optical_tools_matlab1
光学工具编程,利用MATLAB对光学中的各种应用编程(Optical tools programming, the use of MATLAB in a variety of optical application programming)
- 2010-10-25 15:08:50下载
- 积分:1
-
Particle-swarm-optimization
粒子群算法,实现多维参数寻找最优解,含有代码说明(Particle swarm optimization, multi-dimensional parameters to find the optimal solution containing code Description)
- 2014-12-18 11:16:27下载
- 积分:1
-
fenzhi
#include <iostream.h>
int main()
{
int i(0),sum(0)
while (i<=100)
{
sum=sum+i
++i
}cout<<"sum="<<sum<<endl
return 0;
}
- 2009-12-11 22:03:44下载
- 积分:1