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

搜索资源列表

  1. Alpha_Beta_1

    0下载:
  2. Alpha-beta减枝算法实现,简单明了,加注释-Alpha-beta algrithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4026
    • 提供者:liujuan
  1. AlphaBetaFilter

    1下载:
  2. alpha-beta滤波器的仿真程序,在雷达数据处理中有广泛应用。 本程序还比较了不同alpha-beta滤波器的性能。-This is a program about alpha-beta filter in radar data processing.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1318
    • 提供者:xushaojian
  1. gopangGame

    0下载:
  2. alpha-beta剪枝树实现五子棋,功能十分的强大,一般人是下不赢的alpha-beta剪枝树实现五子棋,功能十分的强大,一般人是下不赢的-Alpha-beta pruned tree realize renju,The function of the very strong,People are not win
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-23
    • 文件大小:145121
    • 提供者:sunyali
  1. java-chess

    0下载:
  2. 中国象棋,位棋盘,Zobrist键值,alpha-beta搜索,置换表,局面评价,包含设计说明-Chinese chess, chessboard, Zobrist keys, alpha-beta search, transposition table, situation assessment, including design descr iption
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-10
    • 文件大小:2416501
    • 提供者:王打狗
  1. tangxiao

    0下载:
  2. 基于VC6的中国象棋源码,使用了大量算法,包括搜索引擎基类.负极大值法搜索擎.Alpha-Beta剪枝技术的搜索引擎.fail-softalpha-beta搜索引擎.带历史启发的Alpha-Beta搜索引擎.渴望搜索引擎. -Based the VC6 Chinese chess source code, the use of a large number of algorithms, including search engines base class. Negative maxima
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-29
    • 文件大小:174419
    • 提供者:李建
  1. DFIG-run-program

    0下载:
  2. 这是一个用Matlab-S函数写的DFIG在alpha-beta发电运行程序-This is the DFIG in the alpha-a beta generation to run the program, write a Matlab-S function
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:766
    • 提供者:董振华
  1. Chess

    0下载:
  2. 黑白棋,分别对最大最小搜索法和alpha-beta搜索法进行实现。-Othello, the maximum and minimum search method and alpha-beta search method.
  3. 所属分类:Search Engine

    • 发布日期:2017-04-02
    • 文件大小:62982
    • 提供者:陈丛辉
  1. Chess

    0下载:
  2. 本人机对弈程序采用了多种搜索算法.以下是本程序主要的类说明: 1.CEveluation类:估值类,对给定的棋盘进行估值. 2.CMoveGenerator类:走法产生器,对给定的棋盘局面搜索出所有可能的走法. 3.CSearchEngine类:搜索引擎基类. 4.CNegaMaxEngine类:负极大值法搜索引擎. 5.CAlphaBetaEngine类:采用了Alpha-Beta剪枝技术的搜索引擎. 6.CFAlphaBetaEngine类:f
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1867234
    • 提供者:wxl
  1. mychess

    0下载:
  2. 一个简单的中国象棋程序,含AI,使用了alpha-beta剪枝搜索-A simple Chinese chess program with AI
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-11
    • 文件大小:2979981
    • 提供者:rudysnow
  1. radarKalman

    0下载:
  2. c语言编写的雷达目标跟踪程序,包括alpha-beta滤波和kalman滤波,很不错-c language radar target tracking procedures, including alpha-beta filter and kalman filtering, very good
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:9501
    • 提供者:崔晓
  1. abcab

    0下载:
  2. abc quantity to alpha beta conversion
  3. 所属分类:Energy industry

    • 发布日期:2017-12-02
    • 文件大小:69220
    • 提供者:Ramkumar R
  1. Tic_MFC_nullspace

    0下载:
  2. 用alpha-beta剪枝算法实现的一字棋(井字棋)对弈程序。由网上另外一个代码改进而来(感谢原作者)。增强了棋力-Alpha-beta pruning algorithm of the word chess-playing program (Tic-Tac-chess). Improvements comes from another online code (thanks to the original author). Enhance the playing strength
  3. 所属分类:Other Riddle games

    • 发布日期:2017-12-01
    • 文件大小:33966
    • 提供者:nullspace
  1. AlphaBetaSearch

    0下载:
  2. alpha-beta算法的简单实现,其中的博弈树需要自己构造-simple implementation of alpha-beta algorithm, which the game tree needs its own structure
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-14
    • 文件大小:9445
    • 提供者:kjsdhf
  1. Omok

    0下载:
  2. 五子棋游戏利 用C++語言min max alpha beta cutoff algorithm-Omok (five chess) game using C++ min max algorithn and alpha beta cutoff algorithm
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-09
    • 文件大小:202703
    • 提供者:jieun
  1. AI_Search

    0下载:
  2. 黑白棋AI算法 比较智能,能下赢别人的黑白棋算法,alpha beta搜索和估值函数做的不错-Othello AI algorithms compare smart, Othello algorithm under win someone else' s, the alpha-beta search and valuation function well
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-09
    • 文件大小:768
    • 提供者:姚继涛
  1. gg_mle

    0下载:
  2. 这是对广义高斯分布中两个参数alpha,beta的估计方法,对自然图像的大量统计特征就符合这一分布。-function [f, g] = dggbeta(beta, absx) DGGBETA Derivative of generalized Gaussian pdf with respective to beta [F, G] = DGGBETA(BETA, ABSX) Return partial derivative and second order partia
  3. 所属分类:matlab

    • 发布日期:2017-11-15
    • 文件大小:6757
    • 提供者:111
  1. Strategy

    0下载:
  2. 关键词:人工智能课大作业 四子棋 策略文件 阿尔法贝塔剪枝算法-Keywords: artificial intelligence courses operating four sons chess strategy documents Alpha Beta pruning algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-04
    • 文件大小:17992221
    • 提供者:jin
  1. MC56F8013

    1下载:
  2. 基于滑模算法的无传感器永磁同步电机的空间矢量控制程序-Application sw for sensorless PMSM Vector Control, version with alpha, beta SMO
  3. 所属分类:DSP program

    • 发布日期:2015-01-08
    • 文件大小:974848
    • 提供者:ian_liu
  1. Connect_Fo214822412009

    0下载:
  2. During his long sea voyages, Captain Cook was often absent in the evenings and eventually the crew began to joke that he must have a mistress in his cabin. When they discovered that the Captain had simply been playing this game with the ship s scien
  3. 所属分类:Compiler program

    • 发布日期:2017-11-17
    • 文件大小:33525
    • 提供者:ahmed
  1. update1

    3下载:
  2. 搭建永磁同步电机的直接转矩控制仿真模型 1,实测电流经过3/2变换得到alpha-beta轴上的电流; 2,估计模块中包含定子磁链和电磁转矩的估算,其中,定子磁链观测是采用基于转子位置和定子电流的磁链估计,电磁转矩直接在alpha-beta轴上计算; 3,转速调节模块和转矩调节模块直接采用PI调节器; 4,预期电压矢量估计模块,根据k时刻的磁链幅值与相位和k+1时刻的磁链幅值和相位计算出来的; 5,SVMPWM是空间电压矢量调制模块,实现空间任意角度任意大小的电压矢量,从而控
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:18309
    • 提供者:wk
« 1 2 3 4 56 7 8 9 10 »
搜珍网 www.dssz.com