搜索资源列表
Chat_IO
- 详细的介绍了怎么编写完成端口的程序 对大家学习完成端口(I/0)有很大的帮助
IOCP
- 采用iocp完成端口编写的http服务器源码
网络引擎
- 这是一个Tcp协议的网络引擎,包括两个部分: a、服务器采用完成端口模型,提供了丰富的接口函数 b、客户端采用三线程加重叠Io模型,速度快,稳定 都采用回调函数接收数据,是对网络Tcp模型Socket的完整封装,所有代码在Windows2000下测试通过,并已应用到很多现有的中型网络系统中。-This a remarkably agreement Network engines, including two parts : a server used to complete port model
易语言完成端口客户端
- 利用纯API打造易语言 完成端口连接
IOCPKaoshi
- 基于完成端口模型的学生考试系统,包括服务端和客户端以及ACCESS数据库的操作-Port model based on students who complete the examination system, including server and client, and the operation of ACCESS database
Angle
- 该实例完成一个服务器端和客户端简单的会话通信过程.要求主机上安装TCP/IP协议,并设定IP.服务器端和客户端使用同一台主机的不同端口号,服务器端使用的端口号为2000,客户端使用的端口号为3000. 服务器端程序先运行,首先初始化Winsock,然后创建套接字,在2000端口上进行绑定,接着在2000端口进行侦听,并进入等待状态.客户端后运行,同样首先初始化winsock,然后创建套接字,接着尝试和服务器端的连接.连接一旦建立,就可以在服务器端和客户端之间进行通信.客户端提示输入一个数字,比如
x-net
- IOCP(I/O Completion Port,I/O完成端口)是性能最好的一种I/O模型。它是应用程序使用线程池处理异步I/O请求的一种机制。在处理多个并发的异步I/O请求时,以往的模型都是在接收请求是创建一个线程来应答请求。这样就有很多的线程并行地运行在系统中。而这些线程都是可运行的,Windows内核花费大量的时间在进行线程的上下文切换,并没有多少时间花在线程运行上。再加上创建新线程的开销比较大,所以造成了效率的低下。 -IOCP (I/O Completion Port, I/O
echo
- 一个简单的完成端口demo,可以运行,测试过了-A simple completion port demo, you can run, test passed
VerServ
- 一个小巧的TCP/IP服务器程序,用完成端口实现。-A compact TCP/IP server program, with the completion port implementation.
maxConnectTestLog1500
- C++完成socket通信 完成端口TCP/IP连接-completion port socket communication
TCP
- 网络编程代码,含有消息机制,事件机制,完成端口,重叠io的示例代码-Network programming code, with message-based, event mechanism, the completion port, sample code overlap io
IOTest
- 网络编程,socket 完成端口 iocp-socket iocp
cket_iocp-documents-and-code
- 包含四份关于iocp完成端口模型在socket通信编程中的技术应用文档,其中含有关键代码和说明,由浅入深,是一位大拿原创的技术文档。-Iocp contains four reports on the completion port socket communication programming model in the technical application of the document, which contains the key code and instructions, De
socket20120418
- 演示Winsock网络编程中的完成端口模型,有助初学者加深对该模型原理的理解。 [AES] - AES快速算法和蓝牙设备中用的E0算法(用于加密)、E1算法、E2算法、E3算法(用于密钥管理和鉴权等)等 [TCPPacket.zip] - 此源码演示了如何通过原始套接字来模拟tcp包,对winsock网络编程及tcp/ip协议的学习 有帮助 [pGina.rar] - Windows下的登录替换程序,可以实现用自己的方法增强系统登录,例如使用智能卡、独立的认证系统等。
ITS
- VC++ DLL实例源码 适合新手学习ITS_ICOP完成端口实例-VC++ DLL instance source suitable for novice learning ITS_ICOP completion port instance
code
- c#进行 IOCP(完成端口)编程的方法与详细讲解-c# the IOCP (the completion port) programming methods and explain in detail
HWControlLink
- 使用TCP/IP网络协议,基于完成端口进行控制命令的发送和接收-Using TCP/IP network protocol, based on the completion port to send and receive control commands
HWDataReceiver
- 利用TCP/IP协议,基于完成端口对网络数据进行接收-Using TCP/IP protocol, based on the completion port to receive data on the network
HWDataSender
- 利用TCP/IP协议,基于完成端口对网络数据进行接收-Using TCP/IP protocol, based on the completion port to receive data on the network
IOCPExample
- 利用window socket实现完成端口,其中包含相应的客户端程序.完成端口可以用有限的线程完成上万用户的接入,效率较高.-Achieve complete port using the window socket, which contains the corresponding client program. Completion port thread can be completed with limited access to tens of thousands of users,