摘要
实际应用中经常遇到要求不改变原始数据的顺序而按关键字的大小对数据进行排序的情况,原有的一些经典排序算法不能直接用于解决该类问题。经过对选择排序算法进行研究,给出基于选择思想的不改变数据位置而对数据进行排序的算法,并利用C#语言编程对该算法的实现过程进行动态演示。
In practical application,the situation,in which it requires a listing of the data in the order of the size of the keywords without changing the order of the original data,is an often-met case.The original classic sorting algorithms cannot be used directed to solve this kind of problem.By researching on the selective sorting algorithm,puts forward an algorithm on the basis of sorting the data without changing the positions of the data.It also gives a dynamic demonstration of the implementation procedure of this algorithm by applying the C# language programming.
出处
《现代计算机》
2011年第1期25-28,共4页
Modern Computer