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

搜索资源列表

  1. 图搜索策略

    0下载:
  2. 一个使用Java实现的人工智能的图搜索策略程序——酒九宫图问题 人工智能-图搜索策略-演示程序-使用说明 程序简介 在人工智能领域,对隐式图的搜索是求解问题的一种基本方法,本程序通过使用多种图搜索策略,对 重排九宫问题进行求解,演示了“广度优先搜索”、“深度优先搜索”、“有界深度优先搜索”、 “最好优先搜索”和“局部择优搜索”五种基本的图图搜索策略。 整个程序使用了动画技术,界面设计美观友好,使用方便。-use a Java artificial intelligence plans Searc
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:29635
    • 提供者:陈凯
  1. 九宫搜索

    0下载:
  2. 本程序代码是人工智能中九宫搜索的解决 采用Java语言-the code is AI JiuGongTu search solutions using Java language
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4567
    • 提供者:汪永威
  1. 使用禁忌搜索法约求解瑟夫环改进算法

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

    • 发布日期:2008-10-13
    • 文件大小:1373
    • 提供者:ge
  1. 迷宫搜索

    0下载:
  2. 这是一个实现自动生成随机迷宫,并且自动实现从迷宫的入口到出口的路径搜索的一个Applet程序-This is an automatically generated random maze, and automatically from the entrance to the maze of export path of a search procedures Applet
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:9757
    • 提供者:roc
  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. 禁忌搜索VC程序

    0下载:
  2. 禁忌搜索是对人类思维过程本身的一种模拟,它通过对一些局部最优解的禁忌(也可以说是记忆)达到接纳一部分较差解,从而跳出局部搜索的目的.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2009-02-17
    • 文件大小:26112
    • 提供者:bfjdysh
  1. 8Puzzle_DFS 人工智能经典问题八数码的深度优先搜索算法实现

    0下载:
  2. 人工智能经典问题八数码的深度优先搜索算法实现。没有图形界面。-Classic problem of artificial intelligence, eight digital breadth-first search algorithm. No graphical interface.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-21
    • 文件大小:303131
    • 提供者:zlf
  1. TS-TSP.rar

    0下载:
  2. 使用禁忌搜索算法求解TSP(旅行商问题)的JAVA源程序,The use of tabu search algorithm for solving TSP (Traveling Salesman Problem) the JAVA source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:2848
    • 提供者:ann
  1. TS_TSP

    0下载:
  2. 禁忌搜索算法求解车辆路径问题 很好的程序-Tabu search algorithm for vehicle routing problem with a very good program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:5670
    • 提供者:清风
  1. tabu-search-for-tsp

    3下载:
  2. 利用禁忌搜索算法解决50个城市的tsp问题,简单易懂,适合初学者-The use of tabu search algorithm to solve 50 problems tsp city, easy-to-read, suitable for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:3213
    • 提供者:dayong
  1. wode_bashuma

    0下载:
  2. 八数码难题 A*算法 利用堆栈实现启发式搜索-Eight digital dilemma A* algorithm uses the stack to achieve heuristic search
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:12260
    • 提供者:laozi
  1. pegjump

    0下载:
  2. 设计一类peg jump问题的求解系统,初步掌握智能搜索算法中的盲目搜索和启发式搜索这两类基本方法,同时通过具体的问题体会搜索算法、数据结构、程序设计等知识的综合应用。-Peg jump for a class of design problem solving systems, intelligent search algorithm for the initial grasp of the blind search and heuristic search these two types o
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:38517
    • 提供者:chenyanli
  1. SimpleOpenTSTutorial

    0下载:
  2. TabuSearch的一个小程序。用禁忌搜索解决TSP问题,程序中使用对路径长度禁忌的方法。-TabuSearch a small program. Using tabu search to solve TSP problems, procedures used on the path length taboo method.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:29196
    • 提供者:GaoTiexin
  1. pso_pathplanning

    4下载:
  2. 粒子群(PSO)路径规划。这个是一个局部路径规划,用了深度优先搜索算法,可以走出“陷阱”。-Particle Swarm (PSO) path planning. This is a local path planning, with a depth-first search algorithm, we can get out a
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-03-12
    • 文件大小:9289
    • 提供者:陈建胜
  1. PathFinder

    0下载:
  2. 一个实用的路径搜索图象处理程序源代码.对某些从事人工智能的算法应用有参考价值.-A practical path to search image processing source code. For some to engage in the application of artificial intelligence algorithms have reference value.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-05-18
    • 文件大小:84796
    • 提供者:monte tang
  1. tabu-matlabcode-tsp

    0下载:
  2. tabu禁忌求TSP 禁忌搜索是对局部领域搜索的一种扩展,是一种全局逐步寻优算法。搜索过程可以接受劣解,有较强的爬山能力。-solve TSP problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:7035
    • 提供者:张天佑
  1. tabu-matlabcode-tsp

    0下载:
  2. matlab编写的禁忌搜索算法,解决了TSP问题,对初学者有重要的参考价值-tb algorithm for tsp problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:6753
    • 提供者:wuyao
  1. Broad-firstsearch

    0下载:
  2. 广义优先搜索 广度优先搜索邻居的聚类算法实现-Broad-first search Breadth-First Search neighbor clustering algorithm implementation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:4061
    • 提供者:王华
  1. 改进的禁忌搜索算法

    4下载:
  2. 改进的禁忌搜索算法,求解路径寻优问题,相对传统的遗传算法,能够更精确求得全局最优解(Compared with the traditional genetic algorithm, the improved tabu search algorithm can solve the problem of path optimization, and can obtain the global optimal solution more accurately)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:2048
    • 提供者:逸凡
  1. 搜索排序模型

    0下载:
  2. 介绍了搜索排序中的树模型,循序渐进,附详实的数学公式推导。(The tree model in search ranking is introduced, and the mathematical formula is deduced in detail.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-20
    • 文件大小:1033216
    • 提供者:davidie
« 12 3 4 5 6 7 8 9 10 ... 35 »
搜珍网 www.dssz.com