资源列表
Cross.class
- 编写程序建模二维平面坐标系中的直线,并提供函数实现判断两条直线是否相交。此题目要求提供多种构造函数。(练习设计类与构造函数)-Programming modeling of two-dimensional coordinate system lines, and provides functions to achieve determine whether two lines intersect. This topic requires a variety of constructors. (E
AccessControlException2Test
- Access Control Exception to Test for Andriod.
PowerManager_WakeLockTest
- Power Manager Wake Lock Test Source Code for Andriod.
GridDelete
- A grid with vertical spacing between rows Source Code for Andriod.
Test_add_double
- Test add double extends Dx Test Case Source Code for Andriod.
Form22t
- Instruction format. See the instruction format spec for details.
regress-397
- this test checks the DontDelete attribute of Math.LOG2E for Java scr ipt.
native
- Register several native methods for one class.
ParticularFloatValue
- This FloatValue represents a particular float value.
StringTest
- 分割一句话,比如输入I am a student,则通过此Java程序,可分割成为I和am和a和student。-Segmentation in a word, I am a student, such as input by the Java program, can be divided into and I am and a student.
java
- java小程序的源代码,一个简短的,代码小程序,练习.-java
stringTest
- 打开第 11 章中讲到的 IOStreamDemo.java 文件,一次读取其中的一行,令每行形成一个 String 对象。然后利用 java.util.Comparator 接口重新定义 String 对象间的比较方法:将每个 String 中的小写字母转为大写后再进行比较。使用该比较法对这些 String 进行排序,按从大到小的顺序存入一个 LinkedList。最后将LinkedList 中的 String 按存入的相反顺序输出到另一个文件 inverse.txt 中-Open the e