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

搜索资源列表

  1. shh

    0下载:
  2. 人工智能学习中常见的四皇后问题的求解程序 ,此程序通过运用穷举法进行了求解-Artificial Intelligence Learning common four Queen's problem solving process, this procedure through the use of exhaustive method of solving
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.79kb
    • 提供者:梦雨
  1. 传教士与野人问题程序

    0下载:
  2. 一个自己写的传教士与野人问题程序。程序结构比较清楚。完全安装人工智能的里面的结构编写的。-himself wrote a missionary with the Savage issue procedures. Program structure more clearly. Complete installation of artificial intelligence inside the structure.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8.55kb
    • 提供者:高陈强
  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. 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. prolog

    0下载:
  2. 用turbo prolog编写的初级程序,是人工智能技术导论第二章的一道习题,供大家参考。-Written with the primary turbo prolog program is Introduction to artificial intelligence technology to an Exercise in the second chapter, for your reference.
  3. 所属分类:Data structs

    • 发布日期:2017-05-24
    • 文件大小:7.46mb
    • 提供者:huang
  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. questions

    0下载:
  2. a file for artificial intelligence
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:552.35kb
    • 提供者:masoud
  1. Artificial-Intelligence

    0下载:
  2. 课件资料 算法和数据结构 包括各种重要的数据结构和算法分析-Algorithms and data structures courseware materials include a variety of important data structures and algorithm analysis
  3. 所属分类:Data structs

    • 发布日期:2017-05-18
    • 文件大小:4.48mb
    • 提供者:james
  1. N-Queens10000Artificial

    0下载:
  2. 主要利用人工智能的方法实现10000个N皇后问题-The main use of artificial intelligence methods to achieve 10 000 N Queens
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:234.26kb
    • 提供者:zhengbo
  1. Intelligence

    0下载:
  2. Some interesting algorithm form AI(artificial intelligence)
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:37.1kb
    • 提供者:Marek
  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. Assignments2-src

    0下载:
  2. 一个tic-tac-toe三子棋游戏的代码,可实现人工智能下法和人人对战下法。界面可扩展为n子棋并选择深度优先或者广度优先下法。-A tic-tac-toe three chess game code, and everyone can achieve artificial intelligence war dismount dismount. Interface can be extended to n-game and choose depth-first or breadth-first
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:58.22kb
    • 提供者:susan
  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. Puzzle

    0下载:
  2. 人工智能课程,N数码问题java代码实现。-Artificial Intelligence course, N digital issue java code.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4.22kb
    • 提供者:young
  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. 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. python算法库

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

搜珍网 www.dssz.com