搜索资源列表
SOCKET服务器(队列算法)
- SOCKET服务器,支持多客户端,含协议判断处理. 每个客户端有独立的数据队列做BUFFER, 采用异步SOCKET方式接收数据. 传上来换点分!对初学都应该还算是比较全面的.含全部源代码.
NO7
- 著名的电信七号信令NO7,协议栈实现代码。包含了从最底层HDCL数据流处理到上层L4呼叫处理的流程。-The code for Ss7 protocol stacks,include from the HDCL data stream handling to the the Handle flow of L4 Call.
G代码编译器
- 对国际标准的ISO GM 数控机床加工代码进行解码和编码,并优化数控程序代码,压缩通讯信息量,提高通讯速度,给下位机(如DSP,FPEA)提供能够处理的数据-of international standards ISO GM CNC machine code decoding and encoding, and NC code optimization, compression communication of information, improving communication speed
sample rate process
- 采样率转换代码,在数字信号处理过程中,实现不同采样率系统的数据传送。-sample rate conversion code in digital signal processing to achieve different sampling rate of data transmission.
radar
- 雷达单点成像仿真,主要数据均按照与实测数据相近处理-single imaging radar simulation, in accordance with data similar to the measured data handling
GPS数据的采集
- 该程序采用GPS异步串行方式,通过串口采集遵循NMEA0183协议的GPS数据,对之进行后台处理 通过ODBC放到数据库中! 经典-the procedures used GPS asynchronous serial, serial through acquisition agreement followed NMEA0183 GPS data, on which background processing into the database through ODBC! Classic
服务器端应用程序
- 一个简单的服务器端应用程序,功能:监听客户端的连接请求,为客户端连接请求建立SOCHET队列,处理各客户端发送来的数据,并向相应的客户端发送应答消息,更新服务器的端口号-a simple server-side applications and functions : listening to the connecting client requests for client requests to establish SOCHET queue address the client to sen
一篇电子工程专业硕士毕业论文
- 作者应用TI公司的TMS320VC5402和AMCC公司的S5920设计了一个数据采集/处理卡,自己编制了DSP处理软件。-TI TMS320VC5402 and the AMCC S5920 design of a data acquisition / processing card, was developed by DSP processing software.
data_processing_in_COMM
- 串口通讯中的数据处理,包括普通型和无线型-Serial Communication of data processing, including general-and wireless -
dongtaishuju
- vc环境下实现动态数据处理,并对原理作了简要的介绍-vc environment dynamic data processing, as well as principles are briefly discussed
xgrf
- 关于射频卡读写的程序,本程序主要提供VC动态链接库的调用方法以及串口通迅中的数据转化处理的方法。-on RF Card Reader procedures, The main procedures for VC DLL call methods and serial communication, the data conversion processing methods.
data-process-arithmetic-in-intelligent-instrument.
- 测量精度和可靠性是仪器的重要指标,引入数据处理算法后,使许多原来靠硬件电路难以实现的信号处理问题得以解决,从而克服和弥补了包括传感器在内的各个测量环节中硬件本身的缺陷或弱点,提高了仪器的综合性能-measurement accuracy and reliability of the apparatus of the important targets, the introduction of data processing algorithm, Many rely on the original
PLCAcquisition
- plc采集系统,用于工控行业,简单plc采集和处理数据的例子
SerialPortTest
- 通信协议在串口通信编程中的实现,就是如何处理数据包,即发送时如何根据通信协议对数据进行打包,接收时如何根据协议对接收到的数据信息拆包,并取出自己想要的数据信息。
时态关系数据的分类及时态关系表示
- 时态数据处理 时态数据处理 有关数据库中的时态数据-Temporal data processing temporal data processing database of temporal data
CRCProgram
- 用MFC编写的数据包校验与常用校验算法(数据处理方法与串口通信用户层协议的编制)。编写的代码部分都有中文注释,对刚开始接触MFC的学习者来说是很好的资源! -Prepared by MFC with the commonly used packet checksum checksum algorithm (data-processing methods and user layer protocol serial communication preparation). They are al
SerialPortTest
- 用MFC编写的串口通信数据包处理方法的程序实例。编写的代码部分都有中文注释,对刚开始接触MFC的学习者来说是很好的资源! -MFC prepared using serial communication method of packet processing procedures. They are all code written in Chinese Notes of the beginning of contact with learners MFC is a very good re
GpsRecv
- 通过调用Win32通信API函数,可以使程序打开一个串口,并对这个串口进行基本配置。GPS数据采集程序主要实现了配置串口,创建串口数据接收线程,使用重叠操作方式读取串口数据及如何处理接收到的数据的基本方法。-Communication by calling the Win32 API function, you can make the program opens a serial port, serial port and the basic configuration. GPS data a
src
- 数据的处理,首先定义字节,开始位,终了位,然后灵活处理数据-explain how to deal data flexible
读取串口数据并画实时曲线的VC++程序源码
- 通过串口读取数据,将读取回来的数据分析处理,然后通过曲线形式显示出来。(Read data through the serial port, read back data analysis, processing, and then displayed in the form of curves.)