Welcome![Sign In][Sign Up]
Location:
Search - Window Socket API

Search list

[TCP/IP stacktcp-ip详解卷2

Description: 本书完整而详细地介绍了TCP/IP协议是如何实现的。书中给出了约500个图例,15 000行实际操作的C代码,采用举例教学的方法帮助你掌握TCP/IP实现。本书不仅说明了插口API和协议族的关系以及主机实现与路由器实现的差别。还介绍了4.4BSD-Lite版的新的特点,如多播、长肥管道支持、窗口缩放、时间戳选项以及其他主题等等。读者阅读本书时,应当具备卷1中阐述的关于TCP/IP的基本知识。本书适用于希望理解TCP/TP协议如何实现的人,包括编写网络应用程序的程序员以及利用TCP/IP维护计算机网络的系统管理员。 -the book complete and detailed presentation of the TCP / IP protocol is how to achieve it. The book is about 500 Legend, OK 15000 actual operation of the C code, For the use of teaching methods to help you master the TCP / IP protocol. The book shows not only the socket API and agreements ethnic relations and hosts and routers to achieve the difference. Also introduced 4.4BSD-Lite version of the new features, such as multicast, long fat pipe, window zoom, timestamp options and other topics, etc.. Readers of this book, Volume 1 should have elaborated on the TCP / IP basic knowledge. This applies to hope to understand TCP / TP how to achieve the agreement, including the preparation of Web applications programmers and the use of TCP / IP to safeguard the computer network system administrator.
Platform: | Size: 30044137 | Author: 小易 | Hits:

[TCP/IP stackTCP-IP2

Description: 本书完整而详细地介绍了TCP/IP协议是如何实现的。书中给出了约500个图例,15 000行实际操作的C代码,采用举例教学的方法帮助你掌握TCP/IP实现。本书不仅说明了插口API和协议族的关系以及主机实现与路由器实现的差别。还介绍了4.4BSD-Lite版的新的特点,如多播、长肥管道支持、窗口缩放、时间戳选项以及其他主题等等。读者阅读本书时,应当具备卷1中阐述的关于TCP/IP的基本知识。本书适用于希望理解TCP/TP协议如何实现的人,包括编写网络应用程序的程序员以及利用TCP/IP维护计算机网络的系统管理员。 -the book complete and detailed presentation of the TCP / IP protocol is how to achieve it. The book is about 500 Legend, OK 15000 actual operation of the C code used for the teaching method to help you master the TCP / IP protocol. The book shows not only the socket API and agreements ethnic relations and hosts and routers to achieve the difference. Also introduced 4.4BSD-Lite version of the new features, such as multicast, long fat pipe, window resizing, timestamp options and other topics, etc.. Readers of this book, Volume 1 should have elaborated on the TCP / IP basic knowledge. This applies to hope to understand TCP / TP how to achieve the agreement, including the preparation of Web applications programmers and the use of TCP / IP to safeguard the computer network system administrator.
Platform: | Size: 30044779 | Author: 韦斯 | Hits:

[Other resourceTCP_IPinDetails

Description: 本书完整而详细地介绍了TCP/IP协议是如何实现的。书中给出了约500个图例,15 000行实际操作的C代码,采用举例教学的方法帮助你掌握TCP/IP实现。本书不仅说明了插口API和协议族的关系以及主机实现与路由器实现的差别。还介绍了4.4BSD-Lite版的新的特点,如多播、长肥管道支持、窗口缩放、时间戳选项以及其他主题等等。读者阅读本书时,应当具备卷1中阐述的关于TCP/IP的基本知识。 本书针对任何希望理解TCP/IP协议是如何实现的读者设计;无论是编写网络应用的程序员,负责利用TCP/TP维护计算机系统和网络的系统管理员,还是任何有兴趣理解大块非凡代码的普通读者;本书都是一本优秀的教科书。-the book complete and detailed presentation of the TCP / IP protocol is how to achieve it. The book is about 500 Legend, OK 15000 actual operation of the C code, For the use of teaching methods to help you master the TCP / IP protocol. The book shows not only the socket API and agreements ethnic relations and hosts and routers to achieve the difference. Also introduced 4.4BSD-Lite version of the new features, such as multicast, long fat pipe, window zoom, timestamp options and other topics, etc.. Readers of this book, Volume 1 should have elaborated on the TCP / IP basic knowledge. The book against any hope to understand TCP / IP protocol is how to achieve the readers design; regardless of the preparation network application programmers, responsible for the use of TCP / TP maintain compute
Platform: | Size: 376690 | Author: 绳鹏 | Hits:

[WinSock-NDISMulti-thread_management_and_network_program

Description: 这是我本科毕业设计的作品。实现了Window下网络通讯编程,包含服务器端和客户端两方面程序。主要实现了以下几个功能:1.Socket API编程,而不是WinSock编程,代码可以很方便地移植到Unix系统下;2. 多线程的管理机制,整个系统由一个主线程、一个管理线程,一个监听线程,若干个工作子线程构成,很好地解决了多线程的管理,资源的释放。3. 程序可以在真实局域网络环境下运行(即在一个主机上运行服务器端程序,在另外多台机器上分别运行一个客户端,可以实现通信),也可以在一个虚拟的环境下运行、演示(即,在一个机器上既运行服务器程序,也可以同时运行多个客户程序,通过设置各个客户程序的IP参数来模拟多台客户机对服务器的访问)-This is my undergraduate graduate design work. Window achieved under network communications programming, including server and client both procedures. Major Implementation of the following functions : 1.Socket API programming, and not WinSock programming, code can be easily ported to Unix systems; 2. Multithreading management mechanism, the entire system from a main thread, a management thread, a thread monitoring, a number of work-thread structure, a good solution to the multi-thread management, Resources release. 3. Procedures in a real LAN operating environment (that is, in a mainframe running server applications, In another multiple machines were running a client, can achieve communications), also in a virtual operating environment, the demo (that is, in a machine running both the serve
Platform: | Size: 734694 | Author: 龚勋 | Hits:

[CommunicationTCP-IP2shixian

Description: 本书完整而详细地介绍了TCP/IP协议是如何实现的。书中给出了约500个图例,15 000行实际操作的C代码,采用举例教学的方法帮助你掌握TCP/IP实现。本书不仅说明了插口API和协议族的关系以及主机实现与路由器实现的差别。还介绍了4.4BSD-Lite版的新的特点,如多播、长肥管道支持、窗口缩放、时间戳选项以及其他主题等等。读者阅读本书时,应当具备卷1中阐述的关于TCP/IP的基本知识。本书适用于希望理解TCP/TP协议如何实现的人,包括编写网络应用程序的程序员以及利用TCP/IP维护计算机网络的系统管理员。 -integrity of the book and a detailed introduction of the TCP / IP protocol is how to achieve. The book is about 500 Legend, OK 15000 actual operation of the C code, For the use of teaching methods to help you master TCP / IP achieved. The book not only explains the socket API and the agreement between the nation and the realization of the mainframe and router realize the difference. Also introduced the 4.4 BSD-Lite version of the new features, such as multicasting, long fat pipe support, window zoom, timestamp options and other topics, and so on. Readers of this book, Volume 1 should have elaborated on the TCP / IP basic knowledge. The book apply to the understanding of TCP / TP how to achieve the agreement. including the preparation of network application programmers and the use of TCP /
Platform: | Size: 30044784 | Author: 陈鹤 | Hits:

[Internet-NetworkSocketLib

Description: Socketlib: 一个轻量级的C++ 封装Socket C API 网络编程框架。 它简化了Socket异步事件分派、进程间Socket通信的并发OO网络应用和服务的开发。 目前,只支持Window下IPV4;将来支持IPV6,并希望能将其扩展到linux/unix等OS平台。
Platform: | Size: 687954 | Author: bolide | Hits:

[TCP/IP stacktcp-ip详解卷2

Description: 本书完整而详细地介绍了TCP/IP协议是如何实现的。书中给出了约500个图例,15 000行实际操作的C代码,采用举例教学的方法帮助你掌握TCP/IP实现。本书不仅说明了插口API和协议族的关系以及主机实现与路由器实现的差别。还介绍了4.4BSD-Lite版的新的特点,如多播、长肥管道支持、窗口缩放、时间戳选项以及其他主题等等。读者阅读本书时,应当具备卷1中阐述的关于TCP/IP的基本知识。本书适用于希望理解TCP/TP协议如何实现的人,包括编写网络应用程序的程序员以及利用TCP/IP维护计算机网络的系统管理员。 -the book complete and detailed presentation of the TCP/IP protocol is how to achieve it. The book is about 500 Legend, OK 15000 actual operation of the C code, For the use of teaching methods to help you master the TCP/IP protocol. The book shows not only the socket API and agreements ethnic relations and hosts and routers to achieve the difference. Also introduced 4.4BSD-Lite version of the new features, such as multicast, long fat pipe, window zoom, timestamp options and other topics, etc.. Readers of this book, Volume 1 should have elaborated on the TCP/IP basic knowledge. This applies to hope to understand TCP/TP how to achieve the agreement, including the preparation of Web applications programmers and the use of TCP/IP to safeguard the computer network system administrator.
Platform: | Size: 30044160 | Author: 小易 | Hits:

[TCP/IP stackTCP-IP2

Description: 本书完整而详细地介绍了TCP/IP协议是如何实现的。书中给出了约500个图例,15 000行实际操作的C代码,采用举例教学的方法帮助你掌握TCP/IP实现。本书不仅说明了插口API和协议族的关系以及主机实现与路由器实现的差别。还介绍了4.4BSD-Lite版的新的特点,如多播、长肥管道支持、窗口缩放、时间戳选项以及其他主题等等。读者阅读本书时,应当具备卷1中阐述的关于TCP/IP的基本知识。本书适用于希望理解TCP/TP协议如何实现的人,包括编写网络应用程序的程序员以及利用TCP/IP维护计算机网络的系统管理员。 -the book complete and detailed presentation of the TCP/IP protocol is how to achieve it. The book is about 500 Legend, OK 15000 actual operation of the C code used for the teaching method to help you master the TCP/IP protocol. The book shows not only the socket API and agreements ethnic relations and hosts and routers to achieve the difference. Also introduced 4.4BSD-Lite version of the new features, such as multicast, long fat pipe, window resizing, timestamp options and other topics, etc.. Readers of this book, Volume 1 should have elaborated on the TCP/IP basic knowledge. This applies to hope to understand TCP/TP how to achieve the agreement, including the preparation of Web applications programmers and the use of TCP/IP to safeguard the computer network system administrator.
Platform: | Size: 30044160 | Author: 韦斯 | Hits:

[OtherTCP_IPinDetails

Description: 本书完整而详细地介绍了TCP/IP协议是如何实现的。书中给出了约500个图例,15 000行实际操作的C代码,采用举例教学的方法帮助你掌握TCP/IP实现。本书不仅说明了插口API和协议族的关系以及主机实现与路由器实现的差别。还介绍了4.4BSD-Lite版的新的特点,如多播、长肥管道支持、窗口缩放、时间戳选项以及其他主题等等。读者阅读本书时,应当具备卷1中阐述的关于TCP/IP的基本知识。 本书针对任何希望理解TCP/IP协议是如何实现的读者设计;无论是编写网络应用的程序员,负责利用TCP/TP维护计算机系统和网络的系统管理员,还是任何有兴趣理解大块非凡代码的普通读者;本书都是一本优秀的教科书。-the book complete and detailed presentation of the TCP/IP protocol is how to achieve it. The book is about 500 Legend, OK 15000 actual operation of the C code, For the use of teaching methods to help you master the TCP/IP protocol. The book shows not only the socket API and agreements ethnic relations and hosts and routers to achieve the difference. Also introduced 4.4BSD-Lite version of the new features, such as multicast, long fat pipe, window zoom, timestamp options and other topics, etc.. Readers of this book, Volume 1 should have elaborated on the TCP/IP basic knowledge. The book against any hope to understand TCP/IP protocol is how to achieve the readers design; regardless of the preparation network application programmers, responsible for the use of TCP/TP maintain compute
Platform: | Size: 376832 | Author: 绳鹏 | Hits:

[Program docTCP-IP2shixian

Description: 本书完整而详细地介绍了TCP/IP协议是如何实现的。书中给出了约500个图例,15 000行实际操作的C代码,采用举例教学的方法帮助你掌握TCP/IP实现。本书不仅说明了插口API和协议族的关系以及主机实现与路由器实现的差别。还介绍了4.4BSD-Lite版的新的特点,如多播、长肥管道支持、窗口缩放、时间戳选项以及其他主题等等。读者阅读本书时,应当具备卷1中阐述的关于TCP/IP的基本知识。本书适用于希望理解TCP/TP协议如何实现的人,包括编写网络应用程序的程序员以及利用TCP/IP维护计算机网络的系统管理员。 -integrity of the book and a detailed introduction of the TCP/IP protocol is how to achieve. The book is about 500 Legend, OK 15000 actual operation of the C code, For the use of teaching methods to help you master TCP/IP achieved. The book not only explains the socket API and the agreement between the nation and the realization of the mainframe and router realize the difference. Also introduced the 4.4 BSD-Lite version of the new features, such as multicasting, long fat pipe support, window zoom, timestamp options and other topics, and so on. Readers of this book, Volume 1 should have elaborated on the TCP/IP basic knowledge. The book apply to the understanding of TCP/TP how to achieve the agreement. including the preparation of network application programmers and the use of TCP/
Platform: | Size: 30044160 | Author: 陈鹤 | Hits:

[Internet-NetworkSocketLib

Description: Socketlib: 一个轻量级的C++ 封装Socket C API 网络编程框架。 它简化了Socket异步事件分派、进程间Socket通信的并发OO网络应用和服务的开发。 目前,只支持Window下IPV4;将来支持IPV6,并希望能将其扩展到linux/unix等OS平台。 -Socketlib: a lightweight C++ Package Socket C API network programming framework. It simplifies asynchronous event Socket distributed, inter-process communication Socket concurrent OO network applications and services. At present, only support Window under IPV4 future support for IPV6, and hope to extend it to linux/unix and other OS platforms.
Platform: | Size: 912384 | Author: bolidezhang | Hits:

[OtherTCP-IP2(1)

Description: 本书完整而详细地介绍了TCP/IP协议是如何实现的。书中给出了约500个图例,15 000行实际操作的C代码,采用举例教学的方法帮助你掌握TCP/IP实现。本书不仅说明了插口API和协议族的关系以及主机实现与路由器实现的差别。还介绍了4.4BSD-Lite版的新的特点,如多播、长肥管道支持、窗口缩放、时间戳选项以及其他主题等等。读者阅读本书时,应当具备卷1中阐述的关于TCP/IP的基本知识。本书适用于希望理解TCP/TP协议如何实现的人,包括编写网络应用程序的程序员以及利用TCP/IP维护计算机网络的系统管理员。 -This book a complete and detailed introduction to TCP/IP protocol is how to achieve. The book gives about 500 Legend, 15,000 lines of C code the actual operation, using for example the teaching method to help you master TCP/IP to achieve. This book not only describes the socket API and the protocol suite, as well as the relationship between the host and router to achieve the realization of the difference. Also introduced the 4.4BSD-Lite version of the new features, such as multicasting, long fat pipe support, window scaling, timestamps, etc. options as well as other topics. Readers of this book, should have set out in Volume 1 on the TCP/IP basic knowledge. I hope this book applicable to understanding TCP/TP protocol on how to achieve, including the preparation of web application programmers, as well as the use of TCP/IP maintenance of computer network system administrator.
Platform: | Size: 11368448 | Author: lst | Hits:

[Internet-Networkselfupdate

Description: 一个基于Socket的在线更新程序,有以下特点:1、socket api + 多线程,更新部分放在Dll中,接口简单,调用方便。2、支持多级目录更新3、支持Socks5代理4、MSN风格的浮动窗口 -Socket-based online updates, has the following characteristics: 1, socket api+ Multi-threading, updated in part on the Dll, the interface is simple, easy call. 2, support for multi-level directory update 3, support Socks5 proxy 4, MSN-style floating window
Platform: | Size: 474112 | Author: cando | Hits:

[OtherTCP_IP2

Description: 本书完整而详细地介绍了TCP/IP协议是如何实现的。书中给出了约500个图例,15 000行实际操作的C代码,采用举例教学的方法帮助你掌握TCP/IP实现。本书不仅说明了插口API和协议族的关系以及主机实现与路由器实现的差别。还介绍了4.4BSD-Lite版的新的特点,如多播、长肥管道支持、窗口缩放、时间戳选项以及其他主题等等。读者阅读本书时,应当具备卷1中阐述的关于TCP/IP的基本知识。本书适用于希望理解TCP/TP协议如何实现的人,包括编写网络应用程序的程序员以及利用TCP/IP维护计算机网络的系统管理员。 -This book complete and detailed description of the TCP/IP protocol is how to achieve. The book gives about 500 symbols, the actual operation of 15 000 lines of C code, the use of teaching methods, for example to help you master TCP/IP to achieve. This book not only describes the socket API and the protocol suite, as well as the relationship between the host and router to achieve the realization of the difference. Also introduced the 4.4BSD-Lite version of the new features, such as multicasting, long fat pipe support, window scaling, timestamps, etc. options as well as other topics. Book readers, should have set out in Volume 1 on the TCP/IP basic knowledge. I hope this book for understanding TCP/TP protocol on how to achieve, including the preparation of web application programmers, as well as the use of TCP/IP maintenance of computer network system administrator.
Platform: | Size: 34579456 | Author: wanghc | Hits:

[OtherTCP_IP3

Description: 本书完整而详细地介绍了TCP/IP协议是如何实现的。书中给出了约500个图例,15 000行实际操作的C代码,采用举例教学的方法帮助你掌握TCP/IP实现。本书不仅说明了插口API和协议族的关系以及主机实现与路由器实现的差别。还介绍了4.4BSD-Lite版的新的特点,如多播、长肥管道支持、窗口缩放、时间戳选项以及其他主题等等。读者阅读本书时,应当具备卷1中阐述的关于TCP/IP的基本知识。本书适用于希望理解TCP/TP协议如何实现的人,包括编写网络应用程序的程序员以及利用TCP/IP维护计算机网络的系统管理员。 -This book complete and detailed description of the TCP/IP protocol is how to achieve. The book gives about 500 symbols, the actual operation of 15 000 lines of C code, the use of teaching methods, for example to help you master TCP/IP to achieve. This book not only describes the socket API and the protocol suite, as well as the relationship between the host and router to achieve the realization of the difference. Also introduced the 4.4BSD-Lite version of the new features, such as multicasting, long fat pipe support, window scaling, timestamps, etc. options as well as other topics. Book readers, should have set out in Volume 1 on the TCP/IP basic knowledge. I hope this book for understanding TCP/TP protocol on how to achieve, including the preparation of web application programmers, as well as the use of TCP/IP maintenance of computer network system administrator.
Platform: | Size: 9397248 | Author: wanghc | Hits:

[Internet-Network17911

Description: window socket api 开发实例-window socket api develop instance
Platform: | Size: 29253632 | Author: cedar | Hits:

[Windows DevelopsockClient

Description: vc socket api的应用实例(客户端),在vc+window xp sp3测试通过!-dddddddddddddddddddddddddddddddddddddddddd
Platform: | Size: 1918976 | Author: GMshuS | Hits:

[Windows DevelopsockServer

Description: vc socket api使用实例(服务端),在vc+window xp sp3下测试通过!-dddddddddddddddddddddddddddddddddddddddddd
Platform: | Size: 1950720 | Author: GMshuS | Hits:

[Software EngineeringTCP-IP

Description: 本书完整而详细地介绍了TCP/IP协议是如何实现的。书中给出了约500个图例,15 000行实际操作的C代码,采用举例教学的方法帮助你掌握TCP/IP实现。本书不仅说明了插口API和协议族的关系以及主机实现与路由器实现的差别。还介绍了4.4BSD-Lite版的新的特点,如多播、长肥管道支持、窗口缩放、时间戳选项以及其他主题等等。读者阅读本书时,应当具备卷1中阐述的关于TCP/IP的基本知识。本书适用于希望理解TCP/TP协议如何实现的人,包括编写网络应用程序的程序员以及利用TCP/IP维护计算机网络的系统管理员。 -Book complete and detailed introduction to TCP/IP protocol is how to achieve. The book gives about 500 illustrations, 15 000 lines of C code for the actual operation, using examples of teaching methods to help you master the TCP/IP implementation. This book not only illustrates the socket API and protocol family relations and the host computer and the router to achieve the difference. Also introduced the 4.4BSD-Lite version of the new features, such as multicasting, long fat pipe support, window scale, timestamp options, and other topics and so on. Readers book, Volume 1, should have elaborated on the TCP/IP basic knowledge. This book is hope that the understanding of TCP/TP protocol how people, including programmers who write Web applications and the use of TCP/IP to maintain the computer network system administrator.
Platform: | Size: 30045184 | Author: 李海 | Hits:

[Program docTCP-IP_Protocols_NO2

Description: 本书完整而详细地介绍了TCP/IP协议是如何实现的。书中给出了约500个图例,15 000行实际操作的C代码,采用举例教学的方法帮助你掌握TCP/IP实现。本书不仅说明了插口API和协议族的关系以及主机实现与路由器实现的差别。还介绍了4.4BSD-Lite版的新的特点,如多播、长肥管道支持、窗口缩放、时间戳选项以及其他主题等等。读者阅读本书时,应当具备卷1中阐述的关于TCP/IP的基本知识。本书适用于希望理解TCP/TP协议如何实现的人,包括编写网络应用程序的程序员以及利用TCP/IP维护计算机网络的系统管理员。 -The book is complete and detailed description of the TCP/IP protocol and how to achieve it. The book gives about 500 Legend 15000 line of the actual operation of the C code, using the example of teaching methods to help you master TCP/IP implementation. The book not only describes the socket API and protocol family relations as well as the host with the router implementation difference. 4.4BSD-Lite version also introduced new features, such as multicasting, long fat pipe support, window scale timestamp option as well as other topics. Readers reading this book, you should have the basic knowledge about TCP/IP, set forth in Volume 1. Book applicable to hope to understand how to implement TCP/TP protocol, including programmers writing network applications using TCP/IP to maintain the computer network system administrator.
Platform: | Size: 30045184 | Author: 王建民 | Hits:
« 12 »

CodeBus www.codebus.net