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

搜索资源列表

  1. 8-pluzze

    0下载:
  2. 这个是基于启发式搜索算法解八数码问题的一个演示程序,旨在演示启发式搜索及A*算法的基本使用方式。内部已经写好了三种启发式算法,可以在使用过程中选用。并另附了一份实验报告。-This is based on the heuristic search algorithm for solving the the 8-puzzle Problem. Program showed how to use heuristic search and A* algorithm. Within three heu
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:38663
    • 提供者:徐晓涛
  1. binsrch

    0下载:
  2. 设a[0:n-1]是一个已排好序的数组。请改写二分搜索算法,使得当搜索元素x不在数组中时,返回小于x的最大元素的位置I和大于x的最大元素位置j。当搜索元素在数组中时,I和j相同,均为x在数组中的位置-binsrch
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:565
    • 提供者:陈钰
  1. motionEstNTSS

    0下载:
  2. 该代码对图像处理中涉及到的搜索算法中的三步法进行了改进,即提出了一种新的三步法。-Of the code in image processing involved in the three-step search algorithm has been improved, that is, a new three-step method.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:2476
    • 提供者:lima
  1. onedemonsearch

    0下载:
  2. 一维搜索算法实现(黄金分割,二分法,抛物线,Fibonacci,三次差值和切线法)-One-dimensional search algorithm (golden section, dichotomy, parabola, Fibonacci, three times the difference and tangent)
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1947175
    • 提供者:李凯
  1. zx0

    0下载:
  2. 图像处理的全搜索算法 寻找匹配块 并可画出运动矢量-Full search algorithm for image processing,Search block matching,Motion vector can be drawn
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:835
    • 提供者:六月雪
  1. RareEarthSoftSensor

    0下载:
  2. 禁忌搜索算法,解决三十个城市间的旅行商问题,求出最短距离-Tabu search algorithm to solve thirty cities between the traveling salesman problem, find the shortest distance
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:31926
    • 提供者:童言
  1. GSOaHGSO(matlab)

    2下载:
  2. GSO算法及其改进,其中HGSO是通过与和声搜索算法结合而成,主要用于结构的截面优化、几何优化、动力优化、拓扑优化等,具有收敛速度快,收敛结果好的优点,且其改进算法能摆脱局部最优的缺陷。-GSO algorithm and its improvements, HGSO is through a combination of harmony search algorithm, mainly used to optimize the structure of the cross section, g
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:5644
    • 提供者:Li
  1. computer_classical_arithmetic

    0下载:
  2. 该文件主要为分治策略、概率算法、回溯算法、枚举法、模拟退火算法、排序算法、搜索算法、贪心算法、遗传算法、蚁群算法的介绍及实现方式-The document mainly divide and conquer, probabilistic algorithms, backtracking algorithm, enumeration method, simulated annealing algorithm, sorting algorithm, search algorithm, greedy
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:774915
    • 提供者:mcs
  1. A* 算法详细解答

    1下载:
  2. 详细介绍了A*搜索算法的原理和应用,使用与路径规划和机器人路径搜索
  3. 所属分类:文档资料

    • 发布日期:2012-12-21
    • 文件大小:44032
    • 提供者:zhu727
  1. 求解矩阵特征值的改进PSO算法

    0下载:
  2. 求解矩阵特征值的改进PSO算法:为了改进粒子群算法在求解矩阵特征值时只能根据矩阵特征值范围逐一求解特征值的现状提出了一种改进的粒子群 算法改进的粒子群算法采用寻找到一个特征值后,适当改变适应值函数的策略,使搜索区域远离已寻找到的特征值,继续寻找 其他的特征值,如此反复,直到寻找到所有的特征值为止利用四个不同类型的矩阵求解特征值进行仿真,实验结果也验证了算 法的实用性和有效性
  3. 所属分类:软件工程

    • 发布日期:2013-03-15
    • 文件大小:1585002
    • 提供者:e_e345
  1. c#遗传算法实现

    0下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它最初由美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA)。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-07-02
    • 文件大小:73514
    • 提供者:yanyan1992
  1. 禁忌搜索解决背包问题

    2下载:
  2. 用lua编写的解决背包问题的程序,需要在lua的编译器上执行。执行成功,有结果。
  3. 所属分类:文档资料

  1. 遗传算法

    0下载:
  2. 遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2015-03-10
    • 文件大小:9681
    • 提供者:HWJ@163.COM
  1. 信号处理经典算法

    0下载:
  2. 15个信号处理经典算法模型及代码实现,涵盖 Dijkstra.DP.BFS/DFS.红黑树.KMP.遗传.启发式搜索.图像 特征提取 SIFT.傅立叶变换.Hash.快速排序.SPFA.快递选择 SELECT 等 15 个经典基础算法,
  3. 所属分类:编程文档

    • 发布日期:2015-05-16
    • 文件大小:10926059
    • 提供者:huangxiaohui
  1. 禁忌搜索

    0下载:
  2. 我的程序基于禁忌搜索算法解决城市分配问题即tsp问题
  3. 所属分类:数值算法/人工智能

    • 发布日期:2015-11-30
    • 文件大小:1125
    • 提供者:wbxsdllg
  1. 回溯算法实验八皇后问题

    1下载:
  2. 利用回溯算法求解N皇后问题,理解求解流程和搜索顺序(Backtracking algorithm used to solve the N queen problem, understand the flow of the solution and search order)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-23
    • 文件大小:105472
    • 提供者:anbao
  1. 启发式搜索A算法

    0下载:
  2. 启发式搜索的定义、估价函数和算法过程,并利用A*算法求解N数码难题,理解求解流程和搜索顺序(The definition, evaluation function and algorithm process of heuristic search, and A* algorithm is used to solve the N digital puzzle, and the solution flow and search order are understood)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-23
    • 文件大小:214016
    • 提供者:anbao
  1. 遗传算法

    0下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。保证能运行。(The genetic algorithm (Genetic Algorithm) is a computational model of biological evolution process of natural selection and genetic mechanism of the simulation of
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-25
    • 文件大小:3072
    • 提供者:太阳部落
  1. A late acceptance hill climbing algorithm

    1下载:
  2. 通过加入Late Acceptance Strategy,改进了爬山局部搜索算法,该算法在求解某些benchmark函数时,比禁忌搜索和模拟退火等局部搜索算法更好。(by Late Acceptance Strategy, An improved hill climbing local search algorithm is proposed which outperforms Tabu and SA when solving some benchmark functions.)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-21
    • 文件大小:2738176
    • 提供者:DRen
  1. 蚁群算法matlab程序

    0下载:
  2. 利用蚁群在搜索食物源的过程中体现出来的寻优能力来解决离散系统中的一些优化问题(Some optimization problems in discrete systems are solved by using ant colony optimization capability in searching for food sources)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:Kevin-wang
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com