网站购物车   | 店铺购物车  
店铺平均得分:99.61 分,再接再厉!!!【查看全部评价】
评分 40分 50分 60分 70分 80分 90分 100分
数量 0 0 0 0 1 8 248
本店铺共有 12 笔投诉记录,投诉率 5% ,高于平均投诉率 1% 【查看详细】
投诉类型
数量
比例
无法联系卖家
1
8%
发货问题
11
92%
已解决
12
100%
店主称呼:玉龙悦文化   联系方式:购买咨询请联系我  13691496648    地址:北京 北京市 朝阳区 定福庄园艺场25号院
促销广告:正版特价库存积压一手新书,无划线笔记,缺货会及时通知。
图书分类
店铺公告
╭════★购书提示★════╮
║★两天内不付款者,售出不候★║
║---------------------------------------║
║★每天走货量大,图书流动快★║
║---------------------------------------║
║★如遇到有些书断货,还请您★║
║---------------------------------------║
║★多谅解!在此先行谢谢理解★║
╰═════════════���╯
店铺介绍
现在库存图书10余万种,批发零售。

╭════【新书批发】════╮
║1.主营最近年专业.社科类新书;║
║2.适合图书馆装备,书店零售用书║
║3.现10余万(月更新2千多种)║
║4.可提供现货图书30多万个品种;║
║5.社版为主,折扣低、品相好;║
║6.上百家出版社正版库存图书;║
║7.我们诚恳地与各地单位合作!║
║╭────────────╮║
║│客服QQ联系:3356693236 │║
╰══════════════╯
交易帮助
第一步:选择图书放入购物车。
第二步:结算、填写收货地址。
第三步:担保付款或银行汇款。
第四步:卖家发货。
第五步:确认收货、评价。
作/译者:(美)克尼汉 出版社:机械工业出版社
C程序设计语言(英文版.第2版)
出版日期:2006年08月
ISBN:9787111196266 [十位:7111196260]
页数:272      
定价:¥35.00
店铺售价:¥40.00 (为您节省:¥-5.00
店铺库存:2
注:您当前是在入驻店铺购买,非有路网直接销售。
正在处理购买信息,请稍候……
我要买: * 如何购买
** 关于库存、售价、配送费等具体信息建议直接联系店主咨询。
联系店主:购买咨询请联系我  13691496648
本店已缴纳保证金,请放心购买!【如何赔付?】
店主推荐图书:
买家对店铺的满意度评价:查看更多>>
评分
评价内容
评论人
订单图书
《C程序设计语言(英文版.第2版)》内容提要:
在计算机发展的历史上,没有哪一种程序设计语言像C语言这样应用广泛。本书是C语言的设计者之一Dennis M.Ritchie和**计算机科学家Brian W.Kernighan合著的一本介绍C语言的权威经典著作。我们现在见到的大量论述C语言程序设计的教材和专著均以此书为蓝本。本书第1版中介绍的C语言成为后来广泛使用的C语言版本——标准C的基础。人们熟知的“hello,World"程序就是由本书**引入的。现在,这一程序已经成为众多程序设计语言入门的**课。
第2版根据1987年制定的ANSIC标准做了适当的修订,引入了*新的语言形式,并增加了新的示例。通过简洁的描述、典型的示例,作者全面、系统、准确地讲述了C语言的各个特性以及程序设计的基本方法。对于计算机从业人员来说,本书是一本必读的程序设计语言方面的参考书。
《C程序设计语言(英文版.第2版)》图书目录:

第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 Arrays
1.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
……
Chapter8.The UNIX System Interface
Appendix A.Reference Manual
Appendix B.Standard Library
Appendix C.Summary of Changes
Index
《C程序设计语言(英文版.第2版)》作者介绍:
Brian W.Kernighan,贝尔实验室计算科学研究****研究人员,**的计算机科学家。他参加了UNIX系统、C语言、AWK语言和许多其他系统的开发,同时出版了许多在计算机领域具有影响的著作,包括《The Elements of Programming Style》、《The Practice of Programming》、《The UNIX Programming Environment》、《The AWK Language》、《Software Tools》等。