-
rocket
一个可爱的火箭上天
超赞
一个C实例(rocket c on the sky)
- 2010-01-05 16:45:01下载
- 积分:1
-
code
信源编码,香农编码,实现了部分功能。希望大家积极改正。(Source coding, Shannon coding, to achieve some functionality. I hope you actively corrected.)
- 2014-10-29 16:19:33下载
- 积分:1
-
downsample
matlab dsp中函数downsample和upsamplec代码(matlab dsp functions in downsample and upsamplec code)
- 2013-11-05 14:10:03下载
- 积分:1
-
jgpsdjcy
关于铁路轨道激光平顺度检查仪的使用说明,对仪器功能、使用范围和注意事项进行了详细说明。(On the railway track laser smoothness tester instructions, the instrument features, application scope and matters needing attention are discussed in detail.)
- 2014-08-13 14:43:07下载
- 积分:1
-
Huffman
用赫夫曼树进行编码和解码的相关操作,支持字符串的加密和解密(the procedure was wrote for huffman code ,which can be uesd to encode sting)
- 2014-11-25 15:25:38下载
- 积分:1
-
GUI_35
matlab初学者资料 里面有M程序的详细文件 还有编程 直接运行即可(Matlab beginners material inside have M program detailed document and programming can be run directly
)
- 2012-03-30 11:22:52下载
- 积分:1
-
Sat
卫星测定轨教材《卫星轨道原理,模型和方法》的,随书光盘(Satellite orbit theory, model and method,CD ROM)
- 2015-01-04 19:21:33下载
- 积分:1
-
Wind-Power-Integration-Connection
风力发电机技术外文文献学习材料,包含控制技术(Foreign Literature wind turbine technology learning materials, including control technology)
- 2014-12-23 23:00:00下载
- 积分:1
-
NSC
NSC program calculates BER of NSC
- 2014-01-23 22:06:16下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1