Welcome![Sign In][Sign Up]
Location:
Search - merge

Search list

[Data structsMerge-sort

Description: 一个归并排序函数代码,用归并的思想对某一数组进行排序,可以被直接调用来使用-A merge sort function code, by merging thought of a sort an array, can be called directly to use
Platform: | Size: 1024 | Author: Loben | Hits:

[File Operatemerge

Description: File merge (Transaction)
Platform: | Size: 3072 | Author: Kevin | Hits:

[MultiLanguagemerge

Description: program to merge two arrays
Platform: | Size: 2048 | Author: sandy | Hits:

[Data structsMerge

Description: 二路归并程序,实现一串数据利用归并的思想进行排序-Two way merge program, to achieve a string of data using merge sort of thought
Platform: | Size: 1024 | Author: 陈敬洲 | Hits:

[Data structsMerge-sort

Description: 合并排序是建立在归并操作上的一种有效的排序算法。该算法是采用分治法(Divide and Conquer)的一个非常典型的应用。 合并排序法是将两个(或两个以上)有序表合并成一个新的有序表,即把待排序序列分为若干个子序列,每个子序列是有序的。然后再把有序子序列合并为整体有序序列。 -Merge sort in C/C++
Platform: | Size: 1024 | Author: congyi | Hits:

[Algorithmmerge

Description: A basic merge sort implemented in c-A basic merge sort implemented in c++
Platform: | Size: 261120 | Author: joe | Hits:

[Data structsMerge-sort

Description: 实现归并排序,随机生成500个随机数,利用归并排序对这500个数排序-Merge sort, a randomly generated 500 random numbers using the sort of merge sort this 500 number
Platform: | Size: 750592 | Author: 随缘 | Hits:

[Data structsmerge-sort

Description: merge sort algorithm
Platform: | Size: 5120 | Author: bunyamin | Hits:

[Windows DevelopProject-report-on-split-and-merge

Description: Description about split and merge techniques.
Platform: | Size: 240640 | Author: binu | Hits:

[Web Servermerge-sort

Description: code merge sort by MPICH2
Platform: | Size: 1024 | Author: ehsan | Hits:

[CSharpmerge-word

Description: 合并word文档 使用C++和C#分别实现-Merge word documents to use C++ and C# respectively, to achieve
Platform: | Size: 6609920 | Author: 由文超 | Hits:

[source in ebookMERGE-SORT

Description: 合并排序是建立在归并操作上的一种有效的排序算法。该算法是采用分治法(Divide and Conquer)的一个非常典型的应用。 合并排序法是将两个(或两个以上)有序表合并成一个新的有序表,即把待排序序列分为若干个子序列,每个子序列是有序的。然后再把有序子序列合并为整体有序序列。 将已有序的子序列合并,得到完全有序的序列;即先使每个子序列有序,再使子序列段间有序。若将两个有序表合并成一个有序表,称为2-路归并。合并排序也叫归并排序。-Merge Sort is an efficient sorting algorithm merge operation. The algorithm is a typical application of the divide-and-conquer method (Divide and Conquer). Merge sort method is to merge the two (or more) ordered table into a new ordered table to be sorted sequence is divided into a number of sub-sequences, each sub-sequence is ordered. Then put ordered subsequence combined into the overall ordered sequence. Merger will have been ordered sub-sequence, to obtain a complete orderly sequence i.e. so that each first sub-sequence ordered, and then between the sub-sequence segment orderly. If you merge the two ordered list into an ordered table, known as the 2- way merge. The merger the sort also called merge sort.
Platform: | Size: 1024 | Author: wangshuangxi | Hits:

[Algorithmmerge-sort

Description: merge sort algorithm
Platform: | Size: 1024 | Author: Adylet | Hits:

[Windows DevelopMerge-sort

Description: 合并排序算法,使用分治法,VC++6.0下经典排序算法。-Merge sort algorithm using a divide-and-conquer method, VC++6.0 under classical sorting algorithms.
Platform: | Size: 28672 | Author: 李俊杰 | Hits:

[CSharpmerge

Description: 合并排序法对随机产生的10000个是进行逆序排序,并输出排序结果-Merge sort of randomly generated 10000 sorted in reverse order, and output sort results
Platform: | Size: 1024 | Author: | Hits:

[CSharpmerge-1

Description: 合并排序法对随机产生的10000个是进行逆序排序,并输出排序结果-Merge sort of randomly generated 10000 sorted in reverse order, and output sort results
Platform: | Size: 1024 | Author: | Hits:

[CSharpinsert-merge-quicksort

Description: 插入排序,合并排序,快速排序法对随机产生的10000个是进行顺序排序,并输出排序结果-Insertion sort, merge sort, quick sort on 10,000 randomly generated sequence sorting and output sort results
Platform: | Size: 2048 | Author: | Hits:

[Special Effectssplit-merge

Description: 一种基于图像分裂合并算法的matlab实现-An image segmentation algorithm based on split-merge
Platform: | Size: 13312 | Author: cbt | Hits:

[JSP/JavaMerge

Description: 给定k 个排好序的序列s , s , , sk 1 2  , 用 2 路合并算法将这k 个序列合并成一个序列。 假设所采用的 2 路合并算法合并 2 个长度分别为m和n的序列需要m + n -1次比较。试设 计一个算法确定合并这个序列的最优合并顺序,使所需的总比较次数最少-Given k sorted sequence s, s, sk 1 2  2-way merge algorithm these the k sequences merged into a single sequence. The assumptions used in 2-way merge algorithm combined length of 2 m+ n-1 comparisons need for the sequence of m and n, respectively. Try to design an algorithm to determine the optimal merge order to merge the sequence, so that the total number of comparisons required at least
Platform: | Size: 1024 | Author: 王培源 | Hits:

[JSP/Javamerge

Description: 数据结构中的归并排序算法,非递归效率更高。-Merge sort algorithm data structure, efficient non-recursive.
Platform: | Size: 1024 | Author: single | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net