搜索资源列表
TCPIPprotocolren
- TCPIP协议与网络编程 任泰明.rar 第7章 TCP/IP网络程序框架与实例 7.1 网络应用程序的基本工作流程 7.2 基于TCP的客户/服务器通信程序实例 7.3 基于UDP的客房与服务器通信程序实例 本章小结 习题 第8章 Winsock API 8.1 字节排序函数 8.2 IP地址转换函数 8.3 网络信息获取函数(数据库函数) 8.4 套接口选项函数 8.5 套接口I/O处理函数 8.6 事件对象I/O管理 8.
yxyIPCSocket
- 客户端和服务器的基于事件机制的异步多线程TCP通信
IoCPCilent
- 这是我做的一个iocp服务器的客户端测试程序,用的是事件选择的重叠端口模型,希望能对大家有帮助-This is my server to do a iocp client testing procedures are used in case of overlap select port model, there is the hope that it can assist U.S.
TestScktIocp
- 与ScktComp兼容的IOCP服务端组件 参考了IOCPComp组件和ScktComp组件,可以直接替换ScktComp的TServerSocket 其中的事件方法大致相同,同于本身的IOCP特性,不再提供原TServerSocket的线程阻塞选项.核心文件(ScktIocp.pas) 测试时先导入注册表文件,修改连接数,在XP下测试可连接3万个连接. 用FastMM4测试,没有发现内存泄漏,应用大规模服务还有待测试. 如发现有错误之处请更正后通知本人.-ScktComp
UDPDemo
- 无连接通信是通过“用户数据报协议”(User Dadagram Protocol,UDP)来完成的。它不保障可靠数据的传输,但能够向若干个目标发送数据,接收来自若干个源的数据。本例程是一个UDP示例程序。使用UDP异步通讯,并利用事件机制判断数据的接收。-Connectionless communication is through the " User Datagram Protocol" (User Dadagram Protocol, UDP) to complete.
TCP
- 网络编程代码,含有消息机制,事件机制,完成端口,重叠io的示例代码-Network programming code, with message-based, event mechanism, the completion port, sample code overlap io
DHCP-Client-API
- DHCP 客户端接口,实现DHCP Request处理和事件通知-DHCP Client API
modbus_udp
- 程序用winSock实现udp通讯,其中发送采用人为操作,接受为事件处理接收-The program uses udp communication winSock, which sent a human operator, accept for the event handler to receive
wimax-and-zigbee
- zigbee和wimax互联程序 界面程序 基于事件触发-coexistence of zigbee and wimax
IOCP_API
- iocp一个异步I/O的API,它可以高效地将I/O事件通知给应用程序,是入门学习的好例子-iocp example
SR
- TCP 滑动窗口的实现,用Java,并且采用了事件模拟的方式,是美国大学的网络作业。-TCP sliding window implementation, written in Java, and uses the event simulation approach is the American University network operations.
FTPSample
- 使用FTP上传和下载,用到了事件,多线程同步,内存读写,文件操作。-The use of FTP upload and download, use the event, multi thread synchronization, memory read and write, file operations.