搜索资源列表
chsword_stack
- 一个自写的STACK栈的结构,可直接使用,暂没发现什么问题-since written a Stack of Stack structure can be directly used, the occasional problem, we did not find anything
shiziliaobiao
- 实现了数据结构数组算法中的十字链表的相加,可直接使用
TestOrder
- 一个列出所有Lexsil序列的程序,可直接使用- This program generates all subsets by lexical order
12M1a1t1ri9x_123
- 矩 阵实现封装库,已测试可直接使用到个人的工程应用中-Matrices package library, have been tested can be used directly to individual project applications
CH1
- 数据结构第一章主要算法的源代码,都是经过验证的,可直接使用-The first chapter, the data structure source code of the algorithm are proven, can be used directly
huffman
- 数据结构中生成最小二叉树,已通过测试,可直接使用-Generate the smallest binary tree data structure, has been tested, can be used directly
graph
- 图的深度优先与广度优先遍历源代码,可直接使用-Graph depth-first and breadth-first traversal
stop
- 由于停车场是一个狭窄通道,问题要求汽车“到达”或“离去”信息。由此很容易联想到数据结构中的堆栈模型,因此可首先设计一个堆栈,以堆栈来模拟停车场,又每个汽车的车牌号都不一样,这样一来可以根据车牌号准确找到汽车位置,所以堆栈里的数据元素我设计成汽车的车牌号。当停车场内某辆车要离开时,在他之后进入的车辆必须先退出车场为它让路,待该辆车开出大门外,其他车辆再按原次序进入停车场。这是一退一进的过程,而且让道的汽车必须保持原有的先后顺序,因此可再设计一个堆栈,以之来暂时存放为出站汽车暂时让道的汽车车牌号。当
k_d-tree-
- k-d tree的matlab与VC混合实现,可直接使用-using matlab and VC mix programming to realize kd tree.can be used used directly
TreeClass
- 一个不错的树模板类,可直接拿来使用,一个外国人写的-A good tree template class that can be directly used to write a foreigner
Tjjuzhengh
- 实现稀疏矩阵转化为三元组,并且且进行转置和其他运算。可直接使用。 -Sparse matrix into triples, and transposition and other operators. Can be used directly.
Beerchashui
- 二叉树的C++代码 用处很多的哦 尤其对那些正在学学数据结构的同学而言 ,经测试可直接使用。 -Binary tree C++ code useful, a lot especially for those students is to learn the data structure has been tested and can be used directly.
TDIJKSTRAAsh
- 这是一个求最短路的算法,用DIIJKSTRA的方法可直接使用。 -This is a request to the shortest path algorithm, DIIJKSTRA the method can be used directly.
Lhheap_dji
- 使用堆+链表实现dijksttra,求单源最短路可直接使用。 -The heap+ linked list dijksttra seeking single-source shortest path can be used directly.
Msearchha
- 迷宫搜索 ,A*算法 ,自动生成成迷宫矩阵,查找最短路径可直接使用。 -Maze search, A* algorithm, and automatically generated into a maze matrix, find the shortest path can be used directly.
AQuadTree_srcb
- 国外比较好的一个四叉树源码,对研研究空间索引的同学有帮助可直接使用。 -Foreign good a quadtree source code, help can be used directly for research students to study the spatial index.
QQUBBIT4MATLAu
- 量子信息科学使用的源码和量子进化算法,包含量子状态等等,而且附有详细的说明文档 可直接使用。 已通过测试。 -Source of quantum information science and quantum evolutionary algorithm, including the quantum state, and accompanied by detailed documentation can be used directly. Has been tested.
1
- 动态线性表数据结构,VC6.0,可直接编译使用-Dynamic linear list data structure, VC6.0, can be directly compiled with the
json
- JSON类 包括所有需要的头文件和实现文件 可直接使用-The JSON class includes all the necessary header files and implementation files can be used directly
compress
- (Lempel-Ziv-Welch)LZW压缩的源代码,使用c++编写的,无测试用例,可直接使用 -Lempel-Ziv-Welch compress