-
LDPC
该程序给出了LDPC编译码程序的经典算法,即BP算法,性能比较好(The program gives the classic algorithm LDPC decoding procedures, namely BP algorithm, the performance is better)
- 2013-06-13 15:42:39下载
- 积分:1
-
PTZ
ptz 云台控制软件, 内带C++ 源码(ptz PTZ control software, which brought C++ source)
- 2013-07-27 14:58:53下载
- 积分:1
-
FactorySoftToolkit
OPC Client和OPC Server的工具和一些帮助,(OPC Client and OPC Server tools and some help)
- 2021-03-26 14:49:13下载
- 积分:1
-
yixiantong
一个新的通信协议,一线通协议模版软件,希望对大家开发有用(A new communication protocol, Link Agreement template software, everyone would like to develop useful)
- 2020-10-08 18:17:35下载
- 积分:1
-
Chaos-control
混沌控制经典书籍--混沌控制及其优化应用-作者邹恩(Chaos control of classic books- Chaos control and optimization applications- Author Zou En)
- 2011-08-31 15:51:54下载
- 积分:1
-
BlueTooth4.0
这是蓝牙4.0的规范说明文档,对于了解4.0协议有所帮助。(This is the Bluetooth 4.0 specification document helpful for understanding the 4.0 protocol.)
- 2013-10-14 21:50:52下载
- 积分:1
-
WINSOCK-UDP
基于VC++ 6.0 Winsock+UDP 广播信息源码(Based on VC++ 6.0 Winsock+ UDP broadcast source)
- 2011-09-22 21:10:05下载
- 积分:1
-
modulation
有关4QAM,16QAM,64QAM,DQPSK的调制解调的(The 4QAM, 16QAM, 64QAM, DQPSK modulation and Demodulation)
- 2020-10-19 19:07:25下载
- 积分:1
-
TEST6_C1
利用vc++实现的一个直接序列扩频通信处理程序,包含了简单的测试数据。此程序很详尽。(Using vc++ to achieve a direct sequence spread spectrum communication processes, including a simple test data. This program is very detailed.)
- 2009-12-18 20:34:50下载
- 积分: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