资源列表
jishiben001
- java实现的一个简单记事本``只实现了打开和新建的功能
Josephus
- 用面向对象程序设计方法解决Josephus问题。(文件名Josephus.java)
kongjian
- java中一些简单控件的使用 包括按钮 编辑框 文本框 文本域 和其他一些控件
lei
- 编写一个Java程序,设计一个运输工具类Transport,包含的成员属性有:速度pace、载重量load;汽车类Vehicle是Transport的子类,其中包含的属性有:车轮的个数wheels和车重weight;飞机Airplane类是Transport的子类其中包含的属性有:机型enginertype和发动机数量enginers。每个类都有相关所有数据的输出方法。-Write a Java program, the design of a transport type Transport,
Ex_7_3_DetectSubstring
- 识别子串 模式匹配 KMP算法 输入两个String-exercise for textbook
liulanqi
- 是一个基于java的简单浏览器,和windows的很贴近,但还不是很完善-Is a simple java-based browser, and windows is very close to, but not perfect
maze
- 成功走出迷,算法简单、注释清晰,代码简洁,用1表示不通,0表示通。-succeed to go out of maze with concise code. 1 refers to obstacle and 0 refers to smooth
Shutdown
- Java新手,自己写的关机程序,不够完全···希望各位提出宝贵意见-failed to translate
temperature1.0
- Java Applet程序,通过网页实现一个窗口,输入华氏或摄氏温度,点击按钮,进行转换。-Java Applet program, via the web to achieve a window , enter the Fahrenheit or Celsius , click the button to convert.
openIE
- 在IE打开文件,javascr ipt 自动读出URL-Open the file in IE, javascr ipt automatically read out URL
com
- 1.理解数组在Java中是复合数据类型 2.掌握一维、二维数组在Java中的实现方法(创建、实例化、初始化) 3.掌握利用for循环对数组进行遍历的方法 4.掌握java.util.Arrays类当中与数组操作相关的方法 -1. Understanding Arrays in Java, is a complex data type 2. Master the one-dimensional, two-dimensional array in Java, the implemen
ThreeOrder
- 本代码用于求二叉树的前、中、后序遍历序列,可以自定义二叉树的保存形式,比较方便快捷。-Find before, during and after the traversal sequence of the binary tree