搜索资源列表
Patterns_src
- 快速的基于LZW算法的匹配源码,用到了二分法搜索算法。
IHDRmatlab
- 一种快速的多叉搜索树,主要用于智能发育机器人方面进行路径规划
kmp
- KMP,数据结构中快速搜索KMP算法的C语言实现
LookUpDictionary
- 一个快速,高效的字典查询软件。采用改进的红黑树的搜索算法。
数据结构的C++描述
- 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
09
- 电脑鼠走迷宫,该算法简单,能实现左转右转45°。快速搜索。-Computer Mouse Maze
sort
- 快速排序 算法题 有运行结果 分治法思想 二分搜索技术-Quicksort Algorithm title run results are thinking of governance law dichotomy search technology
IndirectList
- 使用间接访问实现快速排序及二分搜索,数据结构作业-The use of indirect access for fast sorting and binary search, data structure operations
LCsearch
- 算法:华容道问题的启发式搜索。寻求一种最优解的快速算法。-Algorithm: Huarong issues heuristic search.
sorting_and_searching
- 包括了常用的一些排序算法与搜索算法,如快速排序,桶排序,堆排序,冒泡排序,以及二分搜索等-Includes a number of commonly used sorting algorithms and search algorithms, such as quick sort, bucket sort, heap sort, bubble sort, and the two sub-search, and so
algorithm
- 九个经典算法,冒泡排序,快速排序,堆排序,矩阵相乘最优次序,分治递归法求最大元,次大元和最小元,基数排序,二叉排序树,图的深度优先搜索与广度优先搜索,KMP算法,三阶B-树(2-3树)。。内附各算法详细说明与运行报告,各程序以C/C++实现,用VC打开可直接运行-algorithm:BinarySearchTree、Bitree、BubbleSort、graphSearch、HeapSort、kmp、matrixchain、quickSort、RadixSort
KSE1.0(SRC)
- 数独探索者,快速解数独的小程序。使用哈希表优化的深度优先搜索算法。-Sudoku Explorer 1.0
QuickSort
- 快速排序与二分搜索的C++实现,适合初学者作参考-Quick sort and binary search for C++ implementation as a reference for beginners
fastsearch
- 一个快速搜索字符串的C程序,有命令行文件 -A quick search string C program, a command file
sort_exp
- 搜索算法源码:合并排序,快速排序,shell排序,插入排序,堆排序,冒泡排序,桶排序-sort: merge sort、quick sort、 shell sort、insert sort、heap sort、 bubble sort
(2)
- 各种基本算法代码 如排序算法,二分搜索,快速排序-Search the most simple dichotomy of the most basic the most effective search algorithm
maze2
- 本程序上层算法采用深度搜索和广度搜索相结合的方法,能在大部分迷宫中快速搜索到最优路径。-This program algorithm using the upper search and breadth first search depth of the method of combining the most rapid in the maze in search to the optimal path.
search
- 用C++语言编写能实现顺序搜索、简单排序、快速排序、二分搜索-C++ sequential search、binary search、Simple ranking、quicksort
varray
- 这是一个可变长度数组管理的源代码,数组的成员为任意长度的结构实例或对象,该代码封装了调用接口,可以动态添加成员对象、删除对象、和通过索引定位对象。最重要的是实现了插入排序、对散乱的数组进行快速排序、二分法搜索和二分法删除等接口。-This is a variable length array management source code, a member of the array is the example of the structure or object of any length,
classicalgorithm
- 常见经典算法,插入排序,冒泡,选择,快速,二叉搜索树-normal classic algorithm
