搜索资源列表
数据结构课设
- 用c编写的数据内部排序方法,可在窗口中选择多种排序方法,如快排,冒泡,折半插入等,还可以选择排序数据的个数,初态,控制等.-using data prepared by the internal order, the window can choose a variety of sequencing methods, such as fast Pai, bubbling half insert, can also choose the number of original data, the i
MergeSort2
- 二路合并排序算法,使用分治策略,时间复杂度O(nlog2n), 需要和待排记录等数量的辅助空间,是一种稳定的排序算法-two-way merge sorting algorithm, the use of divide-and-conquer strategy, the time complexity O (nlog2n) Pai and the need to record the number of auxiliary space, is a stable Sort Algorithm
pai xu wen ti
- 几种基本的排序算法 ,希望对某些人有点帮助-several basic sorting algorithm, and I hope to help some people a bit
mergedistinct
- 利用归并排序检查输入的数值是否有相同值,方法是在归并排序的过程中边排边判断 -use Merging Sort of input have the same numerical value is in the process of merging sort Side judge Pai Pin
pai
- 数据结构实验中,纸牌游戏编码,VC环境下运行可通过 -Experimental data structure, the card game coding, VC environment to run through
pai-xu
- 利用随机函数产生N个随机整数(20000以上),对这些数进行多种方法进行排序。-Generated using random function of N random integers (20000), the number of these sort a variety of methods.
bashuma
- 八数码问题 实现八皇后的自动排列 运用人工智能技术-ba shu ma shixian ba huang hou de zi dong pai lie
C-yu-yan---pai-xu-
- 【最新编排】C语言中排序程序代码,此代码是从别处下载的,请参考-C yu yan zhong pai xu cheng xu dai ma
pai-xu
- 顺序表的结构没有给出,作为演示分治法这里从简顺序表取一整形数组数组大小由用户定义,数据随机生成。我们知道如果数组大小为 1 则可以直接给出结果,如果大小为 2则一次比较即可得出结果,于是我们找到求解该问题的子问题即: 数组大小 <= 2。到此我们就可以进行分治运算了,只要求解的问题数组长度比 2 大就继续分治,否则求解子问题的解并更新全局解以下是代码-e order of the table structure did not give a simple order form as a p
pai-xu-suan-fa
- 里面是数据结构中的希尔排序算法,有兴趣的看下,很不错的。-There is a data structure Hill sorting algorithm, interested look very good.
zhi-jie-cha-ru-pai-xu
- 讲了直接插入排序算法的两种方法,使用c语言写的。-Stresses the direct insertion sort algorithm two methods, using c language.
Kuai-Pai
- 数据结构上机实验,快速排序的算法,示例使用的算法-Machine experiment data structure algorithms, fast sorting algorithm, the sample used