搜索资源列表
x-net
- IOCP(I/O Completion Port,I/O完成端口)是性能最好的一种I/O模型。它是应用程序使用线程池处理异步I/O请求的一种机制。在处理多个并发的异步I/O请求时,以往的模型都是在接收请求是创建一个线程来应答请求。这样就有很多的线程并行地运行在系统中。而这些线程都是可运行的,Windows内核花费大量的时间在进行线程的上下文切换,并没有多少时间花在线程运行上。再加上创建新线程的开销比较大,所以造成了效率的低下。 -IOCP (I/O Completion Port, I/O
tcpick
- tcpick is a textmode sniffer libpcap-based that can track, reassemble and reorder tcp streams. Tcpick is able to save the captured flows in different files or displays them in the terminal, and so it is useful to sniff files that are transmitted via
TCP
- 基于TCP协议实现客户端与服务器在约定的端口上进行数据传输。客户端程序仅知道服务器的主机名,并不知道服务器的IP地址。 客户端 1从命令行输入服务器的的主机名连接到服务器; 2获取本机的相关信息包括:IP地址、开通的端口、操作系统的名称、本机名称列表、操作系统版本号、硬件版本; 3将上述信息进行凯撒加密并发送给服务器; 4接受服务器返回的经处理后的字符串,并显示; 5当用户输入CTRL+D或者“bye”时终止连接并退出。 服务器端 1服务器等待客户连接,连接成功后
The-Error-Handling-Protocol
- PROGRAM TO HANDLE ERROR
tcpserver_thread
- 实现了TCP服务端对客户请求的监听并开启新的线程来处理客户的请求-Implements the TCP server listens to the customer request and open a new thread to handle customer requests
SerialPort-Sample-in-VB.NET-(CSharp)
- This a complete project for Network TCP in Visual Studio C++.This is a windows application that user can handle the program well.-This is a complete project for Network TCP in Visual Studio C++.This is a windows application that user can handle the p
Shuang_EP_Distributed
- 在客户端和服务器通过套接字连接设计分布式逻辑回归模型。该服务器可以处理用户的使用预定义的用户名和密码验证。该框架提供了用于保护敏感信息的高层次的保证,由于信息服务器之间交换和客户端是系数的后验分布。-We design a distributed logistic regression model using expectation propagation, where clients and server are connected through sockets. The server ca
ipv42ipv6doc
- IPv4至IPv6过渡技术研究及在Windows平台下的测试分析及过渡等材料-documents about how to handle ipv4 to ipv6
