UNIX环境高级编程 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线
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分
书籍信息完全性:7分
网站更新速度:5分
使用便利性:4分
书籍清晰度:5分
书籍格式兼容性:9分
是否包含广告:4分
加载速度:3分
安全性:7分
稳定性:6分
搜索功能:4分
下载便捷性:3分
下载点评
- 差评(385+)
- 图书多(526+)
- 强烈推荐(405+)
- 好评(274+)
- 全格式(144+)
- 推荐购买(152+)
- 赞(566+)
- 无水印(381+)
- 在线转格式(393+)
- 内容齐全(195+)
- 还行吧(68+)
- 一星好评(552+)
下载评价
- 网友 谢***灵: ( 2025-01-16 02:47:29 )
推荐,啥格式都有
- 网友 寇***音: ( 2025-01-03 22:45:20 )
好,真的挺使用的!
- 网友 索***宸: ( 2025-01-05 08:11:22 )
书的质量很好。资源多
- 网友 沈***松: ( 2025-01-12 08:34:54 )
挺好的,不错
- 网友 寿***芳: ( 2025-01-13 19:33:27 )
可以在线转化哦
- 网友 益***琴: ( 2025-01-04 09:14:09 )
好书都要花钱,如果要学习,建议买实体书;如果只是娱乐,看看这个网站,对你来说,是很好的选择。
- 网友 步***青: ( 2025-01-13 02:06:32 )
。。。。。好
- 网友 孙***美: ( 2025-01-18 06:11:49 )
加油!支持一下!不错,好用。大家可以去试一下哦
- 网友 宓***莉: ( 2024-12-22 00:20:45 )
不仅速度快,而且内容无盗版痕迹。
- 网友 通***蕊: ( 2025-01-06 05:34:40 )
五颗星、五颗星,大赞还觉得不错!~~
- 网友 蓬***之: ( 2024-12-26 08:09:36 )
好棒good
- 网友 菱***兰: ( 2024-12-26 21:17:54 )
特好。有好多书
- 网友 游***钰: ( 2025-01-14 11:05:19 )
用了才知道好用,推荐!太好用了
- 网友 潘***丽: ( 2025-01-03 14:15:20 )
这里能在线转化,直接选择一款就可以了,用他这个转很方便的
- 网友 汪***豪: ( 2025-01-09 02:03:44 )
太棒了,我想要azw3的都有呀!!!
喜欢"UNIX环境高级编程"的人也看了
(2014)宏章出版 《建筑经济专业知识与实务(中级)》历年真题及专家命题预测试卷(近期新版) 中国财政经济出版社 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线
会计学原理 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线
猩红森林的守卫者-怪物大师(4) 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线
Cimatron E10.0三维设计与数控编程基本功特训 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线
Jordan 7 约旦 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线
- 预售【外图港版】鉴古寻根:香港历史与古迹寻踪 / 萧国健 三联书店(香港)有限公司 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线
- 审计理论与实务(现代经济与管理类规划教材) 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线
- 新东方 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线
- 现货速发 GB/T 31439.2-2015 波形梁钢护栏 第2部分:三波形梁钢护栏 中国标准出版社 国家标准 提供正规增值税发票 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线
- 数控车工(技师)/国家职业技能等级认定培训教材 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线
- 《国宝》2022年周历(一本可以看微视频的周历) 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线
- 新视线俄语语言文化多媒体教程1 学生用书 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线
- 20图解速记--14.初中生物(通用版)(48开本) 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线
- 价值投资 威力加强版套书 从葛拉汉到巴菲特都推崇的选股策略 这才是价值投资 超值投资 港台原版 詹姆斯 蒙蒂尔 杜白 卡莱尔 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线
- 华夏万卷 中国书法传世碑帖精品 隶书04:张迁碑 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线
书籍真实打分
故事情节:8分
人物塑造:4分
主题深度:7分
文字风格:4分
语言运用:7分
文笔流畅:6分
思想传递:6分
知识深度:9分
知识广度:3分
实用性:7分
章节划分:3分
结构布局:4分
新颖与独特:3分
情感共鸣:9分
引人入胜:5分
现实相关:4分
沉浸感:9分
事实准确性:6分
文化贡献:8分