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

搜索资源列表

  1. fast_select

    1下载:
  2. 实现全搜索运动估计算法,实现三步法快速搜索算法-achieve full search motion estimation algorithm, the three-step realization of Fast Search Algorithm
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1018
    • 提供者:田彬
  1. modular_FSME

    0下载:
  2. 基于Modular调用的全搜索算法 modular 调用library库
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:260077
    • 提供者:李庆华
  1. full_search_mpeg2

    0下载:
  2. mpeg2中的全搜索算法,基于visualDSP++平台,常用
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:41828
    • 提供者:lianzhen
  1. FS.rar

    0下载:
  2. 全搜索算法寻找运动矢量,基于MATLAB实现,Full-search motion vector search algorithm, based on the MATLAB implementation
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1351
    • 提供者:Peng
  1. motionEstES

    0下载:
  2. matlab语言编写的全搜索算法,希望大家有用-Exhaustive Search Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1103
    • 提供者:wang
  1. tabu

    0下载:
  2. 禁忌搜索法对初始解、邻域个数及禁忌列表的大小等参数有比较严格的要求, 这些参数直接影响着算法的优化能力。文章提出了一种改进的禁忌搜索法, 它用有效空间来压缩搜索范围, 这样可以提高搜索效率和全局搜索能力。用短期和长期禁忌列表存储器来保证算法能搜索到全和分局空间的每一点, 并且不重复搜索。经过验算析, 证明它是一种较好的全局启发式搜索法.-Tabu search method, the initial solution, neighborhood and tabu list size of the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:475029
    • 提供者:logspace
  1. Guotao-algorithmic

    0下载:
  2. 线性非凸多父体杂交算子求解TSP问题。算法将搜索空间看成是一个全空间Ω,种群中的个体可以看作Ω中的一组向量。种群中的若干个向量构成一组基向量,它们可以张成Ω的一个子空间,这些向量随机性组合能相对均匀地搜索这一部分子空间。-Linear non-convex multi-parent crossover operator for solving TSP body problem. Algorithm search space as a full-space Ω, the individual po
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:1637
    • 提供者:李北辰
  1. BasicMotionVectorEstimation

    1下载:
  2. 运动估计块匹配算法 以下是工程中m文件的简单注释: main.m 可通过主函数调用各种基本的块匹配算法 FullSearch.m 全搜索法(又称为Exhaustive Search) ThreeStepSearch.m 三步搜索法(Three Step Search) NewTSS.m 新三步搜索法(New Three Step Search Algorithm) SESTSS.m 简便高效的三步搜索法(Simple And Efficient TSS)
  3. 所属分类:matlab

    • 发布日期:2017-05-17
    • 文件大小:4724753
    • 提供者:alan
  1. three-step

    0下载:
  2. 三步搜索法帧间预测匹配算法的源文件很全很完美的源文件-Three-step search method
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:22679
    • 提供者:李明珠
  1. MotionEstimation

    2下载:
  2. matlab编写的图像光流计算程序 基于块匹配法的全搜索 菱形搜索等各个搜索算法 以及最小绝对误差准则-matlab prepared based on the image optical flow calculation program full search block matching diamond search and other search algorithms and minimum absolute error criterion
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:520561
    • 提供者:袁永金
  1. sanbusuanfa

    0下载:
  2. 基于H264 运动全搜索的三步算法malab实现的例程可以参考借鉴-Based on the three steps of the search algorithm of the H264 movement the malab to achieve the routine can be a reference for
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1969
    • 提供者:俩天
  1. quansousuo

    0下载:
  2. 基于malab的全搜索算法是H264块匹配中最基本的算法-Based on the malab the full search algorithm is the H264 algorithm for block matching in the most basic
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:4567871
    • 提供者:俩天
  1. good

    0下载:
  2. 这是一个电脑鼠走迷宫算法基本成熟的程序,可以实现部分迷宫搜索功能,而不是全宫搜索-This is a computer mouse maze algorithm basically mature procedures, can achieve some of the maze search function, rather than the entire palace search
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:115495
    • 提供者:娅宣
  1. Archive

    0下载:
  2. binaryNode 和 binarysearchtree 是实现了一个二叉树。arrayvector是自己实现的vector。binary search 是一个二元搜索方法。 single list是自己实现的一个单向链表。findthemajority是寻找数组中主元素的一个算法。list是用数组实现的一个链表。permute是一个实现全排列的算法。-binaryNode and binarysearchtree is the realization of a binary tree. ar
  3. 所属分类:Data structs

    • 发布日期:2017-11-15
    • 文件大小:5296
    • 提供者:曾宇峤
  1. onedimenssionsearch

    0下载:
  2. 实用最优化算法课程中要求的一维搜索算法,包括牛顿法、黄金分割法、成功失败法等,全是自己原创的matlab代码,有什么问题可以找我,QQ:492655735-Practical optimization algorithm courses require a one-dimensional search algorithm, including Newton' s method, golden section method, the success or failure method ful
  3. 所属分类:Algorithm

    • 发布日期:2017-12-06
    • 文件大小:3253
    • 提供者:黎宇帆
  1. shuxuejianmo

    0下载:
  2. 数学建模10大算法,有灰色预测算法,蒙特卡洛算法,神经网络算法,图论,搜索算法等算法,超全的资料,运行完好-Mathematical modeling of 10 algorithms, ultra-wide data and run well
  3. 所属分类:matlab

    • 发布日期:2017-05-27
    • 文件大小:9979069
    • 提供者:西瓜大
  1. Search

    0下载:
  2. Visual C++实验的各种搜索算法,比较全-Various search algorithms Visual C++ Experiment
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:934311
    • 提供者:myname
  1. MotionFullSearch

    0下载:
  2. 运动估计中全搜索算法的实现,可以直接运行-Achieve full search motion estimation algorithm can be run directly
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:185180
    • 提供者:韩轩
  1. caiplsition

    0下载:
  2. 直接运行交给老师的全搜索法,计算前向后向,双向预测 估计()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:Zorobia
  1. 图像快速搜索算法仿真

    1下载:
  2. 读入视频的帧图像,对前后两帧图像进行运动搜索,包括全搜索和快速运动搜素,仿真给出运动矢量图
  3. 所属分类:matlab例程

« 12 »
搜珍网 www.dssz.com