文件名称:Bubble-sort-method
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 353kb
- 下载次数:
- 0次
- 提 供 者:
- 陈*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
冒泡法排序:如果有n个数,则要进行n-1趟比较。在第1趟比较中要进行n-1次两两比较,在第j趟比较中要进行n-j次两两比较-Bubble sort method: If you have n numbers, n-1 times will have to be compared. Times in comparison to the first n-1 times for any two, in comparison to the j-times nj times for pairwise comparison
(系统自动生成,下载前可以参看下载内容)
下载文件列表
冒泡法排序\chenjun.dsp
..........\chenjun.dsw
..........\chenjun.ncb
..........\chenjun.opt
..........\chenjun.plg
..........\Debug\chenjun.exe
..........\.....\chenjun.pdb
..........\.....\vc60.pdb
..........\.....\冒泡法排序.obj
..........\冒泡法排序.cpp
..........\Debug
冒泡法排序
..........\chenjun.dsw
..........\chenjun.ncb
..........\chenjun.opt
..........\chenjun.plg
..........\Debug\chenjun.exe
..........\.....\chenjun.pdb
..........\.....\vc60.pdb
..........\.....\冒泡法排序.obj
..........\冒泡法排序.cpp
..........\Debug
冒泡法排序