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

搜索资源列表

  1. Connection

    0下载:
  2. 关于连通性的等分路径压缩带权快速合并算法-on connectivity Aliquot right path with rapid compression algorithm merger
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1644
    • 提供者:王五
  1. ConArea

    0下载:
  2. 在IDL开发平台下,对一个栅格数组(2维矩阵)的连通性进行求掩码,将连通的同一个数的所有相邻数据全部以一个自增的掩码标识出来,并且自动识别和标出对孤岛,可以指定需要计算的有效值或者不需要计算的无效值。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1752
    • 提供者:荚国
  1. 7nodenet

    0下载:
  2. 生成一个小的网络,包含了图的连通性,只有7个节点
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9675
    • 提供者:肖佳伟
  1. ck_conty

    0下载:
  2. ck_conty为判断图的连通性的matlab mex文件,另附带包含BFS和DFS的C源程序
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3356
    • 提供者:xuyanbo
  1. information

    0下载:
  2. 该程序主要分析了脑电信号的互相关熵问题,对于脑电信号的联通性问题,做了互相关分析,该软件可以很好的运行,并实现主要连通性问题的解决。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2011-06-13
    • 文件大小:1525
    • 提供者:dsw3403221981
  1. zhang

    3下载:
  2. 快速并行细化算法,并保证细化后曲线的连通性。-Fast parallel thinning algorithm, and to ensure connectivity after thinning curve.
  3. 所属分类:matlab例程

    • 发布日期:2013-05-11
    • 文件大小:623
    • 提供者:liuliyang
  1. 1739

    0下载:
  2. pku 1739 Tony s Tour 连通性状态压缩DP-pku 1739 Tony s Tour connectivity state of compression DP
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1183
    • 提供者:caicai
  1. 3133

    0下载:
  2. pku 3133 Manhattan Wiring 连通性状态压缩DP-pku 3133 Manhattan Wiring connectivity state of compression DP
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:1134
    • 提供者:caicai
  1. DataStructureUtil

    0下载:
  2. 该压缩文件夹内有诸多常用算法和数据结构的c++模板编程实现,可作为您程序开发的辅助工具。具体有栈、队列、优先队列、字典、二叉树、图(包括节点的遍历,连通性判断,3种经典最短路径算法的实现等)。-The compressed folder, there are many commonly used algorithms and data structures c++ Template programming, can be used as your development tool. Specif
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:12844
    • 提供者:张杨
  1. TraversingGraph

    0下载:
  2. 图的遍历算法是求解图的连通性问题、拓扑排序和求关键路径等算法的基础-Graph traversal algorithm is to solve the graph connectivity problem, topological sorting and demand, such as critical path algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1732
    • 提供者:周爽
  1. liantongxing

    0下载:
  2. 本程序引入了连通性状态压缩动态规划方法,可以在非常快的时间内解决棋盘上的哈密顿回路个数的计数。 时间复杂度O(n*m*3^n)远低于搜索。-This procedure introduced in the state of connectivity compression methods of dynamic programming can be very fast in time to solve the Hamiltonian circuit board on the count of
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1010
    • 提供者:curimit
  1. liantongxingdp

    0下载:
  2. 基于连通性状态压缩的动态规划问题 基于连通性状态压缩的动态规划问题-Based on the connectivity state of the dynamic programming problem compressed connectivity state of compression based on the dynamic programming problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:511225
    • 提供者:龚治
  1. aaa

    0下载:
  2. 对任意给定的图(顶点数不小于20,边数不少于30,图的类型可以是有向图、无向图、有向网、无向网),能够输入图的顶点和边(或弧)的信息,并存储到相应存储结构(邻接矩阵、邻接表、十字链表、邻接多重表,任选其中两种类型),对自己所创建的图完成以下操作: 对无向图求每个顶点的度,或对有向图求每个顶点的入度和出度(5分) 完成插入顶点和边(或弧)的功能(5分) 完成删除顶点和边(或弧)的功能(5分) 两种存储结构的转换(5分),如果其中一种存储结构为十字链表或邻接多重表则增加5分。
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:7099
    • 提供者:狂孙
  1. graohliantong

    0下载:
  2. 利用深度优先遍历,判断无向/有向图的连通性的程序。-Using depth-first traversal to determine undirected/directed graph of the connectivity process.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:513
    • 提供者:李延明
  1. aph_Cut

    0下载:
  2. 带连通性约束的快速交互式Graph_Cut算法With connectivity constraint algorithm for fast interactive Graph_Cut-With connectivity constraint algorithm for fast interactive Graph_Cut
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:574583
    • 提供者:la
  1. CHAP07

    0下载:
  2. 图的定义存储结构,图的遍历和图的连通性问题-The definition of storage structure diagram, graph traversal and graph connectivity problems
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:276873
    • 提供者:王强
  1. DFS

    0下载:
  2. DFS判断两点间的连通性,即1与n间的连通性-DFS to determine the connectivity between two points, that is between 1 and n connectivity
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:537
    • 提供者:阮渊鹏
  1. O_s

    0下载:
  2. L_Fuzzy拓扑空间的O_s_连通性L_Fuzzy connectivity topological space O_s_-L_Fuzzy connectivity topological space O_s_
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:228143
    • 提供者:pp
  1. concom_

    0下载:
  2. 图论算法matlab实现,图的连通性计算算法-Graph theory algorithm matlab implementation, the connectivity map computation algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:567
    • 提供者:李丽
  1. linjiejuzh

    0下载:
  2. 利用矩阵自定义乘法,实现网络连通性的邻接矩阵-Matrix multiplication using custom, network connectivity adjacency matrix
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:593
    • 提供者:Chaofeng Wang
« 12 »
搜珍网 www.dssz.com