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

搜索资源列表

  1. Java_wuziqi

    0下载:
  2. 本文介绍在NeatBeans IDE 5.0环境中开发五子棋人机对战版的过程,并且对人机博弈的基础算法进行了详细的探讨-This article describes the NeatBeans IDE 5.0 development environment, human-machine Versus Renju version of the process, and human-computer game based on the algorithm was examined in detail
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:487294
    • 提供者:刘杰
  1. xqwlight_win32

    0下载:
  2. 计算机博弈的代表,象棋小巫师,智能算法实例-Representatives of the computer game, chess boy wizard, smart algorithm instance
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-30
    • 文件大小:490561
    • 提供者:Kappi
  1. MFCRenju

    0下载:
  2. MFC的五子棋实现人机博弈,超强AI算法,大家可以下载看一下,欢迎提出意见-MFC-realization of human-computer backgammon game, super AI algorithm, we can download and look at comments welcome
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:2245244
    • 提供者:sixianbo
  1. AlphaBetaCut

    0下载:
  2. 【作业题目】 编写Alpha_Beta剪枝程序 【问题描述】 对于给定的Alpha_Beta博弈树,使用Alpha_Beta剪枝算法对其进行剪枝,输出剪掉的结点。 -write Alpha_Beta pruning operation procedures described issues Alpha_Beta for a given game tree pruning algorithm using Alpha_Beta tree was pruned to cut
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:3183
    • 提供者:林西
  1. boyi

    0下载:
  2. 博弈的问题,算法中会用到的博弈问题,竞赛当中用到的博弈问题-bai bao
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:2451
    • 提供者:余红全
  1. 3D-QUAD

    0下载:
  2. 是一款3D的类似五子棋游戏,主要实现了人机博弈的各种算法,并用鬼火引擎(Irrlicht)渲染3D效果,附有详细设计说明书,希望大家互相交流,觉得好就支持一下吧-this is a 3D game similar to backgammon, the main achievement of the human game of various algorithms, and use Irrlicht Engine rendering 3D effects, with a detailed desi
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-27
    • 文件大小:9982164
    • 提供者:无限循环
  1. Minimax

    0下载:
  2. 极大极小化算法常用在博弈中,可以动态的选定参数,也可用于活动轮廓模型中参数的设定-Minimax algorithm isused in the game, you can dynamically selected parameter and active contour model can also be used to set the parameters
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:677778
    • 提供者:蓝本
  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. populationevolution

    1下载:
  2. 使用演化博弈描述认知用户网络选择问 题,给出了基于种群演化的网络选择算法。-Game descr iption of the evolution of cognitive users using the network selection problem, given the evolution of the network based on population selection algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:762
    • 提供者:洪军
  1. Black-white

    1下载:
  2. 黑白棋实现例子,可设置初、中、高对手难度的博弈对策类游戏算法-Othello implementation example, you can set the beginning, middle and high degree of difficulty of the game rival games Algorithm Strategies
  3. 所属分类:Chess Poker games

    • 发布日期:2017-02-04
    • 文件大小:1929216
    • 提供者:pan
  1. The-man-machine-game

    0下载:
  2. The PC game programming - the man-machine game,包含各种象棋博弈的研发思想以及基本流程,基本的算法-The PC game programming- the man-machine game, the game includes a variety of chess thinking and basic research and development process, the basic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-09
    • 文件大小:2257210
    • 提供者:吴鑫强
  1. pc_game_book.ZIP

    0下载:
  2. 王小春的 pc游戏编程_人机博弈电子书下载(中国象棋算法),学习中国象棋软件的好书。-Wang Xiao Chun s machine game pc game programming ebook download _ (Chinese chess algorithm), a good book to learn Chinese Chess software.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-28
    • 文件大小:11148064
    • 提供者:jiangyinn
  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. solve

    0下载:
  2. 独粒钻石棋求解属于计算机人工智能中的博弈问题, 本文介绍了一种基于遗传算法的解决方案并用Java语言加以实现.-failed to translate
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:150452
    • 提供者:周哲
  1. me

    0下载:
  2. 基于多种群进化算法的多目标并行博弈设计Group based on a variety of multi-objective evolutionary algorithm design in parallel game-Group based on a variety of multi-objective evolutionary algorithm design in parallel game
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-03
    • 文件大小:1094768
    • 提供者:km1213
  1. 08575

    0下载:
  2. 第3-6章 第7章 人机对弈 第8章 博弈引擎 第9章 置换表 第10章 算法分析与测试技术 第11章 时间控制策略 第12章 启发式搜索策略 第13章 更多搜索策略-Chapter 3-6 Chapter 7 Chapter 8 man-machine chess game engine replacement table in Chapter 9 Chapter 10 Algorithm Analysis and Testing Technology-time c
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-22
    • 文件大小:6869073
    • 提供者:徐健
  1. tree

    0下载:
  2. 本文档列举了各种博弈树算法,并进行了比较及实现思想。-Comparison of a variety of game tree algorithms and implementation ideas.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:561133
    • 提供者:smallstar
  1. fivesstone

    0下载:
  2. 五子棋小游戏,基于最优博弈树算法,有不同棋力等级。老少咸宜。-a very funny game, five stone is a game make people clever and clever,enjoy it!
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-18
    • 文件大小:4640137
    • 提供者:赵云峰
  1. PCgame

    0下载:
  2. 机器博弈讲解,步骤详细,一学就会。内有五子棋和象棋的详细实现过程和一些经典算法。-man-machine engineering in electronic equipment
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-15
    • 文件大小:3901624
    • 提供者:Trista
  1. power-control-research

    0下载:
  2. 采用博弈论对认知无线电中的分布式动态频率选择和功率分配策略进行建模分析,通过建立合作来协调认知节点间的行为,从而提高分布式决策算法的性能。-Game Theory Modeling and Analysis of Distributed Dynamic Frequency Selection in cognitive radio and power allocation strategy to coordinate, through the establishment of cooperatio
  3. 所属分类:Communication

    • 发布日期:2017-05-01
    • 文件大小:892130
    • 提供者:石笑天
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com