文件名称:java
- 所属分类:
- JSP源码/Java
- 资源属性:
- [WORD]
- 上传时间:
- 2012-11-26
- 文件大小:
- 6kb
- 下载次数:
- 0次
- 提 供 者:
- gi***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
(1)写一个final参数类M,包括比较次数、交换次数、探测次数属性,并重写构造器和toString方法。
(2)写一个抽象类A,其中包括要排序的数据。提供三个final方法,分别完成比较、探测、交换操作的同时,正确改变私有的M类对象成员的相关属性。并提供一个虚方法doSort,同时提供一个final方法sort(先设置M对象初值,然后调用doSort方法,返回M对象引用)
(3)写三个采用不同方法排序的A类的派生类A1,A2,A3
(4)写一个测试类作为主类,分别生成A1,A2,A3的对象并调用sort方法,显示三个方法在排序时候的性能参数。-(1) write a final parameter class M, including the number of comparisons, the number of exchanges, detecting the number of attributes, and rewrite the constructor and the toString method. (2) to write an abstract class A, including the data you want to sort. Provide three final, were completed, detection, and exchange operations at the same time, the correct change private members of the M class object attributes. A virtual method doSort, and while providing a final method sort (first set the the M object initial value, and then call doSort method returns the M object reference) and (3) write three different sort of class A derived class A1, A2 , A3 (4) write a test class as the main class, were generated A1, A2, A3 object and call the sort method, three methods are displayed in the performance parameters of the sort when.
(2)写一个抽象类A,其中包括要排序的数据。提供三个final方法,分别完成比较、探测、交换操作的同时,正确改变私有的M类对象成员的相关属性。并提供一个虚方法doSort,同时提供一个final方法sort(先设置M对象初值,然后调用doSort方法,返回M对象引用)
(3)写三个采用不同方法排序的A类的派生类A1,A2,A3
(4)写一个测试类作为主类,分别生成A1,A2,A3的对象并调用sort方法,显示三个方法在排序时候的性能参数。-(1) write a final parameter class M, including the number of comparisons, the number of exchanges, detecting the number of attributes, and rewrite the constructor and the toString method. (2) to write an abstract class A, including the data you want to sort. Provide three final, were completed, detection, and exchange operations at the same time, the correct change private members of the M class object attributes. A virtual method doSort, and while providing a final method sort (first set the the M object initial value, and then call doSort method returns the M object reference) and (3) write three different sort of class A derived class A1, A2 , A3 (4) write a test class as the main class, were generated A1, A2, A3 object and call the sort method, three methods are displayed in the performance parameters of the sort when.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
java.doc