注册 登录 进入教材巡展
#

出版时间:2001-04-15

出版社:高等教育出版社

以下为《数据结构与程序设计——C++语言描述(影印版)》的配套数字资源,这些资源在您购买图书后将免费附送给您:
  • 高等教育出版社
  • 9787040100396
  • 1
  • 75613
  • 44211900-4
  • 平装
  • 异16开
  • 2001-04-15
  • 1026
  • 717
  • 工学
  • 软件工程
  • TP311.12
  • 计算机科学与技术
  • 本科
目录
Preface1 Programming Principles 1.1 Introduction 1.2 The Game of Life 1.3 Programming Style 1.4 Coding,Testing,and Turther Refinement 1.5 Program Maintenance 1.6 Conclusions and Preveiw2 Introduction to Stacks 2.1 Stack Specifications 2.2 Implementation of Stacks 2.3 Application:A Desk Calculator 2.4 Application:Bracket Matching 2.5 Abstract Data Types and Their Implementations3 Queues 3.1 Definitions 3.2 Implementations of Queues 3.3 Circular Implementation of Queues in C++ 3.4 Demonstration and Testing 3.5 Application of Queues:Simulation4 Linked Stacks and Queues 4.1 Pointers and Linked Structures 4.2 Linked Stacks 4.3 Linked Stacks with Safegards 4.4 Linked Queues 4.5 Application:Polynomial Arithmetic 4.6 Abstract Data Types and Their Implementations5 Recursion6 Lists and Srings7 Searching8 Sorting9 Tables and Information rRtrieval10 Binary Trees11 Multiway Trees12 Graphs13 Case Study:The Polish NotationA Mathematical MethodsB Random NumbersC Packages and Utility FunctionsD Programming Precepts,Pointers,and PitfallsIndex