注册 | 登录读书好,好读书,读好书!
读书网-DuShu.com
当前位置: 首页出版图书科学技术计算机/网络软件与程序设计C/C++及其相关数据结构和编程设计:应用C语言(第二版 影印版)

数据结构和编程设计:应用C语言(第二版 影印版)

数据结构和编程设计:应用C语言(第二版 影印版)

定 价:¥95.00

作 者: (美)克鲁斯 等著
出版社: 科学出版社
丛编项:
标 签: C C++ C# VC VC++ 程序设计 计算机/网络

购买这本书可以去


ISBN: 9787030362230 出版时间: 2013-01-01 包装: 平装
开本: 大16开 页数: 671 字数:  

内容简介

  《数据结构和编程设计——应用C语言(第2版)》以C++为描述语言,系统介绍数据结构的有关内容及程序设计方法。每章都是先引入实例,然后结合实例讲解知识点,每章后都附有指针和陷阱的内容,还配有复习思考题,以检验读者的学习效果和培养读者的程序设计能力。此外,每章后还有深入学习本章知识点的阅读参考资料,有利于读者加深对本章知识点的理解。全书既注重原理又重视实践,内容叙述详细,并配有大量的实例和习题。书中所有算法均在计算机上运行通过,且程序中做了较详细的注解,有利于读者理解算法的实质和编程思想。《数据结构和编程设计——应用C语言(第2版)》既可作为高等学校计算机及相关专业学生的教材,亦可供从事计算机应用的工程技术人员参考。本书由克鲁斯等著。

作者简介

暂缺《数据结构和编程设计:应用C语言(第二版 影印版)》作者简介

图书目录

PREFACE Synopsis Changes in the Second Edition Course Structure Book Production AcknowledgmentsCHAPTER 1Programming Principles 1.1 Introduction 1.2 The Game of Life 1.2.1 Rules for the Game of Life 1.2.2 Examples 1.2.3 The Solution 1.2.4 Life: The Main Program 1.3 Programming Style 1.3.1 Names 1.3.2 Documentation and Format 1.3.3 Refinement and Modularity 1.4 Coding, Testing, and Further Refinement 1.4.1 Stubs 1.4.2 Counting Neighbors 1.4.3 Input and Output 1.4.4 Drivers 1.4.5 Program Tracing 1.4.6 Principles of Program Testing Pointers and Pitfalls Review Questions References for Further Study C Programming Principles The Game of LifeCHAPTER 2Introduction to Software Engineering 2.1 Program Maintenance 2.1.1 Review of the Life Program 2.1.2 A Fresh Start and a New Method for Life 2.2 Algorithm Development: A Second Version of Life 2.2.1 Lists: Specifications for a Data Structure 2.2.2 The Main Program 2.2.3 Information Hiding 2.2.4 Refinement: Development of the Subprograms 2.2.5 Verification of Algorithms 2.3 Coding 2.3.1 The List Functions 2.3.2 Error Processing 2.3.3 Demonstration and Testing 2.4 Coding the Life Functions 2.5 Program Analysis and Comparison 2.6 Conclusions and Preview 2.6.1 The Game of Life 2.6.2 Program Design 2.6.3 C Pointers and Pitfalls Review Questions References for Further Study……

本目录推荐