搜索资源列表
aRes_5Q
- 本人上学期写的一个五子棋单机版程序(界面借用别人的),AI实现还不错。本来想完善一下的,因为一些事情耽搁,估计不会再做修改。我比较了一下网上其它相关的程序,就程序效能来讲,本程序还是值得...呵呵,根本不使用搜索算法,一切基于逻辑,电脑漏棋相当少。-Last semester I wrote a stand-alone 331 (interface borrow the work of others), AI to achieve good. Perfect originally wanted
01Matthews
- 人工智能游戏编程真言一书附带的源码,这一章主要讲解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.
02Higgins
- 人工智能游戏编程真言一书附带的源码,这一章主要讲解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.
03Higgins
- 人工智能游戏编程真言一书附带的源码,这一章主要讲解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.
04Higgins
- 人工智能游戏编程真言一书附带的源码,这一章主要讲解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
xiangqi
- 中国象棋的游戏源码,使用了人工智能的Alpha-Beta搜索算法-Chinese chess game source code, the use of artificial intelligence Alpha-Beta Search Algorithm
Gomucu5
- 采用Alpha-Beta裁剪的高AI(人工智能)的五子棋程序,人工智能较高,搜索深度为三,难被打败-Alpha-Beta(Three Deep search AI)
Othello
- 使用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
pcyouxibiancheng
- windows游戏编程之VC游戏 内容简介: 本书是一本专论机器搏奔的作品。详细披露了编写人机对奔程序的原理,技术和各种相关内容。包含一个完整的中国象棋人机对奔程序和一个完整的五子棋人机对奔程序实例。毫无保留的展示了估值核心,走法产生,以及约十种不同的搜索引擎,彻底解析了高性能博奔程序的秘密所在。实用性是本书的最大特点,本书的目标是让一个粗通程序设计的人在一个月内写出令人惊讶的人机博奔程序。完全没有一般人工智能书籍晦涩难懂的感觉。 -Game Programming of V
tuixiangzi
- 推箱子小游戏自动求解,人工智能,A*,启发式搜索-Sokoban game auto-solving, AI, A*, Heuristic Search
Chinese-chess
- 中国象棋,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.
RussianSquare
- 在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.
PathCreator.tar
- AI Path generter for Object search
AI_Search
- 黑白棋AI算法 比较智能,能下赢别人的黑白棋算法,alpha beta搜索和估值函数做的不错-Othello AI algorithms compare smart, Othello algorithm under win someone else' s, the alpha-beta search and valuation function well
Tetris
- 人机对战的俄罗斯方块游戏,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.
firstpro
- 人工智能大作业,十滴水游戏的搜索算法,采用C++编程。-AI great job, Dishui game search algorithm, using C++ programming.
heibaiqi
- c++编写的黑白棋,有AI,搜索了5步,功能相对齐全-Othello c++ written with AI, search for a 5-step, function relatively complete
02Higgins
- 人工智能游戏编程真言一书附带的源码,这一章主要讲解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.
03Higgins
- 人工智能游戏编程真言一书附带的源码,这一章主要讲解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.
search
- search.py for python search ai