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

搜索资源列表

  1. nauty20

    0下载:
  2. Nauty 图同构算法 用于比较两个邻接矩阵表示的拓扑图是否拓扑相似。版本为nauty 2.0b 。可以将图转换为唯一的序列串。-Nauty isomorphism algorithm is used to compare two whether topology adjacency matrix topology similar. Version nauty 2.0b. The map can be converted to a unique serial string.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:483010
    • 提供者:shen
  1. New-folder

    0下载:
  2. 学习书籍结构的时候自己写的一些算法,上机调试,编译通过,主要是树,图,的相关操作-those part mostly about data structure,such as tree, map and so on. all of them has been tested in viusal sutdio 2013
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:4210
    • 提供者:hanliyao
  1. SADMatch_new

    1下载:
  2. 利用不变矩公式将双目灰度图像转换成双目不变矩图像,然后提出了具有自适应参数的简单树动态规划算法的双目立体匹配方法进行匹配得到最终视差图-The formula using invariant moments grayscale images into binocular binocular image invariant moments, then made ​ ​ a simple tree with adaptive parameters of the dynamic p
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-11
    • 文件大小:1029
    • 提供者:liman
  1. yinzhang

    0下载:
  2. 制作印章实例,用到Graphics来根据设定的公司名称和用章信息绘制出一个圆章 来制作公司的公章,制作印章来说,主要是如何让字均匀的 显示在弧线段上,那么一般的印章要么以圆或者椭圆为底图,不过这两者的算法大致相同, 为了方便说明, 如下就用相对简单的圆来举例说明, 如果需要做椭圆的话, 可以在我的基础 上进行扩展,因为核心算法是一样的,相对于圆来说,椭圆求弧长以及各个字符的位置,这 两点相对麻烦些,但是这两者都可找到相应的数学公式。-Production seal
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:3587500
    • 提供者:赵凯
  1. DiscreteFrechetDist

    0下载:
  2. 我们提出一种新的算法计算从多边形曲线到平面图的离散Frechet距离,并用它建立起以上所述的对应关系以及消除投影的偏差,数据的仿真结果表明这种新的方法的有效性-we have developed a new algorithm to compute a discrete Frechet distance a polygonal curve to a planar map, and use it to automatically establish the above corresponde
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:570990
    • 提供者:郭伟峰
  1. code-SPL-MS

    0下载:
  2. 一种新型的跟踪算法,用到了贝叶斯的最大后验概率来计算-a novel tracking method which is using the bayes and MAP
  3. 所属分类:Special Effects

    • 发布日期:2017-04-23
    • 文件大小:90253
    • 提供者:luruitao
  1. autodetection

    0下载:
  2. 基于DQ效应的JPEG图像真伪检测算法,通过检测图像DCT直方图的DQ效应计算图像的概率图,该算法快速、准确,能自动定位篡改区域-JPEG image detection algorithm based on the authenticity of DQ effect, calculated image by DQ effect detection probability map image DCT histogram, the algorithm is fast, accurate, and
  3. 所属分类:Special Effects

    • 发布日期:2017-05-31
    • 文件大小:13015716
    • 提供者:卿轲
  1. Supermarket-location-problem-

    1下载:
  2. 基于MFC的超市选址问题。用户可以点击屏幕地图任意位置设置居民住址,系统会根据快排序、中值算法找出最佳的超市修建位置。-MFC-based supermarket siting problems. Users can click anywhere on the map screen settings resident address, the system will soon sort out the best value in the algorithm to build a supermar
  3. 所属分类:Data structs

    • 发布日期:2016-12-30
    • 文件大小:4727808
    • 提供者:姚陈堃
  1. FINAL

    0下载:
  2. 图像拼接在制作全景图的过程中具有重要作用。对多幅图像进行特定模式投影后,用约束的相位相关度法求取水平垂直偏移量,然后寻找最佳缝合线,实现图像拼接,最后采用多分辨率算法对全图进行拼接处理去除曝光差异和鬼影。-Image matching plays an important role in the process of producing panorama. After specific pattern of multiple image projection, with the constrai
  3. 所属分类:Graph program

    • 发布日期:2017-05-17
    • 文件大小:4367507
    • 提供者:amy
  1. GameMaker

    1下载:
  2. 45度斜视角地图编辑器 类似暗黑2的场景,画家算法。基于DirectX-45 degree Angle of the map editor
  3. 所属分类:Other Games

    • 发布日期:2017-04-09
    • 文件大小:2818943
    • 提供者:ajohn
  1. arrangement

    0下载:
  2. 假设要在足够多的会场里安排一批活动,并希望使用尽可能少的会场。设计一个有效的贪心算法进行安排。(这个问题实际上是著名的图着色问题。若将每一个活动作为图的一个顶点,不相容活动间用边相连。使相邻顶点着有不同颜色的最小着色数,相应于要找的最小会场数。) 对于给定的k 个待安排的活动,编程计算使用最少会场的时间表。 -Suppose you want to arrange a number of activities in the hall more than enough, and want
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6855
    • 提供者:ZoeSnow
  1. floyd

    0下载:
  2. 利用MATLAB实现Floyd算法,可对输入的邻接距离矩阵计算图中任意两点间的最短距离矩阵和路由矩阵,且能查询任意两点间的最短距离和路由。-Floyd algorithm using MATLAB realize, can be routed to the shortest distance adjacency matrix and the distance matrix calculation map between any two points in the input matrix, an
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1393
    • 提供者:潘馨
  1. warshell

    0下载:
  2. 用计算机语言编写图的连通性判断算法,可输入图的邻接矩阵,判断图是否连通以及确定连通分支的个数,掌握Warshell算法或矩阵幂算法的实现方法。-Written in a computer language to determine the connectivity graph algorithms, you can enter the adjacency matrix to determine whether the connectivity map and determining the nu
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2441
    • 提供者:潘馨
  1. 3DFR_QA

    0下载:
  2. 一种用于3D图像的质量评价算法,使用SSIM进行深度图估计,使用MS-SSIM评价2D特征-An algorithm for 3 d image quality assessment, using SSIM depth map estimation, using MS- SSIM uation 2 d features
  3. 所属分类:Graph program

    • 发布日期:2017-05-14
    • 文件大小:3177931
    • 提供者:林柜式
  1. GA

    0下载:
  2. 遗传算法求解二维地图最佳路径。控制台显示。用vc6.0编译。可以求出最佳路径。-Genetic Algorithm for a two-dimensional map of the best route.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:52452
    • 提供者:海德光明
  1. transformResults

    0下载:
  2. 能够实现360度全景图得虚拟漫游,该算法使用opencv作为图形输出后端-Can achieve 360 degree panoramic map virtual roaming, the algorithm uses opencv as graphics output end
  3. 所属分类:Special Effects

    • 发布日期:2017-06-11
    • 文件大小:18804451
    • 提供者:haoshao
  1. mgemma

    0下载:
  2. 基于一种改进的遗传地图匹配算法,将Marchal算法和遗传算法结合起来,本源代码基于C++开发,包括了完整的实验数据和算法实现。-Based on an improved genetic map-matching algorithm, Marchal and genetic algorithms to combine source code is based C++ development, including the full experimental data and algorithms.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:258364
    • 提供者:lilunnuuu
  1. Graph

    0下载:
  2. 用邻接表存储的图,实现了插入、删除、查找、拓扑排序、关键路径、查找路径等算法。-Adjacency table stored map to achieve the insert, delete, search, topological sort, critical path, find the path algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7505
    • 提供者:马学威
  1. fire_emble

    0下载:
  2. java实现人工智能算法:通过将目标物放入地图上一个位置上,程序能够使用最短路径找到此目标物。配有界面且能够随意放置目标物(包括添加障碍物等)-Java implementation of artificial intelligence algorithm: the target object into the map the last position, the program can use the shortest path to find the target. Equipped wit
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:164761
    • 提供者:zhuzhijiang
  1. zijiaozheng

    2下载:
  2. 这个程序是王永良的空间普估计理论与算法中的幅相误差校正中自校正算法,找了好久找不到源程序,此程序是本人亲自编写,此方法的缺点是容易陷入局部最优解,具体看程序仿真图-This program is estimated Pu Wang Yongliang space theory and algorithms of amplitude and phase error correction in self-calibration algorithm, for a long time could not
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3552
    • 提供者:杨光
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com