搜索资源列表
MATLAB
- 包含调制和解调:1、可输入数字基带信号进行各种参数、各种方式的调制程序,也可读入调制数据。2、对自调制数据或读入的文件调制数据进行调制方式和调制方式的分析,适合正在学习调制解调的人员使用,通过单步运行,详细了解各种调制与解调的原理及工程实现-Include modulation and demodulation: 1, enter the digital baseband signal parameters, the modulation process in various ways, but
Gprspc
- 采用cb平台开以,利用spcom组件实现串口和GPRS模块通讯,通过GPRS网络对TCP/IP服务器进行数据通讯,本程序对串口和GPRS模块通讯有限好参考价值-Cb platform used to open to the use of components spcom implementation GPRS module serial port and communications, through the GPRS network to TCP/IP server for data comm
delphiSTATprogram
- 本教程主要介绍了数据通信基础,通用串行通信标准和通用MOdem命令以及嵌入式汇编语言开发通信程序。-This tutorial focuses on the data communication infrastructure, universal serial communications standards and common MOdem command and embedded assembly language development communication program.
WAVECOM-AT
- AT指令一般应用于MT和TE程序间通信,即终端设备与PC应用之间的连接与通信。其对所传输的数据包大小有定义:即对于AT指令的发送,除AT两个字符外,最多可以接收1056个字符的长度(包括最后的空字符)。 -AT commands are commonly used for communication between MT and the TE program, the terminal equipment and the connection between PC applications an
1
- 功能:现代人的社会交往越来越多,人们会需要通讯录来记录联系信息,必须对通讯录进行管理,对使用通讯录提供方便,基本功能如下: 输入、显示、查找、删除、插入、保存、读入、按照序号查询、拷贝、排序和退出。 目的:利用静态结构数组实现通讯录管理,数组的每一个元素是一个联系记录,通过该例子了解数据库管理的基本功能,重点掌握数组元素作为结构体的应用、数组作为函数参数、文件读写、自定义函数等知识。 程序设计思路:程序设计一般由两个部分组成:算法和数据结
ModemCommunitaion
- 控制Modem 的C程序,通过串口对Modem进行控制进行拨号和数据传输,可以实现两个Modem之间对传数据和发送文件。使用Visual Studio 2012开发。-Modem Communication Program used to control the modem using serial port on PC。 This program is used to dial-up, send meessage and send files between 2 moderms