文件名称:ArrayToolDemo
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2014-06-03
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- CoC***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
定义一个测试类ArrayToolDemo:
(1)由键盘输入一个整型数组;
(2)调用函数返回这个数组的最大值并显示;
(3)调用函数返回这个数组的最小值并显示;
(4)调用函数按照选择排序的方式给数组排序,并显示;
(5)调用函数按照冒泡排序的方式给数组排序,并显示;-The definition of a test class ArrayToolDemo:
(1) from the keyboard input of an integer array
(2) the maximum call function returns the array and display
(3) the minimum call function returns the array and display
(4) the calling function according to the selection sort to sort the array, and display
(5) the calling function in accordance with the bubble sort method to sort the array, and display
(1)由键盘输入一个整型数组;
(2)调用函数返回这个数组的最大值并显示;
(3)调用函数返回这个数组的最小值并显示;
(4)调用函数按照选择排序的方式给数组排序,并显示;
(5)调用函数按照冒泡排序的方式给数组排序,并显示;-The definition of a test class ArrayToolDemo:
(1) from the keyboard input of an integer array
(2) the maximum call function returns the array and display
(3) the minimum call function returns the array and display
(4) the calling function according to the selection sort to sort the array, and display
(5) the calling function in accordance with the bubble sort method to sort the array, and display
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ArrayToolDemo.class