CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - sort
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Games
SDK
Other
Search - sort - List
[
Other resource
]
直接插入冒泡选择排序算法的实现
DL : 0
排序是数据结构中的一项重要内容,该算法包括了直接插入冒泡选择排序算法的实现- The arrangement is in a construction of data important content, this algorithm has included the direct insertion bubbling choice sort algorithm realization
Date
: 2008-10-13
Size
: 1.3kb
User
:
杨涛
[
Other resource
]
数据结构中所用的8种排序方法
DL : 0
本程序集合了数据结构8种主要的排序方法:插入排序、冒泡排序、选择排序、快速排序、希尔排序、堆排序、归并排序、基数排序。-the procedures set of data structure of the eight major sequencing method : Insert ranking Bubble Sort, select, in order of Quick Sort, Hill sequencing, heap sort, merge, in order of ranking base.
Date
: 2008-10-13
Size
: 76.72kb
User
:
吴晓辉
[
Other resource
]
字符排序
DL : 0
这是一个数据结构的常用算法,是关于字符排序的,输入一串字符用算法实现字符排序-This is a common data structure algorithms, is the sort of character input string of characters with character Sort Algorithm
Date
: 2008-10-13
Size
: 12.49kb
User
:
飞扬草
[
Other resource
]
hi_lo和堆排序
DL : 0
冒泡排序、折中排序,实现排序最快化,达到优化功能-Bubble Sort, compromise, in order to achieve the fastest order, optimize functions
Date
: 2008-10-13
Size
: 28.68kb
User
:
李焕彬
[
Other resource
]
学生成绩管理系统(完全自己做的
DL : 0
呵呵,帮同学做的一个C语言课程设计 学生成绩管理系统(完全自己做的) 功能:成绩录入,按成绩排序,查询各分数段的学生, 用菜单实现功能。 -----作者:小鲨-A student score management system for course paper. Function: input, sort, query, all function controlled through menu.
Date
: 2008-10-13
Size
: 1.97kb
User
:
刘鹏
[
Other resource
]
聚类程序
DL : 0
图像模式识别的聚类器设计,采用VC++实现,和分类器设计相对应。-the designation of image pattern recognation,VC++ is adopted, along with the sort ware designation
Date
: 2008-10-13
Size
: 263.12kb
User
:
zxm
[
Other resource
]
排序算法演示
DL : 0
各种常用的排序算法的演示程序, 以顺序表作为存储结构~~~~ 欢迎大家指正-A demo for different sort arithmetic,use qlist as store type. welcome ues and question
Date
: 2008-10-13
Size
: 11.12kb
User
:
李鹏
[
Other resource
]
quick_sort
DL : 0
快速排序,实现排序的时间再一般情况下的时间复杂性为nlogn算法实现-Quick Sort and achieve ranking period of time under normal circumstances the complexity of finite algorithm
Date
: 2008-10-13
Size
: 52.64kb
User
:
hua
[
Other resource
]
signal_cpu_sort
DL : 0
Use the verilog language write a MIPS CPU code, and have additional instruction, for example: selection sort instruction. The code has contain combination circuit and sequenial circuit. CPU have contain ALU, ADD, ALU_CONTROL, DATA_MEMORY, INST_MEMORY, REGISTER, PC, and TESTBRANCH.-Use the verilog language write a MIPS CPU code, and have additional instruction, for example: selection sort instruction. The code has contain combination circuit and sequenial circuit. CPU have contain ALU, ADD, ALU_CONTROL, DATA_MEMORY, INST_MEMORY, REGISTER, PC, and TESTBRANCH.
Date
: 2008-10-13
Size
: 8.75kb
User
:
張大小
[
Other resource
]
ANSSort
DL : 0
给定字符串,按照英文字母、数字、符号顺序排序算法-given string, according to the English alphabet, numbers, symbols order Sort Algorithm
Date
: 2008-10-13
Size
: 132.64kb
User
:
ss
[
Other resource
]
数据结构配套光盘
DL : 0
《数据结构》配书光盘 内容包括:线性表,栈和队列,串,数组与广义表,树,图,查找,排序等所以算法。 该光盘中配有《数据结构》一书中的所有算法、每一个算法的 C 程序(后缀为 .cpp 的文件)及可执行文件(后缀为 .exe 的文件)。-"data structure" assigned CD include : linear table, stack and queue, strings, arrays and broad scale tree, map, search, sort, etc. So algorithm. The CD-ROM equipped with a "data structure," a book of all the algorithm, the algorithm for each one C (suffix. Cpp files) and the executable file (wayward. Exe files).
Date
: 2008-10-13
Size
: 2.6mb
User
:
mars
[
Other resource
]
平衡二叉排序树的综合操作1
DL : 0
数据结构常用算法:平衡二叉排序树的综合操作 全部程序代码,在C环境编译通过。-algorithm commonly used data structures : a balanced binary sort tree all integrated operation code, the C compiler through the environment.
Date
: 2008-10-13
Size
: 2.76kb
User
:
牛牛
[
Other resource
]
排序算法汇总和比较
DL : 0
实现了插入排序,希尔排序, 冒泡排序,快速排序,选择排序,堆排序和归并排序,以及可以对排序的性能进行分析,较适合用作排序算法的学习-achieved insertion sort, Hill, in order Bubble Sort, quick sort, select, in order of ranking and sculpture merge sorting, and sequencing can analyze the performance and more appropriate for the learning algorithm
Date
: 2008-10-13
Size
: 36.95kb
User
:
叶靥
[
Other resource
]
sort_method
DL : 0
各种排序算法,包括快速排序、插入排序、选择排序、SHELL排序-various sorting algorithms, including rapid sorting, insertion sort, select, in order of ranking SHELL
Date
: 2008-10-13
Size
: 2.92kb
User
:
范凯生
[
Other resource
]
C程序自动测试程序系统
DL : 0
C程序自动测试程序系统,主要是测试数据结构中的几个经典算法:关于排序,树的遍历等.-C automatic test procedures, test data is the main structure of classical algorithm : Sort of, such as tree traversal.
Date
: 2008-10-13
Size
: 565.88kb
User
:
徐杰
[
Other resource
]
DEMO(sort)
DL : 0
实现各种内部排序。包括冒泡排序,直接插入排序,Shell排序,快速排序,堆排序,并比较排序的比较次数和移动次数。主要是C语言。-achieve internal order. Including bubble sort, direct insertion sort, Shell sort, quick sort, heap sort, and compare the ranking of number and mobile number. C is the main language.
Date
: 2008-10-13
Size
: 10.54kb
User
:
张某某
[
Other resource
]
C-Sort
DL : 0
本文档讲解了几种排序方式的优缺点。包含直接插入、希尔、直接选择、冒泡、快速、堆、二路归并等排序方式。-this document on the order of several ways the advantages and disadvantages. Include direct insertion, Hill, direct choice, Bubble, rapid and heaps of two-way merge, etc. Sort.
Date
: 2008-10-13
Size
: 82.47kb
User
:
wyk
[
Other resource
]
sort
DL : 0
经典的剪枝,全排序,排序组合。使用了很棒的递归算法。a good sort agorithm.
Date
: 2008-10-13
Size
: 3.63kb
User
:
禾路
[
Other resource
]
SORT
DL : 0
STL sort()函数使用详细介绍 包含STL算法介绍文档
Date
: 2008-10-13
Size
: 2.45mb
User
:
朱明悦
[
Other resource
]
bucket sort
DL : 0
应用bucket sort 算法并行排列一组随机数据
Date
: 2011-04-27
Size
: 1.41kb
User
:
fireabe
«
1
2
3
4
5
6
7
8
9
10
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.