搜索资源列表
数据结构配套光盘
- 《数据结构》配书光盘 内容包括:线性表,栈和队列,串,数组与广义表,树,图,查找,排序等所以算法。 该光盘中配有《数据结构》一书中的所有算法、每一个算法的 C 程序(后缀为 .cpp 的文件)及可执行文件(后缀为 .exe 的文件)。-"data structure" assigned CD include : linear table, stack and queue, strings, arrays and broad scale tree, map, searc
图的搜索
- 在VC的环境下,用C++实现A*算法和双向A*算法,并且能够通过设置不同的参数随机产生以邻接表存储网络图,从而可以对不同启发策略的A*算法进行测试和实验。-in VC environment, the C achieving A * algorithm and the two-way A * algorithm, and through a variety of parameters to generate random adjacent table storage network map, t
DSAAcodes
- 《数据结构、算法与应用》从C++语言应用角度列举了要点,以大量示例实现了表、树、图数据结构,最后实证了各种典型算法。以标准C++语法,模板化设计,符合软工思想。此内容为源码。-"data structures, algorithms and applications" from the perspective of C language application listed on the main points, a large number of examples to a
5地图染色d
- 基于C++的MFC实现的地图着色问题。对于使用文档/视图模型的 MFC 应用程序。-based on C + + MFC map rendering issues. The use of Document / View model MFC applications.
vertex
- 数据结构里关于图的邻接矩阵的建立,用c语言描述-data structures on the adjacent map matrix established, with c Descr iption Language
tree-2.03
- 一个德国人Kasper Peeters用C++ template写的tree的STL实现,并和STL其他容器vector,map一样,提供标准STL接口,供用户调用。非常有参考价值,说明文档参见tree.pdf。-a German Kasper Peeters C template to write the tree S TL realized, and other containers and STL vector, map, providing standard STL interface,
HGraphOpt
- 图的数据结构和图的各种操作,例如创建,遍历等等.这是c源代码-map data structure and the various operational plans, such as the creation, traversal, etc.. This is the source code c
DataStructure-Graph
- 纯C写的图操作的一些程序,对于初学数据结构的朋友了解图的一些性质有很大帮助.程序很简洁明了,文本选择界面,无图形界面.-write pure C plans to operate some of the procedures, data structure for the novice friends to understand the nature of the map will be of great help. procedures are clear and concise text s
Diagram
- 图的操作,包括,图的基本存储方法,有关图的操作算法并用C语言编程实现,图的搜索路径的遍历方法,以邻接矩阵和邻接表的方式存储连通图。然后分别用优先深度算法遍历邻接矩阵方式存储的图和邻接表方式存储的图。深度优先遍历的递归算法 (1)深度优先遍历算法(2)邻接表表示的深度优先搜索算法(3)邻接矩阵表示的深度优先搜索算法.-plan of operation, including, map the basic storage methods, the operation of the map algor
MazePath_v4.0
- C语言 使用SDL 实现的迷宫求解演示程序。 使用栈,回溯法 包括制作地图,随机生成地图,求解过程演示。-C language realization of the use of SDL demo program to solve the maze. The use of stacks, including the production of backtracking map, randomly generated maps, the solution process demonstra
datastruct1
- 一些数据结构算法的例子,包括哈夫曼编码、图的表示、关键路径、最短路径等-Some examples of data structure algorithms, including Huffman coding, map, said the critical path, the shortest path, etc.
SY11
- 邻接表存储有向图,判断任意两结点间有无路径-Storage adjacent to the map table to determine the two arbitrary whether the path between nodes
GYDYT
- 数据结构的程序设计公园的导游图C++版,用于寻找最短路径-Data structure programming guides park map C++ version, for finding the shortest path
pku2503.c.tar
- pku2503,没有用map,纯C语言手动实现,AC,自家用,for test only-From home users
four-color-map-coloring
- 四色图着色问题,离散数学的经典算法,用c实现,输入一个图,用小于4种颜色着色-four-color map coloring, Discrete Mathematics classical algorithm, using c realize that the importation of a map, with less than four colors Coloring
libscl-1.1.1
- c封装库,常用数据结构,较好用,包括树、链表、map-c package library, common data structures, better use, including tree, list, map
Map-color-filling-problem
- 数据结构,地图查找问题,编译环境 Visual C-Data structure,Map color filling problem, Visual c++ compiler environment
map
- 大二数据结构课“图”的源代码,用C++实现了基本功能,可以编译通过。-Sophomore data structures class map of the source code, using C++ achieve the basic function, you can compile.
A-map-to-the-smallest-tree
- 关于有向图最小树形图的C代码,供大家参考。-C codes of digraph about smallest tree digraph for your reference.
map
- 地图数据结构作业,用于数据结构试验中关于图的分解问题,可验证的是最短路径等问题。-MAP IN C
