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

搜索资源列表

  1. genetic-algorithm

    1下载:
  2. 利用fortran编程的二进制遗传算法。遗传算法将生物界遗传进化思想用于数学优化当中,形成了一种特性优良的启发式搜索算法,它能较方便地搜索出目标函数的最优值,更为重要的是,遗传算法的目标函数可以是连续函数,也可以是间断函数,因此它的使用范围比微积分极值理论的应用范围更广-Binary genetic algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:233397
    • 提供者:谈程序
  1. Hua-rong-dao

    0下载:
  2. 华容道的广度优先搜索求解——散列查找和启发式搜索的应用-The game hua-rong-dao breadth first search solution-hash search and heuristic search application
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:209198
    • 提供者:yuk
  1. nQueens

    0下载:
  2. 关于N皇后C++程序,这个程序运用了启发式搜索-heuristic search about n queens using C++
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:900318
    • 提供者:moria
  1. 8_num

    0下载:
  2. 人工智能的八数码问题,采用的A*启发式搜索,显示运行时间和每一步运行过程。基于MFC的-Eight puzzle problem in artificial intelligence, using the A* heuristic search, display the running time and every step of the operation process. MFC-based
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:16492
    • 提供者:程港
  1. eightNum_lufeiop

    0下载:
  2. 以八数码问题为例,设计一类滑块问题的求解系统,初步掌握智能搜索算法中的盲目搜索和启发式搜索这两类基本方法,同时通过具体的问题体会搜索算法、数据结构、程序设计等知识的综合应用 A*用到是不在位将牌数和曼哈顿距离,动态显示,有算时间 我自己很用心做的,有实验报告,绝对详细-Eight digital issues, for example, design a slider problem solving system, initially grasp the two basic method
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3544349
    • 提供者:陆飞
  1. Heuristic-search-strategies

    0下载:
  2. IEEE文章,启发式搜索策略用于 确定最佳的电容布局和 供配电系统的评等。在启发式 方法提出了一个关键的少数 名为“敏感节点,节点,选择 安装电容器优化净储蓄 同时实现了大的整体亏损减少。 这种方法保证了电压约束 会见。这种启发式的方法是适合大 配电系统,并可以在网上有用 实施。该方法是 用于测试系统和结果 与其他已发表的技术。 -Heuristic search strategies are used to determine the o
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:621261
    • 提供者:徐正
  1. SpellGame

    0下载:
  2. 一个很经典的拼图游戏,采用了启发式搜索算法。-一个很经典的拼图游戏,采用了启发式搜索算法。 source code of a Spell Image game
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-02
    • 文件大小:693333
    • 提供者:老崔
  1. see

    0下载:
  2. 人工智能启发式搜索的初步理解,八数码深度优先搜索-Preliminary understanding of artificial intelligence, heuristic search, eight digital depth-first search
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:408284
    • 提供者:wangsir
  1. chuanjiaosguohewenti

    0下载:
  2. 传教士野人过河问题。主要介绍2种解决的方法:1 树的遍历 2 启发式搜索-Missionaries Savage across the river. Introduces two kinds of solution: a tree traversal heuristic search
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:34029
    • 提供者:黄命
  1. MazeBug

    0下载:
  2. MazeBug的设计,包含几种算法,类似启发式搜索。-The design of MazeBug
  3. 所属分类:Java Develop

    • 发布日期:2017-11-27
    • 文件大小:3638
    • 提供者:小明
  1. Artificial-Intelligence-Lectures

    0下载:
  2. 人工智能课程讲义,介绍智能系统基本原理和技术方法,从基础概念逐步深入,第二章~第四章包括:知识表示、基本搜索、问题求解之推理、问题求解之搜索、启发式搜索等。-Lectures of Artificial Intelligence Principles, including priciples and approaches for inteliggent systems.
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2179720
    • 提供者:Duis
  1. Eight

    0下载:
  2. 用启发式搜索实现八数码问题,其中有估价函数。-To eight digital heuristic search, including valuation function.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-29
    • 文件大小:4275
    • 提供者:houfengming68
  1. 1

    0下载:
  2. C++实现 2种搜索算法,其中一种为盲目搜索、另一种为启发式搜索; 软件基本功能满足: 初始状态可以选择由软件随机产生,也可以通过人机交互产生。 2)需要对搜索过程和路径提供解释。 3)分析和研究存储结构、启发式函数等因素对搜索性能和效率的影响 -C++ achieve two kinds of search algorithms, one for the blind search, another heuristic search basic software functio
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:3614
    • 提供者:阿娇
  1. bashuma

    0下载:
  2. 用C语言求解八数码问题,使用了人工智能中的启发式搜索方法,采用启发函数来优化解决问题的路径。-Eight-Puzzle Problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-21
    • 文件大小:23410
    • 提供者:胡岚
  1. Runway-Recognition

    0下载:
  2. 航拍图像;直线提取;启发式搜索;边缘检测 -Aerial images straight line extraction heuristic search edge detection
  3. 所属分类:Graph program

    • 发布日期:2017-11-20
    • 文件大小:533888
    • 提供者:张菁超
  1. ant-colony-optimization

    0下载:
  2. 蚁群算法是近年来提出的一种基于种群寻优的启发式搜索算法。该算法受到自然界中真是蚁群通过个体间的信息传递,搜索。-The ant colony algorithm is proposed in recent years a heuristic search algorithm optimization based on population. The algorithm is by nature really ant colony to pass information between indiv
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-17
    • 文件大小:11607
    • 提供者:duluxing
  1. yiziqi

    0下载:
  2. 在VC环境下用C++语言编写的一字棋小程序,采用人工智能原理里的博弈树的启发式搜索原理。-VC environment in C++ language with the preparation of the word game of small procedures, the principle of the use of artificial intelligence in the game tree search heuristic principle
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-14
    • 文件大小:283290
    • 提供者:刘平
  1. bashuma

    0下载:
  2.   1以九宫问题/八数码问题为例,以某种启发式搜索/A*搜索策略编程演示其搜索过程;    2 定义启发式函数,能正确求解出从初始状态到目标状态的移动路线;    3 对不可达状态能进行正确识别;    4 对所采用的启发式函数做出性能分析。 -1 JiuGongTu/eight digital example, some kind of heuristic search/A* search strategy programming demonstrates its search
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:3072
    • 提供者:soli
  1. TSP

    0下载:
  2. TSP问题是一个典型的、容易描述但是难以处理的NP完全问题,同时TSP问题也是诸多领域内出现的多种复杂问题的集中概括和简化形式。目前求解TSP问题的主要方法有启发式搜索法、模拟退火算法、遗传算法、Hopfield神经网络算法、二叉树描述算法。所以,有效解决TSP问题在计算理论上和实际应用上都有很高的价值,而且TSP问题由于其典型性已经成为各种启发式的搜索、优化算法的间接比较标准(如遗传算法、神经网络优化、列表寻优(TABU)法、模拟退火法等)。遗传算法就其本质来说,主要是解决复杂问题的一种鲁棒性
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-26
    • 文件大小:1279611
    • 提供者:孟晓龙
  1. ZGXX

    0下载:
  2. 以实际案例来促进读者对算法的理解,提高实际编程能力。主要内容包括:中国象棋博弈,局面表示,走法表示及生成走法,局面评估,基本搜索算法,人机博弈,机器对弈,置换表,算法分析及测试技术,时间控制策略,启发式搜索策略,更多搜索策略。-Based on the actual case to promote understanding of algorithm, improve the actual programming ability. The main contents include: Chine
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-23
    • 文件大小:4081045
    • 提供者:jiandie
« 1 2 3 4 56 7 8 9 10 11 »
搜珍网 www.dssz.com