Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - sort
Search - sort - List
DL : 0

Date : 2026-01-15 Size : 907byte User :

DL : 0
快速排序的基本算法-basic Quick Sort Algorithm
Date : 2008-10-13 Size : 2.31kb User : 1230.cecila

DL : 0
要求先对所输入序列进行扫描。输入序列为整形数据,用正序、逆序和不同乱序程度的不同数据作测试比较。 2)通过扫描,找出序列中已经存在的最大有序列,将原序列分为若干个有序子列。 3)用归并法,对“2”中有序子列进行归并。 4)本程序要求用顺序链表作为存储结构。 5)演示程序以用户和计算机的对话式执行,即在计算机终端上显示“提示信息”下,用户可由键盘输入待排序表的表长(0--100)和不同测试数据的组数(3-8)。每次测试完毕,列表显示测试结果。 -first requested by the input sequences to scan. The importation of plastic sequence data, the sequence is used, Roget different disorder and the different levels of test data for comparison. 2) scanning to identify sequences already exist with the largest sequence, the original series divided into a number of sub-out in an orderly manner. 3) Using Merging of "2" orderly son out for merging. 4) The procedural requirements with the order Listless as storage structure. 5) Demonstration Program to users and computer-implementation of the dialogue, that is displayed on the computer terminal, "message", users can sort keyboarding question long table in the table (0 -- 100) and the different test data group (3-8). Each test finished, the table shows the test results.
Date : 2008-10-13 Size : 2.3kb User : 发光

数据结构课程设计内容:模拟二叉排序树,用链表的形式实现二叉树.-curriculum design data structure : two simulated fork sort tree with Chain in the form of a binary tree.
Date : 2008-10-13 Size : 1.31kb User : 王国强

DL : 0
冒泡排序法 (C++) 求链表操作 srasedfeadfeafds-Bubble Sort (C) List for operation srasedfeadfeafds
Date : 2008-10-13 Size : 6.88kb User : liuyu

排序 排序 排序 排序 排序-Sorting Sorting Sorting Sort Sorting
Date : 2008-10-13 Size : 811byte User : 张凯

DL : 0
排序功课 排序功课 -homework Ranking homework sort of homework
Date : 2008-10-13 Size : 1.54kb User : kimi

DL : 0
一个归并排序的程序-sort of a merging process
Date : 2008-10-13 Size : 907byte User : 周欢

经典的起泡排序代码,可以显示每一步的过程-classic bubble sort code can demonstrate that the process every step
Date : 2008-10-13 Size : 2.3kb User : 朱一新

数据结构,顺序表,查找,排序。环境下进行,前面需要该写下-data structure, order forms, search, sort. And under the previous need to write
Date : 2008-10-13 Size : 905byte User : cy

DL : 0
快速排序,算法分析与设计第二章分治法思想的快速排序算法实现.-quick sort, algorithm analysis and design of the second chapter ideological divide-and-conquer method of quick sort algorithm.
Date : 2008-10-13 Size : 969byte User : zn

DL : 0
各种排序的pascal演示 你可以看到各种排序的效率 适合用于课堂演示-various sort of pascal demo, you can see the efficiency of various sort suitable for classroom demonstration
Date : 2008-10-13 Size : 162.22kb User : pmz

DL : 0
是用快速排序对一列数进行排序,另一个是用合并排序对一列数进行排序。-is quick sort of a few sort, and the other is sort of merger with a few sequences.
Date : 2008-10-13 Size : 1.16kb User : 傅蓉蓉

顺序创建N个数的链表L.并输出.再按冒泡排序法进行排序.并输出-order to create N Number of Chain L. and output. Bubble sorting click Sort. And output
Date : 2008-10-13 Size : 1003byte User : 龙乙

数据结构的快速排序算法的实现程序,希望对大家有帮助-data structure of the quick sort algorithm procedures, we hope to help
Date : 2008-10-13 Size : 1.06kb User : y

可以实现快速排序和归并排序的小程序,用C++实现。-can achieve rapid sequencing and merging sort of small procedures, C realized.
Date : 2008-10-13 Size : 7.67kb User : 映雪

DL : 0
内部排序算法比较 一、需求分析 1. 实验要对以下6种常用的内部排序算法进行实测比较:起泡,直接插入,简单选择,快速,希尔,堆排序。 2. 待排序表的表长不小于100,其中的数据要用伪随机数产生(RAND()),至少要用5组不现的输入数据作比较,比较的指标为有关键字参加的比较次数和关键字参加的比较次数和关键字的移动次数。 3. 最后要对结果作出简单分析,包括对各组数据得出结果波动大小的解释。 -internal sorting algorithm 1, a demand analysis. Experiment on the following six kinds of internal sorting algorithm measured comparison : foaming, direct insertion, simple choice, rapid, Hill, Heap Sort. 2. Sorting tables to the long table is not less than 100, which use the data generated pseudo-random number (RAND ()), be at least five sets of input data are provided for comparison. comparable indicators for the keyword in the number of keywords and the number of participants and the number of mobile keyword. 3. Finally, the results of a simple analysis, including data on the outcome of fluctuations in the size of explanation.
Date : 2008-10-13 Size : 44.47kb User : 苏言暖

DL : 0
算法中经典问题,排序算法的实现。其中有冒泡、改进的快速、堆、选择排序的实现。
Date : 2008-10-13 Size : 1.36kb User : 莫海波

DL : 0
课程安排,用拓扑排序实现,大家可以看一下
Date : 2008-10-13 Size : 134.47kb User : clseer

DL : 0
一 :排序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),排序算法分别为直接插入排序,快速排序,基数排序,计数排序,比较各种排序在不同输入下的运行时间.
Date : 2008-10-13 Size : 2.96kb User : mhb
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.