CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - overlapped client
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - overlapped client - List
[
WinSock-NDIS
]
Overlapped
DL : 0
基于事件例程的socket 重叠i/o,简单的读取客户端送来的数据-routines based on the events overlapping socket i / o, a simple read client data sent
Date
: 2008-10-13
Size
: 33.9kb
User
:
蓝狐
[
WinSock-NDIS
]
ceshi
DL : 0
overlapped model ,client and server
Date
: 2008-10-13
Size
: 23.17kb
User
:
陈世锋
[
Communication
]
variousSockIOMmodels
DL : 0
Samples illustrating the various Winsock I/O models under the following directories: blocking Illustrates the blocking sockets model. This includes blocking client and server samples. nonblocking Illustrates the non-blocking socket model using the select API. Only a server sample is provided. WSAAsyncSelect Illustrates the WSAAsyncSelect socket model. Only a server sample is provided. WSAEventSelect Illustrates the WSAEventSelect socket model. Only a server sample is provided. overlapped Illustrates the overlapped IO model using events.Only a server sample is provided. iocp Illustrates overlapped IO using an IO comletion port.Both a client and server sample are provided.
Date
: 2008-10-13
Size
: 77.3kb
User
:
Janferry
[
Internet-Network
]
Overlapped
DL : 0
基于事件例程的socket 重叠i/o,简单的读取客户端送来的数据-routines based on the events overlapping socket i/o, a simple read client data sent
Date
: 2025-07-11
Size
: 34kb
User
:
蓝狐
[
Internet-Network
]
ceshi
DL : 1
overlapped model ,client and server
Date
: 2025-07-11
Size
: 608kb
User
:
陈世锋
[
Other
]
ComReadSend
DL : 0
调试串口设备时候接收到客户端发送特定数据时,需要本机回传另一个特定字符串。因为网上不好找到具有类似功能的软件,所以自己写了一个。可以实现接收串口数据,单次发送,连续发送,接收特定数据后发送的功能。可以接收、显示、发送十六进制或者ascii。缺点是串口没有采用Overlapped方式,发送数据的时候会有点慢。另外软件的应用上面也有点不够人性化。拟改进。-Debugging serial devices to the client when receiving the data sent when a specific need to return the machine to another specified string. Because of the Internet to find good software with similar functions, so to write one. Can be achieved to receive serial data, a single send, for send, receive data sent by a particular function. Can receive, display, send or hexadecimal ascii. The disadvantage is that the serial did not use Overlapped way to send data when a bit slow. In addition the application software not above a little humanity. To be improved.
Date
: 2025-07-11
Size
: 65kb
User
:
hujie
[
Communication
]
variousSockIOMmodels
DL : 0
Samples illustrating the various Winsock I/O models under the following directories: blocking Illustrates the blocking sockets model. This includes blocking client and server samples. nonblocking Illustrates the non-blocking socket model using the select API. Only a server sample is provided. WSAAsyncSelect Illustrates the WSAAsyncSelect socket model. Only a server sample is provided. WSAEventSelect Illustrates the WSAEventSelect socket model. Only a server sample is provided. overlapped Illustrates the overlapped IO model using events.Only a server sample is provided. iocp Illustrates overlapped IO using an IO comletion port.Both a client and server sample are provided.
Date
: 2025-07-11
Size
: 77kb
User
:
Janferry
[
Internet-Network
]
GameClient
DL : 0
一个mfc编写的游戏大厅客户端,以及简单的扑克牌游戏,和一个基于overlapped io模型的服务器端程序-The preparation of a game hall mfc client, as well as a simple poker game, and a model of overlapped io-based server-side program
Date
: 2025-07-11
Size
: 283kb
User
:
huangchen
[
Internet-Network
]
windowsSocket-Overlapped
DL : 0
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
Date
: 2025-07-11
Size
: 205kb
User
:
wake
[
Internet-Network
]
IOModel
DL : 0
利用套接字重叠IO模型开发网络词典程序。该程序由服务器和客户端两部分组成,服务器主要包括数据包设计,多线程设计,界面设计。服务器负责为客户端提供英文单词的查询服务,主要包括为客户端提供英文单词的汉语含义查询 管理客户端的连接,增加,编辑和删除英文单词及其汉语含义,自动记录未知含义的单词。客户端包括界面设计,多线程设计。客户端负责向服务器发送英文单词的汉语含义查询请求,并接受服务器的应答,客户端利用套接字重叠IO模型的事件通知方法对套接字管理。-Overlapped socket IO model development using web dictionary program. The program by the server and the client of two parts, the server includes the data package design, multi-threaded design, interface design.
Date
: 2025-07-11
Size
: 204kb
User
:
WANGTAO
[
Communication
]
09
DL : 0
利用套接字重叠I/O模型开发网络词典程序。由服务器和客户端二部分组成。-Use Socket overlapped I/O model development online dictionary program. Second, by the server and client components.
Date
: 2025-07-11
Size
: 204kb
User
:
zhangbo
[
Internet-Network
]
OverlappedIO
DL : 0
本压缩包内含服务器端和客户端代码,服务器端基于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 create a thread, IO operations in response to 64 can be increased by increasing the thread to the number of client response and the IO operation response times
Date
: 2025-07-11
Size
: 152kb
User
:
[
Internet-Network
]
OverlappedIO_CompletionRoutine
DL : 0
基于完成例程的重叠IO模型,服务器端用个三个辅助线程来处理重叠IO操作,可通过增加线程来提高响应请求速度,此模型比基于事件通知伸缩性更好,服务器端用队列(选择队列更易于管理)存储了某个时间点的客户端socket,再用辅助线程处理-IO overlapped completion routines based model of the server with a three worker threads to handle overlapped IO operation can be improved by increasing the response to the request thread to speed, this model is better than the scalability of event-based notification, server-side with a queue (selected easier to manage the queue) to store a certain point in time the client socket, then the worker thread processing
Date
: 2025-07-11
Size
: 135kb
User
:
[
Software Engineering
]
L2109_MessageAndBrew
DL : 0
第二章\服务器程序\ Server 第二章\客户端程序\Client 第二章\调用WSAEventSelect\ EventSelect 第二章\重叠I/O模式\ Overlap 第二章\完成端口模式\ IOcmplt 第二章\线程池\ TreadPool 第四章\七位编码\ EnglishCode 第四章\八位编码\ EncodeEnglish - Chapter \ server programs \ Server Chapter \ client \ Client Chapter \ call WSAEventSelect \ EventSelect Chapter \ overlapped I/O mode \ Overlap Chapter \ a completion port model \ IOcmplt Chapter \ thread pool \ TreadPool Chapter \ seven coding \ EnglishCode Chapter \ Octet Coded \ EncodeEnglish
Date
: 2025-07-11
Size
: 93kb
User
:
李艳
[
Internet-Network
]
NetEngine-Windows-V2PT2
DL : 0
网络通信引擎 集成服务器 客户端 集成了TCP UDP版本 IOCP SELECT WSAEVENTSELET WSAASYNCSELECT OVERLAPPED 模型 还有其他网络帮助函数 UPNP OPENSSL安全传输 加解密函数-Network Communications Engine Integration Server client integrates TCP the UDP version of IOCP SELECT WSAEVENTSELET WSAASYNCSELECT OVERLAPPED model, there are other networks to help the function of the UPNP OPENSSL secure transmission encryption and decryption functions
Date
: 2025-07-11
Size
: 7.58mb
User
:
秋天
[
Internet-Network
]
XyRySoft_NetEngine
DL : 0
网络通信引擎 集成服务器 客户端 集成了TCP UDP版本 IOCP SELECT WSAEVENTSELET WSAASYNCSELECT OVERLAPPED 模型 还有其他网络帮助函数 UPNP OPENSSL安全传输 加解密函数-Integration Server client network communication engine integrates the the TCP UDP version IOCP the SELECT WSAEVENTSELET WSAASYNCSELECT the OVERLAPPED model there are other network help function the UPNP OPENSSL secure transmission encryption and decryption functions, etc.
Date
: 2025-07-11
Size
: 12.59mb
User
:
秋天
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.