技术教育社区
www.teccses.org

C++语言程序设计-(英文版)在线教学版(中文版)

封面

作者:郑莉,杨芳,董渊编著

页数:434

出版社:清华大学出版社

出版日期:2015

ISBN:9787302374848

电子书格式:pdf/epub/txt

内容简介

郑莉、杨芳、董渊编著的这本《C++语言程序设计(英文版清华大学计算机系列教材)》针对程序设计的初学者,以面向对象的程序设计思想为主线,以通俗易懂的方法介绍C++语言,引导读者以最自然的方式。将人类习惯的面向对象的思维方法运用到程序设计中。主要内容包括:程序设计基础知识、类与对象的基本概念、继承与多态、输入输出流以及泛型程序设计。此外,本书还介绍了一些常用的数据结构基础知识,使得读者学习本书后,能够解决一些简单的实际问题。本教材还配有中文版及中文版学生用书和电子课件,整套教材语言生动、流畅,深入浅出。适用于各类学校的C++语言程序设计课程。

作者简介

郑莉,清华大学计算机科学与技术系教授;国家精品资源共享课负责人;北京市计算机教育研究会副理事长。全国高等学校计算机教育研究会常务理事。全国高等院校计算机基础教育研究会常务理事;文科计算机基础教学指导分委员会专家;ISO国际标准组织专家及标准编辑;全国信息技术标准化技术委员会教育技术分技术委员会委员兼秘书长。主要从事计算机教育及教育信息化研究,主持和参加多项国家863、支撑计划课题和教育部课题。

本书特色

  郑莉、杨芳、董渊编著的这本《c++语言程序设计(英文版清华大学计算机系列教材)》针对程序设计的初学者,以面向对象的程序设计思想为主线,以通俗易懂的方法介绍c++语言,引导读者以最自然的方式。将人类习惯的面向对象的思维方法运用到程序设计中。主要内容包括:程序设计基础知识、类与对象的基本概念、继承与多态、输入输出流以及泛型程序设计。此外,本书还介绍了一些常用的数据结构基础知识,使得读者学习本书后,能够解决一些简单的实际问题。本教材还配有中文版及中文版学生用书和电子课件,整套教材语言生动、流畅,深入浅出。适用于各类学校的c++语言程序设计课程。

目录

chapter 1  introduction  1.1  the development of computer programming language    1.1.1  machine language and assembly language    1.1.2  high-level language    1.1.3  object-oriented language  1.2  object-oriented method    1.2.1  the origin of object-oriented method    1.2.2  basic concepts of object-oriented  1.3  ohieet-oriented software development    1.3.1  analysis    1.3.2  design    1.3.3  programming    1.3.4  test    1.3.5  maintenance  1.4  representation and storage of information    1.4.1  digital system of computer    1.4.2  conversions among numeral systems    1.4.3  storage units of information    1.4.4  binary-coded representation    1.4.5  fixed point number and floating point number    1.4.6  the number range that can be represented    1.4.7  representation of non-numerical information  1.5  the development process of programs    1.5.1  elementary terms    1.5.2  the development process  summary  exerciseschapter 2  elementary c 4+ programming  2.1  an overview of c++ language    2.1.1  origins of c++    2.1.2  characteristics of c++    2.1.3  c++ programming examples    2.1.4  character set    2.1.5  lexical tokens  2.2  basic data types and expressions    2.2.1  basic data types    2.2.2  constants    2.2.3  variables    2.2.4  symbol constants    2.2.5  operators and expressions    2.2.6  statement  2.3  data input and output    2.3.1  i/o stream    2.3.2  predefined input and output operator    2.3.3  simple i/o format control  2.4  the fundamental control structures of algorithms    2.4.1  achieving case structure using if statement    2.4.2  multiple selection structure    2.4.3  loop structure    2.4.4  nestings of loop structure and case structure    2.4.5  other control statements  2.5  user-defined data type    2.5.1  typedef declaration    2.5.2  enumeration type--enum    2.5.3  structure    2.5.4  union  summary  exerciseschapter 3 functions  3.1  definition and use of function    3.1.1  definition of function    3.1.2  function calls    3.1.3  passing parameters between functions  3.2  inline functions  3.3  default formal parameters in functions  3.4  function overloading  3.5  using c++ system functions  summary  exerciseschapter 4  class and object  4.1  basic features of object-oriented design    4.1.1  abstraction    4.1.2  encapsulation  ……chapter 5  data sharing and protectingchapter 6  arrays, pointers and stringschapter 7  inheritance and derivationchapter 8  polymorphismchapter 9  collections and their organizationchapter 10  generic programming and stlchapter 11  the i/o stream library and input/outputchapter 12  exception handlingsummaryexercises

下载地址

立即下载

(解压密码:www.teccses.org)

Article Title:《C++语言程序设计-(英文版)在线教学版(中文版)》
Article link:https://www.teccses.org/534183.html