搜索资源列表
Puzzle
- 八数码 * 大体思路:主要思想为插入排序。 * 特殊词语解释: * 墙:在最外层的中间位置,总共有四个,如[1][0]。 * 注意:这四个位置有一个共同性质,即:以任何方式记录数字为,他们与其他五个位置的奇偶性互异 * 角:数组的四个角 * 空格:数字0-Eight digital* generally thought: the main ideas for the insertion sort.* Special terms to explain:* the wa
sort
- 一个简单的一维数组的源代码,自己看看有没有用吧-A simple one-dimensional array of source code, and see their own
sort
- 数字的全排列问题,输入任意一个小于10的数字,可以打印出其所有的全排列-The number of full-order problem, enter any number of less than 10, you can print out all of its full array
123456789
- 归并排序(merge sort)体现了分治的思想,即将一个待排序数组分为两部分,对这两个部分进行归并排序,排序后,再对两个已经排序好的数组进行合并。这种思想可以用递归方式很容易实现。归并排序的时间复杂度为O(nlogn),空间复杂度为O(n)。-Merge sorting (merge sort) embodies the idea of partition, about an array to be sorted into two parts, the two parts merge sort
Sort
- 5种不同的排序方法,marge排序,基数排序,交换排序,快速排序,heap排序,另外还包括基数排序字母.测试包括,随机和手动,随机测试的是5种排序的时间,和不同大小的数组,都分别排序两边,一边是排序无顺序的数字,第2边是排序已经有顺序的数字,来测试排序的时间,手动就是自己输入数字来进行排序-5 different ranking methods, marge sort, radix sort, exchange sort, quick sort, heap sort, radix sort th
Simple.array.list.sort.Java.Design
- 简单排序数组列表Java高级设计代码Simple array list sort code Java Advanced Design -Simple array list sort code Java Advanced Design
the-array-object-Java-sort
- 小实例-实现对成绩总分由高到低的排序-Java中数组对象的排序-Small example- to achieve the sort of achievement from high to low scores in the array object-Java sort
sort
- 计算出一组数组中的最大数,最小数,和总和,点击相关按钮能够从浏览器中显示-Calculate a maximum number of array, the smallest number, and the sum, click on the button to display from the browser
test2
- 创建一个整型数组,冒泡法排序输出。要求使用数组的length属性。-Create an integer array, sort the output bubble method. Require the use of the array length property.
array
- 定义一数组,再定义一整型数组,此整型数组属于动态分配大小,所有大小由程序指定,并在此基础上实现反转类、排序类-Define an array, and then define an integer array, the array is dynamically allocated integer size, all size specified by the program, and based on the reverse of this class, sort class
javaprgs
- array sort ing tools and array input
array
- 超级简单冒泡排序,初学者作品,多包涵,请多指教-Super simple bubble sort
Sort-GUI
- 在文本框输入要排序的数组元素,该应用将会用多线程的思想用三种排序方法——直接插入排序、直接选择排序、冒泡排序,将该数组排序-Input the elements of the array in the textfield, this application will use three sort methods to sort the array in the multithreading way.The sort methods include insertion sort, selectio
JAVA--The-supermarket-
- 超市管理系统 数组的使用 排序增删改查-Supermarket management system is the use of array sort add deletion check
maopao
- 冒泡排序,手动输入一个数组,使用冒泡排序对数组进行正序和逆序的排序-Bubble sort, manually enter an array using bubble sort the array sort of positive sequence and reverse
Quicksort
- A java application which creates and fills an array of size 50 with random int values. It should then display the contents of the array sort the array by calling a quicksort method and then finally display the array contents again.-A java application
sort
- 基于泛型数组的排序问题,用户不用手动输入-Based on generic array sorting problems that users do not have to manually enter
ArrayTool
- 对数组取最大值,排序,返回指定位置索引,交换等功能-Maximum value of the array, sort, returns the specified position index, switching and other functions
123
- java简单数组排序方法,,,适合初学者学习与练习-Simple java array sort method, suitable for beginners to learn and practice,,,,,
array-sort
- Test counter-intuitive default number sorting for Java scr ipt.