资源列表
time
- 即時另一視窗 即時另一視窗 即時另一視窗 -Another real-time windowAnother real-time windowAnother real-time windowAnother real-time windowAnother real-time window
PlafTest
- 描述界面是如何写的,比较简单,也是出自corejava的。但我觉得对于描述界面十分经典-Describes how the interface is written in relatively simple, but also from corejava for. But I feel that describe the interface is very classic
JavaDemo
- 这是一个将文件内容读取之后,转换成txt文件的程序-This is the contents of a file to read after the procedure into txt file
Test1
- jdbc-odbc桥连接代码,jdbc-odbc桥连接代码-jdbc-odbc bridge
primeFactorization.java
- Xml parsing in java to parse web.xml
CollatzConjecture
- (1) 从控制台上输入一个自然数n ,然后,输出n 所产生的如上变化的序列; (2) (1)操作可以重复任意次,直到输入quit 为止。 -Entered from the console (1) a natural number n, then output n sequence of the above changes (2) (a) operation can be repeated any number of times, until you enter quit.
StaticFromNative
- Class with a bunch of static methods that get called from native code for Andriod.
ResourceValue
- Resource Value Source Code for Andriod.
USEUPDATE
- Java更新数据库内容的例子,数据库的更新包括表的创建、删除和记录属性的增删以及记录的增、删、改操作。本Java实例实现了对数据库的更新操作,先创建student 表,接着增加表的属性,在表中插入两条记录,最后将表中的所有记录输出。 程序运行结果如下: 张三 14 7 上地 01066668888 李四 15 8 学院路 01062627486-Update Java update the database as examples, including the cr
TestCoffee
- coffee OOR OBJECT JAVA CO-coffee OOR OBJECT JAVA COFFEE
QuickSort
- 快速排序法通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-By sorting the data to be sorted into two separate parts, one part of all the data than the other part of all the data is small, and then press
StudentTest
- 定义一个学生类Student,包含三个属性姓名、年龄、性别,创建三个学生对象存入ArrayList集合中。 A:遍历集合遍历输出。 B:求出年龄最大的学生,让后将该对象的姓名变为:葫芦娃。-The ArrayList collection. A: Traversing the set traversal output. B: find the oldest students, so that the object after
