自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (23)
  • 收藏
  • 关注

空空如也

TCP-IP详解3卷

第三卷的内容细节覆盖了当今TCP/IP编程人员和网络管理员必须熟练掌握的四个基本方面: T/TCP (TCP事务协议),这是对TCP的扩展,使客户--服务器间的事务传输更快更有效和更可靠; HTTP (超文本传送协议),这是飞速扩展中的万维网的基础; NNTP (网络新闻传送协议),这是Usennet新闻系统的基础; UNIX域协议,这是在UNIX实现中应用非常广泛的一套协议。 与前面两卷一样,本书有丰富的例子和实现的细节,他们都是4.4BSD-Lite中的网络代码。

2009-12-19

TCP-IP详解2卷

本书完整而详细地介绍了TCP/IP协议是如何实现的。书中给出了约500个图例,15 000行实际操作的C代码,采用举例教学的方法帮助你掌握TCP/IP实现。本书不仅说明了插口API和协议族的关系以及主机实现与路由器实现的差别。还介绍了4.4BSD-Lite版的新的特点,如多播、长肥管道支持、窗口缩放、时间戳选项以及其他主题等等。读者阅读本书时,应当具备卷1中阐述的关于TCP/IP的基本知识。本书适用于希望理解TCP/TP协议如何实现的人,包括编写网络应用程序的程序员以及利用TCP/IP维护计算机网络的系统管理员。

2009-12-19

VHDL语言程序设计及应用(第2版) 随书光盘

VHDL语言程序设计及应用(第2版) 包括课件、代码 北京邮电大学出版社 姜立东等编著

2009-12-17

数据结构与算法分析—C语言描述 (PDF)

本书是外国数据结构与算法分析的标准教材,学习要具有一些离散数学的一些知识。

2009-12-12

Linux 设备驱动程序设计入门

Linux设备驱动程序设计入门 这个没有名字。是网上朋友自己整理的。是在RehHat9下做的。

2009-12-11

Altium Designer6初级教程

Altium Designer 6 的初级教程,教你熟悉Altium Designer的环境。大好基础。

2009-12-11

Altium Designer 6 高级教程

Altium Designer 电子设计的朋友肯定都不会陌生。网上整理版。分享给大家。

2009-12-11

8051单片机C程序设计完全手册(光盘)

人民邮电出版社的 8051单片机C程序设计完全手册光盘。里面是源代码。

2009-12-11

ARM体系结构(中国科技大学)

ARM体系结构 是中国科技大学计算机系计算机应用研究室的李曦老师的一个课件。

2009-12-10

GNU-C语言库手册 (英文版)

GNU-C语言库手册 (英文版) 是linux环境下的C语言函数库。全书1050页。;里面的代码可以直接复制,在Linux下运行!

2009-12-10

Windows批处理文件制作教程

Windows批处理文件制作教程,这个是网页形式的文件。来自于网络。现在整理给大家分享一下...

2009-12-10

现代流通企业综合信息管理系统实例

现代流通企业综合信息管理系统实例 PB实现

2009-12-05

重庆电专的Proteus中文入门教程

Proteus与Keil的连接与调试,重庆电专的Proteus中文入门教程

2009-09-29

Keil入门实例教程

Keil入门教程,介绍Keil集成环境的基本使用方法。

2009-09-29

redhat9制定指南

redhat9制定指南 目的为了方便大家学习linux

2009-03-06

redhat9入门指南

redhat9linux入门指南 为了方便大家学习linux

2009-03-06

redhat9安装指南

redhat9安装指南 这个是从官方下载的文档,目的是给大家提供方便!

2009-03-06

thinking in java 3th(CHM 包括答案)

thinking in java 3th(CHM 包括答案)

2008-12-23

Java.Threads.3rd.Edition(chm)

Who Should Read This Book? This book is intended for programmers of all levels who need to learn to use threads within Java programs. This includes developers who have previously used Java and written threaded programs; J2SE 5.0 includes a wealth of new thread-related classes and features. Therefore, even if you've written a threaded program in Java, this book can help you to exploit new features of Java to write even more effective programs. The first few chapters of the book deal with the issues of threaded programming in Java, starting at a basic level; no assumption is made that the developer has had any experience in threaded programming. As the chapters progress, the material becomes more advanced, in terms of both the information presented and the experience of the developer that the material assumes. For developers who are new to threaded programming, this sequence should provide a natural progression of the topic. This book is ideally suited to developers targeting the second wave of Java programs—more complex programs that fully exploit the power of Java's threading system. We make the assumption that readers of the book are familiar with Java's syntax and features. In a few areas, we present complex programs that depend on knowledge of other Java features: AWT, Swing, NIO, and so on. However, the basic principles we present should be understandable by anyone with a basic knowledge of Java. We've found that books that deal with these other APIs tend to give short shrift to how multiple threads can fully utilize these features of Java (though doubtless the reverse is true; we make no attempt to explain nonthread-related Java APIs). Though the material presented in this book does not assume any prior knowledge of threads, it does assume that the reader has knowledge of other areas of the Java API and can write simple Java programs.

2008-10-11

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除