文件名称:VCPPinsort
介绍说明--下载内容均来自于网络,请自行研究使用
1. 采用插入排序的方法,输入10个整数按升序排序后输出。要求编写一个通用的插入排序函数InsertSort()。它带有三个参数,第一个参数是含有n个元素的数组,这n个元素已按升序排序;第二个参数给出当前数组中元素的个数;第三个参数是要插入的整数。该函数的功能是将一个整数插入到数组中,然后进行排序。另外还需要一个用于输出数组元素的函数Print(),要求每一行输出5个元素。-A. Insertion sort, the output of input 10 integers sorted in ascending order. Prepared at the request of a generic function InsertSort insertion sort (). With three parameters, the first parameter contains an array of n elements, n elements are sorted in ascending order second parameter gives the number of elements in the current array The third parameter is the integer to be inserted . The functionality of the function is inserted into an integer array, then sort. Also need an output array elements function the Print (), each line of output of five elements.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
VC++insort.doc