-
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
-
TCP_GPRS_XSTECK
一个科技公司使用的GPRS接收程序。可是直接使用(A PROGRAM OF GPRS SERVER 。IT S VERY EASY TO USE.)
- 2010-07-03 12:19:47下载
- 积分:1
-
ns-allinone-2.33.tar
说明: ns2.33这是目前比较新的ns2版本,欢迎下载(ns2.33 This is relatively new ns2 version, welcome to download)
- 2008-12-02 10:50:25下载
- 积分:1
-
chuankou_tongxun
基于VC++的一个串口通讯类应用实例,有兴趣的朋友学习一下。(VC++ based on a serial communications application example, friends who are interested to learn about.)
- 2011-05-25 06:03:09下载
- 积分:1
-
internetconmunacation
如何创建网络通信服务器程序.可以了解通信的http协议,了解网络通信知识(How do I create a network communication server program. Can understand the http protocol communication, understanding of network communication of knowledge)
- 2008-03-05 11:29:49下载
- 积分:1
-
ldpc-code-final-test
用于LDPC编码译码的仿真实现。包括随机生成校验矩阵、由校验矩阵产生生成矩阵、编码、加随机噪声、译码等内容。(For LDPC codec simulation. Including randomly generated check matrix, generated by the parity check matrix generator matrix, coding, plus random noise, such as decoding.)
- 2013-05-06 12:02:38下载
- 积分:1
-
LabVIEWandUSB
说明: 利用动态链接库现LabVIEW与USB设备的数据通信(Is the use of dynamic-link library of LabVIEW and the USB data communication equipment)
- 2009-08-12 16:47:22下载
- 积分:1
-
Smart-Antennas-For-Wireless-
描述了智能天线在无线通信环境下的各种应用。(Describes a smart antenna in a wireless communication environment, a variety of applications.)
- 2013-09-09 20:30:32下载
- 积分:1
-
2DFFT
二维快速离散变换,可快速实现二维快速离散变换,不可多得的程序。(Two-dimensional fast discrete transform, can quickly realize two-dimensional fast discrete transform, a rare procedure.)
- 2008-07-23 18:22:23下载
- 积分:1
-
Communication-by-SerialPort
实现串口通信 可以收发数据 可以是数字也可以是ASCII(Serial communication)
- 2013-07-24 10:10:28下载
- 积分:1