资源列表
chazhao
- 数据结构3种查找算法的比较。输出其平均用时。-Comparison of three kinds of lookup data structure algorithms. The output of its average time.
shujujiegou
- 非常好用,简单易懂,适合初学者学习,对于C程序员来说,学习数据结构是非常必要的-Very convenient, easy-to-read, suitable for beginners to learn, for C programmers to learn the data structure is very necessary
Eight
- VC++写的八数码问题求解,带求解过程,用双向BFS,Astar,即IDAstar多种方法实现,附带多种算法比较。-VC++ to write the eight digital problem solving, with the solution process, with bi-directional BFS, Astar, which IDAstar a variety of methods to achieve, compared with a variety of algorithms
License-plate-location
- 車牌定位演算法實現代碼 本系統主要分成兩個部份,第一部份為車牌定位及字元分割,影 像經過 Sobel邊緣偵測、雜訊濾除、二值化及投影法將影像中車牌的 字元包含破折號的位置做切割。第二部份為字元辨識,將細化處理後 的字元透過節點位置的判定、節點方向性、四角定位及水平垂直特徵 的分類將字元辨識出來-License plate location algorithm code
BagProblem
- 背包问题的贪心算法,可以解决N个背包的问题-bag problem,
1
- 方差分析 和 回归分析 程序代码 可以用 课程设计 可以下载 -Analysis of variance and regression analysis program code can be download curriculum design
datastructandalg
- 数据结构与算法分析+C+++描述+第三版》答案-Data structure and algorithm analysis+ C+++ describe+ the third edition of " The answer
data
- 数据结构与算法分析c++ 描述 答案 一本非常实用的书籍
StackTest
- 顺序栈和堆栈的实现。 顺序栈被定义为一个结构类型,它有两个域data和top。data为一个一维数组,用于存储栈中元素,DataType为栈元素的数据类型(有待设定)。top为int型,它的取值范围为0..sqstack_maxsize-1。top=0表示栈空,top=sqstack_maxsize-1表示栈满。-Order stacks and stacks of implementation. Is defined as a sequence of stack structure typ
p
- 《数据结构与算法分析+C 2B 2B+描述+第三版》答案-answer
floyed_and_Dijkstra
- 弗洛伊德和迪杰斯科拉特算法 vs2010实测通过很完美的哦-Floyed and Dijstra algorithm vs2010 measured perfect