-
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
-
daolibai
说明: 一个用MATLAB/SIMULINK做的四级倒立摆的控制系统模型(a MATLAB/Simulink do four inverted pendulum control system model)
- 2006-05-14 09:04:06下载
- 积分:1
-
DES-RSA
它是基于matlab的端点检测程序的代码,相信对大家有用。(It is based on the endpoint detection matlab program code, I believe all of us.)
- 2013-11-18 16:28:14下载
- 积分:1
-
EEGMATLAB
脑电信号的读取以及用小波分析算法对其进行分解和重构(Eeg reading and using wavelet analysis algorithm for decomposition and reconstruction)
- 2021-03-31 17:09:08下载
- 积分:1
-
morletwt
Morlet小波变换源程序,开发环境为Matlab(Morlet wavelet transform code using Matlab)
- 2020-10-15 15:27:29下载
- 积分:1
-
Project_paper
trace transform application in matlab
- 2010-05-08 21:53:35下载
- 积分:1
-
induction_m-_m
induction machine model in matlab coding without simulink
- 2012-10-07 21:02:36下载
- 积分:1
-
line_detection
Line detection in gray scale using hough transform(Line detection in gray scale using hough tr ansform)
- 2007-07-09 20:12:50下载
- 积分:1
-
Gabor_2
garbor滤波 进行特征提取
readme包含运行指令过程(garbor filtering feature extraction
readme contains the operation command procedure)
- 2014-09-30 10:58:22下载
- 积分:1
-
chap8_1
基于SVR的线性系统逆模型辨识建模及校验的仿真程序,由于辨识信号采用的都是随机信号,不是数值固定的信号,所以程序每次运行的结果都可能有所不同。(Linear inverse model identification modeling and verification system simulation program based on SVR identification signal are random signal, not the value of the fixed signal, so the program each time you run the results are likely to differ.)
- 2013-03-05 21:17:52下载
- 积分:1