文件名称:DirectInsertSort
介绍说明--下载内容来自于网络,使用问题请自行百度
实现直接插入排序
要求:封装成一个函数,形式如下:
void DirectInsertSort(bool bOrder, bool bPrintEveryStep, int * array)
其中,参数bOrder是布尔类型变量,true表示升序,false表示降序
bPrintEveryStep表示是否把每一步的排序结果打印出来,true表示打印,false表示不打印
array是待排序的数组
-direct insertion sorting requirements : Packaging, as a function, the form is as follows : void DirectInsertSort (bool bOrder. bool bPrintEveryStep, int * array) which, bOrder parameter is a Boolean variable types, true ascending said. false descending bPrintEveryStep said whether they regard each step of the sort Print out the results, said Print true, not false print array is to sort the array
要求:封装成一个函数,形式如下:
void DirectInsertSort(bool bOrder, bool bPrintEveryStep, int * array)
其中,参数bOrder是布尔类型变量,true表示升序,false表示降序
bPrintEveryStep表示是否把每一步的排序结果打印出来,true表示打印,false表示不打印
array是待排序的数组
-direct insertion sorting requirements : Packaging, as a function, the form is as follows : void DirectInsertSort (bool bOrder. bool bPrintEveryStep, int * array) which, bOrder parameter is a Boolean variable types, true ascending said. false descending bPrintEveryStep said whether they regard each step of the sort Print out the results, said Print true, not false print array is to sort the array
(系统自动生成,下载前可以参看下载内容)
下载文件列表
新建 文本文档.txt
www.dssz.com.txt
www.dssz.com.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.