搜索资源列表
堆栈排序法
- 如果云知道天的辽阔 如果雨知道海的无边 如果星知道月的寂廖 如果你知道我爱着你 -know if the cloud of days of rain to know if the vast sea of limitless If Star know the lonely Liao if you know that I love you
快速排序法1
- 如果云知道天的辽阔 如果雨知道海的无边 如果星知道月的寂廖 如果你知-know if the cloud of days of rain to know if the vast sea of limitless If Star on the lonely know if you know Liao
qicsort
- 一个写在vc中的快速排序法函数,没有单独做测试类,而是在main函数中给出了例子,运行最后会在控制台看到结果。-a vc wrote in the rapid sequencing function, so there is no single test categories, but in main function is an example of the operation will finally see the result console.
MergeSort1
- 要求先对所输入序列进行扫描。输入序列为整形数据,用正序、逆序和不同乱序程度的不同数据作测试比较。 2)通过扫描,找出序列中已经存在的最大有序列,将原序列分为若干个有序子列。 3)用归并法,对“2”中有序子列进行归并。 4)本程序要求用顺序链表作为存储结构。 5)演示程序以用户和计算机的对话式执行,即在计算机终端上显示“提示信息”下,用户可由键盘输入待排序表的表长(0--100)和不同测试数据的组数(3-8)。每次测试完毕,列表显示测试结果。 -first requested
testbubble
- 冒泡排序法 (C++) 求链表操作 srasedfeadfeafds-Bubble Sort (C) List for operation srasedfeadfeafds
200661131050069
- 选择排序是一种比较优化的排序,它定义的k意义在于表示一次循环后找到的最小(大)值的位置,然后让第i个(第几次循环就是第几个)植交换,这样在第一轮循环中就把最小(大)的值换到了最前面,如果只用i,j 的话,就没有办法找出待排序数据中的最值了 比较排序也叫冒泡排序,就是把相邻的数据比较交换,因为其把小的数字从后面往前慢慢移动,感觉象水泡上升一样,所以叫冒泡排序法. 如过你还没理解,留言~-SELECTION SORT is a more optimal sequencing, its def
selectlinklist
- 顺序创建N个数的链表L.并输出.再按冒泡排序法进行排序.并输出-order to create N Number of Chain L. and output. Bubble sorting click Sort. And output
sorting2
- 产生1000个随机整数,分别用“冒泡”法和快速法编制程序进行排序,并比较他们的运行时间-produce 1,000 random integer, "Bubble" and rapid method for sorting procedures, and compare their running time
farey
- 法雷序列是非常经典的序列,他有很多有趣的性质,因此在做法雷序列的时候,完全不要通过分数的排序就能够实现,且效率有很大的提高,而其性质又如此之多,以至于利用不同的性质能得到很多不同的算法. 程序用vc++6.0编译,执行. 三个程序用不同方法,实现了法雷序列的输出。 若只需要测试生成速度而不需要程序输出结果,则去除程序中OUTPUTMSG定义。-smash sequence is the classic sequence, he has many interesting nature,
maopao1
- 冒泡法,快速排序等排序的实现-Bubble, rapid sequencing order as the realization
08
- 删除数组相同元素,并用冒泡法进行排序,最后显示出来。
pailie
- 建立一个10结点的单向链表,每个结点包括:学号、姓名、性别、年龄。对其进行排序,采用插入排序法,按学号从小到大排列。
ShowSort
- 使用对话框输入若干整型数据(不超过10个),实现冒泡法排序。
paixu1
- 已知记录序列a[1..n] 中的关键字各不相同, 可按如下所述实现计数排序:另设数组c[1..n],对每 个记录a[i], 统计序列中关键字比它小的记录个数存 于c[i], 则c[i]=0的记录必为关键字最小的记录,然 后依c[i]值的大小对a中记录进行重新排列,试编写算 法实现上述排序方法。
kemegn1
- 完全实现快速排序又称分区交换排序法 在待排序文件中任取一个元素例如第一个元素-Fully realized quick sort is also called the partition exchange sorting method In to sort files take an element such as the first element
srrxingkinds
- 这个程序的头文件中包含四种排序方法:泡沫排序法-The program header file contains four kinds of sorting methods: bubble sort method
data__tht__data
- 各种排序法的比较,利用数据结构各种算法,实现的算法比较,C++版,-The comparison of various sorting method, all kinds of algorithms, data structure, implementation of the algorithm, c++ version,
fpnke
- 完全实现快速排序又称分区交换排序法 在待排序文件中任取一个元素例如第一个元素()
qomger-operation-IDE
- 这个程序的头文件中包含四种排序方法:泡沫排序法()
FTP
- 这个程序的头文件中包含四种排序方法:泡沫排序法()