C程序设计语言(英文版)(第2版) pdf epub mobi txt 电子书 下载 2024

图书介绍


C程序设计语言(英文版)(第2版)

简体网页||繁体网页
Brian W.Kernighan 等 著



点击这里下载
    


想要找书就要到 静流书站
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2024-04-28

类似图书 点击查看全场最低价

出版社: 机械工业出版社
ISBN:9787111196266
版次:2
商品编码:10057929
品牌:机工出版
包装:平装
开本:16开
出版时间:2006-08-01
用纸:胶版纸
页数:272

C程序设计语言(英文版)(第2版) epub 下载 mobi 下载 pdf 下载 txt 电子书 下载 2024

相关图书



C程序设计语言(英文版)(第2版) epub 下载 mobi 下载 pdf 下载 txt 电子书 下载 2024

C程序设计语言(英文版)(第2版) pdf epub mobi txt 电子书 下载



具体描述

编辑推荐

  

  在计算机发展的历史上,没有哪一种程序设计语言像C语言这样应用广泛。《C程序设计语言(英文版)》是C语言的设计者之一Dennis M.Ritchie和著名计算机科学家Brian W.Kernighan合著的一本介绍C语言的经典著作。我们现在见到的大量论述C语言程序设计的教材和专著均以此书为蓝本。本书第1版中介绍的C语言成为后来广泛使用的C语言版本——标准C的基础。人们熟知的“hello,World"程序就是由《C程序设计语言(英文版)》首次引入的。现在,这一程序已经成为众多程序设计语言入门的课。

内容简介

  《C程序设计语言(英文版)》根据1987年制定的ANSIC标准做了适当的修订,引入了的语言形式,并增加了新的示例。通过简洁的描述、典型的示例,作者全面、系统、准确地讲述了C语言的各个特性以及程序设计的基本方法。对于计算机从业人员来说,本书是一本必读的程序设计语言方面的参考书。

作者简介

  Brian W.Kernighan,贝尔实验室计算科学研究中心高级研究人员,著名的计算机科学家。他参加了UNIX系统、C语言、AWK语言和许多其他系统的开发,同时出版了许多在计算机领域具有影响的著作,包括《The Elements of Programming Style》、《The Practice of Programming》、《The UNIX Programming Environment》、《The AWK Language》、《Software Tools》等。

内页插图

目录


第1版序
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 Arrays1.7 Functions
1.8 Arguments-Call aby 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 Cperators
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 Argunents
5.11 Pointers to Functions
5.12 Complicated Declarations
Chapter 6.Structures
6.1 Basics of Structures
6.2 Strucures 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 Bit-fields
Chapter 7.Input and Output
7.1 Standard Input and Output
7.2 Formatted Output-Printf
……

前言/序言




C程序设计语言(英文版)(第2版) 电子书 下载 mobi epub pdf txt

C程序设计语言(英文版)(第2版) pdf epub mobi txt 电子书 下载
想要找书就要到 静流书站
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

用户评价

评分

经典书籍,纸张略薄。

评分

经典中的经典,好书一本

评分

京东商品,物美价廉,值得信赖!

评分

原版太贵。。

评分

不错,适合初学者

评分

书买给别人的

评分

经典教材,听说习题也是很不错的

评分

1.还没走过去,就发现快递员坐在电动车上手里拿着一个别人的货,而我的货(那两本书)突然从车上掉到了地上。快递还跟坨排泄物似的坐在车上,没把我的书捡起来。我对着他弯腰自己把书捡起,发现上面已经布满了尘土,装书的白色蓝字的京东袋子左右已经开裂了(后来上楼打开后发现其中一本书的侧边也已经裂开了,有图为证)。我问快递员,袋子左右两边怎么已经撕裂了,他还有脸告诉我说是刚才摔裂的。我忍了,这时又发生了下面一幕。

评分

质量还可以,挺快的

类似图书 点击查看全场最低价

C程序设计语言(英文版)(第2版) pdf epub mobi txt 电子书 下载


分享链接


去京东购买 去京东购买
去淘宝购买 去淘宝购买
去当当购买 去当当购买
去拼多多购买 去拼多多购买


C程序设计语言(英文版)(第2版) bar code 下载
扫码下载










相关图书




本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

友情链接

© 2024 windowsfront.com All Rights Reserved. 静流书站 版权所有