-
make a call
GSM进行拨号的测试程序,半酣多种文件格式(GSM dial-up test procedures,)
- 2017-08-08 22:37:15下载
- 积分:1
-
ld
说明: 数据通信的课程设计,用于实现AMI码等等在数据通信中实用的编码。(Data communication curriculum design, code, etc. used to implement AMI useful in data communications code.)
- 2011-04-30 20:12:38下载
- 积分:1
-
test11
用于变电所的电力103通信测试的源代码,主要用在工控行业(103 for electricity substation communications test source code, mainly used in the industrial sector)
- 2013-07-06 09:23:40下载
- 积分:1
-
bacnet-stack-0.8.0
Bacnet steak 0.8 version
- 2013-04-12 09:53:45下载
- 积分:1
-
TCPClient
作为TCP客户端跟TCP服务端进行通讯,支持modbus协议(As a TCP client to communicate with the TCP server to support the modbus protocol)
- 2010-09-26 10:42:38下载
- 积分:1
-
the-easiest-serialport
最简单的串口收发程序,全部用VC++实现,对初学VC串口通信的朋友有很大帮助,提供全部源代码,提供串口类的.CPP和.H文件。(The simplest procedure serial transceivers, all with VC++ implementation of serial communication beginner VC friend of great help, providing all the source code, to provide serial port class. CPP and. H files.)
- 2011-07-11 00:11:53下载
- 积分:1
-
SPMS_deal
SPMS deal 模块,SPMS deal 模——(SPMS deal 模块)
- 2013-11-08 20:57:16下载
- 积分: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
-
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