文件名称:MergeSort

介绍说明--下载内容均来自于网络,请自行研究使用

归并排序,采用分治法的一个典型应用。主要步骤可以简单的描述为:【从小到大排序】

第一步:把数组分成左右两个数组,然后递归直至左右数组只包含单个元素【最底层】;

第二步:从单个元素开始,归并数组,使得数值小的在上一层数组的左侧,数值大的在上一层数组的右侧,然后递归,直至到原数组【最顶层】。-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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org