搜索资源列表
x-net
- IOCP(I/O Completion Port,I/O完成端口)是性能最好的一种I/O模型。它是应用程序使用线程池处理异步I/O请求的一种机制。在处理多个并发的异步I/O请求时,以往的模型都是在接收请求是创建一个线程来应答请求。这样就有很多的线程并行地运行在系统中。而这些线程都是可运行的,Windows内核花费大量的时间在进行线程的上下文切换,并没有多少时间花在线程运行上。再加上创建新线程的开销比较大,所以造成了效率的低下。 -IOCP (I/O Completion Port, I/O
src
- 网络考试系统平台,主要是用于在线考试,能提高效率-Network test system platform, mainly for online examinations, can improve the efficiency of
MYQQ
- JAVA语言开发的QQ聊天系统,可以添加,删除,好友,支持在线,离线发送消息,能发送文件,听音乐等功能-JAVA language development QQ chat system, you can add, delete, friends, support online, offline Send Message, can send files, listen to music and other functions
chat
- 使用TCP协议的在线聊天系统,包括服务器和客户端-Using the TCP protocol online chat system, including server and client
tcp-ip
- CP/IP通信技术演示程序设计,VB语言为开发基础, 使用Socket 套接字作为开发的应用程序开发模型, 完成了网络在线聊天系统的设计及实现过程, 通过测试表明该系统可以方便的建立连接, 断开连接, 实现网络在线聊天系统的发送消息和接收消息等功能。内含此工程所有相关文件以及一篇程序设计演示报告演示。-TCP/IP communication technology demonstration program design, VB language for the development of t