搜索资源列表
NetLibrary
- 网络socket,IO,线程池,同步,日志等等, 利用面向对象以及范性特性,为在VC下开发网络应用程序打下坚实的底层基础。-network socket, IO, thread pool, synchronization, log, etc., and the use of object-oriented Fan sexual characteristics, for the VC and development of network applications and lay a solid b
Java_Socke183657142005
- 一个基于Java编写的Socket程序,提供简单的FTP功能实现 This networking program set consists of implementation of FTP, TELNET, HTTP SERVER, UDP NEWS SERVER, Multi client parallel chat server, Date server. Knowledge of socket programming, applet, AWT, thread, and IO str
IOCP
- 关于IOCP 关于Socket与完成端口的C++源代码。-About IOCP-(C++)Soure Code,Contains four examples of different degrees of difficulty. About Socket and finish port of C++ source code.
socketselectio
- 使用select socket io模型传文件,一次3K-The use of select socket io model Chuan documents, a 3K
CompSocket
- 比较perl几种编写socket的效率~!有POE、底层c库的socket还有封装的IO::Socket!-More a few plaits of perl write the socket efficiency~!The IO that socket that has the POE, the first floor c database still seals to pack:: Socket!
IO-Socket-SSL-0.999.tar
- IO socket programming
OverlappedIO
- socket Overlapped IO 的示例程序,很好的帮助理解socket的Overlapped IO 模型。-socket overlapped IO model.
IOModel
- 利用套接字重叠IO模型开发网络词典程序。该程序由服务器和客户端两部分组成,服务器主要包括数据包设计,多线程设计,界面设计。服务器负责为客户端提供英文单词的查询服务,主要包括为客户端提供英文单词的汉语含义查询 管理客户端的连接,增加,编辑和删除英文单词及其汉语含义,自动记录未知含义的单词。客户端包括界面设计,多线程设计。客户端负责向服务器发送英文单词的汉语含义查询请求,并接受服务器的应答,客户端利用套接字重叠IO模型的事件通知方法对套接字管理。-Overlapped socket IO model
game_frame
- 网络版游戏框架:1.服务器端,网络IO模型使用完成端口,具体实现是使用自行封装的CIOCP类,此类对完成端口的线程和对各种网络事件的处理进行了封装。封包的封装使用CPacket对封包进行打包和解包。2.客户端,使用异步选择事件模型,Socket使用自己封装的CMySocket进行方便的异步绑定。-Online Game Framework: 1. Server-side, the network model for the use of IO completion ports, concrete
WSAAsyncSelect_delphiCode
- DELPHI SOCKET IO WSAAsyncSelect Example code
overlappedSoketIOModel
- 使用回调函数封装的完成例程的重叠socketIO模型.效率还可以.只不过还未对沾包做处理.-use callback function to wrap socket IO model.
SOCKEt_complete_io
- 采用完成端口模式,实现了win32下socket编程的服务器端和客户,-socket programming example using complete port
WSAAsyncSelect
- 一个基于socket的winXP下用WSAAsyncSelect()函数实现的并发服务器程序。是学习Windows网络io的好例子。-Under the socket on the winXP one with WSAAsyncSelect () function implementation of concurrent server program. Windows network io to learn a good example.
OverlappedIO_CompletionRoutine
- 基于完成例程的重叠IO模型,服务器端用个三个辅助线程来处理重叠IO操作,可通过增加线程来提高响应请求速度,此模型比基于事件通知伸缩性更好,服务器端用队列(选择队列更易于管理)存储了某个时间点的客户端socket,再用辅助线程处理-IO overlapped completion routines based model of the server with a three worker threads to handle overlapped IO operation can be improv
IO
- 一片个人总结冠以网络套接字五种IO模型的c++编程步骤和简单的方法,文章详细讲解了各种IO模型的优缺点,包含作者本人半年来对IO模型理解和总结,很适合学习IO的新手。-this isone article about socket in IO.
Socket.IO-Java-master
- 这是关于java 网络编程的,有适合你的socket学习例子,能帮助你很好的理解socket-Java network programming socket for your learning example, can help you a good understanding of the socket
socket.io-client-master
- socket programming is an used in many project. here is king of socket programming for IO works.
socket-server-socket-serve
- 这是一个关于各种IO模型的socket server实现与测试。 这里采用多种模型实现了一个TCP ECHO服务器,将client发送的内容echo回去。 client每秒会发送一次请求,server保持并发连接并进行相应。 现已实现的模型: base: 最原始的echo服务器 thread: 多线程模型 select: select模型 poll: poll模型 epoll: epoll模型 参数 修改src/clients.sh 可以生成指定数量的client 修改
socket.io-client-cpp-master
- 这个是平时学习windows 学习网络功能 希望和我一样学习的人有用socket demo(zhe shi wo pingshi yongyu xue xi de shili xi wang neng dui he wo yiyang xue xo de ren you yong socket demo)
