-
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
-
bpsk
BPSK信号调制过程以及误码率的计算,最后结果可以用曲线图形输出(sfazvassfasczxcasafavasvasvxzxv)
- 2018-06-20 12:28:12下载
- 积分:1
-
ChatClient
利用C++实现的一个即时通讯系统的客户端。传输层采用的是TCP协议。这是本科时候的毕业设计,最后评定为优,希望对一些朋友能有所帮助。(The use of C++ implementation of an instant messaging system client. Transport layer protocol used is TCP. This is the time of undergraduate graduation project, and finally classified as gifted, in the hope that some of my friends can be helpful.)
- 2009-03-03 15:46:59下载
- 积分:1
-
testUSB
用VC++6.0编写的USB通讯测试的程序,可以实现查找PC的USB外设,读取USB外设的设备描述符等功能。对USB通讯初学者有很大的帮助。(Written in VC++6.0 using USB communications test procedure, can be achieved to find PC' s USB peripherals, read the USB peripheral device descriptor functions. USB communication to the very helpful for beginners. )
- 2010-01-28 05:22:12下载
- 积分:1
-
CSharp_tif
该代码实现的功能是对.tif格式的图片自动分页,并且可以实现数据的查找切割提取。(To achieve the functions of the code. Tif format images automatically paging, and extract data to find cutting.)
- 2012-07-14 11:40:35下载
- 积分:1
-
MFC_SOCKET
实现局域网内的通讯。类似于QQ聊天室可以群聊(Communication within a LAN.)
- 2011-11-19 09:43:41下载
- 积分:1
-
voice123.project
this project simulate the voice communication between two subscriber stations in office scaled module and test the communications between them
- 2013-04-24 21:42:10下载
- 积分:1
-
VBCRC16
自己做的CRC16校验例子,输入16进制数据,数据之间用空格,得到校验字节(The CRC16 checksum own example, enter the hexadecimal data, with a space between the data check byte)
- 2012-10-12 08:45:27下载
- 积分:1
-
bluetooth
电脑之间蓝牙的通信,相当于一个蓝牙工具吧。(Bluetooth communication between computers, the equivalent of a Bluetooth tool bar.)
- 2013-08-05 10:36:42下载
- 积分:1
-
c03
该程序实现水声信道的模拟方法及性能分析,提出了一种信的水声信道模型(The program implements underwater acoustic channel simulation methods and performance analysis, presents a letter of underwater acoustic channel model)
- 2020-07-04 05:40:02下载
- 积分:1