注册 | 登录读书好,好读书,读好书!
读书网-DuShu.com
当前位置: 首页出版图书科学技术计算机/网络软件与程序设计JAVA及其相关Java语言艺术与科学:计算机科学导论

Java语言艺术与科学:计算机科学导论

Java语言艺术与科学:计算机科学导论

定 价:¥49.00

作 者: (美)罗伯特 著
出版社: 清华大学出版社
丛编项: 大学计算机教育国外著名教材系列(影印版)
标 签: J2EE

购买这本书可以去


ISBN: 9787302198055 出版时间: 2009-05-01 包装: 平装
开本: 16开 页数: 587 字数:  

内容简介

  《大学计算机教育国外著名教材系列:Java语言艺术与科学(计算机科学导论(影印版))》是斯坦福大学教授、著名的计算机科学教育领导者Eric S.Roberts编写的《C语言艺术与科学》一书的姊妹篇,是计算机科学的经典教材,介绍了计算机科学的基础知识和程序设计的专门知识。书中以介绍Java语言为主线,不仅涵盖Java语言的基本知识,而且介绍了软件工程技术以及如何应用良好的程序设计风格进行开发等内容。书中采用了Java库函数的方法,强调抽象的原则,详细阐述了库和模块化开发。此外,《大学计算机教育国外著名教材系列:Java语言艺术与科学(计算机科学导论(影印版))》还利用大量实例讲述解决问题的全过程,对开发过程中常见的错误也给出了解决和避免的方法。《大学计算机教育国外著名教材系列:Java语言艺术与科学(计算机科学导论(影印版))》是关于数据结构、程序设计和软件工程的绝佳入门书籍,既可作为高等院校计算机科学导论课程及Java语言程序设计课程的教材,也是Java语言开发人员的极佳参考用书。

作者简介

  Eric S. Roberts,美国斯坦福大学计算机科学系教授,并担任主管教学事务的系主任。他由于教学改革所取得的成就被评为Charles Simonyi荣誉教授。他于1980年获得哈佛大学应用数学博士学位,并曾在加州Palo Alto的DEC公司的系统研究中心工作了5年。作为一位成功的教育工作者,Roberts还获得了1993年的Bing Award奖。

图书目录

1 In.roducfion
 1.1 A brief history ot computinq
 1.2 What is computer science?
 1.3 A brief tour of computer hardware
 1.4 Alaorithms
 1.5 Staaes in the Droaramminq orocess
1.6 Java and the obiect-oriented paradigm
1.7 Java and the World Wide Web
Summary
Review questions
2 Programming by Example
2.1 The "Hello world" program
2.2 Perspectives on the programming process
2.3 A program to add two numbers
2.4 Programming idioms and patterns
2.5 Classes and objects
2.6 Graphical programs
Summary
Review questions
Programming exercises
3 Expressions
3.1 Primitive data types
3.2 Constants and variables
3.3 Operators and operands
3.4 Assi.qnment statements
 3.5 Boolean expressions
 3.6 Designing for change
 Summary
 Review questions
 Programming exercises
4 Statement Forms
 4.1 Statement types in Java
 4.2 Control statements and problem solving
 4.3 The if statement
 4.4 The switch statement
 4.5 The while statement
 4.6 The for statement
 Summary
 Review questions
 Programming exercises
5 Methods
6 Objects and Classes
7 Objects and Memory
8 Strings and Characters
9 Object-oriented Graphics
10 Event-driven Programs
11 Arrays and ArrayLists
12 Searching and Sorting
13 Collection Classes
14 Looking Ahead
Index

本目录推荐