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

搜索资源列表

  1. VBKing

    0下载:
  2. 这是我的课程设计报告,本来是用VB设计一个界面出来,里面包含多种小游戏的,可惜删了,只剩下一份报告,里面包含了各个小游戏的程序算法代码:回溯法求解皇后问题、冒泡法的算法描述、快速排序法、二叉排序树(这里用C语言描述)、顺序查找算法、二分法查找、二叉排序树查找(这里用C语言描述)-This is my course design, originally designed with VB is an interface, and which contains a variety of small g
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:13801
    • 提供者:天路
  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. chess_horse

    0下载:
  2. 程序实现象棋马,搜索有多少种走法,用搜索树。-Chess horses, many types of moves the search with the search tree.
  3. 所属分类:Game Program

    • 发布日期:2017-04-07
    • 文件大小:4293
    • 提供者:gamgle
  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. Othello

    0下载:
  2. 使用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
  3. 所属分类:Games

    • 发布日期:2017-03-29
    • 文件大小:59561
    • 提供者:chowkwing
  1. the_core_algorithms_of_gobang

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

    • 发布日期:2017-04-03
    • 文件大小:7107
    • 提供者:刘智瑞
  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. jinziqi

    0下载:
  2. 井字棋游戏基于剪枝算法,是博弈树搜索算法的一个重要分支-Pruning algorithm based chess game Tic Tac Toe is game-tree search algorithm is an important branch
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-02
    • 文件大小:2506
    • 提供者:rong
  1. Surakarta

    9下载:
  2. 苏拉卡尔塔棋的源码,可实现人机对战,和搜索树的层次选择-Surakarta chess source code, enabling crew war, and the level of the search tree selection
  3. 所属分类:Chess Poker games

    • 发布日期:2015-04-13
    • 文件大小:2099200
    • 提供者:朱俊生
  1. wuziqi

    0下载:
  2. 智能五子棋,能够完成人机对战,运用了搜索树等搜索算法。-The Gobang intelligent, able to complete the crew war, use of the search tree search algorithm.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-24
    • 文件大小:116948
    • 提供者:王童
  1. game

    0下载:
  2. Tic-tac-toe游戏搜索引擎,带有特定深度的minimax tree,并且自带有一个可以在非叶结点处进行评估的评估函数-Tic-tac-toe game search engine, with particular depth minimax tree, and comes with an assessment of the non-leaf nodes at the evaluation function
  3. 所属分类:Game Engine

    • 发布日期:2017-11-15
    • 文件大小:2678
    • 提供者:haha
  1. Othello

    0下载:
  2. 经典的黑白棋游戏,其中设计并实现了多种黑白棋的人工智能算法,其中使用了BP神经网、决策树、优化启发搜索剪枝等算法。并实现了多种算法对战平台,进行算法间的对弈和比分统计,以供进一步研究黑白棋算法。其中,该系统中的高智能算法已经在同类黑白棋软件的棋力中占上游水平。-Classic black and white chess game, in which artificial intelligence algorithm of many kinds of Othello was proposed an
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-25
    • 文件大小:5279067
    • 提供者:舒愈
  1. yiziqi

    0下载:
  2. 在VC环境下用C++语言编写的一字棋小程序,采用人工智能原理里的博弈树的启发式搜索原理。-VC environment in C++ language with the preparation of the word game of small procedures, the principle of the use of artificial intelligence in the game tree search heuristic principle
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-14
    • 文件大小:283290
    • 提供者:刘平
  1. Chinese-Chess

    0下载:
  2. 人机博弈程序. 本项目主要采用了博弈树中的极大极小值搜索算法.采用估值的技术让电脑评估当前局面的利弊.选择走法.-Human-computer game program. The project is mainly using the minimax game tree search algorithm using valuation technology allows computers to assess the pros and cons of the current situat
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-28
    • 文件大小:12674699
    • 提供者:GinMadrid
  1. phonelistBST

    0下载:
  2. 以binary search tree來建構電話簿,提供使用者增加、刪除、顯示、搜尋等功能。Use binary search tree to construct the phone list, providing the user functions such as "add, delete, display, and search ".-Use binary search tree to construct the phone list, providing the user functio
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:2276
    • 提供者:巴洛特利
  1. jinziqi

    0下载:
  2. 井字棋游戏基于剪枝算法,是博弈树搜索算法的一个重要分支-Pruning algorithm based chess game Tic Tac Toe is game-tree search algorithm is an important branch
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:2551
    • 提供者:rdistri
  1. huffman112

    0下载:
  2. 哈夫曼编码的实现与解析基于二叉树技术的搜索 遍历-Huffman coding with the analytical technique based on the binary tree search traversal
  3. 所属分类:Game Program

    • 发布日期:2017-04-15
    • 文件大小:6762
    • 提供者:zhong8406284
  1. MCTS

    6下载:
  2. 用蒙特卡洛树搜索的办法实现黑白棋落子决策问题(Search with Monte Carlo tree to achieve Riversi decision problem)
  3. 所属分类:棋牌游戏

搜珍网 www.dssz.com