搜索资源列表

  1. 图的操作界面

    0下载:
  2. 图邻接表的建立,深度优先遍历,.广度优先遍历,最小生成树,拓扑排序,单源点到其余各个顶点的最短路径等对图的操作!VC界面!-plans to establish the adjacent table, depth-first traversal. Breadth priority traversal, the minimum spanning tree, topological sorting, single-source all of
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:65237
    • 提供者:陈青侠
  1. 图的基本操作

    0下载:
  2. 实现图的各种基本操作 图的建立 删除 查找 遍历-plans to achieve the basic operation of the plan is to establish delete you traverse
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:246492
    • 提供者:翡涩琪
  1. 两种遍历图的方法

    0下载:
  2. 熟悉图的两种常用的存储结构,以及在这两种存储结构上的两种遍历图的方法,即深 度优先遍历和广度优先遍历。进一步掌握递归算法的设计方法。 -familiar with the plans of two commonly used storage structure, and the two storage structures on the two traverse map, that depth-first traversal a
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1629
    • 提供者:王茜
  1. 数据结构的C++描述

    0下载:
  2. 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-10-17
    • 文件大小:5125525
    • 提供者:gufeng20081010
  1. 数据结构的一些较难题答案

    0下载:
  2. 有许多是考研要用的!三路归并算法,快速排序的非递归算法,无向连通图的非递归的深度优先遍历等,,希望大家用得着-many are taking tests to use! Three road merging algorithm, rapid sequencing of non- recursive algorithm, undirected graph of the non- recursive depth-first traversa
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:马号
  1. 图的操作界面

    0下载:
  2. 图邻接表的建立,深度优先遍历,.广度优先遍历,最小生成树,拓扑排序,单源点到其余各个顶点的最短路径等对图的操作!VC界面!-plans to establish the adjacent table, depth-first traversal. Breadth priority traversal, the minimum spanning tree, topological sorting, single-source all of
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:81920
    • 提供者:陈青侠
  1. graphserch

    0下载:
  2. 此个小程序是用于实现图的操作的,用邻接表的形式存图,实现遍历的函数-this small procedure is used to implement the plan to operate, with the adjacent table in the form of retention plan to achieve iterated function
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:lyt
  1. Diagram

    0下载:
  2. 图的操作,包括,图的基本存储方法,有关图的操作算法并用C语言编程实现,图的搜索路径的遍历方法,以邻接矩阵和邻接表的方式存储连通图。然后分别用优先深度算法遍历邻接矩阵方式存储的图和邻接表方式存储的图。深度优先遍历的递归算法 (1)深度优先遍历算法(2)邻接表表示的深度优先搜索算法(3)邻接矩阵表示的深度优先搜索算法.-plan of operation, including, map the basic storage methods,
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:林静
  1. tudebianli

    0下载:
  2. 数据结构与算法 图的遍历 算法-Data structure and algorithm graph traversal algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:夏涛
  1. tushendu

    0下载:
  2. 图的深度遍历,输出结果为(红色为键盘输入的数据,权值都置为1): 输入顶点数和弧数:8 9 输入8个顶点. 输入顶点0:a 输入顶点1:b 输入顶点2:c 输入顶点3:d 输入顶点4:e 输入顶点5:f 输入顶点6:g 输入顶点7:h 输入9条弧. 输入弧0:a b 1 输入弧1:b d 1 输入弧2:b e 1 输入弧3:d h 1
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:Louis
  1. tuDeBianLi

    0下载:
  2. 以邻接表为存储结构,选择图的类型(有向图或无向图),创建相应的图。对创建的图按深度优先和广度优先的遍历。(文档中含代码) -To the adjacent table for the storage structure, select the type of graph (directed graph or undirected graph), create a corresponding map. To create the gr
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:25600
    • 提供者:展令杨
  1. DFS

    0下载:
  2. 标准的深度优先搜索算法,可实现节点遍历、产生随机路由、检测图中是否有回路等功能,-Standard depth-first search algorithm, the node traversal can be achieved, resulting in a random routing, testing whether there is any loop diagram functions
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:quzhijian
  1. graph

    0下载:
  2. 运用VC++ 编写的图的邻接矩阵存储和邻接表存储,并对图进行遍历-it is the storage of the graph
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:yh
  1. shiyansan

    0下载:
  2. 数据结构:图的遍历与构造,C语言,数据结构实验内容,包含源代码和可执行文件。-Data structure: graph traversal and structure, C language, data structure, the experiment content, including source code and executable files.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:44032
    • 提供者:张小小
  1. Graph

    0下载:
  2. 实现对图的遍历。数据结构算法的实现。编写语言为java。-Realize the graph traversal. Data structure algorithm. Written language is java.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:75776
    • 提供者:lily
  1. Graph2

    0下载:
  2. 数据结构实验,内容是有关图的遍历,C++编程实现(Data structure experiment, graph traversal, C ++ programming realization)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:354304
    • 提供者:FishHere
  1. DFS BFS 图

    0下载:
  2. 深度优先遍历和广度优先遍历算法实现从定点开始的遍历序列。(Depth first traversal and breadth first traversal algorithm to achieve the starting point from the traversal sequence)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:nativefaith
  1. 0下载:
  2. 实现了图的创建,遍历,输出以及广度深度的遍历。(The creation, traversal, output and breadth and depth traversal of the graph are realized.)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:2869248
    • 提供者:抹油先生
  1. 0下载:
  2. 图的遍历与利用,希望大家有所感悟....20个字很难凑得啊啊啊啊啊啊(dqwd4213534645654756756765475467)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1288192
    • 提供者:ewqeq
  1. 无向图

    0下载:
  2. 无向图的创建,转化为邻接矩阵输出,及深度、广度优先遍历(The creation of undirected graph is transformed into adjacency matrix output and depth and breadth first traversal.)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:SuperLoser
« 1 2 3 4 56 7 8 9 10 ... 49 »

源码中国 www.ymcn.org