CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 人工智能 算法

搜索资源列表

  1. 20046919413256

    0下载:
  2. 关于人工智能的最短路径,用flashMX制作. 算法简单,适合初学者-on the shortest path, using flashMX production. The algorithm is simple, suitable for beginners
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.85kb
    • 提供者:余沛洋
  1. 用A算法实现八数码难题

    1下载:
  2. 用A*算法来对人工智能中的八数码难题进行实现-A * algorithm used for artificial intelligence to the eight digital challenge to achieve
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15.4kb
    • 提供者:常健
  1. 传教士与野人问题

    1下载:
  2. 传教士和野人问题是人工智能中的经典问题。本程序采用递归算法求解。定义一个函数,该函数返回一个解路径,路径可以用规则序列表示,也可以用状态序列表示。比如,用规则序列表示,可以表示为:(1 1)(1 0)。。。 表示:过去1个传教士,一个野人,回来一个传教士,。。。如果用状态序列表示,可以表示为:(3 3 1)(2 2 0)(3 2 )。。。 路径用一个链表表示,该函数返回该链表。在main中调用该函数,并打印输出该路径。-missionaries and Savage is a classic A
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:33.45kb
    • 提供者:罗鹏魁
  1. 200630690214

    0下载:
  2. 关于五子棋的人工智能,可以实现五子棋代码对战,算法比较简单,很容易看懂
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.06kb
    • 提供者:并刀如水
  1. zhmjiugong

    0下载:
  2. 八数码问题全局择优算法这个程序是上学期上人工智能课的时候,老师让做的,采用全局择优算法.-8 digital issues overall are merit-based algorithm for this procedure on the artificial intelligence class last semester, the teacher to do so, and the use of the overall selection of the best algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:336.51kb
    • 提供者:eoz
  1. unify

    0下载:
  2. unify算法 人工智能 机器学习 C语言实现 -artificial intelligence algorithms unify
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.72kb
    • 提供者:杜二
  1. AI

    0下载:
  2. 八数码求解问题,八数码问题是人工智能经典难题之一。 主要运用A*算法求解,代码完整,清晰-eight puzzle
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1.02mb
    • 提供者:Sun
  1. BFS

    0下载:
  2. 人工智能中的宽度优先搜索算法,保证原创,开源共享-Artificial Intelligence in the breadth-first search algorithm to ensure the original, open-source sharing
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-03
    • 文件大小:328.91kb
    • 提供者:james
  1. heibaiqi.c

    0下载:
  2. 用C实现的黑白棋源程序,有人工智能的人机对战,用算法树深度搜索,原始的C图形界面,turboC或TC编译器运行。网络上实现黑白棋大多选择VC++,并没有用C实现并且有人工智能的程序。-Implementation of Othello with C source code, there is artificial intelligence, human-machine gaming, with the depth of search tree algorithm, the original C-
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3.68kb
    • 提供者:吴振华
  1. eight-puzzle

    0下载:
  2. 人工智能八数码的A*算法实现。 编译运行说明: 1.若编译成功却不能运行,请修改工程的设置 (Project\Setttings\Debug子项) 2.改变程序中MaxItem的值(本程序中MaxItem等于3) 和相关的输入用对话框,则可以计算MaxItem*MaxItem-1 数码问题-AI A* Eight digital algorithm. Compile and run: 1. If the compiler can not run successfully,
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:205.31kb
    • 提供者:
  1. 4444444

    0下载:
  2. 精华游戏算法整理 很久以前就知道了A*算法,但是从未认真读过相关的文章,也没有看过代码,只是脑子里有个模糊的概念。这次决定从头开始,研究一下这个被人推崇备至的简单方法,作为学习人工智能的开始-Essence of the game finishing algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:123.85kb
    • 提供者:帝风
  1. N-huanghou

    0下载:
  2. 人工智能中的经典算法之一。对问题的多个分支选择一支进行探索,当探索到某一步时,发现原先选择并不优或达不到目标,就退回一步重新选择 回溯法适合用栈实现。探索过程当中入栈,退栈时返回分支选择的现场 -One of the classic algorithms in artificial intelligence. Multiple branches of the problem, choose one to explore, explore a step that the original
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:931.8kb
    • 提供者:
  1. small_arithmetics

    0下载:
  2. 一个好的递归算法可以实现基本的人工智能,无论下棋,还是什么.因为它可以实现一定程序的"预知未来",下面程序用了一个最鲜明的例子讲述了递归的入门难点,也就是注意点。-Recursive algorithm can achieve a good basic artificial intelligence, regardless of chess, or what, because it can achieve some degree of "predict the future", the foll
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:25.39kb
    • 提供者:袁小龙
  1. DS-Algo-VC

    0下载:
  2. 数据结构人工智能领域特别给力的算法演示,很适合初学者的使用,真实好用,特别给力-Special data structure to the force field of artificial intelligence algorithms books, it is suitable to use for beginners, real nice, especially to the force
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3.23mb
    • 提供者:熊元燚
  1. Ant-algorithm

    0下载:
  2. 蚁群算法,人工智能,C++实现,可以用来学习解决TSP问题,图像拼接问题,希望对你有帮助!-Ant algorithm,it has been proved that that can help you learn or solve TSP or NP!
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2.65kb
    • 提供者:刘伟
  1. Classification_KNN

    0下载:
  2. 人工智能的KNN算法,本来是一次实验,拿出来献丑了,希望可以帮到大家~-KNN artificial intelligence algorithms, could have been an experiment out shortcoming, the desire to help you ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2.5kb
    • 提供者:ts
  1. a201702123

    0下载:
  2. 星寻路算法真是我一生接触的第一个人工智能算法了。。。 A星寻路算法显然是用来寻路的,应用也很普遍,比如梦幻西游。。。算法的思路很简单,就是在bfs的基础上加了估值函数。 它的核心是 F(x) G(x) + H(x) 和open、close列表: G(x)表示从起点到X点的消耗(或者叫移动量什么的),H(X)表示X点到终点的消耗的估值,F(x)就是两者的和值。open列表记录了可能要走的区域,close列表记录了不会再考虑的区域。我们每次都选F值最小的区域搜索,就能搜
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3.04kb
    • 提供者:王近两
  1. python算法库

    1下载:
  2. 人工智能算法的研究,大数据的处理,常见的数据结构的写法(The study of artificial intelligence algorithm, processing of big data, common data structure)
  3. 所属分类:数据结构

  1. 代码脚本

    0下载:
  2. 代码脚本:集合算法、爬虫、人工智能小项目、数据结构算法、等等(Code scr ipts: set algorithms, crawlers, AI small projects, data structure algorithms, and so on)
  3. 所属分类:数据结构

    • 发布日期:2020-02-25
    • 文件大小:24kb
    • 提供者:Debroon
搜珍网 www.dssz.com