资源列表
dx-1.7.jar
- dx-1.7的jar包,官方下载太慢,有需要的下载(dx-1.7's jar package,Official downloads are too slow,required downloads)
Java虚拟机(第二版)
- Java virtual machine principle, detailed introduction of the running mechanism of JVM, a very good book
factory
- 简单工厂模式设计的计算器 包含加减乘除运算(Simple factory pattern design calculator contains add, subtract, multiply and divide operations)
hfjava_sharpen
- head-first-java的sharpen的部分答案。(this is the sharpen answer for head-first-java.)
hfjavafinalsamples
- 书本head-first-java的样例源码(this is the sample code for head-first-java)
The use of the top form of JFrame
- JFrame顶层窗体的使用,JOptionPane对话框的应用举例(The use of the top form of JFrame)
1
- 一个简易的信息管理系统,有数据库的链接,层级较为分明(A simple information management system)
计算器完成版
- 一个简单计算器,有加减乘除等功能,以及开方等功能(A simple calculator, a function of add, subtract, multiply and divide and square root functions, and)
Calculator
- A simple calculator, a function of add, subtract, multiply and divide and square root functions, and
拼图游戏
- 一个完善的拼图游戏,具有多种功能,以及自带图片(A perfect jigsaw puzzle, with a variety of functions, and a picture with a picture.)
Bootstrap ACE后台管理界面模板-中文
- Bootstrap ACE后台管理界面模板-中文(The Chinese version of Maven's authoritative guide)
Frame
- 完成一个Applet图形界面程序。功能说明: file菜单—包括两个菜单项: open::打开.gif的图形文件,并显示在窗口里。文 件名在下面的编辑框中给出 exit:结束程序。 edit菜单—包括两个菜单项: paint:在窗口中画图形,图形的类型及颜色分别由下面的 复选框及选择按扭指定。 clear:清空窗口内容。 该作业要求编程并调试通过。对你设计的类要有详细的文字说明(类所封装的内容,属性、方法的功能与