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

搜索资源列表

  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. whiteandblack

    1下载:
  2. 人工智能,用极大极小剪枝算法实现的黑白棋游戏。-artificial intelligence, with Minimax pruning algorithm of the game reversi.
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:11582
    • 提供者:覃丽萍
  1. renju123

    0下载:
  2. 这个程序其中运用了极大极小值搜索算法和剪枝算法、置换表和哈希表等算法,代码易懂。
  3. 所属分类:其他游戏

    • 发布日期:2014-01-17
    • 文件大小:2808163
    • 提供者:370998123
  1. chess

    0下载:
  2. 高智商五子棋,只编写了人机对弈部分,运用了博弈树进行搜索,在选取最优的走步时使用极大极小分析法
  3. 所属分类:棋牌游戏

    • 发布日期:2014-01-18
    • 文件大小:245776
    • 提供者:吴李涛
  1. fivepro_src

    0下载:
  2. 高智商五子棋,人机对弈部分,运用了博弈树进行搜索,在选取最优的走步时使用极大极小分析法,考虑到搜索的时间复杂度和空间复杂度,在程序中只进行了2步搜索,即计算机在考虑下一步的走法时,只对玩家进行一步的推测
  3. 所属分类:棋牌游戏

    • 发布日期:2014-01-18
    • 文件大小:748488
    • 提供者:吴李涛
  1. test

    0下载:
  2. 本“五子棋“程序只编写了人机对弈部分,运用了博弈树进行搜索,在选取最优的走步时使用极大极小分析法,考虑到搜索的时间复杂度和空间复杂度,在程序中只进行了2步搜索,即计算机在考虑下一步的走法时,只对玩家进行一步的推测。(程序中的棋盘规格为15*15)。
  3. 所属分类:其他智力游戏

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

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

    • 发布日期:2008-10-13
    • 文件大小:451206
    • 提供者:liguoting
  1. 小游戏:五子棋的设计与实现

    0下载:
  2. 五子棋的设计与实现 本“五子棋“程序只编写了人机对弈部分,运用了博弈树进行搜索,在选取最优的走步时使用极大极小分析法,考虑到搜索的时间复杂度和空间复杂度,在程序中只进行了2步搜索,即计算机在考虑下一步的走法时,只对玩家进行一步的推测。(程序中的棋盘规格为15*15)。-renju the design and implementation of the "331" procedure prepared by the Human-Computer Chess, a game u
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:247086
    • 提供者:cwm_awt
  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. 5LinkChess.rar

    0下载:
  2. 基于剪枝的极大极小优先搜索和最佳优先搜索的人机对弈智能五子棋程序
  3. 所属分类:棋牌游戏

    • 发布日期:2012-06-24
    • 文件大小:3967434
    • 提供者:mayi222daxiang
  1. TicTacToe.rar

    0下载:
  2. 用极大极小算法编写的井字棋游戏 开发语言是Visual Prolog,Minimax algorithm used to prepare the game of tic-tac-toe game development language is Visual Prolog
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-24
    • 文件大小:2470
    • 提供者:zhangqian
  1. AIforfivechess

    0下载:
  2. 五子棋核心方法,包括了极大极小和搜索剪枝,注重理论原理的说明-important method
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-31
    • 文件大小:89506
    • 提供者:顾闻捷
  1. ticktacktoe

    0下载:
  2. 基于人工智能方面的,运用极大极小算法的井字棋源代码-Based on artificial intelligence aspects, the use of max-min algorithm source code for tic-tac-toe game
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-31
    • 文件大小:95881
    • 提供者:sp
  1. fivestone

    0下载:
  2. 在本次“五子棋“程序的编写中,只编写了人机对弈部分,运用了博弈树进行搜索,在选取最优的走步时使用极大极小分析法,考虑到搜索的时间复杂度和空间复杂度,在程序中只进行了2步搜索,即计算机在考虑下一步的走法时,只对玩家进行一步的推测。-During the meeting, " Gobang" the preparation of procedures, only part of the preparation of the human-computer game, using a
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-12
    • 文件大小:2763333
    • 提供者:nc
  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. chess

    0下载:
  2. 用VC开发,算法是极大极小算法的五子棋,界面优美。-With VC development, the algorithm is minimax algorithm Gobang, interface beautiful.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-17
    • 文件大小:4301086
    • 提供者:赵智明
  1. jingziqi-renjiduizhan

    0下载:
  2. 用vc编写的井字棋游戏,用极小极大算法编写,可以实现人机对战-Prepared using vc chess game Tic Tac Toe
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-10
    • 文件大小:1613894
    • 提供者:mwz
  1. FiveChess

    0下载:
  2. 五子棋人机对弈游戏源码,计算机下棋时采用极大极小算法,有详细的课件。-Backgammon games on the game machine source code, computer chess minimax algorithm, detailed courseware.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-23
    • 文件大小:7624030
    • 提供者:王桂平
  1. finally

    0下载:
  2. 自己写的五子棋游戏,实现了人机对弈,可以悔棋到任何一步。采用博弈树搜索,核心算法为极大极小值算法。-Write their own backgammon game, chess machine realized, you can undo any step. Game tree search using the core algorithm for the minimax algorithm.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-16
    • 文件大小:4607179
    • 提供者:王文江
  1. wuziqi

    0下载:
  2. 此游戏中有3种难度不同的级别。原理是根据极大极小的搜索策略,实现对奕功能。同时,在游戏中我们插入了不同的声效,在不同的情况会有不同的声音。鼠标点错位子也会发出警告声音。同时,我们设计的五子棋还有悔棋的功能。-This game has 3 different levels of difficulty. Principle is based on minimax search strategy to achieve Chess function. Meanwhile, in the game we
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-23
    • 文件大小:6779496
    • 提供者:田华
« 12 »
搜珍网 www.dssz.com