注册 登录 进入教材巡展 进入在线书城
#
  • #

出版时间:2017年2月

出版社:电子工业出版社

以下为《Java程序设计实验指导(双语版)》的配套数字资源,这些资源在您购买图书后将免费附送给您:
试读
  • 电子工业出版社
  • 9787121306761
  • 1-1
  • 293086
  • 64216786-0
  • 平塑单衬
  • 16开
  • 2017年2月
  • 330
  • 172
  • 软件工程
  • 研究生、本科
内容简介
本书是一部双语实验教材,在教材中提供了相应内容的英文和中文;每一章开始首先对本章主要的知识点给出了概括和精辟的讲解与分析,同时给出1~2个综合性的例题;在实验部分围绕本章的重点、难点知识合理选择实验题目,同时给出了实验的参考答案和运行结果。本教材实验内容涵盖广泛,重点培养学生的程序设计能力,列举的例题和实验题目紧密联系实际问题(银行账户问题、银行支票问题、信用卡问题、事务处理、多线程同步以及死锁问题等),实用性很强。 本教材适合开设该课程的研究生、本科以及高职等各层次人才作为学习Java程序设计的实验教材,参加自学考试的学生以及Java语言的自学者学习使用。
目录
目 录


第1章 Decisions(选择结构) 1
1.1 Key points of this chapter(本章要点) 1
1.2 Example(例题) 1
1.3 Experimental contents(实验内容) 3
1.4 Experimental steps(实验步骤) 4
1.5 Experimental result(实验结果) 5
第2章 Loops(循环结构) 6
2.1 Key points of this chapter(本章要点) 6
2.2 Example(例题) 7
2.3 Experimental contents(实验内容) 7
2.4 Experimental steps(实验步骤) 8
2.5 Experimental result(实验结果) 10
第3章 Methods(函数) 12
3.1 Key points of this chapter(本章要点) 12
3.2 Example(例题) 13
3.3 Experimental contents(实验内容) 16
3.4 Experimental steps(实验步骤) 18
3.5 Experimental result(实验结果) 21
第4章 Arrays and ArrayLists(数组与数组列表) 22
4.1 Key points of this chapter(本章要点) 22
4.2 Example(例题) 24
4.3 Experimental contents(实验内容) 27
4.4 Experimental steps(实验步骤) 28
4.5 Experimental result(实验结果) 31
第5章 Input Output and Exception Handling(输入输出与异常处理) 32
5.1 Key points of this chapter(本章要点) 32
5.2 Example(例题) 36
5.3 Experimental contents(实验内容) 39
5.4 Experimental steps(实验步骤) 40
5.5 Experimental result(实验结果) 43
第6章 Objects and Classes(类与对象) 45
6.1 Key points of this chapter(本章要点) 45
6.2 Example(例题) 47
6.3 Experimental contents(实验内容) 49
6.4 Experimental steps(实验步骤) 50
6.5 Experimental result(实验结果) 53
第7章 Inheritence and Interfaces(继承与接口) 54
7.1 Key points of this chapter(本章要点) 54
7.2 Example(例题) 59
7.3 Experimental contents(实验内容) 62
7.4 Experimental steps(实验步骤) 64
7.5 Experimental result(实验结果) 69
第8章 Graphical User Interfaces(图形用户接口) 70
8.1 Key points of this chapter(本章要点) 70
8.2 Example(例题) 75
8.3 Experimental contents(实验内容) 82
8.4 Experimental steps(实验步骤) 84
8.5 Experimental result(实验结果) 87
第9章 the Java Collections Framework(Java集合框架) 88
9.1 Key points of this chapter(本章要点) 88
9.2 Example(例题) 94
9.3 Experimental contents(实验内容) 96
9.4 Experimental steps(实验步骤) 97
9.5 Experimental result(实验结果) 99
第10章 Streams and Binary Input/Output(流与二进制的输入/输出) 100
10.1 Key points of this chapter(本章要点) 100
10.2 Example(例题) 102
10.3 Experimental contents(实验内容) 106
10.4 Experimental steps(实验步骤) 107
10.5 Experimental result(实验结果) 109
第11章 Multithreading(多线程) 110
11.1 Key points of this chapter(本章要点) 110
11.2 Example(例题) 113
11.3 Experimental contents(实验内容) 117
11.4 Experimental steps(实验步骤) 119
11.5 Experimental result(实验结果) 124
第12章 Programming with JDBC(JDBC编程) 125
12.1 Key points of this chapter(本章要点) 125
12.2 Example(例题) 129
12.3 Experimental contents(实验内容) 130
12.4 Experimental steps(实验步骤) 131
12.5 Experimental result(实验结果) 133
第13章 Internet Networking(Internet 网络) 135
13.1 Key points of this chapter(本章要点) 135
13.2 Example(例题) 139
13.3 Experimental contents(实验内容) 142
13.4 Experimental steps(实验步骤) 144
13.5 Experimental result(实验结果) 147
附录 148
参考文献 162