文件名称:HeapMergeSort

  • 所属分类:
  • 数学计算/工程计算
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 7kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • cjw***
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

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

Sorting by Heapsort and Mergesort algorithms.

===================================

Input file:H01dat.txt

----------------------------

包含第一列為n a b

第二列以後為a1 a2 a3 a4 ...... an



n:要排序的輸入資料數。

ai:要排序的資料,以space 或換行隔開,程式要能自行判斷資料輸入到n筆為止。



-------------------------------------Output:使用標準輸出〈即輸出到螢幕〉

-------------------------------------a:若a = 1,使用heapsort;若a = 2,使用mergesort。

b:若b = 1,則顯示排序後的結果〈由小到大〉;

若b = 2 且a = 1,則輸出Heapsort前兩次的過程(包含Heapify 過程);

若b = 2 且a = 2,Megersort 則輸出前五次sort 的過程。

-Sorting by Heapsort and Mergesort algorithms. =================================== Input file: H01dat.txt--------------------------- nab the second column contains the first column after the a1 a2 a3 a4 ...... an n: to the number of input data sorted. ai: to sort the data, separated by space or newline, the program must be able to judge for themselves the information input to the n pen up.------------------------------------- Output: standard output < that is output to the screen> ------------------------------------ a: if a = 1, using the heapsort if a = 2, using mergesort. b: If b = 1, then display the results sorted < steeled>  if b = 2 and a = 1, the output Heapsort during the last two (including Heapify process) if a = b = 2 and 2, Megersort sort the output process of the previous five.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

HeapMergeSort\HeapMergeSort\H01dat.txt

.............\.............\HeapMergeSort.cpp

.............\.............\HeapMergeSort.exe

.............\HeapMergeSort

.............\HeapMergeSort_README.txt

HeapMergeSort

相关说明

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

相关评论

暂无评论内容.

发表评论

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

源码中国 www.ymcn.org