资源列表
random_vehicle2
- 產生車流擋 藉此來時做模擬vanet 的實際情況-random vehicle
RANSAC-Toolbox-master
- RANSAC算法,根据一组包含异常数据的样本数据集,计算出数据的数学模型参数,得到有效样本数据的算法。在其他地方下到的。-RANSAC algorithm, according to a group containing an abnormal data set of sample data, calculate the parameters of the mathematical model of the data, the effective sample data algorithm. D
QuickSort
- 快速排序法的VC实现,可帮助初学者在学习数据结构时对排序法的了解和掌握-The quick sort VC realization can help beginners in learning the data structure to understand and master the Sort method
Graph
- 数据结构中关于图的建立与简单应用,适用于初学者对概念的掌握和在VC6.0环境下的实现-The construction of Graph
最长子段
- 本程序由本人所写,器主要求解矩阵中的行或列以及斜线的连续元素和小于某一阈值的最长子段
数字九宫格
- 本程序由本人所写界面优美,可求解数字九宫格
depthFirstSearch
- 图的深度优先查找算法(包括递归和非递归),C++源代码。-The diagram of the depth-first search algorithm (including recursive and non-recursive) the C++ source code.
Hash
- 本例是用C语言编写的HashMap相关操作的源码,其中包含了原理介绍及其他操作,4个工程,非常值得下载学习。VS2008直接可以打开运行。-This case is HashMap operation using the C language source code, which contains a principle introduced and other operations, and four of the project, well worth the download learni
program3
- 数据结构实验,有关迷宫的算法,可以输入一个迷宫,功能有迷宫的输出,带路径的迷宫输出-Structure experiments, data about the maze algorithm, you can enter a maze, maze output function, with the path of the labyrinth output
kusupaixu
- 数据结构实验,快速排序算法,输入十个无序数字,可以输出正确排序结果。-Data structure experiments, fast sorting algorithm, input ten disorderly digital, you can output the correct sort results.
VectorADT
- 基于C++模板编程实现的标准模板库——Vector-programming based C++ template to implement Standard Template Library- Vector
BinarySearchTree
- 使用C++语言实现的数据结构——二叉查找树-Data structure- a binary search tree using C++ language
