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

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

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

『簡體書』高效awk编程 第4版(影印版)

書城自編碼: 2667801
分類:簡體書→大陸圖書→計算機/網絡程序設計
作者: 罗宾斯 (Arnold Robbins)
國際書號(ISBN): 9787564159122
出版社: 东南大学出版社
出版日期: 2015-09-01

頁數/字數: 526页
書度/開本: 16开 釘裝: 平装

售價:HK$ 181.3

我要買

share:

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



新書推薦:
一间自己的房间(精装全译本)激发女性觉醒的心灵之书
《 一间自己的房间(精装全译本)激发女性觉醒的心灵之书 》

售價:HK$ 55.0
印度神话(从众神角度深入解读古印度的两大史诗;窥览三相神梵天、毗湿奴和湿婆的神秘职责;探索诸神提婆与恶魔阿修罗的长久斗争)
《 印度神话(从众神角度深入解读古印度的两大史诗;窥览三相神梵天、毗湿奴和湿婆的神秘职责;探索诸神提婆与恶魔阿修罗的长久斗争) 》

售價:HK$ 108.9
算法竞赛核心教程:策略与算法深度解析
《 算法竞赛核心教程:策略与算法深度解析 》

售價:HK$ 96.8
深入理解PyTorch
《 深入理解PyTorch 》

售價:HK$ 174.9
校园有戏——中小学戏剧教育实践指南
《 校园有戏——中小学戏剧教育实践指南 》

售價:HK$ 85.8
资本的扩张
《 资本的扩张 》

售價:HK$ 79.2
中国古代姓氏与避讳起源(学术文库)
《 中国古代姓氏与避讳起源(学术文库) 》

售價:HK$ 107.8
以色列史:应许之地的现代叙事 | 看世界 | 区域国别史
《 以色列史:应许之地的现代叙事 | 看世界 | 区域国别史 》

售價:HK$ 94.6

建議一齊購買:

+

HK$ 171.1
《流利的Python语言(影印版)》
+

HK$ 129.1
《Python机器学习入门(影印版)》
+

HK$ 163.5
《Linux命令行与shell脚本编程大全 第3版》
+

HK$ 118.5
《Go程序设计语言(英文版)》
+

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

HK$ 127.7
《树莓派实战秘籍》
內容簡介:
在处理文本文件方面,awk语言是处理数据提取、报告和数据格式变*的理想工具。《高校awk编程 影印版第4版英文版》既是POSIX标准awk与GNU实现即gawk的参考,也是教材。本书为从初学者到 awk专家级别的广泛用户提供有用参考。 來源:香港大書城megBookStore,http://www.megbook.com.hk
在这本仔细修订的*新版中,作为作者罗宾斯同时也是gawk的主要开发人员,Arnold Robbins详细讲解了awk语言以及gawk程序,演示了如何使用awk和 gawk解决实际问题,并深入gawk的功能细节。系统管理员、程序员、网管以及其他深度用户会找到他们需要知道的关于awl和gawk的一切。
本书遵循GNU Free Documentation License出版,读者可以自由复制和修改这本GNU手册的内容。从本书销售中获得的版税将被分给自由软件基金会和作者本人。
目錄
Foreword to the Third Edition
Foreword to the Fourth Edition
Preface
Part Ⅰ. The awk Language
1. Getting Started with awk
How to Run awk Programs
One-Shot Throwaway awk Programs
Running awk Without Input Files
Running Long Programs
Executable awk Programs
Comments in awk Programs
Shell Quoting Issues
Datafiles for the Examples
Some Simple Examples
An Example with Two Rules
A More Complex Example
awk Statements Versus Lines
Other Features of awk
When to Use awk
Summary
2. Running awk and gawk
Invoking awk
Command-Line Options
Other Command-Line Arguments
Naming Standard Input
The Environment Variables gawk Uses
The AWKPATH Environment Variable
The AWKLIBPATH Environment Variable
Other Environment Variables
gawks Exit Status
Including Other Files into Your Program
Loading Dynamic Extensions into Your Program
Obsolete Options andor Features
Undocumented Options and Features
Summary
3. Regular Expressions
How to Use Regular Expressions
Escape Sequences
Regular Expression Operators
Using Bracket Expressions
How Much Text Matches?
Using Dynamic Regexps
gawk-Specific Regexp Operators
Case Sensitivity in Matching
Summary
4. Reading Input Files
How Input Is Split into Records
Record Splitting with Standard awk
Record Splitting with gawk
Examining Fields
Nonconstant Field Numbers
Changing the Contents of a Field
Specifying How Fields Are Separated
Whitespace Normally Separates Fields
Using Regular Expressions to Separate Fields
Making Each Character a Separate Field
Setting FS from the Command Line
Making the Full Line Be a Single Field
Field-Splitting Summary
Reading Fixed-Width Data
Defining Fields by Content
Multiple-Line Records
Explicit Input with getline
Using getline with No Arguments
Using getline into a Variable
Using getline from a File
5. Printing Output
6. Expressions
7. Patterns, Actions, and Variables
8. Arrays in awk
9. Functions
Part Ⅱ. Problem Solving with awk
1O. A Library of awk Functions
11. Practical awk Programs
Part Ⅲ. Moving Beyond Standard awkwith gawk
12. Advanced Features of gawk
13. Internationalization with gawk
14. Debugging awk Programs
15. Arithmetic and Arbitrary-Precision Arithmetic with gawk
16. Writing Extensions for gawk
Part Ⅳ. Appendices
A. The Evolution of the awk Language
B. Installing gawk
C. GNU General Public License
Index

 

 

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