搜索资源列表

  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. 求解有向图的路径-Solving the path digraph
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-07-03
    • 文件大小:4096
    • 提供者:李乐
  1. shortestway

    0下载:
  2. 数据结构最短路径算法实现,可实现有向图,无向图,有向网,无向网四种最短路径求解,最后打印路径,和路径长度-Data structure to achieve the shortest path algorithm can be realized digraph, undirected graph, to the network, without the four shortest path to the network to solve
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-07-03
    • 文件大小:188416
    • 提供者:ling
  1. graph

    0下载:
  2. 实现无向图(或有向图)的存储表示,并输出对该图的广度优先(或深度优先)遍历。 系统具备如下的功能: 1.初始化。从键盘输入图的顶点数与边数。 2.输出图的相应的存储表示。 3.输出图的广度优先遍历序列。 4.输出图的深度优先遍历序列。-Realize undirected graph (or digraph) express storage and output of the graph breadth-first
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-07-03
    • 文件大小:88064
    • 提供者:张娟
  1. youxiangtu

    0下载:
  2. 编写C程序,随机给出n*n的邻接矩阵,并打印输出邻接矩阵,以及有向图的边的个数,每个顶点的度,并判断该图中是否存在Euler回路: (1)如果为n阶,则随机产生一个n*n的邻接矩阵; (2)输出邻接矩阵,边的个数,每个顶点的度以及图中是否存在Euler回路。 这个题目涉及到了两个主要的知识点,一个是数据结构中的有向图的邻接矩阵的创建,还有就是离散数学中的Euler回路的判定定理。-The preparation of
  3. 所属分类:其他小程序

    • 发布日期:2024-07-03
    • 文件大小:92160
    • 提供者:miao
  1. 11

    0下载:
  2. 建立有向图邻接表 潘一帆制作 数据结构小作业-The establishment of digraph adjacency list data structure潘一帆produced a small operating
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-07-03
    • 文件大小:1024
    • 提供者:潘一帆
  1. graph

    0下载:
  2. c++实现的有向图的临界矩阵构造,深度广度的遍历。-c++ achieved critical digraph matrix structure, depth, breadth Ergodic.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-07-03
    • 文件大小:31744
    • 提供者:小宋
  1. S030602102

    0下载:
  2. 赋权有向图中心问题 问题描述: 设G=(V,E)是一个赋权有向图,v是G的一个顶点, v的偏心距定义为: Max {w∈ V,从w到v的最短路径长度} G中偏心距最小的顶点称为G的中心。试利用Floyd 算法设计一个求赋权有向图中心的算法。-Empowering the central issue Digraph Problem Descr iption: Let G = (V, E
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-07-03
    • 文件大小:83968
    • 提供者:林建
  1. TopoSort

    0下载:
  2. 有向图 编写程序判断该图是否含有环 如没有则输出其拓扑序列-Digraph write a program to determine whether it contains any part of the plan if there is no sequence of the output of its topological
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-07-03
    • 文件大小:2048
    • 提供者:莫影痕
  1. graphic

    0下载:
  2. 本压缩文件为完整的二分图最优匹配的KM算法程序和求有向图的欧拉回路的算法程序-KM algorithm and Euler circuit of Digraph
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-07-03
    • 文件大小:2048
    • 提供者:榔头
  1. digraph

    0下载:
  2. 用于统计任一英文文档中26个字母的统计频率,得到频率矩阵-Second, it fuses the features of the first singular value component and the second one, and then gets the complex feature vectors which reflect not only the statistic frequency but also the s
  3. 所属分类:matlab例程

    • 发布日期:2024-07-03
    • 文件大小:1024
    • 提供者:gaoshilong
  1. GrTheory

    0下载:
  2. 图论的相关MATLAB CODE 非常好用-grBase- find all bases of digraph grCoBase- find all contrabases of digraph grCoCycleBasis- find all independent cut-sets for a connected graph grColEdge- solve the color problem for
  3. 所属分类:matlab例程

    • 发布日期:2024-07-03
    • 文件大小:31744
    • 提供者:周界
  1. program

    0下载:
  2. The preparation of C procedures, were randomly given n* n s adjacency matrix and adjacency matrix printouts, as well as to map the number of edges, each vertex degrees, and determine the existence of the map Euler circui
  3. 所属分类:软件工程

    • 发布日期:2024-07-03
    • 文件大小:2048
    • 提供者:张爱萍
  1. bchsabdcbdb

    0下载:
  2. The preparation of C procedures, were randomly given n* n s adjacency matrix and adjacency matrix printouts, as well as to map the number of edges, each vertex degrees, and determine the existence of the map Euler circui
  3. 所属分类:软件工程

    • 发布日期:2024-07-03
    • 文件大小:2048
    • 提供者:张爱萍
  1. ford.c

    0下载:
  2. Ford algorithms trees The Bellman–Ford algorithm computes single-source shortest paths in a weighted digraph. For graphs with only non-negative edge weights, the faster Dijkstra s algorithm also solves the problem. Thu
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-07-03
    • 文件大小:1024
    • 提供者:darulor
  1. dijkstra_cSharp

    0下载:
  2. 求有向图的邻接矩阵中,两点之间的最短路径以及长度-Digraph adjacency matrix, the shortest path between two points and the length of the
  3. 所属分类:C#编程

    • 发布日期:2024-07-03
    • 文件大小:37888
    • 提供者:帝星卡卡22
  1. 1

    0下载:
  2. find all bases of digraph
  3. 所属分类:matlab例程

    • 发布日期:2024-07-03
    • 文件大小:238592
    • 提供者:Goodspeed
  1. Bellman-Fords-Shortest-Paths

    0下载:
  2. The Bellman–Ford algorithm computes single-source shortest paths in a weighted digraph. For graphs with only non-negative edge weights, the faster Dijkstra s algorithm also solves the problem.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-07-03
    • 文件大小:1024
    • 提供者:ww
  1. path

    0下载:
  2. c++语言,用分指定结算发计算有向图或无向图中任意两点的距离-c++ language, specify the settlement made with the calculation of sub-digraph or undirected graph, the distance between any two points
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-07-03
    • 文件大小:2043904
    • 提供者:陈华
  1. database-Graph

    0下载:
  2. 一:实验目的: (1)掌握图的存储思想及其存储实现。 (2)掌握图的深度、广度优先遍历算法思想及其程序实现。 (3)掌握图的常见应用算法的思想及其程序实现。 (4)理解有向无环图、最短路径等算法 二:实验内容: 以下实验内容,1和2为必做内容,3为选做内容。 1.有向图 (1)键盘输入数据,建立一个有向图的邻接表,并输出该邻接表。 (2)在有向图的邻接表的基础上计算各顶点的度,并输出。
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-07-03
    • 文件大小:120832
    • 提供者:oky
« 12 »

源码中国 www.ymcn.org