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

搜索资源列表

  1. ChessPP

    0下载:
  2. 中国象棋人机版,其中采用了多种搜索方法,有最基本的极大极小值方法和Alpha-Beta方法,还有历史启发,渴望搜索,PVS等搜索方法-Chinese version of man-machine chess, which used a variety of search methods, the most basic minimax value method and Alpha-Beta, history also inspired desire to search, and other sea
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:123945
    • 提供者: 哈哈哈
  1. dynamic_splitter&cursor

    0下载:
  2. 新的问题出现了:对于一般的最大最小搜索,即使每一步只有很少的下法,搜索位置的数目也会随着搜索深度呈级数级增长。在大多数的中局棋形中,每步平均有十种下法,假设电脑搜索九步(程序术语称为搜索深度为九),就要搜索十亿个位置(十的九次方),这样极大地限制了电脑的棋力:我们总不能忍受电脑棋手一年才下一步棋。减少搜索结点的最简单的方法是减小搜索深度,但这大大影响了电脑棋手的棋力。是否有办法在不减小搜索深度的前提下将需要搜索的结点减小一些?幸运的是,可以证明,程序不需要考虑所有的位置而找到最佳点,于是人们采
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:70386
    • 提供者:晓亮
  1. LSChess

    0下载:
  2. 中国象棋游戏,包括引擎和界面两个部分。使用MFC进行开发。Alpha-Beta剪枝搜索。-Chinese chess game, including the engine and the interface of two parts. Be developed using MFC. Alpha-Beta pruning search.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-25
    • 文件大小:8661679
    • 提供者:
  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. five_chess_source_code

    2下载:
  2. 五子棋游戏,采用alpha-beta剪枝优化搜索算法,深度可达6步。-five-chess game, with alpha-beta optimal search algorithm, the depth is up to 6 steps
  3. 所属分类:棋牌游戏

    • 发布日期:2012-10-31
    • 文件大小:1543895
    • 提供者:ling
  1. Gobang

    0下载:
  2. 一个比较简单的五子棋AI,用的是alpha beta搜索剪枝-A relatively simple backgammon AI, with the alpha beta search pruning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:664930
    • 提供者:harry
  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
    • 文件大小:71576
    • 提供者:佚名
  1. chinesechess

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

    • 发布日期:2017-03-28
    • 文件大小:172415
    • 提供者:朱雪松
  1. NegaScout_TT_HH

    0下载:
  2. 中国象棋、五子棋等人工智能所使用的空窗探测法,效率高于Alpha-beta搜索-Chinese chess, backgammon and other artificial intelligence used by the window of detection method, more efficient than Alpha-beta search
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-02
    • 文件大小:2817
    • 提供者:zhangts
  1. Alphabeta_HH

    0下载:
  2. Alpha-Beta搜索算法,博弈树搜索中最常用的算法之一-Alpha-Beta search algorithm, the game tree search, one of the most commonly used algorithms
  3. 所属分类:Search Engine

    • 发布日期:2017-04-01
    • 文件大小:1446
    • 提供者:zhangts
  1. Renju

    0下载:
  2. 本人毕业设计时使用Alpha-Beta搜索算法的五子棋程序,觉得有用的可以参考下。-I graduated from design-time using the Alpha-Beta search algorithm Gobang program, find useful can refer to the next.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:87390
    • 提供者:hexun
  1. xiangqi

    0下载:
  2. 中国象棋,位棋盘,Zobrist键值,alpha-beta搜索,置换表,局面评价,包含设计说明。-Chinese chess, digital board, Zobrist keys, alpha-beta search, replacement table, the situation assessment, including design specification.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-10
    • 文件大小:2417723
    • 提供者:田田
  1. java-chess

    0下载:
  2. 中国象棋,位棋盘,Zobrist键值,alpha-beta搜索,置换表,局面评价,包含设计说明-Chinese chess, chessboard, Zobrist keys, alpha-beta search, transposition table, situation assessment, including design descr iption
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-10
    • 文件大小:2416501
    • 提供者:王打狗
  1. tangxiao

    0下载:
  2. 基于VC6的中国象棋源码,使用了大量算法,包括搜索引擎基类.负极大值法搜索擎.Alpha-Beta剪枝技术的搜索引擎.fail-softalpha-beta搜索引擎.带历史启发的Alpha-Beta搜索引擎.渴望搜索引擎. -Based the VC6 Chinese chess source code, the use of a large number of algorithms, including search engines base class. Negative maxima
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-29
    • 文件大小:174419
    • 提供者:李建
  1. Chess

    0下载:
  2. 黑白棋,分别对最大最小搜索法和alpha-beta搜索法进行实现。-Othello, the maximum and minimum search method and alpha-beta search method.
  3. 所属分类:Search Engine

    • 发布日期:2017-04-02
    • 文件大小:62982
    • 提供者:陈丛辉
  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
    • 文件大小:768
    • 提供者:姚继涛
  1. chess-code

    0下载:
  2. 基于window下的小游戏。代码一共1800行,用c++编写,核心算法是alpha-beta搜索,使用directx,没有使用MFC和GDI,没有运用面向对象思想,这样可以让读者只需要关心核心的算法与数据结构。-Under the window-based mini-games. A total of 1800 line code with c++ written, the core algorithm is the alpha-beta search, use directx, do not
  3. 所属分类:DirextX

    • 发布日期:2017-05-13
    • 文件大小:3507196
    • 提供者:贺雪冬
  1. surakarta

    0下载:
  2. 使用了alpha-beta搜索,实现了简单的人机博弈。由于估值函数比较简单,目前棋力不是很强。-Use the alpha-beta search to achieve a simple man-machine game. Since the valuation function is relatively simple, there is not very strong chess.
  3. 所属分类:Applications

    • 发布日期:2017-04-17
    • 文件大小:302598
    • 提供者:曲华
  1. NegaScout_TT_HH

    0下载:
  2. 中国象棋、五子棋等人工智能所使用的空窗探测法,效率高于Alpha-beta搜索-Chinese chess, backgammon and other artificial intelligence used by the window of detection method, more efficient than Alpha-beta search
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:2862
    • 提供者:realmofsci
  1. NegaScout_TT_HH

    0下载:
  2. 中国象棋、五子棋等人工智能所使用的空窗探测法,效率高于Alpha-beta搜索-Chinese chess, backgammon and other artificial intelligence used by the window of detection method, more efficient than Alpha-beta search
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3160
    • 提供者:dcf877yonglia0
« 12 »
搜珍网 www.dssz.com