▍1. TTYReceiveMSComm
该程序是一个串口的数据接收程序,具有简化的串口设置,传输速率的设置等功能,适宜于串口功能的测试。(The program is a serial data receiving process, with a simplified set of serial port, transfer rate settings, such as features, functions suitable for serial testing.)
该程序是一个串口的数据接收程序,具有简化的串口设置,传输速率的设置等功能,适宜于串口功能的测试。(The program is a serial data receiving process, with a simplified set of serial port, transfer rate settings, such as features, functions suitable for serial testing.)
Visual C++高级开发范例解析第二章ActiveX源码(Visual C++ Advanced Development ActiveX sample chapter source analysis)
国家环保总局污染源在线通讯协议的简化版,主要用于环保污染监测设备的数据上传(Sources of the State Environmental Protection Administration of the simplified version of online communication protocols, mainly for environmental pollution monitoring equipment, data upload)
GPRS的IP协议源程序,对初学者有用。(GPRS protocol of the IP source code, useful for beginners.)
串口程序,实现串口发送,接受文件,用户只有少做修改就可以为自己所有(Serial procedures, implementation serial send, receive documents, the user only a few modifications can make all their own)
介绍如何对NS2进行多信道多接口扩展,并支持动态信道分配。(NS2 introduce how to carry out the expansion of multi-channel multi-interface, and supports dynamic channel allocation.)
用winsock实现两机通讯的一个小软件 特别简单 不再具体介绍(Winsock implementation to use two planes, a small communications software in particular is no longer easy introduction of specific)
无线手机使用的集成式功放器/淤波器前端The use of wireless mobile devices, integrated power amplifier / silt-wave front-end(The use of wireless mobile devices, integrated power amplifier/silt-wave front-end)
利用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.)
gsm11.11 gsm11.14规范,用于gsm 的开发(gsm11.11 gsm11.14 norms for the development of gsm)
c8051F系列单片机CAN总线的应用例程(c8051F Series Single-chip CAN bus application routines)
SIM300的封装,对于要用GSM搞硬件开发的人很(SIM300 package, for use GSM person engaged in the hardware development is)
QT环境下开发的,用于测试电力通讯规约IEC103的一个程序(QT development environment for the testing of electrical communications statute a procedure IEC103)
利用维特比算法解调GMSK信号 维特比算法的一个用处(Viterbi algorithm using GMSK signal demodulation Viterbi algorithm is a useful)
串口通讯技术实现--两台pc机通过串口通讯(C语言)并可以调整波特率,奇偶校验位等。 (Serial Communication Technology- two pc machine through serial communication (C language) and can adjust the baud rate, parity bit and so on.)
编译原理的学习资料,我们上课用的,没有源码传,但又想下载东西,只好传了学习资料(Compilation Principle of learning materials, we used in class, there is no source Chuan, but want to download things, but to learn from the information passed)
可以实现无线通信,代码简单便于理解,是基于wince平台的(Wireless communications can be achieved, the code simple and easy to understand, is based on the wince platform)
(九宫问题)在一个3×3的九宫中有1-8这8个数及一个空格随机的摆放在其中的格子里,如图1-1所示。现在要求实现这个问题:将该九宫格调整为如图1-1右图所示的形式。调整的规则是:每次只能将与空格(上、下、或左、右)相邻的一个数字平移到空格中。试编程实现这一问题的求解。((Nine-palace issues) in a 3 × 3 of the Nine-palace are 1-8 this 8 random number and the placing of a space in which the cell house, as shown in Figure 1-1. Now required to achieve this issue: the squares adjustment for the right as shown in Figure 1-1 form. Adjustment of the rules: each can only be with the spaces (upper and lower, or left, right) adjacent to a digital flat space. Test Programming to solve this problem.)