搜索资源列表
Windows CE下的串口通讯类
- 串行通讯是目前计算机、通信和控制领域最基本的通信方式。在CSDN的“嵌入式开发/WINCE”社区中,经常有人提问该到哪找串口通讯类,其实这个问题我自己也问过。:)而一般的回答是给你提供一个Pocket PC 2002的SDK例子程序。但到底SDK的程序和MFC的结构有很大的不同,对于想用MFC编写通信程序的人来说也不是很便利。 另一方面,由于Windows CE是一个基于Unicode的操作系统,并且Windows CE不支持Windows下常用的串行通信重叠I/O方式(OVER
Overlapped
- 基于事件例程的socket 重叠i/o,简单的读取客户端送来的数据-routines based on the events overlapping socket i / o, a simple read client data sent
ftpserver_overlapped
- Ftp服务器 C++实现,采用overlapped I/O技术-Ftp server achieved using overlapped I / O technology
overlapped IO sample
- overlapped IO编程举例-overlapped IO For Programming
windowsSocket-Overlapped
- windows网络模型之Overlapped 实现的网络词典的客户端和服务器,需要配置数据源,用的access数据库-windows network model of the network to achieve Overlapped dictionary client and server, need to configure the data source, access the database used
fanoutserver
- Fan-Out Server Ver X.01.00 by Ted B Rybicki Echo Server console Application that uses the MS windows I/O Completion Port scheme with overlapped I/O model. The I/O Completion Port is the most difficult to implement, but it has considerable a
WatermarkingAlgorithmResearchandImplementationBas
- In this paper the watermarking programs based on the discrete cosine transform (DCT) domain DC component (DC) is adopted. Through adjusting the block DCT coefficient of the image the watermarks are hidden. And blocking the selected image accord
OverlappedIO
- socket Overlapped IO 的示例程序,很好的帮助理解socket的Overlapped IO 模型。-socket overlapped IO model.
WINDOS_netProgram
- 几种WINDOS下的通信机制,像:EventSelect,Overlapped,select,WSAAsyncSelect-some kinds of windows communication mechanism
OverlappedModel
- Overlapped Model---重叠I/O Socket通讯模型-Overlapped I/O Socket Communication Model
Overlapped
- 重叠I/O编写的服务器代码,用最简明的方法阐明了重叠I/O的使用方法。适合初学者-Overlapped I/O write the server code, with the most concise way to clarify the overlap I/O is used. Suitable for beginners
Overlapped
- 使用重叠I/O模型完成例程方式实现的UDP组播接收程序。-Overlapped I/O completion UDP MultiCast
Overlapped-Segmentation
- overlapped image segmentation the code can also be found at matlabcentral
overlapped4_1
- 服务器端 overlapped 面向对象的-Object-oriented server-side overlapped
OverlappedIO
- 本压缩包内含服务器端和客户端代码,服务器端基于winsock overlapped io模型的事件通知构建,暂时只创建一个线程,可响应64个IO操作,可通过增加线程来增加客户端响应数量和IO操作响应次数-The archive contains the server side and client side code, server-side model based on winsock overlapped io build event notification, being only cre
Overlapped-IO-model-based-server
- 基于重叠IO模型的服务器程序,可以同时支持上万的链接,性能直逼完成端口。-Overlapped IO model based server program, can support thousands of links, the performance almost equal to the completion port.
Histogram-Equalization
- 图形图像处理 使用部分子块重叠直方图均衡化的对比度增强方法-Image Processing An Advanced Contrast Enhancement Using Partially Overlapped Sub-Block Histogram Equalization
Overlapped-IO
- IO 操作有太多讲究了,Overlapped IO重叠IO可以让你要求操作系统为你传送数据,并且再传送完毕时通知你, 它使你的程序在IO进行过程中仍然能够继续处理事务。 -IO operations have too much stress the Overlapped IO overlapped IO can let you ask the operating system for you to transfer the data, and then notify you once t
Overlapped--IO
- 本示例是VC网络编程模型示例 - 重叠IO模型,很有参考价值,欢迎下载-This example is a VC network programming model examples- overlapped IO model is of great reference value, welcome to download
OverLapped
- 这是一个网络模型,重叠I/O模型的一个小程序,一个测试程序,还算成功。-This is a network model of overlapped I/O model is a small program, a test program, to be successful.