期刊文献+

计算机程序设计中的排序方法 被引量:1

Sorting methods in computer program design
在线阅读 下载PDF
导出
摘要 排序是计算机程序设计中的一种重要操作,它的功能是将一个数据元素(或记录)的任意序列重新排列成一个按关键字有序的序列。由于待排序的记录数量不同,使得排序过程中涉及的存储器不同,可将排序方法分为内部排序和外部排序两大类。主要研究内部排序中的冒泡法排序、选择法排序、快速排序3种排序方法。从排序的思想、排序的过程以及算法的稳定性3个方面进行探讨。 Sorting is an important operation in computer programs design. Its function is re-sorting an arbitrary data element (or record) into a series by keywords. Because of the record number of different sorting question, it makes the process of sorting allocate different memories. Sorting can be divided into two types: one is the in- ternal sorting, it is a sorting process for the record to store in the computer's memory; The other is the external sorting, it refers to visit external memory in the process of sorting because the large number of sorting records, A memory which can not accommodate all the records. In the paper we discusses the order of several internal: bubble sorting, selection sorting, quick sorting and so on, This paper discusses mainly the thinking of sorting, the sorting process and the stability of the three algorithms.
作者 吴奇英
出处 《交通科技与经济》 2007年第4期74-76,共3页 Technology & Economy in Areas of Communications
关键词 排序 冒泡法排序 选择法排序 快速排序 sorting bubble sorting selection sorting quick sort
  • 相关文献

参考文献5

  • 1严蔚敏.数据结构C 语言版,2003.
  • 2谭浩强.C 程序设计,2004.
  • 3王向阳,杨红颖,高存臣.一种新的分“档”快速排序算法[J].小型微型计算机系统,2001,22(8):973-976. 被引量:7
  • 4Clifford A Shaffer;张铭;刘晓丹.数据结构与算法分析,1998.
  • 5曹桂琴.数据结构基础,1999.

二级参考文献5

共引文献6

同被引文献2

引证文献1

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

内容加载中请稍等...
;
使用帮助 返回顶部