|
游客,本帖隐藏的内容需要积分高于 1 才可浏览,您当前积分为 0
资源信息:
中文名: C++ 自学教程
原名: Sams Teach Yourself C++ in One Hour a Day
作者: Deitel
图书分类: 软件
资源格式: PDF
版本: 第6版
出版社: Deitel
书号: 0-13-612356-2
发行时间: 2010年
地区: 美国
语言: 英文
概述:
用 Foxit Reader 最新版打开 pdf
内容简介:
本书是全球畅销的c语言教程之一。全书系统介绍了4种流行的程序设计方法——面向过程、基于对象、面向对象以及泛型编程,内容全面、生动、易懂,由浅入深地介绍了结构化编程和软件工程的基本概念,从简单的概念到最终完整的语言描述,清晰、准确、透彻、详细地讲解c语言,尤其注重程序设计思想和方法的介绍。在内容方面,本书新增加了介绍c99标准、排序、基于allegro c函数库的游戏编程以及有关c++面向对象程序设计的章节,并且在附录中增加了sudoku游戏程序设计的讲解。“活代码”方法是本书的另一特色,它可以促进学生积极地参与到程序设计中来。书中列出的各种程序设计提示,是作者多年教学经验的总结。
本书不仅适合于初学者学习,作为高校计算机程序设计教学的教科书,也同样适用于有经验的程序员,作为软件开发人员的专业参考书。
内容截图:
目录:
chapter 1 introduction to computers, the internet and the web 1
1.1 introduction 2
1.2 what is a computer? 3
1.3 computer organization 3
1.4 early operating systems 4
1.5 personal, distributed and client /server computing 4
1.6 machine languages, assembly languages and high-level languages 5
1.7 fortran, cobol, pascal and ada 6
1.8 history of c 6
1.9 c standard library 7
1.10 c++ 8
1.11 java 8
1.12 basic, visual basic, visual c++, visual c# and .net 9
1.13 key software trend: object technology 9
1.14 typical c program development environment 10
1.15 hardware trends 12
1.16 history of the internet 12
1.17 history of the world wide web 13
1.18 notes about c and this book 13
1.19 web resources 14
|