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

搜索资源列表

  1. 用Alpha-Beta剪枝实现的黑白棋博弈

    0下载:
  2. 提供了Alpha-Beta算法的C语言的实现和基于Alpha-Beta算法的黑白棋博弈。-the Alpha-Beta algorithm C language based on the realization and Alpha-Beta algorithm reversi Game.
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:68730
    • 提供者:李亚成
  1. zwm

    0下载:
  2. 象棋搜索引擎,实现了一些博弈搜索算法,非常好的编程风格-chess search engine, has done something Game search algorithm, very good programming style
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:135954
    • 提供者:朱逸
  1. FiveChess

    0下载:
  2. 一个很好的五子棋程序代码,采用人工智能中著名的剪枝算法实现,可以手工调节搜索的步长,提高游戏的“智能”,很值得人工智能及博弈爱好者学习研究
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:697344
    • 提供者:张柳新
  1. wzq

    0下载:
  2. 基于博弈树分析的五子棋对弈软件,可以选择4种算法,调整搜索深度,对搜索耗时和遍历的节点数进行了统计
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:340860
    • 提供者:赵亮
  1. Chess

    2下载:
  2. 用博弈树的实现的五子棋算法的Matlab程序,可以供大家学习交流之用。
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:8620
    • 提供者:lilong
  1. wuziqi

    0下载:
  2. 采用极大极小剪枝的博弈算法实现的五子棋游戏,可以工机对弈.人人对弈,设置棋力
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:451206
    • 提供者:liguoting
  1. 五子棋的核心算法

    0下载:
  2. 五子棋的核心算法 五子棋是一种受大众广泛喜爱的游戏,其规则简单,变化多端,非常富有趣味性和消遣 性。这里设计和实现了一个人机对下的五子棋程序,采用了博弈树的方法,应用了剪枝 和最大最小树原理进行搜索发现最好的下子位置。介绍五子棋程序的数据结构、评分规 则、胜负判断方法和搜索算法过程。-331 of 331 core algorithm is a widely loved by the public of the game, its rules simple and changeable, ver
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:5265
    • 提供者:许俊
  1. IHEPFive

    0下载:
  2. 采用极大极小剪枝的博弈算法实现的五子棋游戏,可以工机对弈、人人对弈,设置棋力。-using Minimax Game pruning algorithm of 331 games, players can work for everyone chessboard, chess set.
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:239785
    • 提供者:liuben
  1. 3D-QUAD

    1下载:
  2. 是一款3D的类似五子棋游戏,主要实现了人机博弈的各种算法,并用鬼火引擎(Irrlicht)渲染3D效果
  3. 所属分类:棋牌游戏

    • 发布日期:2011-01-28
    • 文件大小:6178628
    • 提供者:nankaifl
  1. SourceCode

    0下载:
  2. 中国象棋 本人机对弈程序采用了多种搜索算法.以下是本程序主要的类说明: 1.CEveluation类:估值类,对给定的棋盘进行估值. 2.CMoveGenerator类:走法产生器,对给定的棋盘局面搜索出所有可能的走法. 3.CSearchEngine类:搜索引擎基类. 4.CNegaMaxEngine类:负极大值法搜索引擎. 5.CAlphaBetaEngine类:采用了Alpha-Beta剪枝技术的搜索引擎. 6.CFAlphaBetaEn
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-30
    • 文件大小:150232
    • 提供者:ccg
  1. Renju

    0下载:
  2. 五子棋的的程序,用MFC编写了游戏的运行界面,主要的算法是试用了博弈树和博弈决策!-Gobang of procedures, using MFC prepared to run the game interface, the main algorithm is tested in decision-making game trees and games!
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-05
    • 文件大小:58666
    • 提供者:刘晶晶
  1. 2

    0下载:
  2. 采用极大极小剪枝的博弈算法实现的五子棋游戏,可以工机对弈.人人对弈。-The use of minimax pruning algorithm of the game Gobang games, game machines can work. All game.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-17
    • 文件大小:482893
    • 提供者:zhouprogram
  1. Java-fiveChess

    0下载:
  2. 本软件是采用java实现的人机对弈的五子棋软件。实现较好的博弈算法和基本功能,适合初级程序员-This software is the use of man-machine chess java implementation of the backgammon software. To achieve better algorithms and the basic functions of the game for junior programmer
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-05
    • 文件大小:26834
    • 提供者:图南
  1. fiveChess2

    0下载:
  2. 本系统实现的是五子棋博弈算法,运用java语言实现了图形用户界面,方便用户使用。算法采用了博弈算法和启发式函数进行搜索,人机对弈可自动判断输赢,结束后可重新开局。-This system is renju game algorithm, use Java language realized the graphical user interface, and user-friendly. Algorithm adopted game algorithm and heuristic search f
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-16
    • 文件大小:126935
    • 提供者:ccc
  1. heibaiqi

    0下载:
  2. 五子棋是一种受大众广泛喜爱的游戏,这里介绍五子棋程序的数据结构、评分规则、胜负判断方法,重点分析了搜索算法,并在传统的博弈算法在五子棋应用中进行一些改进,从而使剪枝更有效,运算性能更好。改进包括:不使用closed表;改变棋盘搜索顺序;增加记录最大棋盘信息的指针。实验证明,这几点改进对提高效率有很高帮助。 -Backgammon is one of the general public loved the game, and here the data structure of the 33
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-16
    • 文件大小:186229
    • 提供者:
  1. othello

    0下载:
  2. Othello棋(黑白棋)的AI博弈算法,源代码,VS2008以上完美运行。-Othello Chess (Othello) game of AI algorithms, source code, VS2008 over perfectly.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-25
    • 文件大小:469220
    • 提供者:bamenwhj
  1. fir

    0下载:
  2. 五子棋的AI博弈算法,源代码,VS2008以上完美运行。-Backgammon game AI algorithm, source code, VS2008 over perfectly.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-27
    • 文件大小:506880
    • 提供者:bamenwhj
  1. fivechess

    0下载:
  2. 主要使用α-β剪枝法应用于五子棋,AI人工智能,可以实现分好的人机对战,对于学习人机博弈算法很有好处!主要使用α-β剪枝法应用于五子棋,AI人工智能,可以实现分好的人机对战,对于学习人机博弈算法很有好处!-fivechess AI
  3. 所属分类:Games

    • 发布日期:2017-12-12
    • 文件大小:60491540
    • 提供者:ys
  1. PC游戏编程.人机博弈

    0下载:
  2. 了解电脑编程原理,人机博弈的基本方法,掌握基本算法。(Understand the principles of computer programming, the basic method of man-machine game, master the basic algorithm.)
  3. 所属分类:游戏

    • 发布日期:2017-12-19
    • 文件大小:8854528
    • 提供者:paim
  1. PC游戏编程(人机博弈)

    0下载:
  2. 系统分析了人机博弈在pc机上的实现方法以及算法的改进与算法的分析。(This paper analyzes the realization method and algorithm improvement and algorithm analysis of PC on PC.)
  3. 所属分类:游戏

    • 发布日期:2018-05-03
    • 文件大小:2630656
    • 提供者:有人@我
« 12 »
搜珍网 www.dssz.com