UNIX环境高级编程 免费 夸克云 mobi azw3 pdf 下载 chm snb

UNIX环境高级编程电子书下载地址
内容简介:
If you are an experienced C programmer with a working knowledge of UNIX, you cannot afford to be without this up-to -date tutorial on the system call interface and the most important functions found in the ANSI C library. Richard Stevens describes more than 200 system calls and functions; since he believes the best way to learn code is to read code,a brief example accompanies each description. Building upon information presented in the first 15 chapters, the author offers chapter-long examples teaching you how to create a database library, a PostScript printer driver, a modem dialer, and a program that runs other programs under a pseudo terminal. To make your analysis and understanding ofthis code even easier, and to allow you to modify it, all of the code in the book is available via UUNET. Advanced Programming in the UNIX Environment is applicable to all major UNIX releases, especially System V Release the latest release of 4.3BSD, including 386BSD. These real-world implementations allow you to more clearly understand the status of the current and future standards,including IEEE POSIX and XPG3.
书籍目录:
Preface
Chapter 1 Introduction
Chapter 2 Unix Standardization and Implementations
Chapter 3 File I/O
Chapter 4 files and Directories
Chapter 5 Standard I/O Library
Chapter 6 System Data Files and Information
Chapter 7 The Environment of a Unix Process
Chapter 8 Process Control
Chapter 9 Process Relationships
Chapter 10 Signals
Chapter 11 Terminal I/O
Chapter 12 Advanced I/O
Chapter 13 Daemon Processes
Chapter 14 Interprocess Communication
Chapter 15 Advanced Interprocess Communication
作者介绍:
暂无相关内容,正在全力查找中
出版社信息:
暂无出版社相关信息,正在全力查找中!
书籍摘录:
暂无相关书籍摘录,正在全力查找中!
在线阅读/听书/购买/PDF下载地址:
原文赏析:
Parent and the child share a file table entry for every open descriptor.
大多数UNIX调试程序都使用core文件以检查进程终止时的状态。
将进程的信号屏蔽字设置为由sigmask指向的值。在捕捉到一个信号或发生了一个会终止该进程的信号之前,该进程被挂起。如果捕捉到一个信号而且从该信号处理程序返回,则sigsuspend返回,并且将该进程的信号屏蔽字设置为调用sigsuspend之前的值。
与应用程序使用文件描述符(fd)访问文件一样,访问套接字也需要使用套接字描述符,其在unix系统中是用文件描述符实现的。
在AF_INET通信域中套接字SOCK_STREAM的默认协议是TCP,SOCK_DGRAM的默认协议是UDP。
不同处理器架构支持不同的字节序,小端(little-endian)freebsd linux on intel pentium,大端(big-endian)mac os on power pc solaris on sun sparc,有些处理器可以配置大端和小端,更加混乱。
TCP/IP 采用大端字节序。对于TCP/IP,地址是使用网络字节序来表示,所以应用程序有时候需要在处理器的字节序和网络字节序之间转换。
uint32_t htonl(uint32_t hostint32);
uint16_t htons(uint16_t hostint16);
uint32_t ntohl(uint32_t netint32);
uint16_t ntohsl(uint16_t netint16);
h 代表host
n 代表network
l 代表 long
s 代表 short
由open返回的文件描述符一定是最小的未用描述符数值。这一点被某些应用程序用来在标准输入,标准输出或标准错误输出上打开新的文件。
其中,atexit的参数是一个函数地址,当调用此函数时无需向它传送任何参数,也不期望它返回一个值。exit以登记这些函数的相反顺序调用它们。同一函数如若登记多次,则也被调用多次。
其它内容:
书籍介绍
If you are an experienced C programmer with a working knowledge of UNIX, you cannot afford to be without this up-to -date tutorial on the system call interface and the most important functions found in the ANSI C library. Richard Stevens describes more than 200 system calls and functions; since he believes the best way to learn code is to read code,a brief example accompanies each description. Building upon information presented in the first 15 chapters, the author offers chapter-long examples teaching you how to create a database library, a PostScript printer driver, a modem dialer, and a program that runs other programs under a pseudo terminal. To make your analysis and understanding ofthis code even easier, and to allow you to modify it, all of the code in the book is available via UUNET. Advanced Programming in the UNIX Environment is applicable to all major UNIX releases, especially System V Release the latest release of 4.3BSD, including 386BSD. These real-world implementations allow you to more clearly understand the status of the current and future standards,including IEEE POSIX and XPG3.
网站评分
书籍多样性:8分
书籍信息完全性:3分
网站更新速度:6分
使用便利性:6分
书籍清晰度:3分
书籍格式兼容性:3分
是否包含广告:9分
加载速度:7分
安全性:6分
稳定性:9分
搜索功能:3分
下载便捷性:9分
下载点评
- 赚了(642+)
- 不亏(562+)
- 引人入胜(350+)
- 排版满分(209+)
- 三星好评(330+)
- 购买多(376+)
- 书籍完整(231+)
- 少量广告(238+)
- 差评少(203+)
- pdf(440+)
- 种类多(235+)
- 好评(87+)
下载评价
- 网友 家***丝:
好6666666
- 网友 养***秋:
我是新来的考古学家
- 网友 郗***兰:
网站体验不错
- 网友 仰***兰:
喜欢!很棒!!超级推荐!
- 网友 冉***兮:
如果满分一百分,我愿意给你99分,剩下一分怕你骄傲
- 网友 龚***湄:
差评,居然要收费!!!
- 网友 隗***杉:
挺好的,还好看!支持!快下载吧!
- 网友 冯***卉:
听说内置一千多万的书籍,不知道真假的
- 网友 石***烟:
还可以吧,毕竟也是要成本的,付费应该的,更何况下载速度还挺快的
- 网友 潘***丽:
这里能在线转化,直接选择一款就可以了,用他这个转很方便的
- 网友 田***珊:
可以就是有些书搜不到
- 网友 沈***松:
挺好的,不错
- 网友 车***波:
很好,下载出来的内容没有乱码。
- 网友 邱***洋:
不错,支持的格式很多
喜欢"UNIX环境高级编程"的人也看了
百年佛缘 免费 夸克云 mobi azw3 pdf 下载 chm snb
初一的那些事儿(初中1年级)/初中生课外10分钟经典阅读丛书 免费 夸克云 mobi azw3 pdf 下载 chm snb
别再扯自己后腿了 全美*精神科医师教你战胜自我挫败 解决各种难题 港台原版 马克 葛斯登 方智 免费 夸克云 mobi azw3 pdf 下载 chm snb
赤木智子的生活道具店 免费 夸克云 mobi azw3 pdf 下载 chm snb
薄膜太阳电池 免费 夸克云 mobi azw3 pdf 下载 chm snb
中药学专业知识(二)押题秘卷·2020执业药师资格考试通关系列 免费 夸克云 mobi azw3 pdf 下载 chm snb
Peepo! 经典宝宝书(30周年纪念版,礼品精装书) ISBN 9780141337418 免费 夸克云 mobi azw3 pdf 下载 chm snb
预售 斗罗大陆官方画集 唐家三少监制 唐三小舞唐门暗器史莱克七怪斗罗世界经典人物匠心绘制斗罗大陆角色设定动漫画册美术画集书正版 免费 夸克云 mobi azw3 pdf 下载 chm snb
全新正版 王长凤 有机化学例题与习题 第二版第2版 高等教育出版社 有机化学汪小兰第四版教材配套习题集正版 免费 夸克云 mobi azw3 pdf 下载 chm snb
培养自我保护意识绘本 不能随便摸我 免费 夸克云 mobi azw3 pdf 下载 chm snb
- 在线 免费 夸克云 mobi azw3 pdf 下载 chm snb
- Schweser's Secret Sauce: 2017 Level I CFA 免费 夸克云 mobi azw3 pdf 下载 chm snb
- 新英汉能大词典-(版)9787513805162 正版新书正浩图书专营店 免费 夸克云 mobi azw3 pdf 下载 chm snb
- 针灸甲乙经校注(下册)——中医古籍整理丛书 免费 夸克云 mobi azw3 pdf 下载 chm snb
- 腹腔镜结直肠手术经验与技巧(配增值) 免费 夸克云 mobi azw3 pdf 下载 chm snb
- 忘记亲一下(几米作品系列新版) 免费 夸克云 mobi azw3 pdf 下载 chm snb
- 东京街头平面设计 Street Graphics Tokyo 免费 夸克云 mobi azw3 pdf 下载 chm snb
- 新概念心电图(第5版) 免费 夸克云 mobi azw3 pdf 下载 chm snb
- 9787566902320 免费 夸克云 mobi azw3 pdf 下载 chm snb
- 清新治愈系水彩风景绘 免费 夸克云 mobi azw3 pdf 下载 chm snb
书籍真实打分
故事情节:5分
人物塑造:9分
主题深度:3分
文字风格:8分
语言运用:7分
文笔流畅:5分
思想传递:4分
知识深度:4分
知识广度:6分
实用性:9分
章节划分:4分
结构布局:8分
新颖与独特:4分
情感共鸣:6分
引人入胜:8分
现实相关:4分
沉浸感:9分
事实准确性:7分
文化贡献:4分