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

搜索资源列表

  1. motionEstNTSS

    0下载:
  2. matlab语言编写 新三步搜索算法 ,希望大家有用-New Three Step Search Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2471
    • 提供者:wang
  1. dijkstra

    1下载:
  2. 最短路径搜索算法 dijkstra算法的改进-THE SHORTESR SEARCH PATCH
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:3657
    • 提供者:李文锋
  1. Messiah

    0下载:
  2. 电脑鼠走迷宫的局部搜索算法,找出最短路径后返回起点开始冲刺-Computer Mouse Maze of the local search algorithm to find the shortest path back to starting point after the sprint
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:82308
    • 提供者:姜明新
  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. 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. 遗传算法

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

    • 发布日期:2015-03-10
    • 文件大小:9681
    • 提供者:HWJ@163.COM
  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. 蚁群算法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. mcts-cpp-master

    1下载:
  2. 蒙特卡洛树搜索,树搜索算法。可自动平衡树的深度和广度搜索(Monte Carlo algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-16
    • 文件大小:32768
    • 提供者:kaixin5229
  1. test1_take_some_nodes

    1下载:
  2. 采用禁忌搜索算法,实现对多个点的TSP路径优化(Achieve the TSP path optimization for multiple points)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:2048
    • 提供者:Truman-Hu
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com