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

Search list

[Graph RecognizeFilebatch

Description: 本程序主要实现了新建文件、复制、移动、删除、解压缩及分割/合并文件等功能。-This program achieved a major new file, copy, move, delete, extract and split/merge files and other functions.
Platform: | Size: 585728 | Author: fenger520 | Hits:

[Data structsMain

Description: 上学时写的一个用JAVA和Selection sort and Merge Sort算法排序的代码-Write Java code to sort a sequence of elements into ascending order by using Selection sort and Merge Sort algorithms
Platform: | Size: 1024 | Author: 刘洋 | Hits:

[Mathimatics-Numerical algorithmsMergeSort

Description: Merge sort is an O(n log n) comparison-based sorting algorithm. 1. If the list is of length 0 or 1, then it is already sorted. Otherwise: 2. Divide the unsorted list into two sublists of about half the size. 3. Sort each sublist recursively by re-applying merge sort. 4. Merge the two sublists back into one sorted list. -Merge sort is an O(n log n) comparison-based sorting algorithm. 1. If the list is of length 0 or 1, then it is already sorted. Otherwise: 2. Divide the unsorted list into two sublists of about half the size. 3. Sort each sublist recursively by re-applying merge sort. 4. Merge the two sublists back into one sorted list.
Platform: | Size: 113664 | Author: Clay84 | Hits:

[matlabquadtree

Description: Implement the split and merge procedure for segmenting
Platform: | Size: 1024 | Author: mellem | Hits:

[Othersplitmerge

Description: SPLITMERGE Segment an image using a split-and-merge algorithm. G = SPLITMERGE(F, MINDIM, @PREDICATE) segments image F by using a split-and-merge approach based on quadtree decomposition. MINDIM (a positive integer power of 2) specifies the minimum dimension of the quadtree regions (subimages) allowed. If necessary, the program pads the input image with zeros to the nearest square size that is an integer power of 2. This guarantees that the algorithm used in the quadtree decomposition will be able to split the image down to blocks of size 1-by-1. The result is cropped back to the original size of the input image. In the output, G, each connected region is labeled with a different integer. - SPLITMERGE Segment an image using a split-and-merge algorithm. G = SPLITMERGE(F, MINDIM, @PREDICATE) segments image F by using a split-and-merge approach based on quadtree decomposition. MINDIM (a positive integer power of 2) specifies the minimum dimension of the quadtree regions (subimages) allowed. If necessary, the program pads the input image with zeros to the nearest square size that is an integer power of 2. This guarantees that the algorithm used in the quadtree decomposition will be able to split the image down to blocks of size 1-by-1. The result is cropped back to the original size of the input image. In the output, G, each connected region is labeled with a different integer.
Platform: | Size: 2048 | Author: dilir | Hits:

[Otherimages_filter_median

Description: Given an image. Implement the split and merge procedure for segmenting the image with different values for minimum dimensions of the quadtree regions.-Given an image. Implement the split and merge procedure for segmenting the image with different values for minimum dimensions of the quadtree regions.
Platform: | Size: 6144 | Author: dilir | Hits:

[Multimedia DevelopYuvSequenceMerge

Description: This Yuv Sequence Merge. Combine splited Yuv image. -This is Yuv Sequence Merge. Combine splited Yuv image.
Platform: | Size: 930816 | Author: byungchulsival | Hits:

[JSP/Java123456789

Description: 归并排序(merge sort)体现了分治的思想,即将一个待排序数组分为两部分,对这两个部分进行归并排序,排序后,再对两个已经排序好的数组进行合并。这种思想可以用递归方式很容易实现。归并排序的时间复杂度为O(nlogn),空间复杂度为O(n)。-Merge sorting (merge sort) embodies the idea of partition, about an array to be sorted into two parts, the two parts merge sort, sort, then sort the two have a good array to merge. This idea can be recursively easy to implement. Merge sort time complexity is O (nlogn), space complexity is O (n).
Platform: | Size: 25600 | Author: yang | Hits:

[Data structslinked_lists

Description: makes 3 linked-lists by 3 .txt files, than merge them and gives it all to a screen with brain algorithm. -makes 3 linked-lists by 3 .txt files, than merge them and gives it all to a screen with brain algorithm.
Platform: | Size: 1159168 | Author: Vixton | Hits:

[Delphi VCLCrack_Araxis_Merge_v6.5_build_1524_and_build_1624.

Description: 这个工具是用来merge代码的,就是用这个工具可以比较两个代码的不同,并且能够进行版本覆盖-This tool is used to merge with the code, this tool can compare the two different, and the code to cover version
Platform: | Size: 34816 | Author: 卢松 | Hits:

[matlabsplit_merge

Description: source code for split and merge of image
Platform: | Size: 1024 | Author: Divya | Hits:

[Special Effectssegmentation

Description: 分裂合并分割,能很好地进行图像分割的处理-split-merge segmentation
Platform: | Size: 1024 | Author: 范洪 | Hits:

[2D Graphicpimed

Description: merge two images seamlessly.
Platform: | Size: 14336 | Author: calgarylkh | Hits:

[Data structsmerge

Description: Sorting done using merge sort technique.Coding in written in C.
Platform: | Size: 3072 | Author: vvk | Hits:

[Consolemerge_sort

Description: Merge sort c++. It is written with visual c++ and simulate a merge sort.
Platform: | Size: 3547136 | Author: glucar | Hits:

[Linux-Unixbsp-merge

Description: BSP merge sort. I ran it on ubuntu!
Platform: | Size: 1024 | Author: Sarah | Hits:

[MPImerge_using_mpi

Description: Merge sort algorithm with mpi
Platform: | Size: 1024 | Author: sddas | Hits:

[Algorithmmerge

Description: MERGE SORT ALGORITHM IN C-MERGE SORT ALGORITHM IN C++
Platform: | Size: 1024 | Author: veda | Hits:

[JSP/Javamerge.java

Description: merge soting in java. Full code
Platform: | Size: 1024 | Author: jackdear44 | Hits:

[Data structsmerge

Description: 递归实现的二路归并排序,本代码实现了对一个任务结构体按其收益从大到小排序-Recursive merge sort, the code structure of a task descending order according to their income
Platform: | Size: 1024 | Author: Rhonda | Hits:
« 1 2 3 45 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net