登录
首页 » Windows开发 » 这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头...

这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头...

于 2022-07-19 发布 文件大小:28.45 kB
0 202
下载积分: 2 下载次数: 1

代码说明:

这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法。 dinimicky_hu对原程序做了修改和优化,使用了函数指针数组,并修改了一个BUG-The head file of this programme includes 4 methods of sorting : Bublle sorting,insertion sorting,quick sorting and selection sorting.Some template technics are included in the head file in order to make these sorting metods achieved in the same time . The source code is recomposed and optimized by Dinimicky_hu , using the some arrays of function pointer ,and amened some bugs.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 魔方c语言游戏源代码
    魔方c语言游戏源代码-Cube game source code
    2022-01-21 17:35:35下载
    积分:1
  • 这本书是一个彻底改写的第一个版本,以反映所有的变化…
    This book is a thorough rewrite of the first edition to reflect all the changes introduced in C++ by the finalization of the ANSI/ISO C++ Standard. The entire text present in the first edition has been examined and rewritten, sometimes removing old examples, often changing existing examples and adding new ones, and adding many new exercises. Significant rearrangement and re-ordering of the material took place to reflect the availability of better tools and my improved understanding of how people learn C++. A new chapter was added which is a rapid introduction to the C concepts and basic C++ features for those who haven’t been exposed. The CD ROM bound into the back of the book contains a seminar which is an even gentler introduction to the C concepts necessary to understand C++ (or Java). It was created by Chuck Allison for my company (MindView, Inc.) and it’s called “Thinking in C: Foundations for Java and C++.” It introduces you to the aspects of C that are necess
    2022-10-23 19:40:04下载
    积分:1
  • 题目:计算打鱼还是晒网题目:企业放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10%;利润高    于10万元,低于20万元时,低于10...
    题目:计算打鱼还是晒网题目:企业发放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10%;利润高    于10万元,低于20万元时,低于10万元的部分按10%提成,高于10万元的部分,可可提    成7.5%;20万到40万之间时,高于20万元的部分,可提成5%;40万到60万之间时高于    40万元的部分,可提成3%;60万到100万之间时,高于60万元的部分,可提成1.5%,高于    100万元时,超过100万元的部分按1%提成,从键盘输入当月利润I,求应发放奖金总数? 1.程序分析:请利用数轴来分界,定位。注意定义时需把奖金定义成长整型。   -topics : computing net fishery or drying topics : corporate bonus payments made to generate profit. Profit (I) less than or equal to 10 million, the prize money to be raised by 10%; The profit of more than 10 million, less than 20 million, less than 10 million by some 10%, which hovered above 10 million, cocoa generate 7.5%; 200,000-400,000 it among when more than 20 million, could generate 5%; 400,000 to 600,000 between when more than 40 million, can generate 3%; 6-1000000 between, above 60 million, could generate 1.5%, higher than 100 million, more than some 1 million by 1% will generate from the keyboard month profit I, for the total prize money should be paid? 1. Program Analysis :
    2022-08-25 11:42:32下载
    积分:1
  • 可以将各种格式的资源打包成一个文件供应用程序读取
    C++开发的一个将各种类型的资源(包括文本,图像,整数,二进制等)打包成一个资源包的程序,用于给我自己的UI引擎使用。
    2022-04-23 19:02:33下载
    积分:1
  • VC.NET转换成VC6.0的程序源码.将VC.NET工程转换成VC6.0工程的程序源码...
    VC.NET转换成VC6.0的程序源码.将VC.NET工程转换成VC6.0工程的程序源码-VC.NET VC6.0 into the program source code. VC.NET project will be converted into VC6. 0 works procedures FOSS
    2023-08-05 03:25:02下载
    积分:1
  • 将程序设置成为机自动执行的程序,希望能对大家有用
    将程序设置成为开机自动执行的程序,希望能对大家有用-The program automatically set as the boot process, hoping to be useful to everyone
    2022-02-04 21:55:55下载
    积分:1
  • Windows socket编程的客户端实现。
    Windows socket编程的客户端实现。-Windows socket programming, client-side implementation.
    2023-07-07 12:45:03下载
    积分:1
  • PC serial transmission of data, receives eight consecutive information, or to re...
    使串口接受上位机发送的数据,当接受到8个连续数据后,将接收计数值加一后数出数码管显示,并将数据原封不动的发送会上位机。-PC serial transmission of data, receives eight consecutive information, or to receive a numerical increase after a few out of the digital display, and will send the data was intact aircraft.
    2022-05-28 13:12:59下载
    积分:1
  • 模拟系统进程调度,可以完成进程调度.可以根据进程的优先级决定执行顺序,并根据执行时间而动态决定优先级....
    模拟系统进程调度,可以完成进程调度.可以根据进程的优先级决定执行顺序,并根据执行时间而动态决定优先级.-system process scheduler simulator, it can adjust the executive order according as the process priority, and adjust process priority according as executed time.
    2022-06-01 12:30:59下载
    积分:1
  • VB《葵花宝典》
    VB《葵花宝典》--指针技术》配套代码-VB "Talents Scheme"-- target technologies "complementary code
    2022-04-30 20:53:22下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载