搜索资源列表
inheritance
- 设计一个抽象类Shape,包括2个抽象方法,分别是计算形状的周长和面积。设计具体类Rectangle和Circle,分别表示矩形和圆,它们都是Shapes的子类。使Rectangle和 Circle都实现Comparable接口。编写一个通用的排序程序和一个通用的二分查找程序(自己写代码实现),能对这二种类型的数组进行排序并查找指定的对象。-Design an abstract class Shape, including the two abstract methods, namely, ca
ErFenChaZhao
- 随即产生数并赋值给数组,对数组排序,二分查找并返回查找次数-Then generates the number assigned to the array, the array sort, search and return to find the number of
lianbiao14
- 创建数组,用冒泡排序法排序,最重要的一些知识-Create an array, sort bubble sort method, some of the most important knowledge
GridView
- a+b的实现添加ArrayTools类,要求包括下面的静态方法。 static void sort(Person[] a) 该方法可以对Person类型的数组进行升序排序,排序依据a数组中元素的compareTo方法。-Add ArrayTools class requirements include the following static methods. static void sort (Person [] a) -the realization of a+b to add ArrayT
PHP数组
- php数组编程例程大全,包括各种排序,和经常使用用法(PHP array programming routines Daquan)