-
RS
说明: 这个C++程序建立了高斯白噪声信道模型下的RS码的编码及译码算法,并且给出了其比特误码率性能。(This program has realized the RS code,the coding and decoding mode (and furthermore has simulated the ber performance of decoding ))
- 2012-02-21 16:27:42下载
- 积分:1
-
SCommTest
说明: 读串口数据并存入指定excel文件,可调巡检次数,巡检时间间隔(Reading serial data and paid into the excel document, adjustable inspection frequency, inspection time interval)
- 2008-11-22 19:21:39下载
- 积分:1
-
uoid965
一个很小和天线计算程序,我觉得非常实用,发上来与大家分享()
- 2018-06-12 18:51:06下载
- 积分:1
-
A-global-reconstruction-model
已有的基于分块压缩感知的图像重构模型采用相同的测量矩阵以块
×块的方式获取数据,解决了传统CS方法中测量矩阵所需存储量较大的问题,但由于采用分块重构,没有考虑
到图像的全局稀疏度,出现了大量的块效应。(Current image reconstruction models using block compressed sensing)
- 2012-12-08 12:33:53下载
- 积分:1
-
MFC_SOCKET
实现局域网内的通讯。类似于QQ聊天室可以群聊(Communication within a LAN.)
- 2011-11-19 09:43:41下载
- 积分:1
-
test
AMF协议解析工具,适合初学者查看amf协议结构。通过源码来修改测试amf协议(The AMF protocol analysis tool, suitable for beginners View amf protocol structure. Source code to modify the test amf protocols)
- 2012-10-16 11:19:37下载
- 积分:1
-
changesampleofpcmfile
PCM文件采样率转换,其中可以自己定义采样率。作为WAV文件进行存储。效果较好。注意使用时确定源文件采样率。(PCM file sample rate conversion, which could define their own sampling rate. As a WAV file is stored. Effective. Note that when used to determine the source file sample rate.)
- 2020-11-04 19:59:52下载
- 积分:1
-
PCYT
这是一个云台控制的软件,我只是实现了上下左右,自动几个功能,为了测试用,不过可以调通。(This is a PTZ control software, I just realized vertical and horizontal, automatic several functions, in order to test, but can be transferred through.)
- 2013-08-22 08:44:29下载
- 积分:1
-
GTM900AT
华为GTM900AT命令手册,对开发GPRS具有指导意义(Huawei GTM900 AT command manual,It has a guiding significance to develop GPRS
)
- 2012-12-06 16:48:43下载
- 积分:1
-
gest
void swap1(int x, int y) //值传递
void swap2(int *px, int *py) //指针传递
void swap3(int &x, int &y) //引用传递
的使用(void swap1(int x, int y) //值传递
void swap2(int*px, int*py) //指针传递
void swap3(int &x, int &y) //引用传递
的使用)
- 2012-04-30 16:41:44下载
- 积分:1