登入帳戶  | 訂單查詢  | 購物車/收銀台(0) | 在線留言板  | 付款方式  | 運費計算  | 聯絡我們  | 幫助中心 |  加入書簽
會員登入   新用戶登記
HOME新書上架暢銷書架好書推介特價區會員書架精選月讀2024年度TOP分類瀏覽雜誌 臺灣用戶
品種:超過100萬種各類書籍/音像和精品,正品正價,放心網購,悭钱省心 服務:香港台灣澳門海外 送貨:速遞郵局服務站

新書上架簡體書 繁體書
暢銷書架簡體書 繁體書
好書推介簡體書 繁體書

八月出版:大陸書 台灣書
七月出版:大陸書 台灣書
六月出版:大陸書 台灣書
五月出版:大陸書 台灣書
四月出版:大陸書 台灣書
三月出版:大陸書 台灣書
二月出版:大陸書 台灣書
一月出版:大陸書 台灣書
12月出版:大陸書 台灣書
11月出版:大陸書 台灣書
十月出版:大陸書 台灣書
九月出版:大陸書 台灣書
八月出版:大陸書 台灣書
七月出版:大陸書 台灣書
六月出版:大陸書 台灣書

『簡體書』UNIX编程环境(英文版)(经久不衰的UNIX经典教程,两位UNIX大师合力之作,浸透了UNIX的设计思想)

書城自編碼: 2030503
分類:簡體書→大陸圖書→計算機/網絡操作系統/系統開發
作者: [美]Brian
國際書號(ISBN): 9787115302434
出版社: 人民邮电出版社
出版日期: 2013-02-01
版次: 1 印次: 1
頁數/字數: 357/493000
書度/開本: 16开 釘裝: 平装

售價:HK$ 156.4

我要買

share:

** 我創建的書架 **
未登入.



新書推薦:
道教大辞典·道教百科全书(通识版本+飞机盒): 附赠32张海报:神仙谱系大全x1、道教宗派与法术全鉴x1、时间线上的道教史x1
《 道教大辞典·道教百科全书(通识版本+飞机盒): 附赠32张海报:神仙谱系大全x1、道教宗派与法术全鉴x1、时间线上的道教史x1 》

售價:HK$ 327.8
伦理学与生活(第11版)
《 伦理学与生活(第11版) 》

售價:HK$ 118.8
巴格达新版 和平之城 血腥之城  汗青堂丛书055
《 巴格达新版 和平之城 血腥之城 汗青堂丛书055 》

售價:HK$ 118.8
水之契约
《 水之契约 》

售價:HK$ 79.2
ABB工业机器人离线编程与仿真
《 ABB工业机器人离线编程与仿真 》

售價:HK$ 130.9
工厂生产计划精细化、精益化、精进化管理手册
《 工厂生产计划精细化、精益化、精进化管理手册 》

售價:HK$ 75.9
中国画技法与教学研究
《 中国画技法与教学研究 》

售價:HK$ 72.6
生命瞬间 人生风采——晚晴居影集
《 生命瞬间 人生风采——晚晴居影集 》

售價:HK$ 107.8

建議一齊購買:

+

HK$ 148.5
《Linux环境编程:从应用到内核》
+

HK$ 222.0
《代码大全(第2版)英文版》
+

HK$ 237.0
《UNIX/Linux 系统管理技术手册 第4版 英文版 上下》
+

HK$ 97.5
《Effective Python:编写高质量Python代码》
+

HK$ 193.5
《算法 英文版 第4版》
編輯推薦:
经久不衰的UNIX经典教程
两位UNIX大师合力之作,浸透了UNIX的设计思想
启发读者体会编程方法、思想以及环境的奥秘
內容簡介:
《UNIX编程环境英文版》系UINX编程领域内的经典畅销书。作者本着“授之以渔”的态度,不仅向读者介绍了UNIX系统编程的基本技巧及编程规范,更是将UNIX的编程哲学融入其中,以帮助读者更加深刻地理解UNIX系统。《UNIX编程环境英文版》的主要内容包括UNIX系统基本操作、文件系统、Shell编程、过滤器、标准IO库编程、系统调用、程序开发工具、文档准备工具等。《UNIX编程环境英文版》适合UNIX系统的初学者以及UNIX系统编程的爱好者阅读。
關於作者:
Brian W. Kernighan
是贝尔实验室计算科学研究中心高级研究人员,著名的计算机科学家。他参加了UNIX系统、C语言、AWK语言和许多其他系统的开发,同时出版了许多在计算机领域具有影响的著作,包括《The
Elements of Programming Style》、《The Practice of Programming》等。 Rob
Pike,目前谷歌公司最著名的软件工程师之一,曾是贝尔实验室Unix开发团队成员,Plan9操作系统开发的主要领导人,Inferno操作系统开发的主要领导人。他是缔造Go语言和Limbo语言的核心人物。
目錄
CONTENTS
1. UNIX for Beginners 
1.1 Getting started 
1.2 Day-to-day use: files and common commands 
1.3 More about files: directories 
1.4 The shell 
1.5 The rest of the UNIX system 
2. The File System 
2.1 The basics of files 
2.2 What''s in a file? 
2.3 Directories and filenames 
2.4 Permissions 
2.5 Inodes 
2.6 The directory hierarchy 
2.7 Devices 
3. Using the Shell 
3.1 Command line structure 
3.2 Metacharacters 
3.3 Creating new commands 
3.4 Command arguments and parameters 
3.5 Program output as arguments 
3.6 Shell variables 
3.7 More on IO redirection 
3.8 Looping in shell programs 
3.9 bundle: putting it all together 
3.10 Why a programmable shell? 
4. Filters 
4.1 The grep family 
4.2 Other filters 
4.3 The stream editor sed 
4.4 The awk pattern scanning and processing language 
4.5 Good files and good filters 
5. Shell Programming 
5.1 Customizing the cal command 
5.2 Which command is which? 
5.3 while and until loops: watching for things 
5.4 Traps: catching interrupts 
5.5 Replacing a file: overwrite 
5.6 zap: killing processes by name 
5.7 The pick command: blanks vs. arguments 
5.8 The news command: community service messages 
5.9 get and put: tracking file changes 
5.10 A look back 
6. Programming with Standard IO 
6.1 Standard input and output: vis 
6.2 Program arguments: vis version 2 
6.3 File access: vis version 3 
6.4 A screen-at-a-time printer: p 
6.5 An example: pick 
6.6 On bugs and debugging 
6.7 An example: zap 
6.8 An interactive file comparison program: idiff 
6.9 Accessing the environment 
7. UNIX System Calls 
7.1 Low-level IO 
7.2 File system: directories 
7.3 File system: inodes 
7.4 Processes 
7.5 Signals and interrupts 
8. Program Development 
8.1 Stage 1: A four-function calculator 
8.2 Stage 2: Variables and error recovery 
8.3 Stage 3: Arbitrary variable names; built-in functions 
8.4 Stage 4: Compilation into a machine 
8.5 Stage 5: Control flow and relational operators 
8.6 Stage 6: Functions and procedures; inputoutput 
8.7 Performance evaluation 
8.8 A look back 
9. Document Preparation 
9.1 The ms macro package 
9.2 The troff level 
9.3 The tbl and eqn preprocessors 
9.4 The manual page 
9.5 Other document preparation tools 
10. Epilog 
Appendix 1: Editor Summary 
Appendix 2: hoc Manual 
Appendix 3: hoc Listing 
Index 

 

 

書城介紹  | 合作申請 | 索要書目  | 新手入門 | 聯絡方式  | 幫助中心 | 找書說明  | 送貨方式 | 付款方式 香港用户  | 台灣用户 | 海外用户
megBook.com.hk
Copyright © 2013 - 2025 (香港)大書城有限公司  All Rights Reserved.