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

搜索资源列表

  1. residues

    0下载:
  2. 该文件含残差点数目计算、均方差计算、信噪比计算、边缘等效视数计算-The document containing terms of the number of residues are calculated variance, SNR calculation, calculation of equivalent number of edges
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1899
    • 提供者:juchengyu
  1. 3352

    0下载:
  2. poj3352给一个图,求出需要加最少的边使去掉任一条边,图都连通.割点的应用-poj3352 to a map, obtained at least the need to remove the edges so that any one side, map are connected. cut-point application
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:928
    • 提供者:cx
  1. xyk

    0下载:
  2. 由键盘输入多边形的边数,求其内角和,可以用逐个数字进行试用。-Keyboard input from a number of polygon edges, and its angle and can be used by the figures for trial.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2687
    • 提供者:陈伟
  1. HoughTransformconsole

    0下载:
  2. Using opencv, Hough Transformation extract lines from edges.
  3. 所属分类:Algorithm

    • 发布日期:2017-06-09
    • 文件大小:16042422
    • 提供者:jinhyung
  1. canny

    0下载:
  2. Canny for find edges in a image. Work fine.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:556044
    • 提供者:torober
  1. floyd_warshall.c

    0下载:
  2. It is the source code of the Floyd-Warshall algorithm for finding the shortest path between all nodes. The shortest path between two nodes of a graph is a sequence of connected nodes so that the sum of the edges that inter-connect them is minimal
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:8240
    • 提供者:Roger
  1. DijkstraThreads.tar

    0下载:
  2. Multi Thread Implementation of Dijkstra s Shortest Path Algorithm All-to-all. It reads a file in the format: Edges Nodes start end weight Like this: 20 5 1 2 5 1 3 4 2 1 3 2-Multi Thread Implementation of Dijkstra s Shortest P
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:19867
    • 提供者:j2deme
  1. Dijkstra

    0下载:
  2. 可以直接编译运行,输入点和边的信息,给出单源最短路径的结果。-Can directly compile and run, input points and edges information, presented the results of single-source shortest path.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7025
    • 提供者:lingjun
  1. direction

    0下载:
  2. 2-连通图无边图的边定向算法,使之成强连通图。-2- connectivity diagram boundless edges of the graph orientation algorithm to make it into a strong graph.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1228
    • 提供者:张本
  1. rectangularmash

    0下载:
  2. 对矩形进行小矩形分割,对点,边,单元进行标记,对laplase方程求解-Small rectangle rectangle split points, edges, unit mark of laplase Equations
  3. 所属分类:Algorithm

    • 发布日期:2017-11-28
    • 文件大小:5821
    • 提供者:peiyu
  1. centrality

    1下载:
  2. 计算复杂网络中的节点或边的介数中心性,基于python的复杂网络工具箱-Betweenness centrality computational complexity of the network nodes or edges, based on a complex network toolbox python
  3. 所属分类:Algorithm

    • 发布日期:2016-03-12
    • 文件大小:103424
    • 提供者:wangrenwei
  1. prims

    0下载:
  2. Prim s algorithm implementation in C. The input file can be any data file containing edges with their weights
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:591
    • 提供者:Ganesh
  1. Assignment_Prim.cs.txt

    0下载:
  2. In computer science, Prim s algorithm is a greedy algorithm that finds a minimum spanning tree for a connected weighted undirected graph. This means it finds a subset of the edges that forms a tree that includes every vertex, where the total weight o
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:3158
    • 提供者:kuatbek
  1. gn

    0下载:
  2. Market Newman写的复杂网络的加权GN算法 算法用Python写的 其基本思想是不断的删除网络中具有相对于所有源节点的最大的边介数(ege betweenness)的边,然后,再重新计算网络中剩余的边的相对于所有源节点的边介数-The basic idea is to delete the network with respect to all of the source nodes of the largest betweenness (EGE betweenness) edge
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:9135
    • 提供者:邹宜然
  1. viewTree

    0下载:
  2. Graphs visualization with vertices and edges coloring. On C++/Qt
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:6857
    • 提供者:Kostya
  1. spectalCluster

    0下载:
  2. 谱聚类是从图论中演化出来的算法,后来在聚类中得到了广泛的应用。它的主要思想是把所有的数据看做空间中的点,这些点之间可以用边连接起来。距离较远的两个点之间的边权重值较低,而距离较近的两个点之间的边权重值较高,通过对所有数据点组成的图进行切图,让切图后不同的子图间边权重和尽可能的低,而子图内的边权重和尽可能的高,从而达到聚类的目的。(Spectral clustering is an algorithm evolved from graph theory, and has been widely u
  3. 所属分类:数学计算

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:Mr24
搜珍网 www.dssz.com