文件名称:MergeSort
- 所属分类:
 - 数值算法/人工智能
 - 资源属性:
 - [Windows] [Visual.Net] [源码]
 - 上传时间:
 - 2014-05-05
 - 文件大小:
 - 618kb
 - 下载次数:
 - 0次
 - 提 供 者:
 - 贾**
 - 相关连接:
 - 无
 - 下载说明:
 - 别用迅雷下载,失败请重下,重下不扣分!
 
下载 
            
                
                
	
	
	
	
                    别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
            如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
归并排序,采用分治法的一个典型应用。主要步骤可以简单的描述为:【从小到大排序】
第一步:把数组分成左右两个数组,然后递归直至左右数组只包含单个元素【最底层】;
第二步:从单个元素开始,归并数组,使得数值小的在上一层数组的左侧,数值大的在上一层数组的右侧,然后递归,直至到原数组【最顶层】。-Merge sort, using a typical application of divide and conquer method. The main steps can be simply described as: [] The first step in ascending order: the array is divided into left and right arrays, then recursively until around the array contains only a single element [bottom] Step Two: Start from a single element, merge array, making the value of a small layer on the left side of the array, the value in the right layer of the large array, and then recursively until the top level to the original array [].
			第一步:把数组分成左右两个数组,然后递归直至左右数组只包含单个元素【最底层】;
第二步:从单个元素开始,归并数组,使得数值小的在上一层数组的左侧,数值大的在上一层数组的右侧,然后递归,直至到原数组【最顶层】。-Merge sort, using a typical application of divide and conquer method. The main steps can be simply described as: [] The first step in ascending order: the array is divided into left and right arrays, then recursively until around the array contains only a single element [bottom] Step Two: Start from a single element, merge array, making the value of a small layer on the left side of the array, the value in the right layer of the large array, and then recursively until the top level to the original array [].
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MergeSort
.........\MergeSort
.........\.........\Debug
.........\.........\.....\BuildLog.htm
.........\.........\.....\main.obj
.........\.........\.....\MergeSort.exe
.........\.........\.....\MergeSort.exe.embed.manifest
.........\.........\.....\MergeSort.exe.embed.manifest.res
.........\.........\.....\MergeSort.exe.intermediate.manifest
.........\.........\.....\MergeSort.ilk
.........\.........\.....\MergeSort.pdb
.........\.........\.....\mt.dep
.........\.........\.....\vc90.idb
.........\.........\.....\vc90.pdb
.........\.........\main.cpp
.........\.........\MergeSort.ncb
.........\.........\MergeSort.sln
.........\.........\MergeSort.suo
.........\.........\MergeSort.vcproj
.........\.........\MergeSort.vcproj.jim-PC.jim.user
.........\白话经典算法系列之五 归并排序的实现 - MoreWindows Blog - 微软最有价值专家的个人技术博客 - 博客频道 - CSDN.pdf