J***A与面向对象程序设计(影印版) mobi 下载 网盘 caj lrf pdf txt 阿里云

J***A与面向对象程序设计(影印版)电子书下载地址
内容简介:
自20世纪90年代初面世以来,Java因其具备平***立性、面向对象性、网络编程能力及能够提供图形用户界面、支持线程,而成为许多应用程序的理想开发工具。本书帮助读者学习Java的重要特性,并辅以网站http://sofpower.com/java对教学信息进行更新,提供网上例题、在线习题、教师讲义、相关文档链接及常见问题解答。
本书主要特征包括:强调面向对象程序设计与面向对象设计方法的重要性,Java为组织结构良好的面向对象程序提供了有力支持;图形用户界面(GUI)使得程序对于终端用户而言简单易懂,JFC为GUI提供基础设施与预定义组件;GUI要求程序设计风格可以处理运行时事件,事件驱动程序能够响应不可预知的外部事件的发生;全面涵盖Java语言基础知识、程序结构、编译、执行、出错处理与调试,泛型编程与多态程序设计,基于Swing的Applets的编写与应用,线程概念、技术与多线程应用及网络编程知识,等等。
本书适用于高等院校计算机及相关专业本科高年级或研究生的Java与面向对象程序设计类课程,也可作为面向对象程序设计理论、网络编程、图形用户界面设计、Web程序设计、并发/并行程序设计等课程的辅助教材,对于工程项目培训课程也有很好的实用价值。
书籍目录:
Introduction
Chapter 1 Classes and Objects
1.1 Java Program Structure
1.2 A First Program
1.3 Defining Methods
1.4 Data Types and Variable Declarati***
1.5 Data Abstraction and Encapsulation
1.6 Classes and Objects
1.7 String Basics
1.8 Arrays
1.9 Method Invocation and Argument Passing
1.10 Standard I/O
1.11 Command-line Arguments and main
1.12 Problem Solving with Objects
1.13 Solution via Objects
1.14 Object-oriented Thinking
1.15 Code Organization
1.16 Programming Tips
1.17 Summary
Exercises
Chapter 2 Java Features and C***tructs
2.1 ASCII Character I/O
2.2 File I/O
2.3 Basic Error and Exception Handling
2.4 A Class of Fracti***
2.5 Identifier Scoping
2.6 Instance and Classwide Members
2.7 Symbolic C***tants
2.8 Using Arrays: Quicksort
2.9 String and StringBuffer
2.10 Two-Dimensional Arrays
2.11 A Matrix Class
2.12 Type Conversi***
2.13 Implicit Type Conversion
2.14 Explicit Type Casts
2.15 Programming Tips
2.16 Summary
Exercises
Chapter 3 Object-Based Programming
3.1 A Term Life Insurance Account
3.2 A Term Life Premium Calculator
3.3 Java Wrapper Classes
3.4 Operati*** on Characters
3.5 ***RL Decoder
3.6 A Circular Buffer
3.7 Pocket Calculator Simulation
3.8 Linked List
3.9 Overloading Methods
3.10 Storage Allocation and Management
3.11 Summary
Exercises
Chapter 4 Inheritance and Class Extension
4.1 Advantages of Inheritance
4.2 Class Extension Basics
4.3 Class Scope Nesting
4.4 Extended Object Composition
4.5 Free Checking Account
4.6 Access Control under Class Extension
4.7 Class Extension Principles
4.8 Subclass C***tructors
4.9 Subclass Finalize
4.10 Type Relati*** under Inheritance
4.11 Field Access under Subclassing
4.12 Hiding of Fields and Static Methods
4.13 Method Access under Subclassing
4.14 Method Overriding
4.15 Dynamic Invocation of Overriding Methods
4.16 Example: Numeric Wrapper Classes
4.17 Method Overloading in Subclasses
4.18 Calculato***ith SQRT
4.19 The Object Class and Generic Codes
4.20 Managing Text Lines
4.21 Writing Generic Programs
4.22 Generic List
4.23 Generic Stack
4.24 Summary
Exercises
Chapter 5 OOP Techniques: Interfaces and Polymorphism
5.1 Programming with Plug-Compatible Objects
5.2 Using Plug-Compatible Components
5.3 Planning Uniform Public Interfaces
5.4 Defining Interfaces
5.5 Implementing Interfaces
5.6 Why Interfaces?
5.7 Extending Interfaces
5.8 Abstract Superclass
5.9 Abstract Sequence
5.10 A Sequence of Dates
5.11 Ordering Text Lines
5.12 Interfaces versus Abstract Classes
5.13 Cloning Objects
5.14 Inheritance Planning
5.15 Summary
Exercises
Chapter 6 Packages and Core Classes
6.1 Packages
6.2 Java-Supplied Packages
6.3 Accessing Java Documentation
*** Input and Output
6.5 File I/O
6.6 Buffered I/O
6.7 Print Writers
6.8 Term Life Account Files
6.9 File Updating
6.10 Other I/O Streams
6.11 Textual and Unicode Character I/O
6.12 Noncharacter I/O
6.13 Object I/O
6.14 Number and Date Formatting
6.15 Error and Exception Handling
6.16 Matrix with Excepti***: An example
6.17 Character-Based Standard I/O and Error Reporting
6.18 Mathematical Computati***
6.19 Date and Calendar
6.20 System and Environment Properties
6.21 Summary
Exercises
Chapter 7 Applets and Event-Driven Programming
7.1 About Networking
7.2 The Web
7.3 Web Pages and HTML
7.4 Applets
7.5 A First Applet
7.6 Testing and Deploying Applets
7.7 Browser Control of Applets
7.8 GUI Programming Basics
7.9 Event Handling
7.10 Tic Tac Toe
7.11 Sound Effects
7.12 Inner Classes
7.13 Applet Parameters
7.14 Applet Security Restricti***
7.15 Summary
Exercises
Chapter 8 GUI Programming
8.1 GUI Programming Overview
8.2 Widget Concepts
8.3 Swing Basics
8.4 Overview of Swing Widgets
8.5 Swing Widgets
8.6 Atomic Widgets
8.7 Text Input Widgets
8.8 Drawing Custom Graphics
8.9 Drawing Support
8.10 Raised Pie Chart
8.11 Layout Management
8.12 Using Dialogs
8.13 Using Menus
8.14 Event-Handling Notes
8.15 Applet-Application Dual-Purpose Programs
8.16 Summary
Exercises
Chapter 9 Generic Containers
9.1 Lists
9.2 Maps
9.3 I***tors
9.4 Sets
9.5 Collecti*** Framework Interface Hierarchies
9.6 Framework I***tors
9.7 Functors
9.8 Generic Algorithms for Containers
9.9 Synchronized Containers
9.10 Read-Only Containers
9.11 Container Compatibility
9.12 Defining Custom Containers
9.13 Summary
Exercises
Chapter 10 Networking
10.1 Networking by URL
10.2 Creating and Manipulating URLs
10.3 Reading from a URL
10.4 Communicating with a URL
10.5 HTTP Basics
10.6 ***RL Downloader
10.7 The POST Query
10.8 Query Body Encoding
10.9 A POST-Query Client
10.10 A Specific URL Client
10.11 Networking in Applets
10.12 CGI Scripts
10.13 Web Server-Side Programming
10.14 Network Communication with Sockets
10.15 Stream Socket Clients
10.16 Datagram Sockets
10.17 Creating Network Servers
10.18 Stream Socket Server Example
10.19 Remote Method Invocation
10.20 Summary
Exercises
Chapter 11 Threads and Concurrent Programming
11.1 What Is a Thread?
11.2 Threads in Java
11.3 Programming Threads
11.4 Launching Threads
11.5 Thread Control
11.6 Mutual Exclusion for Java Threads
11.7 Coordinating Threads
11.8 C***umer and Producer
11.9 I/O Between Two Threads
11.10 Thread Priorities
11.11 Terminating Thread Execution
11.12 Runnable Classes
11.13 Multithreaded GUI Applicati***
11.14 Time***ith Images
11.15 Decoupled Image Loading and Drawing
11.16 Animation
11.17 AnimatorPanel
11.18 Animator Applet-Application
11.19 The Image Manager
11.20 Summary
Exercises
Chapter 12 Advanced Topics
12.1 Reflection
12.2 Dynamic Class Loading
12.3 The Java Run Time
12.4 Running Other Programs from Java
12.5 The Java Native Interface
12.6 JNI Example: Basic
12.7 JNI Example: Argument Passing
12.8 JNI Example: Strings
12.9 JNI Example: Arrays
12.10 Generating Java Documentation in HTML
12.11 Clipboards
12.12 In***pplet Communication
12.13 Java Security Manager
12.14 Signed Applets and Dynamic Trust Management
12.15 Summary
Exercises
Chapter 13 Object-Oriented Design
13.1 Decomposition Approaches
13.2 Object-Oriented Design Principles
13.3 Design Patterns
13.4 Unified Modeling Language (UML)
13.5 The CRC Method
13.6 Pocket Calculator Simulation
13.7 The MVC Design Pattern
13.8 Swing Widget Architecture and MVC
13.9 Summary
Exercises
Appendices
A Java Tools
B Java Keywords, ***s, and Packages
C Common Java C***tructs
D Major Differences between Java and ANSI C/C++
E Layout Managers and Swing Widgets
F Colors in JFC
G Java I/O Classes
H Mathematical Computati***
I The Java Debugger: jdb
J Index of Classes
K Basic Background
Index
作者介绍:
Paul is professor of Computer Science and a Director of Research at the Institute for Computational Mathematics,at Kent State University,Kent,Ohio,USA.A PH.D.and faculty member from the Massachusetts Institute of Technology.
出版社信息:
暂无出版社相关信息,正在全力查找中!
书籍摘录:
暂无相关书籍摘录,正在全力查找中!
在线阅读/听书/购买/PDF下载地址:
原文赏析:
暂无原文赏析,正在全力查找中!
其它内容:
书籍介绍
自20世纪90年代初面世以来,Java因其具备平***立性、面向对象性、网络编程能力及能够提供图形用户界面、支持线程,而成为许多应用程序的理想开发工具。《J***A与面向对象程序设计(》帮助读者学习Java的重要特性,并辅以网站 《J***A与面向对象程序设计(》主要特征包括:强调面向对象程序设计与面向对象设计方法的重要性,Java为组织结构良好的面向对象程序提供了有力支持;图形用户界面(GUI)使得程序对于终端用户而言简单易懂,JFC为GUI提供基础设施与预定义组件;GUI要求程序设计风格可以处理运行时事件,事件驱动程序能够响应不可预知的外部事件的发生;全面涵盖Java语言基础知识、程序结构、编译、执行、出错处理与调试,泛型编程与多态程序设计,基于Swing的Applets的编写与应用,线程概念、技术与多线程应用及网络编程知识,等等。
《J***A与面向对象程序设计(》适用于高等院校计算机及相关专业本科高年级或研究生的Java与面向对象程序设计类课程,也可作为面向对象程序设计理论、网络编程、图形用户界面设计、Web程序设计、并发/并行程序设计等课程的辅助教材,对于工程项目培训课程也有很好的实用价值。
网站评分
书籍多样性:4分
书籍信息完全性:6分
网站更新速度:5分
使用便利性:9分
书籍清晰度:3分
书籍格式兼容性:6分
是否包含广告:5分
加载速度:6分
安全性:3分
稳定性:6分
搜索功能:4分
下载便捷性:7分
下载点评
- 服务好(134+)
- 内容完整(378+)
- 购买多(100+)
- 超值(306+)
- 格式多(514+)
- 图文清晰(344+)
- 收费(282+)
- 一星好评(432+)
- 在线转格式(349+)
下载评价
- 网友 堵***洁:
好用,支持
- 网友 马***偲:
好 很好 非常好 无比的好 史上最好的
- 网友 龚***湄:
差评,居然要收费!!!
- 网友 曹***雯:
为什么许多书都找不到?
- 网友 冷***洁:
不错,用着很方便
- 网友 陈***秋:
不错,图文清晰,无错版,可以入手。
- 网友 融***华:
下载速度还可以
- 网友 菱***兰:
特好。有好多书
- 网友 宓***莉:
不仅速度快,而且内容无盗版痕迹。
- 网友 居***南:
请问,能在线转换格式吗?
- 网友 游***钰:
用了才知道好用,推荐!太好用了
喜欢"J***A与面向对象程序设计(影印版)"的人也看了
国学经典丛书:容斋随笔 mobi 下载 网盘 caj lrf pdf txt 阿里云
生活在哪个朝代最郁闷 mobi 下载 网盘 caj lrf pdf txt 阿里云
抗生素生物技术(第二版) mobi 下载 网盘 caj lrf pdf txt 阿里云
London Encounter (Best Of) mobi 下载 网盘 caj lrf pdf txt 阿里云
正品图书 花猫三丫上房了 mobi 下载 网盘 caj lrf pdf txt 阿里云
9787534674341 mobi 下载 网盘 caj lrf pdf txt 阿里云
英语演讲技巧与实践 中国人民大学出版社 mobi 下载 网盘 caj lrf pdf txt 阿里云
2023监理工程师职业资格考试水利工程试卷(4册套装):合同管理+基本理论和相关法规+水利工程案例分析+水利工程目标控制 mobi 下载 网盘 caj lrf pdf txt 阿里云
养生名著选读(本科中医药类/配增值) mobi 下载 网盘 caj lrf pdf txt 阿里云
荆江河道冲刷下切规律及数值模拟 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 9787115330437 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 实用电子音乐基础教程 第2版 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 后一场电影 (日)村上龙 著,盛勤 译 浙江文艺出版社,【正版】 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 人体与动物结构·特辑 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 湖南楹联 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 有道名师全归纳·高中物理 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 小牛顿科学全知道23 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 花腔女高音歌剧咏叹调精选(全国高等音乐学院美声专业教材)/美声&JYZ&系列 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 外国故事集 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 爱情法则 (墨西哥)***·埃斯基韦尔(Laura Esquivel) 著;张琰 译 mobi 下载 网盘 caj lrf pdf txt 阿里云
书籍真实打分
故事情节:9分
人物塑造:7分
主题深度:4分
文字风格:5分
语言运用:6分
文笔流畅:7分
思想传递:4分
知识深度:4分
知识广度:8分
实用性:8分
章节划分:5分
结构布局:9分
新颖与独特:3分
情感共鸣:3分
引人入胜:3分
现实相关:4分
沉浸感:7分
事实准确性:5分
文化贡献:8分