搜索资源列表
10chapter
- 这是C语言中的难点的一些算法。其中包括用C实现的班级成绩管理,用C实现的排序算法等-This is the C language of the difficulties some algorithm. Including C achievable performance management classes, C to achieve the ranking algorithm
orderlike
- 此程序是实现多种排序算法,用移动次数和比较次数来比较各算法的好坏-this program is to achieve a variety of sorting algorithm, used his mobile number and frequency compared to compare the quality of the algorithm
hebingxulie
- 复杂度比冒泡法更低的排序算法,合并序列排序法-complexity law bubbling lower than the ranking algorithm, combined sequence Sort
java-que
- 排序算法在设计性程序中经常用到,java实现功能紧凑,能够深入的学习其用法-algorithm in the design process frequently used, java achieve functional compact, in-depth study of its usage
Sortutil
- 排序算法,用java语言来实现,简单易懂,语句少-sorting algorithm using java language to achieve and easily understood, the statement less
heapsort2.c
- 堆排序算法的过程演示 请多多指教-heap sorting algorithm process demonstrated great weekend!
sortwenzi
- 通过VC++实现的各种文字通用的排序算法,方便实用,但需要各种文字的基字的码表-through VC + + language of the common algorithm, convenient and practical, it needs all kinds of written characters of the base code table
FormArray
- 快速排序和随机快速排序的比较,快速排序在比较顺序的情况下速度很慢,所以采用随机快速排序算法-rapid sequencing and the rapid sequencing of random comparison, the relatively rapid sequencing of the sequence of very slow, So random Quick Sort Algorithm
paixu102
- 有关排序算法的比较!含有各种简单的排序算法 c语言-the algorithm comparison! Containing a variety of simple language c Sorting Algorithm
paixusuanfa
- 操作系统排序算法-operating system Sorting Algorithm
mysort
- 快速和排序算法的例子-rapid algorithm and an example
neibuchazhaoyupaixu
- 内部查找与排序算法,这个是排序的一个非常重要的算法,自己编的,有很多不足,希望大家发表意见!-internal search and sorting algorithm, this is sort of a very important algorithm own series, there are many deficiencies in the hope that your views!
用8086汇编语言实现选择排序算法
- 用8086汇编语言实现选择排序算法,可以选择排序的字符个数。
计数排序-C#实现
- 算法导论里的 基数排序
mpiquiksort.rar
- 基于MPI的并行快速排序算法,可以通过并行快速排序提高排序速度,MPI-based parallel quick sort algorithm, you can sort through parallel quick sort to improve the speed
topologicalsorting
- 这是用Delphi编写的拓扑排序算法的实现过程,很经典。-It is written in Delphi topological sorting algorithm implementation process, it is classic.
C-ORDER
- 裡邊包含常用的排序算法,比如冒泡、快速、等等都有詳細的原始代碼供大家分享,希望對大家有用。-Inside contains commonly used sorting algorithm, such as bubbling, fast, and so a detailed source code for all to share, in the hope that useful.
lab1
- 共享存储编程实验,用OpenMP实现并行的枚举排序算法和快速排序算法并与其串行算法进行比较(OpenMP parallel QuickSort)
C语言冒泡排序法
- 冒泡排序(Bubble Sort),是一种计算机科学领域的较简单的排序算法。 它重复地走访过要排序的数列,一次比较两个元素,如果他们的顺序错误就把他们交换过来。走访数列的工作是重复地进行直到没有再需要交换,也就是说该数列已经排序完成。(Bubble sorting is a simpler sorting algorithm in the field of computer science. It repeats the sequence of the sequence, and compa
quiksort
- 从一个数据文件中读入N个整数(N<=100000),且把结果保存到另一个文本文件中,并显示排序所用的时间。(Read a N integer from a data file (N<=100000) and save the result to another text file, and display the time used for sorting.)