搜索资源列表

  1. 图形操作

    0下载:
  2. 采用邻接矩阵或是十字链表实现图的深度优先遍历或广度优先遍历。
  3. 所属分类:其他小程序

    • 发布日期:2010-12-16
    • 文件大小:95729
    • 提供者:spg1234
  1. 数据结构(C#语言版)

    0下载:
  2. 数据结构(C#语言版) 计算机程序语言书: 目 录 第1章 绪论 1 1.1 数据结构 1 1.1.1 学习数据结构的必要性 1 1.1.2 基本概念和术语 2 1.2 算法 7 1.2.1 算法的特性 7 1.2.2 算法的评价标准 8 1.2.3 算法的时间复杂度 9 1.3 数学预备知识 11 1.3.1 集合 11 1.3.2 常用的数学术语 11 1.3.3 对数 12
  3. 所属分类:电子书籍

    • 发布日期:2011-05-24
    • 文件大小:1345925
    • 提供者:lovevicky
  1. 数据结构图的邻接矩阵,邻接表存储表示,图的深度优先搜索遍历,广度优先搜索遍历

    0下载:
  2. 数据结构图的邻接矩阵,邻接表存储表示,图的深度优先搜索遍历,广度优先搜索遍历
  3. 所属分类:源码下载

  1. 经典cpp例子

    0下载:
  2. 这几个是本人整理的.cpp程序,您可以借鉴参考------>> dos前景背景色设置.cpp 二.八.十.十六进制转换程序的函数.cpp 二叉树的遍历.cpp 图形的广度优先搜寻法.cpp 图形的深度优先搜寻法.cpp 用C语言编的一个日历.c-these are my finishing. Cpp and you can draw reference--- gt; Gt; Dos prospects for the bac
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者:丁志强
  1. GraphMatrix

    0下载:
  2. 以邻接矩阵作为图的存储结构,根据键盘输入创建图,并深度优先、广度优先遍历该图-matrix as to the adjacent storage structure of the plan, according to the keyboard input to create map and depth of priority, breadth priority traversal of the plan
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:daimin
  1. asdfasxa32

    0下载:
  2. 掌握图的邻接矩阵的存储结构;实现图的两种遍历:深度优先遍历和广度优先遍历。-master plan adjacency matrix storage structure; Implementation plans of the two traverse : depth-first traversal and breadth traversal priority.
  3. 所属分类:软件工程

    • 发布日期:2024-05-21
    • 文件大小:19456
    • 提供者:pmz
  1. GOOD_DFS_BFS

    0下载:
  2. 图论中二种遍历图的算法.深度优先遍历,与广度优先遍历.-graph theory two species traverse map algorithm. Depth-first traversal, and the breadth- first traversal.
  3. 所属分类:电子书籍

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:张新
  1. genBST

    0下载:
  2. 通用二叉搜索树,包含的算法有:输出广度优先遍历、前序、中序、后序遍历结果,按树的形状打印树,统计总节点数,统计叶子节点数,统计右节点数,计算树的高度,删除所有叶子节点,插入节点,查找节点,删除节点,由前序遍历结果和中序遍历结果生成树,由后序遍历结果和中序遍历结果生成树,检查该树是否平衡和完全平衡。-generic binary search tree contains the algorithm are : output breadth
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:314368
    • 提供者:雷剑
  1. tudebianli

    0下载:
  2. 一、 程序分析 1. 以邻接多重表为存储结构,实现连通或非连通的无向图的深度优先与广度优先遍历。 2. 设图的结点不超过30个,每个结点用一个编号表示。通过输入图的边输入一个图,每条边为一个数对。 3. 问题描述: 4. 以第一个结点为起点,分别输出每种遍历下的结点访问序列和相应生成树的边。 -First, program analysis 1. To the adjacent multi-table for the
  3. 所属分类:文档资料

    • 发布日期:2024-05-21
    • 文件大小:19456
    • 提供者:姚晶晶
  1. bianli

    1下载:
  2. 主要用于图的遍历程序中有两种一个是深度优先搜索一个是广度优先搜索-Mainly used for graph traversal process, there are two one is a depth-first search is breadth-first search
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:msconfig711
  1. guangdubianli

    0下载:
  2. 图的广度优先遍历算法,c 语 言实现-Breadth-first graph traversal algorithm, c language
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:杨飞
  1. tdyy

    0下载:
  2. 很多涉及图上操作的算法都是以图的遍历操作为基础的。试编写一个算法,实现图的深度优先和广度优先搜索遍历操作-Many involved in the operation of the algorithm maps are based on graph-based traversal operation. The preparation of a test algorithm, the realization of plans and th
  3. 所属分类:文档资料

    • 发布日期:2024-05-21
    • 文件大小:9216
    • 提供者:*飞
  1. mat

    1下载:
  2. 深度优先搜索算法Matlab源码 % 此程序从国外网站收集得到,是标准的深度优先搜索算法,可实现节点遍历和检测回路的功能,详细情况请看原英文注释 % 我在此程序中添加了随机性,即遇到分叉时,随机选下一个节点,成为随机深度优先搜索算法-Depth-first search algorithm Matlab source this procedure site collected from abroad, is the stand
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:tangjia
  1. tgdbl

    0下载:
  2. 对于一个给定的任意边数和顶点值的有向图或无向图,用邻接表存储,并用广度优先搜索算法实现对图的遍历,借助队列实现。 -For a given arbitrary value of edges and vertices of the directed graph or undirected graph, with adjacency table storage, and realize the breadth-first search
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:朱蓉
  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-21
    • 文件大小:25600
    • 提供者:展令杨
  1. treeandpicture

    0下载:
  2. 利用邻接矩阵的图广度优先遍历算法, 利用子指针数组的普通树前根遍历算法-The use of adjacency matrix of the graph breadth-first traversal algorithm, using sub-array pointer before the root of the general tree traversal algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:11264
    • 提供者:
  1. bianli

    0下载:
  2. 图的遍历,深度优先,广度优先算法,并带有邻接矩阵-Graph traversal, depth-first, breadth-first algorithm, with adjacency matrix
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:luo
  1. tu

    0下载:
  2. 1、 用邻接表作为存储结构创建无向图 2、 分别用深度优先和广度优先遍历无向图-1, with the adjacent table as a storage structure to create undirected graph 2, respectively, with depth-first and breadth-first traversal undirected graph
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:guojing
  1. shuju.txt

    0下载:
  2. 实现连通无向图的深度优先和广度优先遍历以用户指定的结点为起点分别输出每种遍历下的结点访问序列和相应生成树的边集。-Undirected graph connectivity realize the depth and breadth-first traversal of priority to user-specified node as a starting point, respectively, under the output
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:
  1. tudejibencaozuo

    0下载:
  2. 数据结构中关于图的基本操作。对给定图,实现图的深度优先遍历和广度优先遍历。-Data structure on the basic operation of Fig. On a given map, the realization of the depth-first graph traversal and breadth-first traversal.
  3. 所属分类:数据结构常用算法

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

源码中国 www.ymcn.org