-
这本书是";TCP/IP详解系列";1996。我的主要内容。
本书是“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.
- 2022-03-12 10:32:03下载
- 积分:1
-
关于Java的ppt,详细的介绍基础知识,例如类的定义,声明,方法...
关于Java的ppt,详细的介绍基础知识,例如类的定义,声明,方法-With regard to Java, ppt, detail the basics, such as class definitions, statements, methods, etc.
- 2023-01-10 19:20:04下载
- 积分:1
-
programming essence
编程精粹 ─── Microsoft编写优质无错C程序秘诀-programming essence-------------------- Microsoft prepared quality no mistake C program secret
- 2022-07-07 00:12:37下载
- 积分:1
-
0_1背包问题,回溯法解背包问题
0
0_1背包问题,回溯法解背包问题
0-l背包问题是子集选取问题。一般情况下,0-1背包问题是NP难题。0-1背包
问题的解空间可用子集树表示。解0-1背包问题的回溯法与装载问题的回溯法十分类
似。在搜索解空间树时,只要其左儿子结点是一个可行结点,搜索就进入其左子树。当
右子树有可能包含最优解时才进入右子树搜索。否则将右子树剪去。设r是当前剩余
物品价值总和;cp是当前价值;bestp是当前最优价值。当cp+r≤bestp时,可剪去右
子树。计算右子树中解的上界的更好方法是将剩余物品依其单位重量价值排序,然后
依次装入物品,直至装不下时,再装入该物品的一
- 2022-01-26 04:12:33下载
- 积分:1
-
A BOOK BY SIMON HAYKIN ON NEURAL NETWORKS
A BOOK BY SIMON HAYKIN ON NEURAL NETWORKS
- 2022-01-25 22:12:12下载
- 积分:1
-
word 2000的VBA开发教程,word2000_vba源代码
word 2000的VBA开发教程,word2000_vba源代码 -word 2000 tutorial for VBA development, word2000_vba source code
- 2022-07-23 19:54:02下载
- 积分:1
-
Learning C++ Programming thinking of a good entry materials, there is also docum...
学习C++编程思想的不错入门材料,里面还有说明文档-Learning C++ Programming thinking of a good entry materials, there is also documentation
- 2022-04-06 19:38:45下载
- 积分:1
-
ActionScript 3语言和组件参考。rar,很全面,它…
ActionScript+3.0语言和组件参考.rar,很全面,很适用-ActionScript+ 3.0 Language and Components Reference. Rar, very comprehensive, it is applicable
- 2022-04-18 22:25:53下载
- 积分:1
-
java活动图像程序和游戏编写,详细介绍java图形编写及算法。适合初学者。...
java活动图像程序和游戏编写,详细介绍java图形编写及算法。适合初学者。-java video game procedures and the preparation of detailed briefings prepared graphics and java algorithm. For beginners.
- 2022-06-16 19:10:38下载
- 积分:1
-
Microsoft C高效编程
Microsoft C高效编程-efficient Microsoft C Programming
- 2022-06-26 03:57:28下载
- 积分:1