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

搜索资源列表

  1. cx

    0下载:
  2. 基于自适应α-β滤波器的接收机跟踪环多普勒自补偿算法-Based on adaptive alpha beta filter satellite receiver loop of the doppler compensation algorithm design
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2926
    • 提供者:asdasf
  1. gobang

    0下载:
  2. 一个带AI版本五子棋游戏的简易实现。AI部分用到带估价函数的alpha-beta剪枝算法-A source cood of a gobang game. There is an AI which is made by alpha-beta pruning search with uate function.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2225
    • 提供者:t_t_0000
  1. vishal_sahu_sep15

    0下载:
  2. Alpha–beta pruning is a search algorithm that seeks to decrease the number of nodes that are uated by the minimax algorithm in its search tree. It is an adversarial search algorithm used commonly for machine playing of two-player games (Tic-tac-toe,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4101
    • 提供者:AG
  1. ArtificialIntelligence

    0下载:
  2. 一些人工智能方面的学习源码,用java写的。包括遗传算法 alpha-beta剪枝 模拟退火算法 九宫格 传教士与野人等问题或者算法实现源码。-Some artificial intelligence to learn the source code, written in java. Including genetic algorithm alpha-beta pruning simulated annealing algorithm and other missionaries and Sa
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:75759
    • 提供者:阿武
  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
  1. ModelMASconcordia

    0下载:
  2. Asynchronous machine modelisation on Alpha Beta references
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1436
    • 提供者:DJADI
  1. alphaBetaFilter

    0下载:
  2. 阿尔法贝塔滤波,一种简便的滤波算法,相比于卡尔曼滤波和阿尔法贝塔伽马滤波,速度更快,预测实时性更好!-Alpha beta filter is a simple filtering algorithm, compared to Kalman filter and alpha beta Tagama filter, speed faster, the prediction has better real-time performance.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1996
    • 提供者:zangtianlei
  1. tic_tac_toe

    0下载:
  2. a small game called tic tac toe by alpha beta algorithm -this is a cpp file with C++, and it s a small game called tic tac toe , in this code, i applied the algorithm which called alpha beta
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:134828
    • 提供者:chen
  1. tic_tac_toe

    0下载:
  2. 这是一个带颜色UI界面的棋类游戏实现——tic tac toe(井字游戏) 编程语言:Visual C++ (MFC) 算法:alpha beta 剪枝算法-this is a game called tic tac toe with a UI interface base on MFC, using alpha beta algorithm, for those who want to learn something about MFC programing.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-04
    • 文件大小:134892
    • 提供者:chen
  1. Grey-wolf-optimizer-(gwo)-in-matlab

    1下载:
  2. In implementing this project, four types of gray wolves like Alpha, Beta, Delta and Omega is the use to simulate the leadership hierarchy in which the three main steps of the hunt, searching for prey, surrounded prey, and attack the bait, are impleme
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1938508
    • 提供者:scada111
  1. Motor_control_abc_dq

    0下载:
  2. 电机控制的仿真程序,并有clrak和park变换,根据时间有加速过程,分别仿真了到alpha,beta轴以及到dq轴的仿真-clark and park transformation, according to the acceleration process, respectively, to simulate the alpha, beta axis and dq axis to the simulation
  3. 所属分类:DSP program

    • 发布日期:2017-05-04
    • 文件大小:8111
    • 提供者:龚俊
  1. AlphaBeta

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

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

    0下载:
  2. alpha beta transformation, for FPGA synthesis and implementation
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-12
    • 文件大小:1124
    • 提供者:wahib
  1. multiagent1

    10下载:
  2. pacman project2 multiagent,简单的对抗搜索,实现简单反射算法,极大极小值算法和Alpha-beta算法。(pacman project2 multiagent)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:217088
    • 提供者:anothing
  1. abc_al_be_dq_al_be_abc

    0下载:
  2. alpha beta transformation clarkes
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:17408
    • 提供者:theraghuji
  1. Othello

    0下载:
  2. 运用博弈树和α-β剪枝算法完成的一个黑白棋游戏小程序(Using game tree and alpha - beta pruning algorithm to complete a small game of black and white chess game)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:3072
    • 提供者:Ray0218
  1. 一字棋

    1下载:
  2. 井字棋 α-β剪枝算法 在简单的游戏中,能够从当前游戏状态出发,搜索游戏的博弈树并确定最优行动方案的算法是存在的。其中最有名的算法就是极小极大算法。对于简单的双人游戏,极小极大算法很有用。它是在轮流行动的游戏中选择最好的行动的一种方法。 在博弈树中的每一个结点(一个结点表示一个可能的行动方案)都可以保存一个值,该值用来定义对应行动在帮助玩家获胜方面的优良程度。因此,对于一个确定的结点,其子结点都有一属性来定义对应行动的相对优良程度。 井字棋其实就是三子棋(和五子棋类
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:oracl
  1. SSGPC

    0下载:
  2. The controller is now implemented as a monolithic S-function module. I consider this monolithic implementation an improvement over the one I described in my paper, but the underlying algorithm is the same. To suit the model to a particular applica
  3. 所属分类:matlab例程

    • 发布日期:2018-01-03
    • 文件大小:312320
    • 提供者:domixiang
  1. CHESS5

    0下载:
  2. 五子棋AI课程设计 C# 带alpha-beta剪枝 注释详细(chess 5 with AI and alpha-beta)
  3. 所属分类:C#编程

    • 发布日期:2018-01-07
    • 文件大小:362496
    • 提供者:JenniferHo
  1. ab改进

    2下载:
  2. 针对传统α - β 滤波算法不够有效跟踪机动目标的问题, 详细分析了其内在原因, 提出一种改进的α - β 滤波算法。该算法不需要假定目标的机动模型, 而是将目标的机动加速度作为滤波状态直接估计出来, 将估计加速度作为输入控制量引入到传统α - β 滤波器的状态估计方程中进行机动目标的跟踪。然后将它与传统α - β 滤波算法进行比较, 证明了新的算法不仅具有传统算法计算量小的优点, 而且还可以对机动目标进行实时跟踪。仿真结果表明, 新算法在综合性能上明显优于传统算法。(In view of th
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:5120
    • 提供者:王维
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com