CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - vertex cover

搜索资源列表

  1. np

    0下载:
  2. 顶点覆盖问题的NP完全证明和顶点覆盖优化问题的近似算法-vertex cover problem NP-complete certification and vertex cover the approximate optimization algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:185560
    • 提供者:王萧
  1. matlab_tools

    0下载:
  2. MALAB程序,包括顶点覆盖近似算法,哈密尔顿回路,画等温线,模拟退火应用,生成全排列矩阵,最小生成树Prim算法,最短路径等-MALAB procedures, including vertex cover approximation algorithm, Hamilton circuit, painting isotherms, simulated annealing applications, to generate full-rank matrix, Prim minimum spann
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:45018
    • 提供者:john duan
  1. NPVertexCover

    0下载:
  2. NP问题的顶点覆盖问题的近似算法的Vc++实现-NP problem vertex cover problem approximation algorithm Vc++ Achieve
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:52834
    • 提供者:walle
  1. vertex_cover_approximation_algorithm

    0下载:
  2. 专为建模学生提供的算法:顶点覆盖近似算法-Designed to provide students with modeling algorithms: vertex cover approximation algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:904
    • 提供者:xinliang
  1. classic

    0下载:
  2. 经典的matlab算法代码,包括顶点覆盖近似算法,哈密尔顿回路,最短路和次短路,最短路径等等。-Classical algorithm matlab code, including the vertex cover approximation algorithm, Hamilton circuit, the most short-circuit and sub-circuit, the shortest path and so on.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:45477
    • 提供者:邱智聪
  1. zuixiaoquandingdianfugai

    0下载:
  2. 给定一个赋权无向图G=(V,E),每个定点v∈U都有一个权值w(v)。如果U V,且对任意(u,v)∈E有u∈U或v∈U,就称U为图G的一个定点覆盖。G的最小权顶点覆盖是指G中所含顶点权之和最小的顶点覆盖。-Empowering given a undirected graph G = (V, E), each point v ∈ U has a weight w (v). If the UV, and for any (u, v) ∈ E there is u ∈ U or v ∈ U, on
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:50786
    • 提供者:无疆
  1. ddfg

    0下载:
  2. 用MATLAB写的顶点覆盖近似算法。 打开m文件自己看一下就好了,我也不费口舌了,只是这种近似算法结果很差-Vertex cover approximation algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:630
    • 提供者:郭敏
  1. Matlab__dingdianfugai

    0下载:
  2. 属于图像处理的基本算法,用MATLAB实现了顶点覆盖的近似算法。-Belong to the basic algorithm for image processing using MATLAB realization of the vertex cover approximation algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:4124
    • 提供者:zoe
  1. VertCover

    0下载:
  2. 一个顶点覆盖近似算法,对开发GIS和网络方面的应用非常有用.-A vertex cover approximation algorithm, for developing the application of GIS and network very useful.
  3. 所属分类:GIS program

    • 发布日期:2017-04-03
    • 文件大小:630
    • 提供者:王看来
  1. Vertex_Cover_Code

    0下载:
  2. This project discusses different techniques and algorithms used to solve the parameterized Vertex Cover problem. A vertex cover of a graph G(V,E) is a subset of vertices V such that for every edge (u, v) ⊆ E, at least one of the vertices u or v
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:55700
    • 提供者:pearline
  1. 3041

    0下载:
  2. poj 第3041_Asteroids题,最小顶点覆盖 网络流 最小割 邻接表-poj first 3041_Asteroids problem, minimum vertex cover network flow minimum cut adjacency list
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:1585
    • 提供者:ni
  1. ddfg

    0下载:
  2. 输入关联矩阵F及节点个数n得到近似覆盖顶点,只是这种近似算法结果很差-Input correlation matrix F and the node n be the number of vertex cover approximation, only the results of such poor approximation algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:836
    • 提供者:masai
  1. source

    0下载:
  2. Very good collection of c++ source code. Implementation of diffrents alghoritms in graph theory, such as floyd,fulkerson. dijkstra,warshall, binary tree,map coloring,vertex cover.
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:10584
    • 提供者:croms
  1. Minimum-weight-vertexCoverProblem

    0下载:
  2. 最小权顶点覆盖问题,C++完成,模块化实现函数功能-Minimum weight vertex cover problem, C++ to complete, modular feature implementation function
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1979
    • 提供者:王皓
  1. pku3715-Blue-and-Red

    0下载:
  2. Blue and Red 图论相关问题,标准最小点覆盖集 最小点覆盖 具体集合 -Blue and Red graph related problems, the standard set of minimum vertex cover specific set of minimum vertex cover
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:3417
    • 提供者:yuioj
  1. ddfg

    0下载:
  2. 顶点覆盖近似算法 matlab编写的,近似效果还可以-Vertex cover approximation algorithm written in matlab, similar effect can also be
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:356370
    • 提供者:宋聃
  1. CHUONG4

    0下载:
  2. Finding a vertex cover of minimum cardinality is NP-hard
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:464728
    • 提供者:huy
  1. suffixArray_vertexCover

    0下载:
  2. Implementation of Suffix Array and Vertex Cover algorithms
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1080
    • 提供者:pedro
  1. cc

    0下载:
  2. 近似顶点覆盖,算法 设计课 程作业,能运行成功-Approximate vertex cover algorithm design course work, be able to run successfully
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3021
    • 提供者:禾子
  1. Graph-theory-algorithm-set

    0下载:
  2. 对matlab解决图论问题的算法做个汇总。主要包括:顶点覆盖近似算法、哈密尔顿回路、最大流和最小截、最短路和次短路、最小生成树Prim算法、最短路径等等。由于太多就不一一列举了。-Matlab to solve the problem of graph theory algorithms to be aggregated. Include: vertex cover approximation algorithm, Hamilton circuit, the maximum flow and m
  3. 所属分类:matlab

    • 发布日期:2017-11-04
    • 文件大小:55504
    • 提供者:中士
« 12 »
搜珍网 www.dssz.com