资源列表
SOCKET服务器(队列算法)
- SOCKET服务器,支持多客户端,含协议判断处理. 每个客户端有独立的数据队列做BUFFER, 采用异步SOCKET方式接收数据. 传上来换点分!对初学都应该还算是比较全面的.含全部源代码.
Imap
- 使用VC实现的IMAP协议的程序,在VC6下编译通过运行。-use the IMAP protocol procedures, the VC6 compiler running under.
虚拟串口驱动程序
- 好东东,虚拟串口驱动程序,里面含有相关 串口监视界面。-good Dongdong, virtual serial port driver, it contains relevant surveillance serial interface.
IOport
- 利用WINIO在Windows2000下对研华的数据采集卡PCL-812PG进行直接端口操作,运行正常,但实时性有待改善。-use WINIO in Windows2000 China Institute of the data acquisition card PCL-812PG direct port operations, operating normally, but the real-time needs to be improved.
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
DEMO OPC Server-VBVC
- OPC Server的Demo程序(分别用VC、VB编写),包含接口说明文档。-OPC Server Demo procedures (VC, VB prepared), including interface documentation.
用VC 6.0实现串行通信的三种方法
- 用VC 6.0实现串行通信的三种方法 本文介绍了在Windows平台下串行通信的实现机制,讨论了根据不同的条件用 Visual C++ 设计串行通信程序的三种方法,并结合实际,实现对温度数据的接收监控。 -VC 6.0 of the three serial communication method is introduced in the Windows platform to achieve the serial communication mechanism discus
现代通信系统matlab版源代码
- 现代通信系统(matlab版)随书代码。提供信道容量和编码,扩频通信系统载波调制的数字传输等仿真源代码。-modern communication system (Matlab version) with the code book. Provide channel capacity and coding, spread-spectrum communication system carrier modulation digital transmission simulation source
MircoClassVideoCut
- 简单的视频剪辑处理,可添加水印(设置显示位置及大小),添加片头、片尾,可通过第三方调用,工作中使用了java进行调用,http请求即可(Simple video clip processing, you can add watermark (set the display location and size), add a head, tail, can be called by a third party, work using java to call, HTTP request can b
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通
VS编译的ffmpeg
- 使用vs编译的ffmpeg源码及项目文件(Ffmpeg source code compiled by vs)