C标准库:英文版

C标准库:英文版
分享
扫描下方二维码分享到微信
打开微信,点击右上角”+“,
使用”扫一扫“即可将网页分享到朋友圈。
作者: [美] ,
2014-04
版次: 01
ISBN: 9787115344229
定价: 79.00
装帧: 平装
开本: 16开
纸张: 胶版纸
页数: 498页
字数: 670千字
正文语种: 简体中文
原版书名: The Standard C Library
70人买过
  •   《C标准库(英文版)》是由世界级C语言专家编写的C标准库经典著作,影响了几代程序员。
      《C标准库(英文版)》集中讨论了C标准库,全面介绍了ANSI/ISO C语言标准的所有库函数。书中通过引用ISO C标准的相关部分,详细讲解了每一个库函数的使用方法,并通过示例描述了其实现细节,且给出了实现和测试这些函数的完整代码。此外,每章结尾附有不同难度的习题,帮助读者巩固和提高。通过此书,读者将会更好地使用C标准库,并学会如何设计和实现库。
      《C标准库(英文版)》结构清晰,内容权威,阐述精辟,对于各层次C程序员和相关专业高校师生而言都是一本优秀的参考书。 P.J.Plauger是最早使用C编程语言的一批用户,他主持了X3J11库函数小组委员会(由ANSI授权)来制定C标准。他随后作为X3J11的秘书和 WG14(由ISO授权的委员会)的召集人,对C标准进行了加强。Plauger博士与Brian Kernighan合作了很多备受好评的图书,其中包括SOFTWARE TOOLS、SOFTWARE TOOLS IN PASCAL和THE ELEMENT OF PROGRMMING STYLE。他还与Jim Brodie(X3J11的主席)合著了STANDARD C,该书是C编程语言的完全指南。 Contents

    Chapter 0: Introduction 1
    Background 1
    What the C Standard Says 3
    Using the Library 7
    Implementing the Library 9
    Testing he Library 13
    References 15
    Exercises 15

    Chapter 1:  17
    Background 17
    What the C Standard Says 18
    Using 18
    Implementing 20
    Testing 22
    References 22
    Exercises 24

    Chapter 2:  25
    Background 25
    What the C Standard Says 28
    Using 30
    Implementìng 34
    Testing 42
    References 43
    Exercises 43

    Chapter 3:  47
    Background 47
    What the C Stcndard Says 50
    Usìng 50
    Implementing 51
    Testìng 55
    References 55
    Exercises 55

    Chapter 4:  57
    Background 57
    What the C Standard Says 59
    Using 62
    Implementing 64
    Testing 69
    References 71
    Exercises 72

    Chapter 5:  73
    Background 73
    What the C Standard Says 74
    Using 75
    Implementing 77
    Testing 79
    References 80
    Exercises 80

    Chapter 6:  81
    Background 81
    What the C Standard Says 84
    Using 87
    Implementing 94
    Testing 123
    References 123
    Exercises 123

    Chapter 7:  127
    Background 127
    What the C Standard Says 130
    Using 135
    Implementing 137
    Testing 171
    References 177
    Exercises 177

    Chapter 8:  181
    Background 181
    What the C Standard Says 184
    Using 185
    Implementing 187
    Testing 191
    References 192
    Exercises 192

    Chapter9:  193
    Background 193
    What the C Standard Says 195
    Using 197
    Implementing 199
    Testing 203
    References 203
    Exercises 203

    Chapter 10:  205
    Background 205
    What the C Standard Says 207
    Using 208
    Implementing 210
    Testing 212
    References 212
    Exerclses 212

    Chapter 11:  215
    Background 215
    What the C Standard Says 217
    Using 217
    Implementing 222
    Testing 223
    References 223
    Exercises 223

    Chapter 12:  225
    Background 225
    What the C Standard Says 233
    Using 252
    Implementing 274
    Testing 325
    References 327
    Exercises 329

    Chapter 13:  333
    Background 333
    What the C Standard Says 334
    Using 344
    Imple 1enting 353
    Testing 381
    References 381
    Exercises 384

    Chapter 14:  387
    Background 387
    What the C Standard Says 388
    Using 394
    Implementing 398
    Testing 411
    References 411
    Exercises 411

    Chapter 15:  415
    Background 415
    What the C Standard Says 416
    Using 420
    Implementlng 425
    Testing 442
    References 443
    Exercises 443

    Appendix A: Inferfaces 445
    Appendix B: Names 453
    Appendix C: Terms 463

    Index 475
  • 内容简介:
      《C标准库(英文版)》是由世界级C语言专家编写的C标准库经典著作,影响了几代程序员。
      《C标准库(英文版)》集中讨论了C标准库,全面介绍了ANSI/ISO C语言标准的所有库函数。书中通过引用ISO C标准的相关部分,详细讲解了每一个库函数的使用方法,并通过示例描述了其实现细节,且给出了实现和测试这些函数的完整代码。此外,每章结尾附有不同难度的习题,帮助读者巩固和提高。通过此书,读者将会更好地使用C标准库,并学会如何设计和实现库。
      《C标准库(英文版)》结构清晰,内容权威,阐述精辟,对于各层次C程序员和相关专业高校师生而言都是一本优秀的参考书。
  • 作者简介:
    P.J.Plauger是最早使用C编程语言的一批用户,他主持了X3J11库函数小组委员会(由ANSI授权)来制定C标准。他随后作为X3J11的秘书和 WG14(由ISO授权的委员会)的召集人,对C标准进行了加强。Plauger博士与Brian Kernighan合作了很多备受好评的图书,其中包括SOFTWARE TOOLS、SOFTWARE TOOLS IN PASCAL和THE ELEMENT OF PROGRMMING STYLE。他还与Jim Brodie(X3J11的主席)合著了STANDARD C,该书是C编程语言的完全指南。
  • 目录:
    Contents

    Chapter 0: Introduction 1
    Background 1
    What the C Standard Says 3
    Using the Library 7
    Implementing the Library 9
    Testing he Library 13
    References 15
    Exercises 15

    Chapter 1:  17
    Background 17
    What the C Standard Says 18
    Using 18
    Implementing 20
    Testing 22
    References 22
    Exercises 24

    Chapter 2:  25
    Background 25
    What the C Standard Says 28
    Using 30
    Implementìng 34
    Testing 42
    References 43
    Exercises 43

    Chapter 3:  47
    Background 47
    What the C Stcndard Says 50
    Usìng 50
    Implementing 51
    Testìng 55
    References 55
    Exercises 55

    Chapter 4:  57
    Background 57
    What the C Standard Says 59
    Using 62
    Implementing 64
    Testing 69
    References 71
    Exercises 72

    Chapter 5:  73
    Background 73
    What the C Standard Says 74
    Using 75
    Implementing 77
    Testing 79
    References 80
    Exercises 80

    Chapter 6:  81
    Background 81
    What the C Standard Says 84
    Using 87
    Implementing 94
    Testing 123
    References 123
    Exercises 123

    Chapter 7:  127
    Background 127
    What the C Standard Says 130
    Using 135
    Implementing 137
    Testing 171
    References 177
    Exercises 177

    Chapter 8:  181
    Background 181
    What the C Standard Says 184
    Using 185
    Implementing 187
    Testing 191
    References 192
    Exercises 192

    Chapter9:  193
    Background 193
    What the C Standard Says 195
    Using 197
    Implementing 199
    Testing 203
    References 203
    Exercises 203

    Chapter 10:  205
    Background 205
    What the C Standard Says 207
    Using 208
    Implementing 210
    Testing 212
    References 212
    Exerclses 212

    Chapter 11:  215
    Background 215
    What the C Standard Says 217
    Using 217
    Implementing 222
    Testing 223
    References 223
    Exercises 223

    Chapter 12:  225
    Background 225
    What the C Standard Says 233
    Using 252
    Implementing 274
    Testing 325
    References 327
    Exercises 329

    Chapter 13:  333
    Background 333
    What the C Standard Says 334
    Using 344
    Imple 1enting 353
    Testing 381
    References 381
    Exercises 384

    Chapter 14:  387
    Background 387
    What the C Standard Says 388
    Using 394
    Implementing 398
    Testing 411
    References 411
    Exercises 411

    Chapter 15:  415
    Background 415
    What the C Standard Says 416
    Using 420
    Implementlng 425
    Testing 442
    References 443
    Exercises 443

    Appendix A: Inferfaces 445
    Appendix B: Names 453
    Appendix C: Terms 463

    Index 475
查看详情
12
系列丛书 / 更多
C标准库:英文版
C++ Primer Plus(第6版 中文版)
[美]Stephen Prata 著;张海龙、袁国忠 译
C标准库:英文版
C和C++实务精选:C++ Templates中文版
[美]David、[德]Nicolai M. Josuttis 著;陈伟柱 译
C标准库:英文版
Imperfect C++(中文版)
[美]Matthew Wilson 著;荣耀、刘未鹏 译
C标准库:英文版
C和C++代码精粹
[美]Chuck Allison 著;董慧颖 译
C标准库:英文版
C++实践之路
[美]Bartosz Milewski 著;周良忠 译
C标准库:英文版
C和指针:英文版
[美]Kenneth Reek 著
C标准库:英文版
C++编程惯用法:高级程序员常用方法和技巧
[美]Robert B. Murray 著;王昕 译
C标准库:英文版
C++面向对象高效编程(第2版)
[美]Kayshav Dattatri 著;叶尘 译
C标准库:英文版
C++沉思录(英文版)
[美]Andrew、Barbara E.Moo 著
C标准库:英文版
C++代码设计与重用
[美]Martin、[美]Margaret A.Ellis 著;陈伟柱 译
C标准库:英文版
C陷阱与缺陷(英文版)
[美]Andrew Koenig 著
相关图书 / 更多
C标准库:英文版
C标准库:C标准库“圣经”
P. J. Plauger
您可能感兴趣 / 更多
C标准库:英文版
无辜者的谎言(相信我!看到结局你一定会头皮发麻;全美读者推荐的悬疑神作,GOODREADS高分作品)
[美]A.R.托雷 著;梁颂宇 译;星文文化 出品
C标准库:英文版
孩子,把你的手给我1:怎么说孩子才爱听,怎么教孩子才肯学?帮助每一位3-12岁孩子的父母结束与孩子的所有冲突!
[美]海姆·G.吉诺特
C标准库:英文版
哲学、历史与僭政——重审施特劳斯与科耶夫之争
[美]弗罗斯特(Bryan-Paul Frost) 编;[美]伯恩斯(Timothy W. Burns)
C标准库:英文版
怎样做成大事
[美]丹·加德纳(Dan Gardner) 著;贾拥民 译;湛庐文化 出品;[丹麦]傅以斌(Bent Flyvbjerg)
C标准库:英文版
1200年希腊罗马神话
[美]伊迪丝·汉密尔顿
C标准库:英文版
爱情心理学(新编本)
[美]罗伯特·J. 斯腾伯格 (美)凯琳·斯腾伯格 倪爱萍 译
C标准库:英文版
黄金圈法则
[美]西蒙·斯涅克 著;磨铁文化 出品
C标准库:英文版
最后一章
[美]厄尼·派尔
C标准库:英文版
汤姆·索亚历险记 彩图注音版 一二三四年级5-6-7-8-9岁小学生课外阅读经典 儿童文学无障碍有声伴读世界名著童话故事
[美]马克 吐温
C标准库:英文版
富兰克林自传 名家全译本 改变无数人命运的励志传奇 埃隆马斯克反复推荐 赠富兰克林签名照及精美插图
[美]本杰明·富兰克林 著;李自修 译
C标准库:英文版
汤姆素亚历险记:中小学生课外阅读快乐读书吧 儿童文学无障碍有声伴读世界名著童话故事
[美]马克·吐温
C标准库:英文版
国际大奖图画书系列 共11册(小老鼠的恐惧的大书,大灰狼,红豆与菲比,别烦我,下雪了 ,穿靴子的猫 ,先有蛋,绿 ,特别快递,如果你想看鲸鱼 ,一个部落的孩子 ) 麦克米伦世纪
[美]莱恩·史密斯 (英)埃米莉·格雷维特 (美)劳拉·瓦卡罗·等/文 (英)埃米莉·格雷维特 等/图 彭懿 杨玲玲 阿甲 孙慧阳 白薇 译