搜索资源列表
bubblesort_for_51
- 51单片机专用冒泡排序子函数,可直接调用,只要输入你要排序的数组及长度即可-bubble sort for 51 MCU,can be used directly by input you the array and the length
HeapSort
- Heap sort, this code we can use to sort a array
SORT-F2013
- Quick sort algorithm on the F2013. It chooses the splitting value and rearranges the array so that all elements to the left of split value are less than or equal to it and all elements greater that the split value are to the right of it.-Quick sort a
maopaofa
- 使用双向冒泡法对整型或字符型数组元素进行排序的程序-Using the method of bidirectional bubble sort by integer or a character array element program
array
- 1)在LCD屏幕上提示用户用矩阵键盘输入6个数字,输入过程显示在屏幕上,同时从左到右显示在扩展版的数码管上。输入完成后,屏幕提示按“确认”键开始排序过程。一定要输满6个数字才能排序;输入过程中若按“取消”键则清除所有输入结果,回到待机状态。 (2)当输入完6个数字,按下“确认”键后,程序开始排序;在排序过程中在数码管上显示中间结果,每当数字顺序发生变化时,显示在数码管上停留3秒或有按键按下后才进行下一步计算。 (3)排序结束后,在数码管上应该从左到右显示数值从小到大排列的6个数字,同时L