搜索资源列表

  1. 使用禁忌搜索法约求解瑟夫环改进算法

    0下载:
  2. 使用禁忌搜索法约求解瑟夫环改进算法,程序简单易懂。-use tabu search about solving Cerf Central improved algorithm, procedures simple and understandable.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1373
    • 提供者:ge
  1. 优化TSP局部搜索法

    0下载:
  2. TSP算法,应用局部搜索法得到最优路径,已经经过优化。没有密码,可以使用,vc环境下使用。-TSP algorithm, using local search to be optimal path has been optimized. No password can be used, vc environments.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:29999
    • 提供者:霍哲
  1. 一维搜索法求极值

    0下载:
  2. 用一维搜索法求极值 文件说明不够详细!不详细说明软件具体功能-with a peacekeeping search for extreme documented detailed enough! Without detailing specific software functions
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:854
    • 提供者:111
  1. 二分搜索法

    0下载:
  2. 要求随机关生一个序列,任意查找其中一个元素时,采用二分搜索法实现,并且还能显示查找次数。使用二分法首先要使序列列按从小到大排序,因此程序中还要有排序功能。- there is a random series ,when looking for any an element in this series,we can achieve this by the method of bisectional searching,also the
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:13039
    • 提供者:林子建
  1. hooke-jeeves直接搜索法

    0下载:
  2. 优化算法中hooke-jeeves直接搜索法
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-11-07
    • 文件大小:569
    • 提供者:conan9666
  1. 优化TSP局部搜索法

    0下载:
  2. TSP算法,应用局部搜索法得到最优路径,已经经过优化。没有密码,可以使用,vc环境下使用。-TSP algorithm, using local search to be optimal path has been optimized. No password can be used, vc environments.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-31
    • 文件大小:1357824
    • 提供者:霍哲
  1. 一维搜索法求极值

    0下载:
  2. 用一维搜索法求极值 文件说明不够详细!不详细说明软件具体功能-with a peacekeeping search for extreme documented detailed enough! Without detailing specific software functions
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-31
    • 文件大小:1024
    • 提供者:111
  1. 二分搜索法

    0下载:
  2. 要求随机关生一个序列,任意查找其中一个元素时,采用二分搜索法实现,并且还能显示查找次数。使用二分法首先要使序列列按从小到大排序,因此程序中还要有排序功能。- there is a random series ,when looking for any an element in this series,we can achieve this by the method of bisectional searching,also the
  3. 所属分类:Windows编程

    • 发布日期:2024-05-31
    • 文件大小:230400
    • 提供者:林子建
  1. 使用禁忌搜索法约求解瑟夫环改进算法

    0下载:
  2. 使用禁忌搜索法约求解瑟夫环改进算法,程序简单易懂。-use tabu search about solving Cerf Central improved algorithm, procedures simple and understandable.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-31
    • 文件大小:1024
    • 提供者:ge
  1. computerdisign-C

    0下载:
  2. 算法的设计方法(C程序):一、迭代法 二、穷举搜索法三、递推法 四、递归五、回溯法 六、贪婪法 -algorithm design method (C program) : 1, 2 iteration, the exhaustive search method three, four recursive method, recursive 5, backtracking 6, greedy algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-31
    • 文件大小:34816
    • 提供者:xuyan
  1. ArithmeticDesignMethod

    0下载:
  2. 此文章的算法有迭代法、穷举搜索法、递推法、贪婪法、回溯法、分治法、动态规划法等等,有用的的人可以-This article has iteration of the algorithm, exhaustive search method, the recursive method, greedy method, backtracking, sub-rule method, dynamic programming, etc., can b
  3. 所属分类:其他小程序

    • 发布日期:2024-05-31
    • 文件大小:67584
    • 提供者:周健
  1. suanfa1

    0下载:
  2. 穷举搜索法是对可能是解的众多候选解按某种顺序进行逐一枚举和检验,并从众找出那些符合要求的候选解作为问题的解。 -Exhaustive search method may be the solution of the many candidate solutions one by one according to some order of enumeration and testing, and conformity to iden
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-31
    • 文件大小:5120
    • 提供者:wyj
  1. encode

    0下载:
  2. 预测编码中的运动估计3步搜索法 本程序用C语言编程实现了该算法 大家可以参考参考-Predictive coding of 3-step search motion estimation method of this procedure with C language programming of the algorithm realize everyone can refer to reference
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-31
    • 文件大小:5120
    • 提供者:刘静
  1. MotionSearch

    0下载:
  2. H.264运动搜索算法代码,包括三步法,改进的三步法,菱形搜索法,改进的菱形搜索法等算法的源码-H.264 motion search algorithm code, including three-step, improved three-step method, the diamond search method to improve the diamond search algorithm, such as source
  3. 所属分类:其他小程序

    • 发布日期:2024-05-31
    • 文件大小:17408
    • 提供者:cc
  1. 51478222fast_select

    0下载:
  2. 在快匹配运动估计算法中,它的计算复杂度可以描述成:运算量=搜索点×块匹配准则.该表达式可以这样解释,在快匹配准则确定的情况下,如果一个匹配点的单位运算量确定了,这时动动估计的动算量就有直接取于搜索的点数,也就是取决于运动估计的搜索算法,实现了三步搜索法-Match the fast motion estimation algorithm, its computational complexity can be described as:
  3. 所属分类:其他小程序

    • 发布日期:2024-05-31
    • 文件大小:1024
    • 提供者:罗鹏
  1. Three_Step_Search

    0下载:
  2. 三步搜索算法是原始的比较经典的块搜索法,是块运动中比较常用且算法简单的搜索方法-Three-step search algorithm is a comparison of the original classic block search method is to block movement of the more common and simple algorithm search method
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-31
    • 文件大小:558080
    • 提供者:顾科睿
  1. BasicMotionVectorEstimation

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

    • 发布日期:2024-05-31
    • 文件大小:4724736
    • 提供者:alan
  1. FourStep

    0下载:
  2. 这是用四步搜索法求视频图像的运动矢量的。效果很好,可运行。-This is a four-step search Method with video images of the motion vector. Good effect, and can run.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-31
    • 文件大小:3553280
    • 提供者:温娟
  1. 全搜索法代码

    0下载:
  2. 利用全搜索法进行块匹配,文件内分为五个.m文件(Block matching by full search method)
  3. 所属分类:图形图象

    • 发布日期:2024-05-31
    • 文件大小:3072
    • 提供者:鱼咸鱼
  1. fibonacci一维搜索法

    0下载:
  2. 利用fibonacci一维搜索法寻找最优值(Find optimum by deploying Fibonacci Linear Research.)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-31
    • 文件大小:1024
    • 提供者:hz123
« 12 3 4 5 6 7 8 9 10 ... 40 »

源码中国 www.ymcn.org