资源列表
java_ImageViewer
- 一个简单的java图像浏览器,可以作为GUI和处理图像文件的学习例子。-a simple java image browser, the GUI can be used as image processing and document the learning examples.
FileDeCode
- 普通的对文件加密JAVA小程序,二次执行后可以恢复原文件
stringsort
- 一个可以对字符串进行选择排序和冒泡排序的小程序-A string can choose to sort and bubble sort of small programs
Example05_05
- merci pour votre aide
sfzyz
- 用于验证网页身份证输入是否有误,如果有误则抛出提示框-Web ID used to verify the input is wrong, and if you throw the wrong boxes
clock
- 用java编写图形时钟,有十二个刻度,有分针时针秒针 -Using java prepared graphic clock, twelve scale, with the clock minute hand second hand
Calender
- Calender in java. Shows date and time
Demo02
- java语言实现员工信息的输入,并确认是否正确,最后打印出结果-java language input employee information and confirm that is correct, the last print out the results
AddPerson
- Reads the entire address book from a file for Andriod.
namednodemapchildnoderange
- Create a NamedNodeMap object from the attributes of the last child of the third employee and traverse the list from index 0 thru length -1.
documentimportnode06
- The importNode method imports a node from another document to this document.
Search_Perfect_Square
- 给一个正整数 n, 找到若干个完全平方数(比如1, 4, 9, ... )使得他们的和等于 n。你需要让平方数的个数最少。 给出 n 12, 返回 3 因为 12 4 + 4 + 4。 给出 n 13, 返回 2 因为 13 4 + 9。-holly shit