搜索资源列表
Graphtsinghua
- 清华殷人昆版数据结构(c++版),图的所有算法调试成功。-Qinghua Yin Dynasty Queensland version data structure (c version), graph algorithms debug all success.
youxiangtulianshijiegoulinjiebiao
- 有向图链式结构邻接表表示法,可以作为头文件使用,方便那些初学数据结构的同学!-directed graph chain structure adjoining table, can be used as the first document, facilitating data structure novice students!
mwx
- 这是一个用数据结构中的图来实现的一个简单的学生信息管理的程序!-This is a data structure using the map to achieve a simple student information management procedures.
daoyoutuyuanma
- 一个导游图的源码,是学习数据结构的好帮手,大家可以下来,
PBFSandDFS
- 对与数据结构中有向图采用邻接矩阵为存储结构实现有向图建立、深度优先遍历和广度优先遍历、并带有图片测试数据 可运行-And the data structure of a directed graph with adjacency matrix storage structure established to achieve a directed graph, depth-first traversal and breadth-first traversal, and test data can
graphlinjiejuzhen
- 用C++的模板类实现了图的邻接矩阵数据结构,下载后添加头文件即可使用。-Adjacency matrix data structure use C++ template classes, and add header files to download.
Graph
- 在学习数据结构课程是图的操作基本算法实现-graph
juzhen
- 数据结构中关于图的应用,涉及到遍历,查询,Prim算法等-Data structure on the Charts, involves traversal, query, Prim algorithm
PageMemManager
- 内存被划分成256块(页),用32位字长的字存放位示图表示其内存分配情况,为0的位表示该块尚未分配,为1的位表示该块已分配? 实习检查: 1、运行程序,由运行者给出文件名,该文件中存有内存目前状况的位示图的数据(0和1的文件)。(程序应做提示,界面友好)。 2、程序应读入数据,存放在相应的数据结构中。 3、显示友好的用户界面,由运行者输入内存申请(总块数)。 4、根据申请和位示图状态,为用户分配内存,并建立页表。 5、根据用户释放作业,同时释放其所占用的空
graphlinjiebiao
- 用C++的模板类实现了图的邻接表数据结构,下载后添加头文件即可使用。-Adjacency table data structure use C++ template classes, and add header files to download.
A
- 公交线路查询系统,数据结构课程设计,。基于C语言和图建立的综合查询系统-bus query code
地铁线路查询系统
- 一个用C语言写的广州地铁查询系统。可以实现最少换乘、最少用时、最短距离三种方式下的线路查询,查询结束后动画显示结果,并输出时间、距离以及换乘信息。里面用到链表、图等数据结构,并用到地杰斯特拉算法。。。
1
- 数据结构的算法,包括单链表,队列,先序遍历二叉树,线性表,栈,图等-Data structure algorithms, including single-linked lists, queues, first traversal tree, linear table, stack, diagrams
编写用于表示有向图的数据结构
- 编写用于表示有向图的数据结构,以及不同表示方法之间相互转换的程序。 从文件读入一个有向图(带权,n 个结点,m 条边)的权矩阵表示,输出这个图的关联矩 阵、边列表、逆向表、邻接表表示。 程序除了能够实现要求的功能以外,代码中要有能体现出不同表示方法的数据结构。 -Writing means between the map data structure, and the different representations of the conversion process. Readi
Link_Graph
- 数据结构雨算法中 关于图的线行链表表示 基于C语言实现-the describition of graph
The-maze-problem
- C++源码,控制台实现数据结构中的迷宫问题,可给出所有路径的路径图,路径总数和最短路径图-Using VC++ to realize the maze problem.It can figure out all paths and the shortest path.
Six-degree-space
- 中国大学MOOC-陈越、何钦铭-数据结构 解题报告—06-图3 六度空间 -Chinese University MOOC- Chen Yue, He Qinming- data structure Solving the problem report- 06-3 Six degrees space
FamilyTree
- 家谱图的简单实现,利用二叉树作为数据结构实现家谱图,可以对家庭成员实现增加,删除,修改,查找等操作,同时二叉树的应用能大大提高查找的效率-Simple implementation of family tree, binary tree data structure to achieve as a family tree, a family member can achieve add, delete, modify, search and other operations, and binar