搜索资源列表

  1. tu

    0下载:
  2. 图的深度优先遍历,数据结构实验,源码可运行-Map depth-first traversal, the structure of the experimental data, source code can be run
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:28672
    • 提供者:cjf
  1. tubianlideyanshi

    0下载:
  2. 图遍历的演示,是c++语言编写的,属于数据结构的范畴。-Traversal of the demo map is written in c++ and data structures belonging to the scope.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:xiaobaitu
  1. 83390079060624

    1下载:
  2. 设计程序完成如下功能:对给定的图结构和起点,产生所有的深度优先搜索遍历序列,并给出求解过程的动态演示。 说明:可以用实验工具中的有关功能。
  3. 所属分类:数据库编程

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:林海
  1. C

    0下载:
  2. 图的深度优先遍历,图的广度优先遍历,及图的存储-Map depth-first traversal, breadth-first traversal of the graph, and map storage
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:272384
    • 提供者:王嘉男
  1. 3

    0下载:
  2. 设计一个有向图和一个无向图,任选一种存储结构,完成有向图和无向图的DFS(深度优先遍历)和BFS(广度优先遍历)的操作。-Design of a directed graph and an undirected graph, either type of storage structure, the completion of a directed graph and an undirected graph of the DFS (de
  3. 所属分类:其他小程序

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

    0下载:
  2. 该压缩文件中包含了图论当中的一些重要算法,包括前序中序和后序遍历、最小二叉树、DFS、BFS以及拓扑排序。-The compressed file contains a graph theory among a number of important algorithms, including the former order in the order and postorder traversal, the smallest bina
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:948224
    • 提供者:许娜娜
  1. cyuyanshixiandaima

    0下载:
  2. C语言就数据结构的实现代码,包括霍夫曼编码,图遍历,二叉树等-C language data structure on the implementation of code, including Huffman coding, graph traversal, binary tree and so on. . .
  3. 所属分类:书籍源码

    • 发布日期:2024-05-20
    • 文件大小:228352
    • 提供者:jiao
  1. Graph

    0下载:
  2. 1.建立无向网的邻接矩阵。 要求:从键盘输入无向网的顶点数和边数;然后以“顶点1,顶点2,权值”的方式输入图的各边,建立邻接矩阵存储,并输出各顶点和邻接矩阵。 2.对无向网进行深度优先遍历,输出遍历序列。 3.判断给定的无向网是否是连通的? 要求:从键盘上输入出发点进行搜索遍历,输出遍历序列。 -1. The establishment of the network adjacency matrix. Requ
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:张敏
  1. B3

    0下载:
  2. 图遍历应用、伫列 、顶点、遍历内容印出、图形的深度与广度-Graph traversal application, queue, vertex, traverse the content of print, graphics, the depth and breadth of
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:11264
    • 提供者:零星
  1. gragh

    0下载:
  2. 程序功能:1.建立无向非连通图的邻接表存储结构,要求顶点个数不少于15个。 2.用DFS及BFS对此邻接表进行遍历,打印出两种遍历的顶点访问顺序。 3.给定图中任意两个顶点v1和v2及整数k,判断是否存在从v1到v2的路径长度 为k的简单路径,若有打印出路径上的顶点序列(要求路径上不含回路)。 (该功能未能实现)-graph
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:206848
    • 提供者:lfm
  1. 333

    0下载:
  2. 利用图论的知识实现了最小生成树的算法,包括创建图,然后遍历图的每个节点输出生成树的节点-Knowledge of graph theory to achieve the minimum spanning tree algorithms, including the creation of maps, and then traverse the graph spanning tree output nodes for each node
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:356352
    • 提供者:zhigang
  1. aaa

    0下载:
  2. 对任意给定的图(顶点数不小于20,边数不少于30,图的类型可以是有向图、无向图、有向网、无向网),能够输入图的顶点和边(或弧)的信息,并存储到相应存储结构(邻接矩阵、邻接表、十字链表、邻接多重表,任选其中两种类型),对自己所创建的图完成以下操作: 对无向图求每个顶点的度,或对有向图求每个顶点的入度和出度(5分) 完成插入顶点和边(或弧)的功能(5分) 完成删除顶点和边(或弧)的功能(5分) 两种存储结构的转换(5分),
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:狂孙
  1. Graph

    0下载:
  2. 有向图/无向图的建立及相应的邻接矩阵的输出,并进行深度/广度优先遍历结点再输出结果-Directed graph/no corresponding to the diagrams of the adjacency matrix of the output, and depth/breadth-first traversal and then the output node
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:刘媛
  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-20
    • 文件大小:44032
    • 提供者:张小小
  1. DataStructure8

    0下载:
  2. Java数据结构第七课:图的实现。包括初始化图,添加边,删除边,及深度优先遍历和广度优先遍历算法。-Java Data Structure Lesson: Figure of the implementation. Including the initialization graph, add edge, remove edge, and depth-first traversal and breadth-first traversal
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:29696
    • 提供者:蒙长江
  1. graph

    0下载:
  2. 大学本科数据结构实验,图遍历C实现,采用邻接多重表存储结构,内有清晰注释-Experimental undergraduate data structures, graph traversal C implementation, using the neighbor multi-table storage structure, there are clear notes
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:43008
    • 提供者:chenshuyi
  1. Graph

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

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

    0下载:
  2. 详细介绍了基于Windows和VC++的图像处理技术,包含图像增强,位图显示和读写操作,JPG和GIF图像文件处理,图遍历、直接访问像素,OPENGL等多方面的主题。-Described in detail based on Windows and VC++ image processing techniques, including image enhancement, digital map display and read and
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:561152
    • 提供者:mxd
  1. tudebianli

    0下载:
  2. 使用邻接表存储结构,编写一个程序,实现对有向图遍历操作。是用C++编写的程序源代码。-Storage structure using the adjacency list, write a program to achieve a directed graph traversal operations. Is a program written in C++ source code.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:李晓珊
  1. Prim

    0下载:
  2. Prim算法,进行子图遍历算最短路径,现实生活中很重要的问题算法-Prim' s algorithm, the shortest path sub-graph traversal operator, in real life a very important issue algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:王勇
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org