资源列表
shunxubiaolianbiao
- 大三数据结构的实验。 个人写的代码。 顺序表。和链表-The junior data structure experiment. Personal writing code. The order of the table.
a3003@04.02
- 本程序算法相对简单,可以申请一个2维数组,作为方格的抽象,本程序做了一个尝试,即将2维数组变为一维,但是仍然可以通过整数除法与模运算求得相应与2维数组的行列数值。本题算法其实是经典迷宫问题的一个变种。只是判断规则和行走规则有所出入。解决思想基本一致。现规定从当前点有4*step(step是最大步长)个选择(如果存在的话,否则到方格边界则不走);采用回溯遍历所有的情况,取得最大值输出。-The program algorithm is relatively simple, can apply fo
QuickSort
- 快速排序,使用数组和指针两种方式完成快速排序算法-Quick sort, to use the two ways ofarrays and pointers completes the quick sort algorithm
C_STL
- stl源码分析,里面介绍了很好stl的具体实现,对学习数据结构跟算法的同学很有帮助-stl code
tree
- C语言树的简单实现,介绍了树你前序遍历,树插入与删除节点的实现-C-tree is simple to achieve, before you introduced the tree traversal, tree insert and delete nodes to achieve
KDTreeTest
- 这是一个名为kdtree的数据结构源码,用来划分高维空间,并且查找最近的点-this source code is a kind of structure to split the space of multi-dimension, which is named kdtree. And you can use it to compute the nearest point in the database.
LLE
- 该算法是局部线性嵌入的算法,代码无误,已运行,并且附带数据集,可以使用,非常实用。-The algorithm is locally linear embedding algorithm, the code is correct, has been running, and with the data set, you can use, very practical.
shujujiegou
- 一本学习数据结构的电子书籍。适用于考计算机专业研究生的同学。-A study of the electronic book data structure. Test computer for postgraduate students.
octomap-devel
- 一个基于八叉树的高效概率三维映射框架,主要包括OctoMap库和octovis查看器-An Efficient Probabilistic 3D Mapping Framework Based on Octrees. Contains the main OctoMap library, the viewer octovis.
CPP_map
- 图的基本结构,及基本操作,包括最短路径树,最小生成树的Prim算法和克鲁斯卡尔算法-Map the basic structure and basic operations, including the shortest path tree, Prim' s minimum spanning tree algorithm and Kruskal algorithm
sizeyunsuan
- 数据结构——实现四则运算 是所学的数据结构课的一门课程设计-the four species
4
- Hash表应用 任务 :设计散列表实现电话号码查找系统。 基本要求: 1) 设每个记录有下列数据项:电话号码、用户名、地址; 2) 从键盘或文件输入各记录,不少于30个,以电话号码为关键字建立散列表; 3) 采用开放定址的方法解决冲突; 4) 查找并显示给定电话号码的记录; -Hash Table Application task: design hashtable phone number lookup system. Basic requirements: 1