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

搜索资源列表

  1. bwc.rar

    0下载:
  2. 搜索算法部分使用minmax递归,alphabeta剪枝,初期和中期搜索6层,最后部分搜索15层。评估算法主要是最小行动力,加以位置值的相关判断
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:574506
    • 提供者:
  1. 20048291153554

    0下载:
  2. 代码说明:搜索算法部分使用minmax递归,alphabeta剪枝,初期和中期搜索6层,最后部分搜索15层。评估算法主要是最小行动力,加以位置值的相关判断。
  3. 所属分类:搜索引擎

    • 发布日期:2008-10-13
    • 文件大小:578737
    • 提供者:dsf
  1. GameSearch

    0下载:
  2. 井字棋的有关java的alphabeta搜索
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:1615
    • 提供者:sky
  1. alphabeta

    0下载:
  2. 采用alpha-beta剪枝算法解决博弈树问题,内含代码注释-Using alpha-beta pruning algorithm to solve the game tree problem, comments containing the code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:11059
    • 提供者:lzx
  1. alphabeta

    0下载:
  2. 用VC实现的,用C++写的三字棋小游戏,其中采用的是αβ剪枝算法,可以运行。-VC with the implementation, using C++ to write the words chess game, which are used αβ pruning algorithm can run.
  3. 所属分类:Game Program

    • 发布日期:2017-05-10
    • 文件大小:2135225
    • 提供者:朱静
  1. bwc

    0下载:
  2. 搜索算法部分使用minmax递归,alphabeta剪枝,初期和中期搜索6层,最后部分搜索15层。评估算法主要是最小行动力,加以位置值的相关判断- The search algorithm partially uses the minmax recursion, the alphabeta pruning, the initial period and the intermediate stage searches 6, finally partially searches 15. Appr
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-09
    • 文件大小:574777
    • 提供者:五个蛋
  1. AlphaBeta

    0下载:
  2. AlphaBeta剪枝算法,学习人工智能的一个例子!-AlphaBeta pruning algorithm, an example of artificial intelligence to learn!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:9559
    • 提供者:dengjunquan
  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. Alpha_Beta

    1下载:
  2. 人工智能算法中的alphabeta剪枝算法,使用c++编程-Artificial intelligence algorithm alphabeta pruning algorithm, the use of c++ programming
  3. 所属分类:Console

    • 发布日期:2017-03-27
    • 文件大小:3144
    • 提供者:流星澈
  1. othelo

    0下载:
  2. 简单的dos界面奥塞洛棋 用了alphabeta搜索等算法-Simple dos interface Ocello chess searching algorithm with the alphabeta
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:6629
    • 提供者:谢园普
  1. tongbufadianji

    0下载:
  2. 同步发电机的alphabeta系统突然单相短路的无阻尼绕组仿真-Alphabeta system synchronous generator without damper winding single-phase sudden short-circuit emulation
  3. 所属分类:Energy industry

    • 发布日期:2017-04-02
    • 文件大小:1192
    • 提供者:
  1. alphabeta

    0下载:
  2. 用VC实现的,用C++写的三字棋小游戏,其中采用的是αβ剪枝算法,可以运行。-With VC, using C++ to write the words chess game, which uses a αβ pruning algorithm can be run.
  3. 所属分类:Game Program

    • 发布日期:2017-05-15
    • 文件大小:3978667
    • 提供者:杨晴
  1. GameSearch

    0下载:
  2. 井字棋的有关java的alphabeta搜索-Tic-tac-toe game java on the alphabeta search
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1780
    • 提供者:worksan
  1. Athi_2048_Game_AI_Solver_01-05-2014

    1下载:
  2. 详细说明:包含alphaBeta剪枝智能算法的matlab源程序,能很好解决2048小游戏的搜索功能-alphaBeta Pruning intelligent algorithm matlab source code, can achieve a good search function and other games 2048
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:22775
    • 提供者:丁晓
  1. Gomoku

    0下载:
  2. 基于VC的五子棋设计,具有单机对弈和联机对弈功能,AI使用AlphaBeta剪枝算法实现,可以调节搜索深度和搜索广度,可以保存和打开棋谱,可以悔棋和取消悔棋,控件大小可以随窗口大小的改变而改变。-VC-based design of backgammon, chess has a single function and online chess, AI use AlphaBeta pruning algorithm, you can adjust the search depth and bre
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-30
    • 文件大小:75269
    • 提供者:王孟之
  1. GameSearch

    0下载:
  2. 井字棋的有关java的alphabeta搜索-Tic-tac-toe game java on the alphabeta search
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1962
    • 提供者:s8831suchen
  1. GameSearch

    0下载:
  2. 井字棋的有关java的alphabeta搜索-Tic-tac-toe game java on the alphabeta search
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1865
    • 提供者:vpt72quez
  1. jingchess

    0下载:
  2. 井字棋人机对弈,实现基本的人机交互界面,采用图形化界面显示棋盘和棋子。电脑能根据人下的棋,判断下一步较优的走法。井字棋实现人机对弈,为了实现智能化,要为每一步棋估值,采用极大极小值算法,负极大值算法,alphabeta等算法得出较优的下一步棋。平时一个人也可以下棋自娱自乐了。 井字棋人机对弈为我一个人一组完成。 -Tic-tac-toe man-machine chess, to achieve the basic man-machine interface, graphical int
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-05
    • 文件大小:18163
    • 提供者:赵安
  1. AlphaBeta

    0下载:
  2. ALPHA BETA PRUNING ALGORITHM IN JAVA
  3. 所属分类:Other Games

    • 发布日期:2017-05-04
    • 文件大小:16998
    • 提供者:SABIT BIN KABIR
  1. test1

    0下载:
  2. 简单一字棋,qt实现,alphabeta剪枝算法(Simple word game, QT implementation, alphabeta pruning algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-02
    • 文件大小:6144
    • 提供者:廖联合
« 12 »
搜珍网 www.dssz.com