-
matlab
使用matlab编写的生日祝福小程序,初级程序猿(Use matlab small programs written birthday wishes)
- 2014-02-06 17:32:54下载
- 积分:1
-
LEACHsim
用maltab环境对LEACH协议进行的的仿真(A simulation code of LEACH protocol by Maltab )
- 2010-02-14 21:02:05下载
- 积分:1
-
igfinal
modeling of a induction generator
- 2020-12-14 16:49:14下载
- 积分:1
-
chenchen_new
二进制,四进制,8进制霍夫曼编解码。内含测试编码文件以及解码文件。(Binary, quaternary, 8-band codec Hoffman. Intron encoding the test documents and decoding files.)
- 2007-10-25 21:12:39下载
- 积分:1
-
tuxiangchuli
用计算机进行数字图像处理,使用matlab环境,对图像进行增强,平滑与锐化,分割,变换,压缩与编码,是平常实验的好选择。(Using computer digital image processing, the use of matlab environment, enhance the image, smoothing and sharpening, segmentation, transform, compression and encoding, is usually a good choice experiment.)
- 2009-04-16 21:31:35下载
- 积分:1
-
ex4
16 QAM communication system
- 2010-06-08 09:49:33下载
- 积分:1
-
212
说明: matlab实例编程一百个源程序matlab实例编程一百个源程序(matlab matlab source code examples of programming one hundred one hundred instances of programming source code)
- 2010-03-31 19:15:54下载
- 积分:1
-
yyjc
一些小程序,仅供参考,不足之处,请见谅。谢谢你的支持。(Some small programs, reference, deficiencies, please forgive me. Thank you for your support.)
- 2010-05-18 22:15:11下载
- 积分:1
-
MATLABsearch
matlab函数查询,非常齐全,集合了多本书,全中文(the matlab function and very complete collection of multi-book, the whole Chinese)
- 2012-04-30 18:53:55下载
- 积分: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