副标题: 进程间通信原作名: UNIX Network Programming, Volume 2: Interprocess Communications (2nd Edition)出版年: 2010-7页数: 454定价: 89.00元装帧: 平装丛书: 图灵计算机科学丛书ISBN: 9787115230287豆瓣评分 9.2 101人评价 5星 67.3% 4星 28.7% 3星 3.0% 2星 0.0% 1星 1.0% ...
原作名:UNIX Network Programming, Volume 2: Interprocess Communications (2nd Edition) 出版年:2009-11 页数:561 定价:89.00元 装帧:平装 丛书:图灵原版计算机科学系列 ISBN:9787115215116 豆瓣评分 9.6 166人评价 5星 77.7% 4星 19.9% 3星 1.8% 2星 ...
UNIX Network Programming, Volume 2, Second Edition: Interprocess Communications This volume started shipping from Prentice Hall's warehouse on August 27, 1998. Table of Contents (HTML) (PostScript) (ASCII) Abbreviated Table of Contents (HTML). ...
unix network programming volume 2 interprocess communications second edition环境搭建出错的处理 11. 编译原书所带例子:2unpv22e.tar.gz 下载地址:http://www.kohala.com/start/unpv22e/unpv22e.tar.gz32. 解压:4$tar -zxvf unpv22e.tar.gz53. 编译:6$cd unpv22e7$ ./configure8$ cd lib9$ make1...
8. UNIX Network Programming, Volume 2: Interprocess Communications8. UNIX 网络编程,第 2 卷:进程间通信 This is the second book by Stevens on UNIX Network programming. In this first part, he explained socket-based network programming, and in this book, the focus is on “inter-process communica...
Unix Network Programming Volume 2:IPC. Contribute to vonzhou/UNPv2 development by creating an account on GitHub.
书名(英文):UNIX Network Programming, Volume 1 : The Sockets Networking API (Third Edition) 书名(中文):UNIX 网络编程 卷1:套接字联网API (第三版) 原作者:W. Richard Stevens / Bill Fenner / Andrew M. Rudoff 书名(英文):UNIX Network Programming Volume 2 : Interprocess Communications (Second Edit...
原书名: UNIX Network Programming, Volume 2: Interprocess Communications (2nd Edition) 原出版社: Prentice Hall 作者: (美)W. Richard Stevens [作译者介绍] 丛书名: 图灵程序设计丛书 操作系统 出版社:人民邮电出版社 ISBN:9787115230287 上架时间:2010-7-9 出版日期:2010 年7月 开本:16开 页码:454 版次...
UNIX Network Programming: The Sockets Networking API, NJ: Prentice-Hall, 1998.Unix Network Programming, Volume 1:The Sockets Networking API. W. R. Stevens,B. Fenner,A. M. Rudoff. . 1998Stevens W R.UNIX network programming,volume 1:the ...
Two types of sockets are provided in the Unix domain: stream sockets (similar to TCP) and datagram sockets (similar to UDP). Even though a raw socket is also provided, its semantics have never been documented, ... GetThe Sockets Networking API: UNIX® Network Programming Volume 1, Third...