CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 搜索资源 - ai search

搜索资源列表

  1. aRes_5Q

    0下载:
  2. 本人上学期写的一个五子棋单机版程序(界面借用别人的),AI实现还不错。本来想完善一下的,因为一些事情耽搁,估计不会再做修改。我比较了一下网上其它相关的程序,就程序效能来讲,本程序还是值得...呵呵,根本不使用搜索算法,一切基于逻辑,电脑漏棋相当少。-Last semester I wrote a stand-alone 331 (interface borrow the work of others), AI to achieve good. Perfect originally wanted
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:349.84kb
    • 提供者:刘锋
  1. 01Matthews

    0下载:
  2. 人工智能游戏编程真言一书附带的源码,这一章主要讲解A*寻路算法的原理和应用。这是第一个示例,很有参考意义。-AI Game Programming mantra source attached to a book, this chapter the main road on the A* search algorithm and application of the principle. This is the first example, very useful.
  3. 所属分类:Game Engine

    • 发布日期:2017-04-08
    • 文件大小:81.53kb
    • 提供者:lincolnwang
  1. 02Higgins

    0下载:
  2. 人工智能游戏编程真言一书附带的源码,这一章主要讲解A*寻路算法的原理和应用。这是第二个示例,很有参考意义。-AI Game Programming mantra source attached to a book, this chapter the main road on the A* search algorithm and application of the principle. This is the second example, is very useful.
  3. 所属分类:Game Engine

    • 发布日期:2017-04-14
    • 文件大小:3.42kb
    • 提供者:lincolnwang
  1. 03Higgins

    0下载:
  2. 人工智能游戏编程真言一书附带的源码,这一章主要讲解A*寻路算法的原理和应用。这是第三个示例,很有参考意义。-AI Game Programming mantra source attached to a book, this chapter the main road on the A* search algorithm and application of the principle. This is the third example, is very useful.
  3. 所属分类:Game Engine

    • 发布日期:2017-04-13
    • 文件大小:1.99kb
    • 提供者:lincolnwang
  1. 04Higgins

    0下载:
  2. 人工智能游戏编程真言一书附带的源码,这一章主要讲解A*寻路算法的原理和应用。这是第四个示例,很有参考意义。-AI Game Programming mantra source attached to a book, this chapter the main road on the A* search algorithm and application of the principle. This is the fourth example, the meaning of a good refe
  3. 所属分类:Game Engine

    • 发布日期:2017-04-14
    • 文件大小:4.13kb
    • 提供者:lincolnwang
  1. xiangqi

    0下载:
  2. 中国象棋的游戏源码,使用了人工智能的Alpha-Beta搜索算法-Chinese chess game source code, the use of artificial intelligence Alpha-Beta Search Algorithm
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-23
    • 文件大小:69.9kb
    • 提供者:佚名
  1. Gomucu5

    0下载:
  2. 采用Alpha-Beta裁剪的高AI(人工智能)的五子棋程序,人工智能较高,搜索深度为三,难被打败-Alpha-Beta(Three Deep search AI)
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-12
    • 文件大小:2.82mb
    • 提供者:yaojunfeng
  1. Othello

    0下载:
  2. 使用java編寫的GUI的黑白棋遊戲-GUI using java prepared Riversi games, search algorithms using classical game tree, and on this basis have done a lot of optimization, the evaluation function I used Simon M. Lucas and Thomas P. Runarsson published in its Temporal
  3. 所属分类:Games

    • 发布日期:2017-03-29
    • 文件大小:58.17kb
    • 提供者:chowkwing
  1. pcyouxibiancheng

    0下载:
  2. windows游戏编程之VC游戏 内容简介: 本书是一本专论机器搏奔的作品。详细披露了编写人机对奔程序的原理,技术和各种相关内容。包含一个完整的中国象棋人机对奔程序和一个完整的五子棋人机对奔程序实例。毫无保留的展示了估值核心,走法产生,以及约十种不同的搜索引擎,彻底解析了高性能博奔程序的秘密所在。实用性是本书的最大特点,本书的目标是让一个粗通程序设计的人在一个月内写出令人惊讶的人机博奔程序。完全没有一般人工智能书籍晦涩难懂的感觉。 -Game Programming of V
  3. 所属分类:Other Games

    • 发布日期:2017-05-06
    • 文件大小:1.46mb
    • 提供者:小糖
  1. tuixiangzi

    0下载:
  2. 推箱子小游戏自动求解,人工智能,A*,启发式搜索-Sokoban game auto-solving, AI, A*, Heuristic Search
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-08
    • 文件大小:119.42kb
    • 提供者:liudiao
  1. Chinese-chess

    0下载:
  2. 中国象棋,c++源码,多种搜索算法和评估算法相结合条理清析,对于初级学习ai编程人员非常有用。-Chinese chess, c++ source code, a variety of search algorithm and evaluation algorithm combined analysis of Article clarify, for the initial study is very useful for programmers ai.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-01
    • 文件大小:201.63kb
    • 提供者:小方
  1. RussianSquare

    0下载:
  2. 在VS2008下用MFC完成了俄罗斯方块的AI算法,也可以手动玩游戏。AI的搜索深度可以设置,可以作为人工智能等课程的大作业程序。-Complete with MFC in VS2008 under a Tetris AI algorithms, you can manually play the game. AI search depth can be set, such as artificial intelligence courses of operating procedures.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-24
    • 文件大小:3.39mb
    • 提供者:翟守超
  1. PathCreator.tar

    0下载:
  2. AI Path generter for Object search
  3. 所属分类:Shot Game

    • 发布日期:2017-05-17
    • 文件大小:4.39mb
    • 提供者:Kenny Chou
  1. AI_Search

    0下载:
  2. 黑白棋AI算法 比较智能,能下赢别人的黑白棋算法,alpha beta搜索和估值函数做的不错-Othello AI algorithms compare smart, Othello algorithm under win someone else' s, the alpha-beta search and valuation function well
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-09
    • 文件大小:768byte
    • 提供者:姚继涛
  1. Tetris

    0下载:
  2. 人机对战的俄罗斯方块游戏,AI策略采用数学公式计算每个可以放置方块的位置的得分,路径搜索采用A星搜索,从而实现人机对战-Human battle with AI in this tetris game.AI use mathematical formulas to compute the score of every enable position which can put block .Then I use A* algorithm to search path.
  3. 所属分类:Other Games

    • 发布日期:2017-05-12
    • 文件大小:2.63mb
    • 提供者:王辰
  1. firstpro

    0下载:
  2. 人工智能大作业,十滴水游戏的搜索算法,采用C++编程。-AI great job, Dishui game search algorithm, using C++ programming.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-09
    • 文件大小:1.88mb
    • 提供者:张丽
  1. heibaiqi

    0下载:
  2. c++编写的黑白棋,有AI,搜索了5步,功能相对齐全-Othello c++ written with AI, search for a 5-step, function relatively complete
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-14
    • 文件大小:3.97kb
    • 提供者:loushuai
  1. 02Higgins

    0下载:
  2. 人工智能游戏编程真言一书附带的源码,这一章主要讲解A*寻路算法的原理和应用。这是第二个示例,很有参考意义。-AI Game Programming mantra source attached to a book, this chapter the main road on the A* search algorithm and application of the principle. This is the second example, is very useful.
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:3.2kb
    • 提供者:anmili
  1. 03Higgins

    0下载:
  2. 人工智能游戏编程真言一书附带的源码,这一章主要讲解A*寻路算法的原理和应用。这是第三个示例,很有参考意义。-AI Game Programming mantra source attached to a book, this chapter the main road on the A* search algorithm and application of the principle. This is the third example, is very useful.
  3. 所属分类:Game Program

    • 发布日期:2017-04-08
    • 文件大小:1.78kb
    • 提供者:thefou
  1. search

    0下载:
  2. search.py for python search ai
  3. 所属分类:其他游戏

    • 发布日期:2017-12-29
    • 文件大小:135kb
    • 提供者:magnificus
« 12 »
搜珍网 www.dssz.com