Location:
Search - tcp ip so
Search list
Description: 本书是“TCP/IP详解系列”的延续。主要内容包括:TCP事务协议,即T/TCP,这是对TCP的扩展,使客户-服务器事务更快、更高效和更可靠;TCP/IP应用,主要是HTTP和NNTP;UNIX域协议,这些协议提供了进程之间通信的一种手段。当客户与服务器进程在同一台主机上时,UNIX域协议通常要比TCP/IP快一倍。本书同样采用了大量的实例和实现细节,并参考引用了卷2中的大量源程序。-the book is "TCP / IP Elaborates on Series" in 1996. The main contents include : TCP services agreement, T / TCP, and this is the TCP so that the client-server services faster, more efficient and more reliable; TCP / IP applications, primarily HTTP and NNTP; UNIX domain agreements, which provide the communication process between a these means. When the client and the server process on the same mainframe, UNIX domain agreement usually than TCP / IP twice as fast. The book also has a large number of examples and achieve details, quoting reference volumes of two large source.
Platform: |
Size: 9558607 |
Author: 刘磊 |
Hits:
Description: tcp,ip,udp,ethernet等等的源程序-tcp, ip, udp, ethernet and so on the source
Platform: |
Size: 7168 |
Author: 赵欣 |
Hits:
Description: 本书是“TCP/IP详解系列”的延续。主要内容包括:TCP事务协议,即T/TCP,这是对TCP的扩展,使客户-服务器事务更快、更高效和更可靠;TCP/IP应用,主要是HTTP和NNTP;UNIX域协议,这些协议提供了进程之间通信的一种手段。当客户与服务器进程在同一台主机上时,UNIX域协议通常要比TCP/IP快一倍。本书同样采用了大量的实例和实现细节,并参考引用了卷2中的大量源程序。-the book is "TCP/IP Elaborates on Series" in 1996. The main contents include : TCP services agreement, T/TCP, and this is the TCP so that the client-server services faster, more efficient and more reliable; TCP/IP applications, primarily HTTP and NNTP; UNIX domain agreements, which provide the communication process between a these means. When the client and the server process on the same mainframe, UNIX domain agreement usually than TCP/IP twice as fast. The book also has a large number of examples and achieve details, quoting reference volumes of two large source.
Platform: |
Size: 9558016 |
Author: 刘磊 |
Hits:
Description: 多线程 网络传输
开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy)
传输协议:TCP/IP
客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。
使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。
文件的多线程读写采用windows内存映像技术。
关键的服务器处理函数IdTCPServer1Execute(AThread: TIdPeerThread)是非线程安全的。如果使用临界区,那么多线程将在这里串行执行,严重降低多线程效率。对此,我采用一个简单的办法,具体可以看程序。-multithreaded network transmission development environment : Delphi7.0 WinXP, useless other controls (except for the Delphi Indy own) transmission protocol : TCP/IP client to send a 65,000-byte packets, the server is responsible for assembling and processing data adhesion. Use ReadBuffer (), Send () function to receive this Buffer byte, for the purpose of this is to make procedures better flexibility. You can define Buffer byte within the meaning of those, such as strings, images, sounds, etc. order. The documents used to read and write multi-threaded windows memory mapping technology. Key server function IdTCPServer1Execute (AThread : TIdPeerThread) non-thread safe. If the use of critical areas, so many threads here on serial implementation, a serious decline in the efficiency of multit
Platform: |
Size: 69632 |
Author: 水滴 |
Hits:
Description: Lwip协议栈的设计与实现
LWIP是TCP/IP协议栈的一种实现。LWIP的主要目的是减少存储器利用量和代码尺寸,使
LWIP适合应用于小的、资源有限的处理器如嵌入式系统。为了减少处理器和存储器要求,lwIP可以通过不需任何数据拷贝的API进行裁减。
本文叙述了lwIP的设计与实现。叙述了协议实现及子系统中所使用的算法和数据结构如存储和缓冲管理系统。还包括LWIP API的参考手册和使用LWIP 的一些代码例子.-Lwip protocol stack design and realization Viedo is TCP/IP protocol stack of achieving. Viedo the main purpose is to reduce memory utilization and code size, so Viedo suited for small, with limited resources such as embedded processor system. To reduce processor and memory requirements, lwIP can copy data without any of the API reductions. This paper describes the lwIP Design and Implementation. The agreement describes the implementation and subsystems used in the algorithm and data structure such as memory and buffer management system. Viedo API also includes a reference manual and use Viedo some code examples.
Platform: |
Size: 693248 |
Author: 铃铛 |
Hits:
Description: Socket的出现,使程序员可以很方便地访问TCP/IP,从而开发各种网络应用程序。
套接字存在于通信区域中。通信区域也叫地址族,它是一个抽象的概念,主要用于将通过套接字通信的进程的共有特性综合在一起。-Socket has made it very convenient for the programmer to visit TCP/IP, so as to develop network applications. Socket Communications exist in the region. Communication is also called regional ethnic address, it is an abstract concept, will be mainly used for socket communication through the process of the total properties combined.
Platform: |
Size: 847872 |
Author: qingqing |
Hits:
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:
Description: 我正是从VCKBASE 开始学习VC++ 的,没有他我进步不会如此迅速,一直想给VCKBASE贡献点什么,正好今天有空,就把早些时候写的一个串口转TCP/IP的程序发上来,希望对初学者学习串口编程有点帮助。-VCKBASE started learning from the VC, without him I would not have advanced so quickly. VCKBASE has wanted to contribute something, this is the time. put the earlier written to a serial port TCP/IP line with the procedures, hope for beginners learning a bit Serial Programming help.
Platform: |
Size: 36864 |
Author: 刘二 |
Hits:
Description: 完整的整合了TCP/IP协议栈里所有的协议,并包含有完整的应用层HTTP、FTP、TELNET、SMTP等等协议,可以直接应用!-complete the integration of TCP/IP protocol stack, all the agreements, and includes a complete application layer HTTP, FTP, TELNET, and SMTP, and so on the agreement, can be directly applied!
Platform: |
Size: 663552 |
Author: 吴健勇 |
Hits:
Description: TCP/IP协议的实现,能够使你很好的明白TCP/IP的原理-TCP/IP protocol implemented, so that you can very well understand the TCP/IP Principle
Platform: |
Size: 116736 |
Author: vfgf |
Hits:
Description: TCP/IP协议的经典教程。几乎无所不包,想精通TCP/IP协议需要做的就是学懂此书,若还想更加精深,则请研习RFC文档。
此书是该系列的第三本,详细阐述了TCP上层的一些基本应用的协议,如http,smtp等等。该本需要第一本的基础,但不需要第二本的相关知识。-TCP/IP protocol of the classic handbook. Almost all-encompassing, to proficient TCP/IP protocol needs to be done is to understand the book, if also more profound, please study RFC documents. The book is the third in this series, a detailed explanation of the upper TCP application of some basic agreements, such as http, smtp, and so on. The first of the needs of the foundation, but it does not need the second of the relevant knowledge.
Platform: |
Size: 8557568 |
Author: daniel |
Hits:
Description: 是一款局域网内即时通信软件, 基于 TCP/IP(UDP).可运行于多种操作平台(Win/Mac/UNIX/Java), 并实现跨平台信息交流. 不需要服务器支持. 支持文件/文件夹的传送 (2.00版以上) 通讯数据采用 RSA/Blofish 加密 (2.00版以上) 十分小巧, 简单易用, 而且你可以完全免费使用它. 目前已有的版本包括: Win32, Win16, MacOS, MacOSX, X11, GTK, GNOME, Java 等, 并且公开源代码.-Is a LAN instant messaging software, based on TCP/IP (UDP). Can be run on multiple operating platforms (Win/Mac/UNIX/Java), and to achieve cross-platform exchange of information. Do not need server support. Supporting documents/files transmission folder (version 2.00 and above) data communications using RSA/Blofish encryption (version 2.00 and above) are very compact, easy-to-use, and you can be completely free to use it. So far, including the version of: Win32, Win16, MacOS, MacOSX, X11, GTK, GNOME, Java, etc., and Open Source.
Platform: |
Size: 402432 |
Author: zy |
Hits:
Description: snmp++源代码
SNMP (simple network management protocol)是基于TCP/IP的Internet网的 一个标准的网络管理协议。目前这种网络管理协议应用很广,几乎所有的网络厂商推出的网络管理系统都支持SNMP协议,现在有很多公司都提供开发包,如hp snmp++,net-snmp等,开发比较方便,以上是snmp++源代码-snmp++ source code of SNMP (simple network management protocol) is based on TCP/IP network, the Internet a standard network management protocol. At present, network management protocol such applications is broad, almost all the network vendors introduced NMS SNMP protocol support, and now there are many companies offer development kits, such as hp snmp++, Net-snmp and so on, the development of more convenient These are the snmp++ source code
Platform: |
Size: 361472 |
Author: 王继伟 |
Hits:
Description: 这个是一个高级的TCP、IP编程的文档,里面讲解了TCP、IP的网络原理和具体用例,使很好的网络编程书籍。-This is an advanced TCP, IP programming documents, which explain the TCP, IP networking principles and the specific use case, so that a good network programming book.
Platform: |
Size: 7416832 |
Author: gaoyuying |
Hits:
Description: TCP/IP 协议栈成功的在S3C44B0X 的实现。我从网上下的所谓在44b0x上运行的tcpip程序其实都是不能运行的,包括LWIP在44b0x代码。这个是我自己根据下载的代码经过努力的修改和调试得到的,程序稳定,TCP UDP ICMP web都得到很好的实现。os是UCOS-II.程序包里面有详细的程序演示说明-TCP/IP protocol stack S3C44B0X successfully realized. I am from the Internet under the so-called 44b0x running tcpip procedures are actually not running, including lwIP in 44b0x code. This is my own code under the download through efforts to modify and debug obtained, procedures stability, TCP UDP ICMP web have been very good to achieve. os is UCOS-II. package there are detailed procedures Demo Description
Platform: |
Size: 599040 |
Author: pan |
Hits:
Description: TCP-IP详解卷1:协议
相关源代码,希望对大家有所帮助-TCP-IP Detailed Volume 1: The agreement related to the source code, I hope all of you to help
Platform: |
Size: 6144 |
Author: vts |
Hits:
Description: 本书介绍TCP/IP及其应用。TCP/IP是Internet上使用的协议,而Internet是世界上最大的互联网络。本书内容十分丰富,几乎涵盖了有关TCP/IP的各个方面,包括开放式通信模型、TCP/IP通信模型、IP网络中的命名和寻址机制、地址解析及反向地址解析协议、DNS域字服务器、WINS、地址发现协议、IPv6、IP网络中的路由协议(RIP、OSPF等)、互联网打印协议、LDAP目录服务、远程访问协议、IP安全与防火墙。本书介绍了如何为Windows 9x/NT配置TCP/IP;还介绍了如何使用TCP/IP应用程序,包括远程登录、FTP、Web浏览等。
-The book introduced the TCP/IP and its application. TCP/IP is the protocol used on Internet, and the Internet is the world' s largest Internet network. The book is rich in content, almost covering the TCP/IP in all its aspects, including open communication model, TCP/IP communication model, IP network naming and addressing mechanisms, and reverse address resolution ARP, DNS domain word server, WINS, the address discovery protocol, IPv6, IP network routing protocols (RIP, OSPF, etc.), Internet Printing Protocol, LDAP directory services, remote access protocol, IP security and firewall. The book describes how to configure Windows 9x/NT for the TCP/IP also describes how to use the TCP/IP applications, including Telnet, FTP, Web browsing and so on.
Platform: |
Size: 21622784 |
Author: 周洁 |
Hits:
Description: 深入透彻的解析TCP-IP协议
让你能很好的理解TcP-IP的原理
并对其进行运用-Thorough analysis of the TCP-IP protocol so that you can very well understand the principle of TcP-IP and its use
Platform: |
Size: 21614592 |
Author: Nichol |
Hits:
Description: DM642 网络传输代码,可动态配置IP地址,也可自己设置IP,网关等,使DM642使用TCP/IP连上网-DM642 network transport code, and can be dynamically configured IP addresses, can also set up their own IP, gateway, so that DM642 using TCP/IP to connect to networks
Platform: |
Size: 1742848 |
Author: 米多多 |
Hits:
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: