-
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
-
funcSPIHTEnc
SPIHT编码的MATLAB程序SPIHT编码的MATLAB程序(SPIHT coding of the MATLAB program)
- 2010-05-26 17:45:19下载
- 积分:1
-
sinnihewucha
有关零相位滤波器的设计介绍,采用无限脉冲响应滤波(For zero-phase filter design introduced with infinite impulse response filter)
- 2011-05-23 10:07:29下载
- 积分:1
-
SIMULATED-ANNEALING-
这是一个关于商人visit许多城市,怎样走法才能使距离最短的例子,采样的了退火算法的经典案例(Traveling Salesman Problem (TSP) has been an interesting problem for a l
me in classical optimization techniques which are based on linear and nonlin
ogramming. TSP can be described as follows: Given a numberof cities to v
d their distances from all other cities know, an optimal travel route has to
und so that each city is visited one and only once with the least possible dista
aveled. This is a simple problem with handful of cities but becomes complica
the number increases.)
- 2013-12-15 03:26:30下载
- 积分:1
-
Lyapunov
说明: 计算李雅普诺夫指数,分析系统的发散性,对系统稳定性分析得到结论(The Lyapunov exponent is calculated, the divergence of the system is analyzed, and the stability of the system is analyzed)
- 2020-09-10 20:08:12下载
- 积分:1
-
BinarniBroj
class of binary code
- 2010-02-03 02:01:20下载
- 积分:1
-
lab3
锁相环的matlab simulink 仿真(The objectives of this laboratory are:
To introduce students to Phase Locked Loops (PLL) and their operation.
To predict and measure the PLL characteristics.
To set up practical circuits using the PLL.)
- 2012-05-05 09:02:37下载
- 积分:1
-
Project-Sharp1
MATLAB project 1 images
- 2013-12-04 18:48:33下载
- 积分:1
-
communication
it is the code for 4-ask simulation that is useful for telecommunication
- 2011-06-06 22:29:04下载
- 积分:1
-
mat-to-labview-waveform
说明: 该程序的功能是将matlab的mat文件转化成labview中的波形文件,便于在labview中应用mat文件里的数据。(it can change the mat file to vi file which is used in labview.)
- 2011-03-14 23:11:16下载
- 积分:1