资源列表

« 1 2 ... .32 .33 .34 .35 .36 237.38 .39 .40 .41 .42 ... 699 »

[TCP/IP协议栈TCP_chatting

说明:一个VC下的tcp多人网络聊天程序的源码,包括服务器端源代码和客户端源代码-Tcp under a VC multiplayer online chat program source code, including server-side source code and the client source code
<ywei> 在 2024-09-29 上传 | 大小:391168 | 下载:0

[TCP/IP协议栈ucip_code

说明:一个比较完整的TCP/IP协议栈,里面代码有很多可取之处。-A relatively complete TCP/IP protocol stack, which code a lot of merits.
<wangjl> 在 2024-09-29 上传 | 大小:390144 | 下载:0

[TCP/IP协议栈fsp-2.8.1b24

说明:FSP(File Service Protocol)一种基于UDP的文件传输协议的实现及其文档,来自开源社区。-FSP stands for File Service Protocol. It is a very lightweight UDP based protocol for transferring files. FSP has many benefits over FTP, mainly for running anonymo
<Y> 在 2024-09-29 上传 | 大小:391168 | 下载:0

[TCP/IP协议栈TCP-IP-complete.pdf.tar

说明:Gives Basic information of Unix Network Programming
<greenhorn> 在 2024-09-29 上传 | 大小:389120 | 下载:0

[TCP/IP协议栈UDPTCP

说明:该程序充分利用了JAVA的多线程,完成写文件和刷新界面,在不同的线程间还有调用关系,因为考虑到网络数据的不稳定性,即有时数据量比较小,有时数据包很多,如果一个线程就会出现在数据量高峰时严重掉包(编程初期的时候,已试过)。所以引入多线程,这样在数据包不多的时候,能够使得数据包多的时候没有完成保存工作的线程能够继续完成保存工作。-The program makes full use of the multi-threaded JAVA, w
<李璞> 在 2024-09-29 上传 | 大小:388096 | 下载:0

[TCP/IP协议栈ALGORITHMSofIPv6

说明:谈IPv6的邻居发现技术的发送算法及功能-this paper is talking about the ALGORITHMS of IPv6.
<林场> 在 2024-09-29 上传 | 大小:390144 | 下载:1

[TCP/IP协议栈tcp

说明:这是一个实现双机通信得一个开发包,是我师兄的毕业设计,本设计已经投入到使用中去了-it is a packet for communicating beteem two pc
<luozw> 在 2024-09-29 上传 | 大小:390144 | 下载:0

[TCP/IP协议栈TCP-IP-complete.pdf

说明:Learn all the basics in TCP/IP networking.-Learn all the basics in TCP/IP networking.
<kilroy> 在 2024-09-29 上传 | 大小:387072 | 下载:0

[TCP/IP协议栈Projects

说明:纯socket APi 实现 tcp/ip 实例-tcp/ip native socket API application
<alex> 在 2024-09-29 上传 | 大小:390144 | 下载:0

[TCP/IP协议栈IPTCP

说明:delphi 实例 基于TCP/IP协议 有客户端和服务器端-delphi example is based on TCP/IP protocol with the client and server side
<cztong> 在 2024-09-29 上传 | 大小:388096 | 下载:0

[TCP/IP协议栈x-net

说明:IOCP(I/O Completion Port,I/O完成端口)是性能最好的一种I/O模型。它是应用程序使用线程池处理异步I/O请求的一种机制。在处理多个并发的异步I/O请求时,以往的模型都是在接收请求是创建一个线程来应答请求。这样就有很多的线程并行地运行在系统中。而这些线程都是可运行的,Windows内核花费大量的时间在进行线程的上下文切换,并没有多少时间花在线程运行上。再加上创建新线程的开销比较大,所以造成了效率的低下。 -
<张本梁> 在 2024-09-29 上传 | 大小:389120 | 下载:0

[TCP/IP协议栈TCP-Client-Test

说明:需要一个用来测试JAVA服务器连接及数据处理能力的客户端压力测试工具,网上找了很久没找到合适的; 花了半天写了个,很久没写Delphi程序,手生了!-A need to test the JAVA server connection and data processing capabilities of the client stress testing tool, the Internet looking for a long t
<尚文> 在 2024-09-29 上传 | 大小:388096 | 下载:0
« 1 2 ... .32 .33 .34 .35 .36 237.38 .39 .40 .41 .42 ... 699 »

源码中国 www.ymcn.org