经典原版书库:C程序设计语言(英文版 第2版)

经典原版书库:C程序设计语言(英文版 第2版)
分享
扫描下方二维码分享到微信
打开微信,点击右上角”+“,
使用”扫一扫“即可将网页分享到朋友圈。
作者: [美] , [美]
2013-06
版次: 2
ISBN: 9787111196266
定价: 35.00
装帧: 平装
开本: 16开
纸张: 胶版纸
页数: 272页
502人买过
  •     《经典原版书库:C程序设计语言》(英文版)(第2版)第1版中介绍的C语言成为后来广泛使用的C语言版本——标准C的基础。人们熟知的“hello,World\\\"程序就是由《经典原版书库:C程序设计语言》(英文版)(第2版)首次引入的。现在,这一程序已经成为众多程序设计语言入门的第一课。第2版根据1987年制定的ANSIC标准做了适当的修订,引入了最新的语言形式,并增加了新的示例。通过简洁的描述、典型的示例,作者全面、系统、准确地讲述了C语言的各个特性以及程序设计的基本方法。对于计算机从业人员来说,《经典原版书库:C程序设计语言》(英文版)(第2版)是一本必读的程序设计语言方面的参考书。     Brian W.Kernighan贝尔实验室计算科学研究中心高级研究人员,著名的计算机科学家。他参加了UNIX系统、C语言、AWK语言和许多其他系统的开发,同时出版了许多在计算机领域具有影响的著作,如《The C Proguamming Language》、《The Elementsof Programming Style》等。 Introduction
    Chapter 1. A Tutorial Introduction
    1.1  Getting Started
    1.2  Variables and Arithmetic Expressions
    1.3  The For Statement
    1.4  Symbolic Constants
    1.5  Character Input and Output
    1.6  Arrays
    1.7  Functions
    1.8  Arguments——Call by Value
    1.9  Character Arrays
    1.10 External Variables and Scope

    Chapter 2. Types, Operators, and Expressions
    2.1  Variable Names
    2.2  Data Types and Sizes
    2.3  Constants
    2.4  Declarations
    2.5  Arithmetic Operators
    2.6  Relational and Logical Operators
    2.7  Type Conversions
    2.8  Increment and Decrement Operators
    2.9  Bitwise Operators
    2.10 Assignment Operators and Expressions
    2.11 Conditional Expressions
    2.12 Precedence and Order of Evaluation

    Chapter 3. Control Flow
    3.1  Statements and Blocks
    3.2  If-Else
    3.3  Else-If
    3.4  Switch
    3.5  Loops——While and For
    3.6  Loops-Do-while
    3.7  Break and Continue
    3.8  Goto and Labels

    Chapter 4. Functions and Program Structure
    4.1  Basics of Functions
    4.2  Functions Returning Non-integers
    4.3  External Variables
    4.4  Scope Rules
    4.5  Header Files
    4.6  Static Variables
    4.7  Register Variables
    4.8  Block Structure
    4.9  Initialization
    4.10 Recursion
    4.11 The C Preprocessor

    Chapter 5. Pointers and Arrays
    5.1  Pointers and Addresses
    5.2  Pointers and Function Arguments
    5.3  Pointers and Arrays
    5.4  Address Arithmetic
    5.5  Character Pointers and Functions
    5.6  Pointer Arrays; Pointers to Pointers
    5.7  Multi-dimensional Arrays
    5.8  Initialization of Pointer Arrays
    5.9  Pointers vs. Multi-dimensional Arrays
    5.10 Command-line Arguments
    5.11 Pointers to Functions
    5.12 Complicated Declarations

    Chapter 6. Structures
    6.1  Basics of Structures
    6.2  Structures and Functions
    6.3  Arrays of Structures
    6.4  Pointers to Structures
    6.5  Self-referential Structures
    6.6  Table Lookup
    6.7  Typedef
    6.8  Unions
    6.9  Bit-fields

    Chapter 7. Input and Output
    7.1  Standard Input and Output
    7.2  Formatted Output——Printf
    7.3  Variable-length Argument Lists
    7.4  Formatted Input-Scanf
    7.5  File Access
    7.6  Error Handling——Stderr and Exit
    7.7  Line Input and Output
    7.8  Miscellaneous Functions

    Chapter 8. The UNIX System Interface
    8.1  File Descriptors
    8.2  Low Level I/O-Read and Write
    8.3  Open, Creat, Close, Unlink
    8.4  Random Access——Lscek
    8.5  Example——An Implementation of Fopen and Getc
    8.6  Example——Listing Directories
    8.7  Example——A Storage Allocator

    Appendix A. Reference Marital
    AI  Introduction
    A2  Lexical Conventions
    A3  Syntax Notation
    A4  Meaning of Identifiers
    A5  Objects and Lvalues
    A6  Conversions
    A7  Expressions
    A8  Declarations
    A9  Statements
    AI10 External Declarations
    A11Scopeand Linkage
    A12 Preprocessing
    A13 Grammar

    Appendix B. Standard Library
    B1  Input and Output: 〈stdio.h〉
    B2  Character Class Tests: 〈ctype.h〉
    B3  String Functions: 〈string.h〉
    B4  Mathematical Functions: 〈math.h〉
    B5  Utility Functions: 〈stdlib.h〉
    B6  Diagnostics: 
  • 内容简介:
        《经典原版书库:C程序设计语言》(英文版)(第2版)第1版中介绍的C语言成为后来广泛使用的C语言版本——标准C的基础。人们熟知的“hello,World\\\"程序就是由《经典原版书库:C程序设计语言》(英文版)(第2版)首次引入的。现在,这一程序已经成为众多程序设计语言入门的第一课。第2版根据1987年制定的ANSIC标准做了适当的修订,引入了最新的语言形式,并增加了新的示例。通过简洁的描述、典型的示例,作者全面、系统、准确地讲述了C语言的各个特性以及程序设计的基本方法。对于计算机从业人员来说,《经典原版书库:C程序设计语言》(英文版)(第2版)是一本必读的程序设计语言方面的参考书。
  • 作者简介:
        Brian W.Kernighan贝尔实验室计算科学研究中心高级研究人员,著名的计算机科学家。他参加了UNIX系统、C语言、AWK语言和许多其他系统的开发,同时出版了许多在计算机领域具有影响的著作,如《The C Proguamming Language》、《The Elementsof Programming Style》等。
  • 目录:
    Introduction
    Chapter 1. A Tutorial Introduction
    1.1  Getting Started
    1.2  Variables and Arithmetic Expressions
    1.3  The For Statement
    1.4  Symbolic Constants
    1.5  Character Input and Output
    1.6  Arrays
    1.7  Functions
    1.8  Arguments——Call by Value
    1.9  Character Arrays
    1.10 External Variables and Scope

    Chapter 2. Types, Operators, and Expressions
    2.1  Variable Names
    2.2  Data Types and Sizes
    2.3  Constants
    2.4  Declarations
    2.5  Arithmetic Operators
    2.6  Relational and Logical Operators
    2.7  Type Conversions
    2.8  Increment and Decrement Operators
    2.9  Bitwise Operators
    2.10 Assignment Operators and Expressions
    2.11 Conditional Expressions
    2.12 Precedence and Order of Evaluation

    Chapter 3. Control Flow
    3.1  Statements and Blocks
    3.2  If-Else
    3.3  Else-If
    3.4  Switch
    3.5  Loops——While and For
    3.6  Loops-Do-while
    3.7  Break and Continue
    3.8  Goto and Labels

    Chapter 4. Functions and Program Structure
    4.1  Basics of Functions
    4.2  Functions Returning Non-integers
    4.3  External Variables
    4.4  Scope Rules
    4.5  Header Files
    4.6  Static Variables
    4.7  Register Variables
    4.8  Block Structure
    4.9  Initialization
    4.10 Recursion
    4.11 The C Preprocessor

    Chapter 5. Pointers and Arrays
    5.1  Pointers and Addresses
    5.2  Pointers and Function Arguments
    5.3  Pointers and Arrays
    5.4  Address Arithmetic
    5.5  Character Pointers and Functions
    5.6  Pointer Arrays; Pointers to Pointers
    5.7  Multi-dimensional Arrays
    5.8  Initialization of Pointer Arrays
    5.9  Pointers vs. Multi-dimensional Arrays
    5.10 Command-line Arguments
    5.11 Pointers to Functions
    5.12 Complicated Declarations

    Chapter 6. Structures
    6.1  Basics of Structures
    6.2  Structures and Functions
    6.3  Arrays of Structures
    6.4  Pointers to Structures
    6.5  Self-referential Structures
    6.6  Table Lookup
    6.7  Typedef
    6.8  Unions
    6.9  Bit-fields

    Chapter 7. Input and Output
    7.1  Standard Input and Output
    7.2  Formatted Output——Printf
    7.3  Variable-length Argument Lists
    7.4  Formatted Input-Scanf
    7.5  File Access
    7.6  Error Handling——Stderr and Exit
    7.7  Line Input and Output
    7.8  Miscellaneous Functions

    Chapter 8. The UNIX System Interface
    8.1  File Descriptors
    8.2  Low Level I/O-Read and Write
    8.3  Open, Creat, Close, Unlink
    8.4  Random Access——Lscek
    8.5  Example——An Implementation of Fopen and Getc
    8.6  Example——Listing Directories
    8.7  Example——A Storage Allocator

    Appendix A. Reference Marital
    AI  Introduction
    A2  Lexical Conventions
    A3  Syntax Notation
    A4  Meaning of Identifiers
    A5  Objects and Lvalues
    A6  Conversions
    A7  Expressions
    A8  Declarations
    A9  Statements
    AI10 External Declarations
    A11Scopeand Linkage
    A12 Preprocessing
    A13 Grammar

    Appendix B. Standard Library
    B1  Input and Output: 〈stdio.h〉
    B2  Character Class Tests: 〈ctype.h〉
    B3  String Functions: 〈string.h〉
    B4  Mathematical Functions: 〈math.h〉
    B5  Utility Functions: 〈stdlib.h〉
    B6  Diagnostics: 
查看详情
12
您可能感兴趣 / 更多
经典原版书库:C程序设计语言(英文版 第2版)
孩子,把你的手给我1:怎么说孩子才爱听,怎么教孩子才肯学?帮助每一位3-12岁孩子的父母结束与孩子的所有冲突!
[美]海姆·G.吉诺特
经典原版书库:C程序设计语言(英文版 第2版)
怎样做成大事
[美]丹·加德纳(Dan Gardner) 著;贾拥民 译;湛庐文化 出品;[丹麦]傅以斌(Bent Flyvbjerg)
经典原版书库:C程序设计语言(英文版 第2版)
1200年希腊罗马神话
[美]伊迪丝·汉密尔顿
经典原版书库:C程序设计语言(英文版 第2版)
爱情心理学(新编本)
[美]罗伯特·J. 斯腾伯格 (美)凯琳·斯腾伯格 倪爱萍 译
经典原版书库:C程序设计语言(英文版 第2版)
黄金圈法则
[美]西蒙·斯涅克 著;磨铁文化 出品
经典原版书库:C程序设计语言(英文版 第2版)
汤姆·索亚历险记 彩图注音版 一二三四年级5-6-7-8-9岁小学生课外阅读经典 儿童文学无障碍有声伴读世界名著童话故事
[美]马克 吐温
经典原版书库:C程序设计语言(英文版 第2版)
富兰克林自传 名家全译本 改变无数人命运的励志传奇 埃隆马斯克反复推荐 赠富兰克林签名照及精美插图
[美]本杰明·富兰克林 著;李自修 译
经典原版书库:C程序设计语言(英文版 第2版)
意大利文艺复兴新艺术史
[美]迈克尔·韦恩·科尔 著;[美]斯蒂芬·J·坎贝尔;邵亦杨
经典原版书库:C程序设计语言(英文版 第2版)
汤姆素亚历险记:中小学生课外阅读快乐读书吧 儿童文学无障碍有声伴读世界名著童话故事
[美]马克·吐温
经典原版书库:C程序设计语言(英文版 第2版)
老人与海 彩图注音版 一二三四年级5-6-7-8-9岁小学生课外阅读经典 儿童文学无障碍有声伴读世界名著童话故事
[美]海明威
经典原版书库:C程序设计语言(英文版 第2版)
养育的觉醒:全面激发孩子自驱力,教你如何心平气和做妈妈
[美]凯文·莱曼 著;唐晓璐 译;斯坦威 出品
经典原版书库:C程序设计语言(英文版 第2版)
国际大奖图画书系列 共11册(小老鼠的恐惧的大书,大灰狼,红豆与菲比,别烦我,下雪了 ,穿靴子的猫 ,先有蛋,绿 ,特别快递,如果你想看鲸鱼 ,一个部落的孩子 ) 麦克米伦世纪
[美]莱恩·史密斯 (英)埃米莉·格雷维特 (美)劳拉·瓦卡罗·等/文 (英)埃米莉·格雷维特 等/图 彭懿 杨玲玲 阿甲 孙慧阳 白薇 译