CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - Graph

搜索资源列表

  1. 在无向完全图中寻找边不重复的汉密尔顿回路

    0下载:
  2. 图论课程设计:在无向完全图中寻找边不重复的汉密尔顿回路-graph theory of curriculum design : no plans to seek full side will not repeat the Hamilton circuit
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:20.25kb
    • 提供者:ch.nan
  1. ABQ

    0下载:
  2. 计算机图论基础,求解关联矩阵A B Q 是《网络理论》课程作业-computer graph theory basis for correlation matrix A B Q "network theory" courses operation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.14kb
    • 提供者:dluter
  1. ERRandomGraph

    3下载:
  2. ER随机图算法,matlab程序,复杂网络仿真-ER random graph algorithms, Matlab procedures, complex network simulation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.17kb
    • 提供者:jiangnan
  1. graph.tar

    0下载:
  2. linux环境对二维数组画出图像。使用c语言。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.01mb
    • 提供者:tongjiaei
  1. GraphoftheBesselfunctionJ0

    0下载:
  2. Graph of the Bessel function J0 Graph of the Bessel function J0
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-16
    • 文件大小:260.89kb
    • 提供者:理工
  1. graph

    0下载:
  2. 题目:图(有向,无向,加权)的构造,与遍历算法的设计与实现 1.输入的形式和输入的范围 本程序采用相邻的两个点对的形式输入 2.输出的形式 分为两部分,第一部分为邻接链表的形式输出,第二部分为邻接矩阵的形式输出 3.可以实现的功能 图(有向、无向、加权)的邻接矩阵和邻接链表建立,并完成图的先深遍历和先广遍历,且以以符号话表示。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:13.12kb
    • 提供者:呵呵
  1. 现代统计学与SAS应用

    1下载:
  2. 本书共分6篇,第1篇统计学基础知识与SAS软件应用技巧,介绍了统计学的基本概念和学习方法、试验设计入门、统计描述、SAS软件应用入门、编写SAS实用程序的技巧、单变量统计分析和利用SAS/GRAPH模块绘制常用统计图的方法。第2篇试验设计与定量资料的统计分析,介绍了与t检验、非参数检验和各种方差分析有关的试验设计和数据处理方法。第3篇试验设计与定性资料的统计分析,介绍了处理二维及高维列联表资料的各种统计分析 方法,包括卡方检验、Fisher的精确检验、典型相关分析、logistic回归模型和对数
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:725.42kb
    • 提供者:苏吉
  1. graphAnalysis

    1下载:
  2. 该文件是用matlab开发的图论分析工具箱, 里面有使用时的详细说明,pdf说明文档。 绝对实用对于图论的研究者-The document was developed with matlab graph theory analysis toolbox, which are used when a detailed explanation, pdf documentation. Absolutely useful for researchers in graph theory
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:62.55kb
    • 提供者:卫立波
  1. router_calc

    0下载:
  2. 根据一个有权的无向图生成指定结点(路由器)的路由表设有结点N,N的路由表由若干个路由项组成,路由项是<目的结点,下一跳>的二元组,其中目的结点是以N结点为源结点,通过N结点可以直接到达(目的结点是N结点的邻居)或通过N结点的邻居可间接到达的结点,其中下一跳即N结点的某领居,通过该邻居可间接到达目的结点,且到达目的结点的路径为最小代价路径.-According to a right of the undirected graph to generate the specified no
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.25kb
    • 提供者:luowen
  1. follow

    0下载:
  2. 资料介绍了图论算法中最重要的定理之一的最小个最大流定理-Information on the graph theory algorithm, one of the most important theorem of the minimum of maximum flow theorem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:35.64kb
    • 提供者:天雨
  1. Regular PEG

    1下载:
  2. 此程序 是一个C++程序. 通过PEG算法来构造 LDPC parity-check 矩正的Tanner 图.-This is a C++ program, which is used to construct Tanner graph of LDPC codes with the famous PEG algorithm.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-11-26
    • 文件大小:5.73kb
    • 提供者:Jiangxueqin
  1. dijkstra

    0下载:
  2. Dijkstra s algorithm, conceived by Dutch computer scientist Edsger Dijkstra in 1959, is a graph search algorithm that solves the single-source shortest path
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1.2kb
    • 提供者:jonathan
  1. tutorial_on_spectral_clustering

    0下载:
  2. In recent years, spectral clustering has become one of the most popular modern clustering algorithms. It is simple to implement, can be solved efficiently by standard linear algebra software, and very often outperforms traditional clustering algo
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:344.89kb
    • 提供者:cc
  1. graph

    0下载:
  2. This file includes the basic implementation of simulated annealing where it is used to optimize the graph coloring problem.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:28.46kb
    • 提供者:nancy
  1. Graph-algorithms-source

    0下载:
  2. 有关图论的大部分算法都用matlab实现了内含很多种算法,Floyd 等-source for Graph algorithms
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:267.16kb
    • 提供者:shade
  1. CSharp_LineSegmentSplitter

    0下载:
  2. An algorithm is proposed to split a single-pixel-width connected line graph into line segments by the Hit-and-Miss transformation (HMT). Firstly, junction points and free end points are detected by a set of HMTs. Then, line segments are traced betwee
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:107.62kb
    • 提供者:Raouf
  1. graph

    0下载:
  2. Some graph algoritm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:46.57kb
    • 提供者:dynamiczny
  1. Graph-theory-algorithm-Daquan

    0下载:
  2. 典型的图论算法,在图论中用的很多,11年国赛B题可以使用-Typical graph theory algorithms, graph theory using a lot of 11-year country race Problem B can use
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:7.8kb
    • 提供者:David
  1. 06-Graph-Traversal

    0下载:
  2. graph traversal for learning c-graph traversal for learning c++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:377.12kb
    • 提供者:Yudha
  1. graph

    0下载:
  2. A graph generator which can creates several random graphs according to the properties indicated by user.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:10.67kb
    • 提供者:meh
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com