The Unix Programming Environment 作者:Brian W. Kernighan/Rob Pike 出版社:Prentice-Hall 出版年:1983-11-11 页数:357 定价:USD 78.40 装帧:Paperback ISBN:9780139376818 豆瓣评分 9.0 47人评价 5星 61.7% 4星 31.9% 3星 6.4% 2星 0.0% 1星 0.0%...
... The UNIX Programming Environment 编程环境 The Art of UNIX Programming 程序设计艺术 ... 03045102.blog.163.com|基于8个网页 2. 基本编程能力 ... <TCP/IP Illustrated, Vol 2, the Implementation> 网络编程进阶; <The UNIX Programming Environment> 基本编程能力; ... www.ixpub.net|基于2个网页...
B. W. Kernighan and R. Pike. The UNIX Programming Environment. Prentice Hall, 1984.Kemighan B W,Pike R.The UNIX Programming Environment.. 1984Kemighan B W,Pike R.The UNIX Programming Environment. . 1984Kernighan, B.W., Pike, R.: The Unix Programming Environment. Prentice-Hall (1984)...
1)文件名简写:shell会将通配符匹配的文件名传递给程序;2)输入输出重定向:可以将任何程序的输出送到文件中;3)个性化:可以定义自己的命令和简写。通配符* 匹配任意字符串[...]匹配[]中任意字符? 匹配任何单个字符如果不想* ,?用于模式匹配而仅用作表示其自身时可以用‘’将其括住或使用转义字符\.重定向符>将内...
这里不可能完全涉及,只能挑最基本的文件和进程环境部分内容,主要是文件 I/O 操作,和进程的内存分配,具体可以参考 Advanced Programming in the UNIX® Environment 3rd Edition。 当然,Linux 作为 Unix-Like 系统,也可以用作实验之用,现在通过 Windows WSL 就可以安装,如果工作站已经安装 Linux 系统更好。 参考材...
Designed for first-time and experienced users, this book describes the UNIX® programming environment and philosophy in detail. Readers will gain an understanding not only of how to use the system, its components, and the programs, but also how these fit into the total environment....
AdvancedProgrammingintheUNIXEnvironment(3rdEdition) (Addison-WesleyProfessionalComputingSeries)byStephenA.Rago book Formorethantwentyyears,seriousCprogrammershavereliedononebookfor practical,in-depthknowledgeoftheprogramminginterfacesthatdrivetheUNIXand Linuxkernels:W.RichardStevens'AdvancedProgrammingintheWhat'sfunny...
It will always have a place right next to my computer."--Dr. Benjamin Kuperman, Swarthmore CollegePraise for the First Edition"Advanced Programming in the UNIX® Environment is a must-have for any serious C programmer who works under UNIX. Its depth, thoroughness, and clarity of explana-...
For more than twenty years, serious C programmers have relied on one book for practical, in-depth knowledge of the programming interfaces that drive the UNIX and Linux kernels: W. Richard Stevens’ Advanced Programming in the UNIX® Environment . Now, once again, Rich’s colleague Steve Rago...
The UNIX Programming environment 还值得通读吗?应该怎么看?最近买了APUE,UNP啥的,听说TUPE也很不错...