资源列表
F32x_Ports_SwitchesLEDs
- This program demonstrates how to configure the port pins as digital inputs and outputs. The C8051F320 target board has two push-button switches connected to port pins and and two LEDs. The program constantly checks the status of the switches
Desktop
- 简单的通讯小程序,C语言编写,服务端与客户端,200行以内的代码-Simple communication applet
dos232
- DOS下做通讯编成的同仁,值得参考,希望对大家有所帮助-do under DOS communications organization colleagues, is worth considering, we hope to help
Client
- 基于C/s下的客户端,一个服务器下的多个客户端的编程-Based on C/s under the client, a server multiple clients under the programming
Clockfrequency
- 使用CPU时间戳进行高精度计时,利用Rdtsc指令计算CPU的时钟频率-High-precision time stamp for the use of CPU time, using the Rdtsc Instruction Computing CPU clock frequency
holenumber
- 数字黑洞程序. 你输入一个不超过10的整数,然后按倍数从大到小排列,减去位数从小到大排列的数字.得出的数重复做上面的操作,最后会吸进一个数字.-digital black hole procedures. You enter a not exceed 10 Integer, and then arranged by multiples on average, less median small to large with the figures. Come do a few repeat th
zushailv
- 通信系统阻塞率的仿真。利用马尔科夫链模型,VC++环境开发。-blocking rate based on Queuing Model
space
- 完成对发送数据符号的空时编码 实现空间复用和分集增益-Send data to complete the symbol space-time coding and spatial multiplexing diversity gain
Angle_IQ_Normalize
- 8psk星座图旋转,解决8psk pi/4相位模糊的问题.-8PSK constellation rotation, to solve the problem of fuzzy 8PSK pi/4 phase.
QPSK_Matlab
- 用matlab仿真来实现QPSK通信系统-Matlab simulation of QPSK
cliChat
- 命令行接口聊天程序 内含两个文件,客户端(cliChatClient),服务器端(cliChatSrv)-Command Line Interface(cli) program zip file contains two files cliChatClient.cpp and cliChatSrv.cpp
简单行编辑程序
- 文本编辑程序是利用计算机进行文字加工的基本软件工具,实现对文本文件的插入、删除等修改操作。限制这些操作以行为单位进行的编辑程序称为行编辑程序。 被编辑的文本文件可能很大,全部读入编辑程序的数据空间(内存)的做法既不经济,也不总能实现。一种解决方法是逐段地编辑。任何时刻只把待编辑文件的一段放在内存,称为活区。试按照这种方法实现一个简单的行编辑程序。设文件每行不超过320个字符,很少超过80字符。