Welcome![Sign In][Sign Up]
Location:
Search - bubble sort

Search list

[Mathimatics-Numerical algorithmsbubble2

Description: 冒泡排序-bubble sort
Platform: | Size: 1024 | Author: 站长 | Hits:

[Othersort-all

Description: 本程序完成实验要求的全部功能直接插入排序、SHELL排序、冒泡排序、快速排序、简单选择排序、堆排序、归并排序、基数排序,程序代码符合书写规范,实验报告叙述清晰完整,有详尽的分析和总结。 在实验过程中,积极配合本团队分工合作的精神,努力学习,总算不负众望,将程序编好,在此,我更想感谢的是老师的教导,在她的帮助下,我才顺利完成了本次的任务。 -the experimental procedures are completed all the functional requirements of the direct insertion sort, Shell sort, bubble sort, Quick Sort, the simple choice of sequencing, heap sort, merge sort, radix sort, code written with norms, Experimental report describes a distinct and comprehensive, detailed analysis and summary. In the course of the experiment, the team actively cooperate with the division of labor, study hard, and finally delivered to the completion of procedures, in this, I also want to thank the teacher is teaching, in her help, I will have completed this task.
Platform: | Size: 97280 | Author: 马全 | Hits:

[Othersort

Description: 一 :排序n个元素,元素为随机生成的长为1~16的字符串,n的取值为2k(k取4、6、8、10、12、16、18、20),排序算法分别为直接插入排序, 冒泡排序,堆排序,归并排序,快速排序,比较各种排序在不同输入下的运行时间. 二:排序n个元素,元素为随机生成的1~10000的正整数,n的取值为2k(k取4、6、8、10、12、16、18、20),排序算法分别为直接插入排序,快速排序,基数排序,计数排序,比较各种排序在不同输入下的运行时间.-1: sort n elements, element for a length of randomly generated 1 ~ 16 of the string, n value for 2k (k check 4,6,8,10,12,16,18,20), sorting algorithms, respectively, for direct insertion sort, bubble sort, heap sort, merge sort, quick sort, compare different sort of run-time input. b: to sort n elements, element for the randomly generated one ~ 10000 positive integer, n value for 2k (k check 4,6,8,10,12,16,18,20), sorting algorithms, respectively, for direct insertion sort, Quick Sort, Radix Sort, Counting Sort, compare, under different input in order the running time.
Platform: | Size: 3072 | Author: mhb | Hits:

[Othersort

Description: 用各种方法进行排序,包括简单选择排序、插入排序、快速排序、堆排序、冒泡排序、希尔排序-Sort by various methods, including the simple choice to sort, Insertion Sort, Quick Sort, Heap Sort, Bubble Sort, Hill sort
Platform: | Size: 1024 | Author: k332 | Hits:

[Other Embeded programrangewithverilog

Description: 采用冒泡排序的方式在verilog中实现,从而可以实现信号的有序输出,为控制设备提供有序信号。-Bubble Sort manner used in Verilog to achieve, so that we can achieve the orderly output signal, in order to provide an orderly signal control equipment.
Platform: | Size: 2048 | Author: riyu | Hits:

[Data structsSORT

Description: 常见的多种排序算法:插入排序 冒泡排序 快速排序 希尔排序 堆排序 -A variety of common sorting algorithm: Insertion Sort Bubble Sort Quick Sort Hill sort HEAPSORT
Platform: | Size: 1024 | Author: 少帅 | Hits:

[Data structssort

Description: 随机产生个整数n=100,200,300,1000,2000个整数并存于数组r[1..n]中。 对主要查找算法(顺序查找、插入排序、冒泡排序、堆排序、快速排序)进行实验比较,计算出平均比较次数、平均移动次数及执行时间。由程序自动计算.-Randomly generated integers integers n = 100,200,300,1000,2000 co-exist in the array r [1 .. n] in. On the main search algorithm (the order of search, Insertion Sort, Bubble Sort, Heap Sort, Quick Sort) for the comparison, the calculated average number of comparison, the average mobile number and execution time. Automatically calculated by the procedure.
Platform: | Size: 17408 | Author: 侯健 | Hits:

[Data structssort

Description: 这是关于数据结构书中经常介绍的排序算法的具体实现,包含希尔排序、快速排序、对排序、归并排序、静态链表排序、改进的冒泡算法排序等,并且附有时间统计-This is a book on data structure often described specific sorting algorithm to achieve, including the Hill sort, quick sort, for sorting, merge sort, static ranking list, improved bubble sort algorithm and so on, and with time and Statistics
Platform: | Size: 3072 | Author: | Hits:

[Mathimatics-Numerical algorithmssort

Description: 动画演示多种排序算法。包括冒泡排序、选择排序、插入排序、快速排序等。-Animation multiple sorting algorithm. Including bubble sort, selection sort, insertion sort, quick sort, etc..
Platform: | Size: 33792 | Author: 梁增健 | Hits:

[VHDL-FPGA-VerilogDataSort

Description: FPGA内,通过Verilog语言,实现冒泡法数据排序。仅供参考!-FPGA, through the Verilog language, implementation data bubble sort method. For reference purposes only!
Platform: | Size: 5120 | Author: weishiji | Hits:

[Otherunited1

Description: openmp sort, parallel bubble sort for example
Platform: | Size: 3072 | Author: yura | Hits:

[assembly languagesort

Description: 用汇编语言实现的冒泡排序程序。先打印排序前table数组中数,之后排序后打印结果。-Assembly language using the Bubble Sort procedure to achieve. Print before the first table to sort the array in a few, and then print the results after sorting.
Platform: | Size: 1024 | Author: keven | Hits:

[Windows Developbubble

Description: this file to sort the input numbers using bubble sort algorithm.-this is file to sort the input numbers using bubble sort algorithm.
Platform: | Size: 1024 | Author: zeeshan | Hits:

[Database systemsort

Description: 四种排序算法(交换排序 冒泡排序 quick sort排序 mergesort归并排序 )源码,以及各种算法排序效果的对比。-Four kinds of sorting algorithms (exchange sort bubble sort quick sort sort mergesort mergesort ) source code, as well as comparison of various algorithms to sort results.
Platform: | Size: 3072 | Author: 尤里 | Hits:

[Other Embeded programlzm_bubble_soft

Description: 基于fpga实现的冒泡排序,初学者研究资料,希望更深一步的进行研究-Fpga-based implementation of bubble sort, beginners research data, hoping to study deeper
Platform: | Size: 1024 | Author: 柳泽明 | Hits:

[Other Embeded programbubble_verilog

Description: 可综合的基于FPGA实现冒泡排序!资料仅供学习参考,包含tb文件-FPGA-based implementation can be integrated bubble sort! Information for reference purposes only to learn that contains the file tb
Platform: | Size: 1024 | Author: 柳泽明 | Hits:

[VHDL-FPGA-Verilogbubblesort1024ram

Description: 快速冒泡排序基于FPGA实现,有测试文件以及设计图,实现1024*32位数序的多数排序,突破传统是的REG类型少数排序,利用RAM,针对RAM中的无序数的地址调换,达到排序目的,仅供学习交流-Rapid bubble sort based on FPGA, there are test documents and design drawings to achieve 1024* 32-digit sequence of the majority of sorting, breaking tradition is a REG types of minority sorting, the use of RAM, the disorder for the RAM address of the number of exchange, to sort purpose, only to learn the exchange of.
Platform: | Size: 5120 | Author: 柳泽明 | Hits:

[MPImpi_bubble

Description: 冒泡算法,在mpi平台下编写,适合初学者学习的。-Bubble Sort algorithm, written in the mpi platform, suitable for beginners to learn.
Platform: | Size: 1024 | Author: 马启超 | Hits:

[Data structsbubble-sort

Description: 基于for循环的冒泡排序法,第一次上传还要这么麻烦,到二十个字了没-For loop based on bubble sort method, first upload should be so troublesome to twenty words yet
Platform: | Size: 1024 | Author: warshining | Hits:

[Data structsBubble sort

Description: 冒泡排序(Bubble Sort,台湾译为:泡沫排序或气泡排序)是一种简单的排序算法。它重复地走访过要排序的数列,一次比较两个元素,如果他们的顺序错误就把他们交换过来。走访数列的工作是重复地进行直到没有再需要交换,也就是说该数列已经排序完成。(Bubble Sort is a simple sorting algorithm. It repeatedly visits the sequence of items to be sorted, compares two elements at a time, and switches them over if their order is wrong. The work of visiting the sequence is repeated until there is no need to swap, which means that the sequence has been sorted.)
Platform: | Size: 35840 | Author: JinPatrick | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net