-
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
-
ex
说明: matlab神经网络,用于神经网络的建模。希望有用(matlab neural network for neural network modeling. Hope that useful)
- 2011-03-30 15:05:49下载
- 积分:1
-
matlab
RLS , channel equalizer
- 2011-09-09 00:26:38下载
- 积分:1
-
Cyuyanhanshu
C 类库 大家看看 也许在不知道这个函数原理的时候可能有用C 类库 大家看看 也许在不知道这个函数原理的时候可能有用C 类库 大家看看 也许在不知道这个函数原理的时候可能有用(C library to see if perhaps we do not know if this function may be useful when the principle of C library to see if perhaps we do not know if this function may be useful when the principle of C library to see if perhaps we do not know if this function when the principle may be Useful)
- 2010-01-12 08:32:55下载
- 积分:1
-
HanoiFolder
Given a stack of n disks arranged largest on the bottom to smallest on top placed on a rod, together with two empty rods, the towers of Hanoi puzzle asks for the minimum number of moves required to move the stack one rod to another, where moves are allowed only if they place smaller disks on top of larger disks
- 2015-02-05 20:49:22下载
- 积分:1
-
iHMM
infinite HMM
Refer to Beal s Paper
Applying Gibbs Sampling in inference
the number of states of HMM is changeable in this algorithm, based on Dirichlet Proce(infinite HMMRefer to Beal s PaperApplying Gibbs Sampling in inferencethe number of states of HMM is changeable in this algorithm, based on Dirichlet Proce)
- 2008-01-24 10:10:54下载
- 积分:1
-
PSK_encode_decode
本源码通过声音传通数据,将数据调制二进制PSK(即BPSK)信号从喇叭发出来,另外一个接收程序接收到声音后,便可以解码出来,用到的技术有PSK编码、PSK解码、Windows录音,为了防止传输过程中出现的误,本原码采用rss纠错码,使得通讯更加稳定可靠。(The Source by voice through the data, binary modulation PSK (ie, BPSK) signals emitted the speaker, the other receiving program after receiving the sound, you can decode it, the techniques used have PSK encoding, PSK decoding, Windows Recording in order to prevent accidental transmission occurs, the primitive code using rss error correction code, making communications more reliable.)
- 2015-04-03 13:58:41下载
- 积分:1
-
16QAM
matlab ofam 16qam 信道仿真(matlab ofam 16qam )
- 2010-05-10 16:14:58下载
- 积分:1
-
hologram-recon
傅里叶全息图的光学重建,利用菲涅尔衍射,透镜菲涅尔衍射三部 仿真光学重建过程(simulating optical reconstruction hologram through fresnel diffraction, fourier lens,fresnel diffraction )
- 2014-12-30 15:57:31下载
- 积分:1
-
VirtualMouse_project
虚拟的鼠标控制,适合初学者用来分析源码,实际当然没有什么用,测试通过(virtual mouse control, best for those green hands. It is not applicable for those experienced programmers.)
- 2014-08-12 08:59:20下载
- 积分:1