搜索资源列表
tcp-ip详解卷3
- 第三卷的内容细节覆盖了当今TCP/IP编程人员和网络管理员必须熟练掌握的四个基本方面: T/TCP (TCP事务协议),这是对TCP的扩展,使客户--服务器间的事务传输更快更有效和更可靠; HTTP (超文本传送协议),这是飞速扩展中的万维网的基础; NNTP (网络新闻传送协议),这是Usennet新闻系统的基础; UNIX域协议,这是在UNIX实现中应用非常广泛的一套协议。 与前面两卷一样,本书有丰富的例子和实现的细节,他们都是4.
uip-0.6
- uIP的一个版本0.6,包含源代码,说明文档,例子,对研究TCP/IP协议栈的比较有帮助。可移植到一些8/16单片机上。-a version 0.6, including source code, documentation, examples, the study TCP / IP protocol stack of more help. Some can be transplanted to 8 / 16 on the MCU.
TCPsample
- 里面有网络客户端和服务端源码,是对于初学者来说最好的例子!
DuoXianChengWenJianChanShu
- VC++ 多线程的文件传输例子,内有协议文件.
2000
- TCP.UDP高级编程的例子, 有兴趣的可以研究一下。
TCPIP_Illustrated_V3.rar
- 《TCP/IP详解,卷3》第三卷的内容细节覆盖了当今TCP/IP编程人员和网络管理员必须熟练掌握的四个基本方面: T/TCP (TCP事务协议) HTTP (超文本传送协议) NNTP (网络新闻传送协议 UNIX域协议 与前面两卷一样,本书有丰富的例子和实现的细节,他们都是4.4BSD-Lite中的网络代码。 ," TCP/IP Detailed, Volume 3" Volume III covers the details of today' s TCP/IP
4GClientAutoUpdataServer
- 传奇4G的客户端更新服务器功能很强大,是学习Tcp/IP的好例子,里面有TCP/IP线程池的基础模型。-Legend 4G client update server functionality is very powerful, is to learn Tcp/IP a good example, which have TCP/IP base model of the thread pool.
Multicast
- MFC平台开发的组播的例子程序,例子对于快速进行组播的开发是很有帮助的-MFC platform developed multicast example program, for example, for the rapid development of multicast is helpful
NISTI++DMEtestSuite3.0ForIppVer1.4
- 老外写的I++协议,是学习TCP/IP的经典例子,界面简单,客户端,服务器端例子均有.-Foreigner wrote I++ Agreement, is to learn TCP/IP a classic example of the interface is simple, client, server-side examples of both.
chuanshujihe
- C# 利用TCP进行点对点传输例子集合,,里面有多个关于C#数据传输的例子-C# Use TCP point-to-point transmission example of a collection, there are more than on the C# Data transmission example
IP
- 我们都知道在 TCP/IP 的架构下,所有想连网络的电脑,不论是用何种方式连连网络,都必须要有一个 *唯一* 的 IP-address。举两个最常见的例子: 学校的电脑用网络线连在一起,是经由 ethernet 接口连连网络,则该 ethernet 接口必须要有 IP-addr., 如 freebsd.phys.ntu.edu.tw的 ethernet IP 为 140.112.52.20 。另一个常见的网络接口为 PPP, 通常是用在 modem 拨接上,当您从家里透过 modem 拨接上远端
UDPProgram
- 这是一个UDP示例程序。整个例子有两个程序组成,一个发送数据,另一个程序接收数据后,完成绘图工作。-This is a sample procedure UDP. Examples of procedures for the entire two components, a send data, receive data from another program to complete the job drawings.
TCPfiletransfer
- 这是一个采用TCP/IP协议进行文件传输的例子,对初学者有帮助。-This is a use of TCP/IP protocol for file transfer example, be helpful for beginners.
tcp
- 基于tcp的网络应用例子,模拟实际应用,对于理解tcp编程以及tcp原理很有帮助-The programe of network base on the tcp,it is a good example to understand of the tcp programe
updatepic
- Qt用Tcp 和Udp 传图片的例子,对于没做过这方面编程的朋友肯定很有帮助
TCP-IP3
- 第三卷的内容细节覆盖了当今TCP/IP编程人员和网络管理员必须熟练掌握的四个基本方面: T/TCP (TCP事务协议),这是对TCP的扩展,使客户--服务器间的事务传输更快更有效和更可靠; HTTP (超文本传送协议),这是飞速扩展中的万维网的基础; NNTP (网络新闻传送协议),这是Usennet新闻系统的基础; UNIX域协议,这是在UNIX实现中应用非常广泛的一套协议。 与前面两卷一样,本书有丰富的例子和实现的细节,他们都是4.
ortp.tar
- ORTP,新的rtp/rtcp库,纯c写的,也有c++应用例子介绍-ORTP, the new rtp/rtcp library, written in pure c, c++ applications also introduce an example
tcpip
- TCP/IP通信的小例子,对于学习有帮助-TCP/IP communications for small example, there is help for learning
Web_Srv
- TCP/IP协议栈uip,实现简单的web服务器的例子文档,编程环境VC2005,文档中有截图、代码、文字。 -Uip TCP/IP protocol stack, to achieve a simple example of the web server document, the programming environment VC2005, screenshots, code, text in the document.
UdpServer
- udp虽然可靠性不及,但传输效率较高。所以在网络上仍有很大的用途。这几日需要了解下udp通讯的过程,上网发现这方面的资料还挺少。于是仔细的翻找了下msdn,基本上搞清楚了udp通讯的过程。做了一个测试的例子。希望对大家有帮助。 -udp, although the reliability is less than, but the transmission efficiency is high. So there are still a lot of uses on the network. U