搜索资源列表

  1. 启发式搜索解决八数码难题

    0下载:
  2. 启发式搜索解决八数码难题-heuristic problem solving eight digital
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:4054
    • 提供者:张科
  1. 启发式搜索算法来解决八数码

    0下载:
  2. 本程序采用全局择优的启发式搜索算法来解决八数码问题
  3. 所属分类:源码下载

  1. 启发式搜索解决八数码难题

    0下载:
  2. 启发式搜索解决八数码难题-heuristic problem solving eight digital
  3. 所属分类:文档资料

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:张科
  1. spath

    0下载:
  2. 有关启发式搜索的经典算法:A*最短路径算法的实例和对应程序。关注的朋友可以留意一下。(比传统的Dijistra算法效率高很多哦!^_^)-the heuristic search algorithm of the classic : A* shortest path algorithm examples and the corresponding procedures. Concerned friends can look. (Diji
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:34816
    • 提供者:莜月
  1. Cpp1

    0下载:
  2. 启发式搜索见cpp1.C文件,vc6.0环境运行实现-heuristic search cpp1.C see documents, achieving operating environment vc6.0
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:蔡鹏
  1. A的算法

    0下载:
  2. A*算法属于一种启发式搜索。它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点到该结点的代价及它到达目标结点的代价的和;每当扩展结点时,总是在所有待扩展结点中选择具有最小F值的结点作为扩展对象,以便使搜索尽量沿最有希望的方向进行。 -A* algorithm is a heuristic search. It extended node in the order of priority si
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:
  1. tanxin

    0下载:
  2. 这是一个贪心算法的c程序。贪心算法(也叫贪婪算法)不是某种特定的算法,而是一类抽象的算法,或者说只是一种思想,它的具体表现在,对解空间进行搜索时,不是机械地搜索,而是对局部进行择优选取,贪心算法的目的不是为了找到全部解,也当然找不出最优解,而只是找出一种可行解,这样就会得到惊人的高效性。因此,贪心算法也叫启发式搜索,这种启发就是所谓的“贪心策略”。-This is a greedy algorithm c procedures. Gre
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:王卫红
  1. EncodeCaser

    0下载:
  2. 1、采用(1)盲目搜索(2)启发式搜索对凯撒密文进行自动解密。 2、对替代法加密的程序进行解密(未完成,请多多指教) 3、词库使用到30万。 4、福州大学人工智能课程设计-1, using (a) blindly search (2) heuristic search for Caesar ciphertext automatically declassified. Two of the alternative method
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:1868800
    • 提供者:
  1. AIbashuma

    0下载:
  2. 我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该结点的深度,选择那f(x)结点最小的那个结点进行扩展, 引入了一个"扩展数组[4]"(因为扩展的结点最多只有4个),该数组保存着某个结点的0点向各个方向的扩展的结点对象,然后对该扩展数组进行分析,利用启发函数在进行递归扩展... -us solve eight digital,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:5120
    • 提供者:丁如敏
  1. AIcodesystem

    0下载:
  2. 1、对于凯撒密文,实现了:1种盲目式搜索,4种启发式搜索,以及利用密钥实现的凯撒加密系统。 2、对于代入法密文,实现了:2种启发式搜索,1种利用密钥的代入法加密系统以及随机生成密钥的代入法加密系统。 3、字典工具,实现了对词库的增加,删除,检查等一系列的操作。 4、7种其他较为经典的加密方法的加密解密工具。包括:DES、Vigenere、IDEA、Keyword、LFSR、Playfair以及RC4等。 -1, Caes
  3. 所属分类:加密解密

    • 发布日期:2024-05-10
    • 文件大小:10400768
    • 提供者:陈守勇
  1. 57130.45916033

    0下载:
  2. 人工智能八数码源代码 启发式搜索解决八数码问题的源代码 8数码难题算法,界面比较漂亮。操作简单-eight digital artificial intelligence heuristic search the source code to solve the problem eight digital source code 8 puzzle algorithm, interface more beautiful. Simple o
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:2485248
    • 提供者:小风
  1. stochastic_opt

    0下载:
  2. 一个启发式搜索算法  给初学者用的 随便参考着用  提供了多种策略-a heuristic search algorithm for beginners with the casual reference to using a variety of strategies
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:31744
    • 提供者:沈磊
  1. qifashisousuojietiaoma

    0下载:
  2. 启发式搜索解跳马 启发式搜索解跳马-Heuristic search solution heuristic search solution vault vault vault solution heuristic search
  3. 所属分类:软件工程

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:
  1. EightNum

    0下载:
  2. 本程序采用全局择优的启发式搜索算法来解决人工智能中的八数码难题。-This procedure using the overall merit of the heuristic search algorithm to solve the artificial intelligence of the eight digital dilemma.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:844800
    • 提供者:吕刚
  1. EightPuzzle

    0下载:
  2. A*算法属于一种启发式搜索,它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点的约束经过该结点至达目标结点的最佳路径代价 每当扩展结点时,意是在所有待扩展结点中选择具有最小F值的结点做为扩展对象,以便使搜索尽量沿最有希望的方向进行.A*算法只要求产生问题的全部状态空间的部分结点及关系,就可以求解问题了,搜索效率较高-A* algorithm is a heuristic search, wh
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:1201152
    • 提供者:
  1. wode_bashuma

    0下载:
  2. 八数码难题 A*算法 利用堆栈实现启发式搜索-Eight digital dilemma A* algorithm uses the stack to achieve heuristic search
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:595968
    • 提供者:laozi
  1. qifashisousuo

    0下载:
  2. 启发式搜索就是在状态空间中的搜索对每一个搜索的位置进行评估,得到最好的位置,再从这个位置进行搜索直到目标。这样可以省略大量无畏的搜索路径,提到了效率-Heuristic search in state-space search for each search position to assess the best location, and then search from this position until the goal. T
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:165888
    • 提供者:光远
  1. ldfs

    0下载:
  2. 基于学习的深度优先搜索算法,一种通用的启发式搜索算法用于确定的,非确定以及MDPs环境中-Learning Depth-First Search:A Unified Approach to Heuristic Search in Deterministic and Non-Deterministic Settings,and its application to MDPs
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:724992
    • 提供者:刘小飞
  1. NineGrid

    0下载:
  2. 八数码问题的C++程序代码。八数码问题是个典型的状态图搜索问题。搜索方式有两种基本的方式,即树式搜索和线式搜索。搜索策略大体有盲目搜索和启发式搜索两大类。盲目搜索就是无“向导”的搜索,启发式搜索就是有“向导”的搜索。-8 digital issues of C++ program code. Digital 8 is a typical problem of the state map search problems. There ar
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:55296
    • 提供者:李建峰
  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
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-10
    • 文件大小:214016
    • 提供者:anbao
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org