Foundations of Programming in Java(高等学校计算机专业教材精选 算法与程序设计)

Foundations of Programming in Java(高等学校计算机专业教材精选 算法与程序设计)
分享
扫描下方二维码分享到微信
打开微信,点击右上角”+“,
使用”扫一扫“即可将网页分享到朋友圈。
作者: [澳] ,
2013-08
版次: 1
ISBN: 9787302325512
定价: 55.00
  •   《Java基础教程/高等学校计算机专业教材精选·算法与程序设计》以对象的概念为核心,立足于双语教学的需要,由浅入深、循序渐进地介绍Java面向对象程序设计的基本思想、方法和技术,力图使学生直接使用英语掌握J2SE的基本内容,在满足专业要求的同时,提高专业英语的阅读理解能力。

      全书共分9章。第1章介绍Java程序设计环境并强调了注释的类别和重要作用;第2章介绍基本数据类型及运算、简单的控制台输入输出、流程控制语句、数组以及使用Java中内置的类来实例化对象完成一定的功能,例如使用大整数类实现大整数运算;第3章介绍类与对象的设计;第4章介绍继承、接口和多态;第5章介绍异常处理;第6章介绍Collection框架;第7章介绍输入输出流;第8章介绍图形用户界面设计;第9章介绍多线程和并发程序设计。每章后面均附有上机指导、术语表和习题。附录给出了Java修饰符、Java文档注释、Unicode表和常用Eclipse快捷键。

      《Java基础教程/高等学校计算机专业教材精选·算法与程序设计》可作为计算机类专业Java面向对象程序设计的双语教材,也可供专业技术人员参考。 Chapter 1 Introduction to Java Programming

    1.1 Abstraction

    1.2 Development Environment and Running Environment

    1.3 Programming in the Command Prompt Window

    1.4 Programming in Eclipse

    1.5 Java Application Structure

    1.6 Code Style

    1.6.1 Naming Conventions

    1.6.2 Indentation and Spacing

    1.6.3 Block Styles

    1.7 Comments

    1.8 Java and Development Tools

    1.9 Foundations of Object-Oriented Programming

    1.10 New Terminology

    1.11 New Words and Expressions

    1.12 Hands on Lab

    1.12.1 Installing JDK and Eclipse IDE

    1.12.2 Programming in Command Prompt Window

    1.12.3 Programming in Eclipse

    1.12.4 Exporting and Importing Java Projects in Eclipse

    1.13 Exercises

    Chapter 2 The Basics of java Language

    2.1 Identifiers

    2.2 Primitive Data Types

    2.3 Literals

    2.4 Variables

    2.5 Operators

    2.5. 1Assignment

    2.5.2 Arithmetic Operators

    2.5.3 Relational Operators

    2.5.4 Logical Operators

    2.5.5 Bitwise Operators

    2.5.6 Conditional Operator

    2.5.7 Operator Precedence

    2.6 Expressions and Statements

    2.7 The Scanner Class

    2.8 Control Structures

    2.8.1 Sequence Structures

    2.8.2 Selection Structures

    2.8.3 Repetition Structures

    2.8.4Branching Statements

    2.9 Arrays

    2.10 Built-in Java Classes

    2.10.1 Java Strings

    2.10.2 The String Buffer Class

    2.10.3 Random Numbers

    2.10.4 BigInteger Objects

    2.10.5 Date and Time

    2.10.6 Wrapper Classes

    2.11 Command Line Arguments

    2.12 New Terminology

    2.13 New Words and Expressions

    2.14 Hands on Lab

    2.14.1 Getting Input from Keyboard via Scanner Class

    2.14.2 Converting String Type into int Type

    2.14.3 Two-Dimensional Array of int

    2.14.4 Java Strings

    2.15 Exercises

    Chapter 3 Classes and Objects

    3.1 Class Declaration

    3.2 Creating Objects

    3.3 Accessing Objects via Reference Variables

    3.4 Object Reference this

    3.5 Parameter Passing

    3.6 Returning from a Method

    3.7 Method Overloading

    3.8 Class Variables and Instance Variables

    3.9 Class Methods and lnstance Methods

    3.10 The S cope of Variables

    3.11 Garbage Collection

    3.12 Reflection

    ……

    Chapter 4 Inheritance, Interface and Polymorphism

    Chapter 5 Exception Handling

    Chapter 6 Collections Framework

    Chapter 7 Stream I/O

    Chapter 8 Creating a GUI with JFC/Swing

    Chapter 9 Multithreading
  • 内容简介:
      《Java基础教程/高等学校计算机专业教材精选·算法与程序设计》以对象的概念为核心,立足于双语教学的需要,由浅入深、循序渐进地介绍Java面向对象程序设计的基本思想、方法和技术,力图使学生直接使用英语掌握J2SE的基本内容,在满足专业要求的同时,提高专业英语的阅读理解能力。

      全书共分9章。第1章介绍Java程序设计环境并强调了注释的类别和重要作用;第2章介绍基本数据类型及运算、简单的控制台输入输出、流程控制语句、数组以及使用Java中内置的类来实例化对象完成一定的功能,例如使用大整数类实现大整数运算;第3章介绍类与对象的设计;第4章介绍继承、接口和多态;第5章介绍异常处理;第6章介绍Collection框架;第7章介绍输入输出流;第8章介绍图形用户界面设计;第9章介绍多线程和并发程序设计。每章后面均附有上机指导、术语表和习题。附录给出了Java修饰符、Java文档注释、Unicode表和常用Eclipse快捷键。

      《Java基础教程/高等学校计算机专业教材精选·算法与程序设计》可作为计算机类专业Java面向对象程序设计的双语教材,也可供专业技术人员参考。
  • 目录:
    Chapter 1 Introduction to Java Programming

    1.1 Abstraction

    1.2 Development Environment and Running Environment

    1.3 Programming in the Command Prompt Window

    1.4 Programming in Eclipse

    1.5 Java Application Structure

    1.6 Code Style

    1.6.1 Naming Conventions

    1.6.2 Indentation and Spacing

    1.6.3 Block Styles

    1.7 Comments

    1.8 Java and Development Tools

    1.9 Foundations of Object-Oriented Programming

    1.10 New Terminology

    1.11 New Words and Expressions

    1.12 Hands on Lab

    1.12.1 Installing JDK and Eclipse IDE

    1.12.2 Programming in Command Prompt Window

    1.12.3 Programming in Eclipse

    1.12.4 Exporting and Importing Java Projects in Eclipse

    1.13 Exercises

    Chapter 2 The Basics of java Language

    2.1 Identifiers

    2.2 Primitive Data Types

    2.3 Literals

    2.4 Variables

    2.5 Operators

    2.5. 1Assignment

    2.5.2 Arithmetic Operators

    2.5.3 Relational Operators

    2.5.4 Logical Operators

    2.5.5 Bitwise Operators

    2.5.6 Conditional Operator

    2.5.7 Operator Precedence

    2.6 Expressions and Statements

    2.7 The Scanner Class

    2.8 Control Structures

    2.8.1 Sequence Structures

    2.8.2 Selection Structures

    2.8.3 Repetition Structures

    2.8.4Branching Statements

    2.9 Arrays

    2.10 Built-in Java Classes

    2.10.1 Java Strings

    2.10.2 The String Buffer Class

    2.10.3 Random Numbers

    2.10.4 BigInteger Objects

    2.10.5 Date and Time

    2.10.6 Wrapper Classes

    2.11 Command Line Arguments

    2.12 New Terminology

    2.13 New Words and Expressions

    2.14 Hands on Lab

    2.14.1 Getting Input from Keyboard via Scanner Class

    2.14.2 Converting String Type into int Type

    2.14.3 Two-Dimensional Array of int

    2.14.4 Java Strings

    2.15 Exercises

    Chapter 3 Classes and Objects

    3.1 Class Declaration

    3.2 Creating Objects

    3.3 Accessing Objects via Reference Variables

    3.4 Object Reference this

    3.5 Parameter Passing

    3.6 Returning from a Method

    3.7 Method Overloading

    3.8 Class Variables and Instance Variables

    3.9 Class Methods and lnstance Methods

    3.10 The S cope of Variables

    3.11 Garbage Collection

    3.12 Reflection

    ……

    Chapter 4 Inheritance, Interface and Polymorphism

    Chapter 5 Exception Handling

    Chapter 6 Collections Framework

    Chapter 7 Stream I/O

    Chapter 8 Creating a GUI with JFC/Swing

    Chapter 9 Multithreading
查看详情
相关图书 / 更多
Foundations of Programming in Java(高等学校计算机专业教材精选 算法与程序设计)
Foundation Expression Blend 4 with Silverlight
Gaudioso;Victor
Foundations of Programming in Java(高等学校计算机专业教材精选 算法与程序设计)
For One More Day
Mitch Albom 著
Foundations of Programming in Java(高等学校计算机专业教材精选 算法与程序设计)
Foundations of Applied Mathematics
Greenberg;Michael D
Foundations of Programming in Java(高等学校计算机专业教材精选 算法与程序设计)
Foundations of the Theory of Probability: Second English Edition
Kolmogorov;A. N.;Morrison;Nathan
Foundations of Programming in Java(高等学校计算机专业教材精选 算法与程序设计)
Foundations of Ergodic Theory
Viana;Marcelo;Oliveira;Krerley
Foundations of Programming in Java(高等学校计算机专业教材精选 算法与程序设计)
Forte数值模拟柴油机
冯是全、张盛龙、张红梅 著
Foundations of Programming in Java(高等学校计算机专业教材精选 算法与程序设计)
Formation mechanism and control strategies of haze in China(大气灰霾追因与控制)
贺泓
Foundations of Programming in Java(高等学校计算机专业教材精选 算法与程序设计)
Foundations and Fundamental Concepts of Mathematics
Eves;Howard
Foundations of Programming in Java(高等学校计算机专业教材精选 算法与程序设计)
Forever Skills The 12 Skills to Futureproof Yourself, Your Team and Your Kids
Flanagan;Kieran;Gregory;Dan
Foundations of Programming in Java(高等学校计算机专业教材精选 算法与程序设计)
Fourier级数(影印版)
Rajendra Bhatia
Foundations of Programming in Java(高等学校计算机专业教材精选 算法与程序设计)
Fortune Follows the Fearless
Hammond;Hunter
Foundations of Programming in Java(高等学校计算机专业教材精选 算法与程序设计)
Fortune\'sFavorites
Colleen McCullough 著
您可能感兴趣 / 更多
Foundations of Programming in Java(高等学校计算机专业教材精选 算法与程序设计)
《不知道说什么的时候,说什么》2024百班千人暑期书目学前大班名师推荐全新正版现货速发
[澳]达维娜·贝尔 著
Foundations of Programming in Java(高等学校计算机专业教材精选 算法与程序设计)
走出母职困境:一部帮助职场妈妈消除倦怠的科学指南
[澳]阿里·杨(Ali;Young
Foundations of Programming in Java(高等学校计算机专业教材精选 算法与程序设计)
交锋二十年 (日本奇迹系列,美国与日本贸易摩擦)
[澳]约翰·昆克尔
Foundations of Programming in Java(高等学校计算机专业教材精选 算法与程序设计)
勇敢的克兰西(接纳并善待与众不同的自己,敢于打破惯例,尝试更多可能)
[澳]拉切·休谟 著;赵静 译
Foundations of Programming in Java(高等学校计算机专业教材精选 算法与程序设计)
极地竞赛:19世纪南极开发史(精装典藏版)
[澳]吉伦·达西·伍德,(Gillen,D’Arcy,Wood)
Foundations of Programming in Java(高等学校计算机专业教材精选 算法与程序设计)
作家的房间:关于写作的对话(夏洛特?伍德“三年大师写作班”,集结11位澳大利亚本土作家访谈录,澳大利亚版巴黎评论)
[澳]夏洛特·伍德
Foundations of Programming in Java(高等学校计算机专业教材精选 算法与程序设计)
夜空冲浪指南
[澳]丽莎·哈维·史密斯、[澳]索菲·比尔绘 著;孙正凡 张琳 译;未读 出品
Foundations of Programming in Java(高等学校计算机专业教材精选 算法与程序设计)
策展指南
[澳]布拉德·巴克利,约翰·科诺莫斯
Foundations of Programming in Java(高等学校计算机专业教材精选 算法与程序设计)
英语合作学习活动
[澳]杨宏智 (澳)沈惠忠
Foundations of Programming in Java(高等学校计算机专业教材精选 算法与程序设计)
翻转恐惧大作战
[澳]安迪·哈迪曼 / 著
Foundations of Programming in Java(高等学校计算机专业教材精选 算法与程序设计)
培养孩子抗挫力的50个游戏
[澳]戴西·特恩布尔
Foundations of Programming in Java(高等学校计算机专业教材精选 算法与程序设计)
四大会计师事务所:历史秘辛与未来挑战
[澳]伊恩·d.高(ian d. gow) [澳]斯图尔特·凯尔斯(stuart kells)