搜索资源列表
C-Sort
- 本文档讲解了几种排序方式的优缺点。包含直接插入、希尔、直接选择、冒泡、快速、堆、二路归并等排序方式。-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.
paixusuanfa
- 排序算法,其中包括插入排序,合并排序,选择排序和冒泡排序
电话本管理系统
- 提高输入容错。判断输入的对错。 时间关系,搜索功能为线性搜索,现增强如下:f_search:费氏查找法;btree:二叉树查找法;l_search:线性查找法; r_search:递归折半查找法;zcsear:杂凑碰撞查找法;o_sear:插补查找加强法; 排序是冒泡法,现增强为:heaps:累堆排序;binary:二叉树排序;xieer:谢耳排序;sinsert:插入排序;quicks:快速排序;select:选择排序法;-increase input fault tolerance. Imp
All-kinds-of-sort
- 本代码实现了几乎所有的排序算法,如冒泡排序,选择排序,基数排序,快速排序等。-This source code implements all kinds of basic sorting algorithm, such as bubble sort,radix sort,select sort,quick sort and so on.
newPaper
- 1:报刊种类添加模板选择,使样式有更多选择 2:同一类别的报纸,添加显示排序。可以设置排序的先后,可以更灵活的设置报纸在前台的显示顺序 3:前台重新设计美工,符合操作人的习惯 4.更新内核,效率更高 5.添加多种接口,方便各种形式的调用 6.增加在线FTP功能 7.增加PDF和多用户管理功能 8.优化了DIV顺序,更利于搜索引擎查找和修改 -qikanyuanma
patition
- 利用直接选择排序与快速排序结合的排序算法 效率很高 BCB编写 界面清晰易懂-The use of direct selection sort with the Quicksort sorting algorithm is highly effective combination of BCB to prepare clear and easy to understand interface
zuoye
- 编写一个能够从控制台键盘输入n个数据,并将所输入的数据进行从小到大的排序后显 示输出。 要求: 1 输入的数据个数n可以有用户确定。 2 输入的数据类型可以由用户选择,可以选择的数据类型包括:int、double和string。 -Write a to n from the console keyboard input of data, and the input data sorted from small to large display output. Requ
Six-ways-to-sort
- 本程序将六种排序方法融合在一个程序中,用时加以选择即可。-This program will sort method combines six programs in one, you can use them when they choose.
paixu
- 常见的三种排序。选择排序。插入排序。冒泡排序-Three common sort. Choose a sort. Insertion sort. Bubble Sort
DataStructureCS
- 数据结构-代码(C#实现) 链表:单链表,双向链表,循环链表 栈,队列 二叉树应用-表达式求值 树的操作 图 二分查找 排序算法:插入排序,选择排序,冒泡排序 -全是C#,附上Viso图和一些解释-data structue
homework02-LinkedQueue
- ConcurrentLinkedQueue是Queue的一个线程安全实现。 它是一个基于链接节点的无界线程安全队列。此队列按照 FIFO(先进先出)原则对元素进行排序。队列的头部 是队列中时间最长的元素。 队列的尾部 是队列中时间最短的元素。新的元素插入到队列的尾部,队列获取操作从队列头部获得元素。 当多个线程共享访问一个公共 collection 时,ConcurrentLinkedQueue 是一个恰当的选择。此队列不允许使用 null 元素。 -ConcurrentLink
quickSort_randsort
- 该源码是快速排序之随机选择排序,C++实现,POJ上测试过-The source code is quicksort the random selection sort, C++ achieve POJ tested
intoduction_to_algorithms
- 算法导论第二章各种排序算法的实现,包括插入排序,选择排序,归并排序,冒泡排序,二分查找等。-Introduction to Algorithms,Chapter 2.
Source
- 书籍《零基础学算法》书中源码内容包括数据结构问题,算法经典问题,排序算法的选择-Book " Zero-based learning algorithms," the book includes source data structure problem, algorithms classic problem, the choice of sorting algorithms
rank
- 程序主要功能是对数组的排序,可以选择排序个数,也可选择升降序排列。-Program' s main function is to sort the array, you can choose the number of sorting can also choose l descending order.
sort
- 常用的几种排序方法有直接插入排序、希尔排序、 冒泡排序、 快速排序、选择排序、堆排序 -There are several commonly used sorting method direct insertion sort, shell sort, bubble sort, quick sort, selection sort, heap sort
sort
- 五种排序算法,分别为:归并排序,快速排序,选择排序,希尔排序,插入排序-Five kinds of sorting algorithm, namely: merge sort, quick sort, select, sort, Shell sort, insertion sort
Sorting-algorithm
- 找工作时工作经典的易考排序算法,包括堆排序、快速排序、基数排序、归并排序、选择排序等-The classic work easily when looking for a job sorting algorithm,Including the heap sort, quick sort, radix sort, merge sort, selection sort, etc
MOSGA2_3
- 多目标优化排序选择法主程序,算法的多目标程序(Multi objective optimization sorting selection method, the main program, the algorithm of multi-objective program)
algorithms-master
- python 常用算法,快速排序,选择排序,合并排序,dijkstra,二分查找(algorithms:quicksort selectsort mergesort dijkstra binary_search approximation)