CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - graph search

搜索资源列表

  1. 二分法.rar

    0下载:
  2. 一个二分法查找的图形演示程序, A dichotomy search graph demonstration program
  3. 所属分类:图形图象

    • 发布日期:2017-11-09
    • 文件大小:1.5kb
    • 提供者:墨镜牛郎
  1. An-Efficient-Method-of-Texture-Synthesis-Based-on-

    0下载:
  2.   提出一种带边界匹配的基于 Graph Cut 的快速纹理合成算法.通过将纹理样本以不同的位移贴到输出图中完成合成 ,重叠区域的像素取值由 Graph Cut 确定.引入边界图辅助位移搜索 ,以增强合成结果的边界连续性 在预处理过程中计算 2 个相同样本在所有相对位移下的匹配误差 ,选取一部分误差最小的位移组成 “优选位移” 集合 ,合成过程中的块间相对位移仅从此集合中选取 ,大大地提高了合成速度.-This paper proposes an efficient method for tex
  3. 所属分类:Graph program

    • 发布日期:2017-03-22
    • 文件大小:955.72kb
    • 提供者:巡洋舰
  1. Simple_MinCut

    0下载:
  2. Abstract. We present an algorithm for finding the minimum cut of an undirected edge-weighted graph. It is simple in every respect. It has a short and compact descr iption, is easy to implement, and has a surprisingly simple proof of correctness.
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:2.33kb
    • 提供者:Daniel
  1. Image_Paper_XuXG

    0下载:
  2. 用Snake算法和基于动态规划的图搜索算法,有效地实现了复杂物体轮廓特征的提取。 -With the Snake algorithm and based on dynamic programming graph search algorithm, effective implementation of the complex features of an object contour extraction. 
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:862.18kb
    • 提供者:黄静
  1. dijkstra

    0下载:
  2. Dijkstra Algorithm - a graph search algorithm that solves the single-source shortest path problem for a graph with nonnegative edge path costs, producing a shortest path tree. This algorithm is often used in routing.
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:729byte
    • 提供者:Andrutza
  1. puzzle

    0下载:
  2. 请设计算法,使用至多4种不同颜色对七巧板进行涂色(每块涂一种颜色),要求相邻区域的颜色互不相同,打印输出所有可能的方案。 提示:可以把七巧板上的每个区域看成一个顶点,若两个区域相邻,则相应的顶点间用一条边相连,这样将七巧板转换为图,该问题实质上是一个图的搜索问题。 -Please design algorithm, using up to 4 different colors for coloring on the puzzle (each block of color coated),
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:212.09kb
    • 提供者:张林
  1. pic

    0下载:
  2. 对任意给定的图(顶点数和边数自定),建立它的邻接表并输出,然后利用堆栈的五种基本运算(清空堆栈、压栈、弹出、取栈顶元素、判栈空)实现图的深度优先搜索遍历和广度优先搜索遍历算法。 -For any given graph (vertices and edges from the set), to establish its adjacency list and output, and then use the stack of five basic operations (empty stac
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:368.41kb
    • 提供者:沈辉
  1. PSO-image-segmentation-algorithm

    0下载:
  2. 为了提高算法的执行效率, 应用粒子群算法求取图像中任意两点间最短路径来定位目标边界, 并与经典的基于Dijkstra 动态规划图搜索的Liv e Wire 算法进行比较.-In order to improve the efficiency of the algorithm, particle swarm algorithm to strike any of images to locate the shortest path between two object boundaries, and
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:311.14kb
    • 提供者:
  1. Tabu--search--for--graph-

    0下载:
  2. 用禁忌搜索方法求解图分割问题,大师级人物Fred Glover写的文章,是禁忌搜索的一个典型应用。里面给出了禁忌搜索的流程,算例的结果是与Simulated annealing和Kernighan-Lin s heuristic两种方法进行比较-develop a tabu search procedure for solving the uniform graph partitioning problem
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1.43mb
    • 提供者:Rich
  1. Graph11

    0下载:
  2. 用C++实现了基于图的深度搜索算法。包括图的初始化、图的输入、图的深度搜素及搜索结果输出等。-Depth map-based search algorithm in C++. Including initialization, input to the graph of the Figure, the depth of the graph search and search results output.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4.01mb
    • 提供者:韩娟
  1. matlab

    3下载:
  2. 图论中经常用到的深度优先搜索法 经常用在电力系统的可靠性的解列运算当中-Depth-first search method often used in graph theory is often used in the reliability of the power system splitting operator which
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-16
    • 文件大小:227.47kb
    • 提供者:duhang
  1. 6.7.1

    0下载:
  2. 图的深度和广度优先搜索1.图采用邻接表的存储结构2.深度优先搜索图3.广度优先搜索图-1. Graph using adjacency list of the storage structure 2. Depth-first search Figure 3. Breadth-first search graph
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:1.61kb
    • 提供者:eofper
  1. CBIR

    0下载:
  2. 基于内容的图像检索,用C++实现以图搜图的功能。-Content-based image retrieval, using C++ to achieve a map search function graph.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:20.1kb
    • 提供者:lvying
  1. GraphParser

    0下载:
  2. Graph Parser For Breadth First Search
  3. 所属分类:CAD

    • 发布日期:2017-04-11
    • 文件大小:1.01kb
    • 提供者:DigRaj
  1. DepthFirstSearch

    0下载:
  2. Depth First Search For Graph
  3. 所属分类:CAD

    • 发布日期:2017-04-11
    • 文件大小:1.2kb
    • 提供者:DigRaj
  1. BFS

    0下载:
  2. bfbreadth first search methode for graph theory
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-15
    • 文件大小:8.12kb
    • 提供者:zak
  1. Graphics-A-STAR-algorithm-master

    0下载:
  2. A星寻路算法,实现图形中路径的搜索和规划最短路径的功能。-A star pathfinding algorithm, search functions and planning the shortest path in the graph path.
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-14
    • 文件大小:5.37mb
    • 提供者:wang
  1. 模板匹配

    0下载:
  2. 模板匹配用来在一副大图中搜寻查找模板图像位置的方法(Template matching is used to search for a method of searching the location of template images in a large graph)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-07
    • 文件大小:92kb
    • 提供者:LeixianWang
搜珍网 www.dssz.com