搜索资源列表

  1. BDFS

    0下载:
  2. 用邻接表表示无向图的深度优先搜索遍历 有助于大家理解图的优先遍历问题-adjoining table with no plans to the depth-first search traverse help you understand the plans of the priority issues Traversing
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1181
    • 提供者:ps
  1. maze dfs

    0下载:
  2. dfs 深度优先搜索!这是走迷宫的基本算法。用广义表建立迷宫,用邻接表建立图,用dfs搜索,许多大学的数据结构作业-dfs depth-first search! Maze This is the basic algorithm. Generalized Table established maze, with the establishment of the adjacent table map, with dfs search, t
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1339
    • 提供者:笨熊
  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. 0801

    0下载:
  2. 功能:构造图,并进行图的深度优先遍历(邻接表存储结构),图的广度优先遍历,内附详尽的源代码说明-function : tectonic map, and map depth-first traversal of the (storage structure adjacent table), the breadth of the plan priority traversal, enclosing a detailed note of t
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2714
    • 提供者:孙廷
  1. 图的邻接表实现

    0下载:
  2. 图的邻接表示实现。用来在C++环境下实现图的邻接表示。(数据结构程序)-adjacent said of the plan to achieve. C environment for the realization of the plan under the adjacent said. (Data Structure procedure)
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1444
    • 提供者:李慧
  1. 图的搜索

    1下载:
  2. 在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 adjacen
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:15552
    • 提供者:
  1. graph_adjlist

    0下载:
  2. 邻接表创建图 通过邻接表存储表示法创建图-adjacent table created by the adjacent table map storage pledged to create map
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:974
    • 提供者:小于
  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. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1067
    • 提供者:lyt
  1. sortling

    0下载:
  2. 实现图的脱坡排序,深度优先广度优先,以及建立邻接表-achieve slope from the map, in order of priority depth breadth priority, and the establishment of the adjacent table
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:1006
    • 提供者:lly
  1. e7_14

    0下载:
  2. 邻接表的建立以及各种功能的源代码,里边有相应的注释-table adjacent to the establishment of the various features of the source code inside a corresponding Notes
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1735
    • 提供者:boy
  1. AOESEARCH

    0下载:
  2. 无向图的邻接表的建立和遍历-no plans to the table adjacent to the establishment and ergodic
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1651
    • 提供者:文策
  1. tubianli

    0下载:
  2. 以邻接表为存储结构,实现连通无向图的深度优先和广度优先遍历。以用户指定的结点为起点,分别输出每种遍历下的结点访问序列和相应生成树的边集。-table adjacent to the structure for storage, connectivity to the map without the depth and breadth of priority priority traversal. Users designated as
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:82749
    • 提供者:李文欢
  1. 图的邻接表实现

    0下载:
  2. 图的邻接表示实现。用来在C++环境下实现图的邻接表示。(数据结构程序)-adjacent said of the plan to achieve. C environment for the realization of the plan under the adjacent said. (Data Structure procedure)
  3. 所属分类:C#编程

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

    0下载:
  2. 用邻接矩阵或邻接表作存储结构,根据输入的整数对,输出一个图形的邻接矩阵。并求出各结点的出度和入度,求无向图中长度为3的回路-err
  3. 所属分类:其他小程序

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

    0下载:
  2. 建立图的邻接表,输出图的邻接表,深度优先遍历,广度优先遍历-CreateGraph,OutputGraph,DFSTraverse, BFSTraverse
  3. 所属分类:其他小程序

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

    0下载:
  2. windows下实现图的所用功能,包括:创建有向图和无向图的邻接表,给出有向图的邻接表,创建出逆邻接表-windows used to achieve chart features, including: creating a directed graph and undirected graph of adjacency list is given with the adjacency table, create a reverse
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:29696
    • 提供者:朱锐
  1. GraphTraversal

    0下载:
  2. 使用c语言,利用数据结构思想建立图的邻接表的存储结构,实现无向图的深度优先遍历和广度优先遍历。以用户指定的顶点为起点,分别输出每种遍历下的顶点访问序列。 设图的顶点不超过30个,每个顶点用一个编号表示(如果一个图有N个顶点,则它们的编号分别为1,2,…,N)。通过输入图的全部边输入一个图,每条边是两个顶点编号对,可以对边依附顶点编号的输入顺序作出限制(例如从小到大)。 -Using c language data structu
  3. 所属分类:汇编语言

    • 发布日期:2024-05-19
    • 文件大小:200704
    • 提供者:赵胜楠
  1. 6_7

    0下载:
  2. 实现数据结构 中图结构的邻接表存储结构算法,以及深度优先遍历算法。(The adjacency table storage structure algorithm for the graph structure in the data structure and the depth first traversal algorithm are realized.)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:何妞
  1. 邻接矩阵与邻接表相互转化

    0下载:
  2. 数据结构图论部分,邻接矩阵转邻接表,用C语言实现,再加几个字才够20字(The data structure graph, adjacency matrix to the adjacency list, using C language, plus a few words to 20 words)
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 编写程序以邻接矩阵、邻接表两种方式存储指定连通图,并输出存储之后的图。 用深度优先算法和广度优先算法遍历邻接矩阵方式存储的图和邻接表方式存储的图。(The program stores the designated connected graphs in two ways of adjacency matrix and adjacency list, and outputs the graph after storage. Usin
  3. 所属分类:易语言编程

    • 发布日期:2024-05-19
    • 文件大小:15360
    • 提供者:慕潇潇
« 1 2 3 45 6 7 8 9 10 ... 31 »

源码中国 www.ymcn.org