登录
首页 » 电子书 » 国际知名的Unix和网络专家,《TCP/IP 详解》(三卷本)作者  W.Richard Stevens(1951...

国际知名的Unix和网络专家,《TCP/IP 详解》(三卷本)作者  W.Richard Stevens(1951...

于 2022-05-05 发布 文件大小:48.57 MB
0 212
下载积分: 2 下载次数: 1

代码说明:

国际知名的Unix和网络专家,《TCP/IP 详解》(三卷本)作者  W.Richard Stevens(1951-1999),是国际知名的Unix和网络专家;受人尊敬的计算机图书作家;同时他还是广受欢迎的教师和顾问。Stevens先生1951年生于赞比亚,他的家庭曾多次搬迁,最终定居于南非。早年,他就读于美国弗吉尼亚州的费什本军事学校,后获得密歇根大学学士、亚利桑那大学系统工程硕士和博士学位。他曾就职于基特峰国家天文台,从事计算机编程;还曾在康涅狄格州纽黑文市的健康系统国际公司任主管计算机服务的副总裁。Stevens先生不幸病逝于1999年9月1日,他的离去是计算机界的巨大损失。-TCP/IP

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 图像融合的PowerPoint演讲包括各种方法,如IHS Brovey变换…
    图像融合powerpoint课件 包括各种融合方法 有基于像素级 决策级 等 IHS 比值变换-image fusion powerpoint lecture including various mehtods such as IHS brovey transform
    2022-02-20 11:05:01下载
    积分:1
  • 是stl程序员开发指南的源码,希望大家看一看
    是stl程序员开发指南的源码,希望大家看一看-is stl programmers guide to the development of source code, we hope to look at
    2022-03-23 16:01:55下载
    积分:1
  • 主要介绍了linux内核的结构,还有读源码的过程
    主要介绍了linux内核的结构,还有读源码的过程-Mainly introduces the structure of linux kernel, as well as reading source codes
    2022-03-26 10:30:02下载
    积分:1
  • 本附录按错误编号列出了所有Wi n s o c k错误代码。但要注意的是,该列表没有包括标记为 “B S D特有”的Wi n s o c k错误,也没有包括...
    本附录按错误编号列出了所有Wi n s o c k错误代码。但要注意的是,该列表没有包括标记为 “B S D特有”的Wi n s o c k错误,也没有包括那些尚未正式列入规范的错误。此外,与Wi n 3 2错 误有着直接对应关系的Wi n s o c k错误列在本附录末尾。-errors by the No. appendix lists all Wi n s o c k error code. But it should be noted that the list does not include marked "S B D unique" Wi n o c k"s wrong, does not include those that are not formally included in the standard error. Moreover, Wi n 3 2 errors have a direct correspondence between the Wi n s o c k out of the wrong end of this appendix.
    2022-08-12 23:57:35下载
    积分:1
  • Red Hat Linux 5. Detailed explanation systematic installation and operation in t...
    Red Hat Linux 5.1安装指南中详细的讲解了系统的安装过程和操作,以及提及到了操作系统的升级-Red Hat Linux 5. Detailed explanation systematic installation and operation in the guide that 1 is installed, and mention to the upgrading of the operating system
    2022-06-26 17:54:05下载
    积分:1
  • Required Advanced SQL secretary, said it is strongly recommended
    SQL进阶必备的书记,强烈推荐 讲的实在-Required Advanced SQL secretary, said it is strongly recommended
    2022-03-13 23:16:39下载
    积分:1
  • Java Development Tutorials P2P network procedures, detailing the principles of P...
    Java开发P2P网络程序的教程,详细介绍了P2P的原理,开发规则和实例。-Java Development Tutorials P2P network procedures, detailing the principles of P2P, the development of rules and examples.
    2022-01-25 15:02:55下载
    积分:1
  • 分析了主要外围路的设计,以 及如何在ARM硬件平台上进行嵌入式Linux内核的编译与移植,介绍了Bootloadel"的 启动原理及运行过程,并对在L...
    分析了主要外围电路的设计,以 及如何在ARM硬件平台上进行嵌入式Linux内核的编译与移植,介绍了Bootloadel"的 启动原理及运行过程,并对在Linux操作系统下的USB驱动程序的开发进行了研究。-Analysis of the main external circuit design, and how to ARM embedded hardware platform and Linux kernel compilation transplant introduced Bootloadel " start principle and operation process, and the Linux operating system for USB driver development studied.
    2022-09-01 21:05:03下载
    积分:1
  • CSS2.0中文手册,包含了CSS2.0的各种属性及其使用方法。可当作字典使用,CSS开发者必备。
    CSS2.0中文手册,包含了CSS2.0的各种属性及其使用方法。可当作字典使用,CSS开发者必备。-CSS2.0 Chinese manual, CSS2.0 contains various attributes and their usage. Can be used as a dictionary, CSS Developer required.
    2022-05-06 02:15:40下载
    积分:1
  • 引言 1. 前提 2. Java的学习 3. 目标 4. 联机文档 5. 章节 6. 练习 7. 多媒体CD...
    引言 1. 前提 2. Java的学习 3. 目标 4. 联机文档 5. 章节 6. 练习 7. 多媒体CD-ROM 8. 源代码 9. 编码样式 10. Java版本 11. 课程和培训 12. 错误 13. 封面设计 14. 致谢 第1章 对象入门 1.1 抽象的进步 1.2 对象的接口 1.3 实现方案的隐藏 1.4 方案的重复使用 1.5 继承:重新使用接口 1.5.1 改善基础类 1.5.2 等价和类似关系 1.6 多形对象的互换使用 1.6.1 动态绑定 1.6.2 抽象的基础类和接口 1.7 对象的创建和存在时间 1.7.1 集合与继承器 1.7.2 单根结构 1.7.3 集合库与方便使用集合 1.7.4 清除时的困境:由谁负责清除? 1.8 违例控制:解决错误 1.9 多线程 1.10 永久性 1.11 Java和因特网 1.11.1 什么是Web? 1.11.2 客户端编程 1.11.3 服务器端编程 1.11.4 一个独立的领域:应用程序 1.12 分析和设计 1.12.1 不要迷失-INTRODUCTION 1. Premise 2. Learning Java 3. Goal 4. Online documentation 5. Chapter 6. Practice 7. Multimedia CD-ROM 8. Source 9. Coding format 10. The Java version 11. Training courses and 12. Wrong 13. Cover Design 14. Thanks Chapter 1 Introduction to Object 1.1 1.2 progress abstract Object Interface Implementation 1.3 1.4 hidden program of the repeated use of 1.5 Succession : the re-use interface 1.5.1 improve basic category 1. 5.2 equivalent and similar relationships over 1.6-shaped object used interchangeably 1.6.1 1.6.2 bundled w
    2022-04-16 23:59:12下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载