网上购物 货比三家
您现在的位置:快乐比价网 > 图书 > 计算机与网络 > 计算机/网络 > 商品详情

高级UNIX程序设计(第2版)(英文影印版)

分享到:
高级UNIX程序设计(第2版)(英文影印版)

最 低 价:¥47.60

定 价:¥0.00

作 者:(美)Marc J. Rochkind

出 版 社:清华大学出版社

出版时间:2006 年4月

I S B N:7302126453

商品详情

编辑推荐

内容简介

系统函数决定了什么是unix,其他的(如子例程和命令)都是建立在系统函数的基础之上。现今的unix说明书中有1100多个系统函数,要掌握这些函数是件很困难的事。本书主要介绍了其中最常用的300多个系统函数。全书包括基本概念、基本文件i/o、高级文件i/o、终端i/o、进程与线程、基本进程间通信、高级进程间通信、网络技术与套接字,以及信号与定时器等9章。.
  本书给出了数千行的示例代码,所有这些代码都可以从本书网址www.basepath.com/aup下载。本书每章的末尾都给出了一些练习。这些练习的难易程度各不相同,一些只需几句话就可以回答,一些是简单的程序设计问题,还有一些则可以作为每学期的unix程序设计项目练习。...

作者简介

MARC J. ROCHKIND was fortunate enough to have worked at Bell Laboratories in the 1970s, when UNIX was still in its infancy. It was there that Rochkind made several key contributions to UNIX, notably the Source Code Control System. He wrote the first edition of Advanced UNIX Programming in 1984. This complete revision benefits from his years of post-Bell application systems development experience....
.. << 查看详细

目录

preface. .
1 fundamental concepts.
a whirlwind tour of unix and linux. versions of unix. using system calls. error handling. unix standards. common header file. dates and times. about the example code. essential resources.
2. basic file i/o.
introduction to file i/o. file descriptors and open file descriptions. symbols for file permission bits. open and creat system calls. umask system call. unlink system call. creating temporary files. file offsets and o_append. write system call. read system call. close system call. user buffered i/o. lseek system call. pread and pwrite system calls. readv and writev system calls. synchronized i/o. truncate and ftruncate system calls.
3. advanced file i/o.
introduction. disk special files and file systems. hard and symbolic links. pathnames. accessing and displaying file metadata. directories. changing an i-node. more file-manipulation calls. asynchronous i/o.
4. terminal i/o.
introduction. reading from a terminal. sessions and process groups (jobs). ioctl system call. setting terminal attributes. additional terminal-control system calls. terminal-identification system calls. full-screen applications. streams i/o. pseudo terminals.
5. processes and threads.
introduction. environment. exec system calls. implementing a shell (version 1). fork system call. implementing a shell (version 2). exit system calls and process termination. wait, waitpid, and waitid system calls. signals, termination, and waiting. implementing a shell (version 3). getting user and group ids. setting user and group ids. getting process ids. chroot system call. getting and setting the priority. process limits. introduction to threads. the blocking problem.
6. basic interprocess communication. ..
introduction. pipes. dup and dup2 system calls. a real shell. two-way communication with unidirectional pipes. two-way communication with bidirectional pipes.
7. advanced interprocess communication.
introduction. fifos, or named pipes. an abstract simple messaging interface (smi). system v ipc (interprocess communication). system v message queues. posix ipc. posix message queues. about semaphores. system v semaphores. posix semaphores. file locking. about shared memory. system v shared memory. posix shared memory. performance comparisons.
8. networking and sockets.
socket basics. socket addresses. socket options. simple socket interface (ssi). socket implementation of smi. connectionless sockets. out-of-band data. network database functions. miscellaneous system calls. high-performance considerations.
9. signals and timers.
signal basics. waiting for a signal. miscellaneous signal system calls. deprecated signal system calls. realtime signals extension (rts). global jumps. clocks and timers.
appendix a. process attributes.
.appendix b. ux: a c++ wrapper for standard unix functions.
appendix c. jtux: a java/jython interface to standard unix functions.
appendix d. alphabetical and categorical function lists.
references.
index. ...

商品评论(0条)

暂无评论!

您的浏览历史

loading 内容加载中,请稍后...