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

搜索资源列表

  1. snake_c++

    0下载:
  2. bool termination_point bool neighbor3by3 /* true means 3x3 neighborhood, false means 5x5 neighborhood */ int grad_mag[500][500] /* Magnitude of Gradient */ int m_Cols /* Number of Columns */ int m_Rows /* Number of Rows */ int no_of_s
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:1634
    • 提供者:宁海石
  1. dynamic_splitter&cursor

    0下载:
  2. 新的问题出现了:对于一般的最大最小搜索,即使每一步只有很少的下法,搜索位置的数目也会随着搜索深度呈级数级增长。在大多数的中局棋形中,每步平均有十种下法,假设电脑搜索九步(程序术语称为搜索深度为九),就要搜索十亿个位置(十的九次方),这样极大地限制了电脑的棋力:我们总不能忍受电脑棋手一年才下一步棋。减少搜索结点的最简单的方法是减小搜索深度,但这大大影响了电脑棋手的棋力。是否有办法在不减小搜索深度的前提下将需要搜索的结点减小一些?幸运的是,可以证明,程序不需要考虑所有的位置而找到最佳点,于是人们采
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:70386
    • 提供者:晓亮
  1. alpha-beta

    1下载:
  2. alpha-β滤波器是针对匀速运动目标模型的一种常增益滤波器,本代码给出了在目标机动指标已知、未知和自适应滤波三种情况下的仿真代码-alpha-β filter is a moving target model for a uniform constant gain filter, the code is given in the target mobile targets known, unknown and adaptive filtering three cases of simulati
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2744
    • 提供者:陈招迪
  1. seawater

    22下载:
  2. Matlab seawater工具包,可以通过海水的温盐等信息计算海水的密度、比容、位密、地转流速等重要参数。- SW_ADTG Adiabatic temperature gradient SW_ALPHA Thermal expansion coefficient (alpha) SW_AONB Calculate alpha/beta (a on b) SW_BETA Saline contract
  3. 所属分类:Windows Develop

    • 发布日期:2017-01-14
    • 文件大小:50237
    • 提供者:庄伟
  1. zgxq

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

    • 发布日期:2017-03-31
    • 文件大小:200962
    • 提供者:david w
  1. alpha_beta

    0下载:
  2. 一个关于alpha-beta剪枝的程序,从tree.txt中读取树,然后输出剪枝结果。-An alpha-beta pruning procedure, read from tree.txt the tree, and then output the result of pruning.
  3. 所属分类:Windows编程

    • 发布日期:2013-04-03
    • 文件大小:4092
    • 提供者:胡玮玮
  1. chinesechess

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

    • 发布日期:2017-03-28
    • 文件大小:172415
    • 提供者:朱雪松
  1. RGB_lab

    0下载:
  2. Code for conversion of an image from RGB to l, alpha, beta color space and vice versa.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:92962
    • 提供者:ruchir
  1. tic_tac_toe

    0下载:
  2. 这是一个简单的一字棋游戏,采用阿尔法贝塔剪枝算法做成的。-This is a simple word chess game, using Alpha Beta pruning algorithm are made.
  3. 所属分类:CSharp

    • 发布日期:2017-03-25
    • 文件大小:239288
    • 提供者:dashu
  1. Renju

    0下载:
  2. 本人毕业设计时使用Alpha-Beta搜索算法的五子棋程序,觉得有用的可以参考下。-I graduated from design-time using the Alpha-Beta search algorithm Gobang program, find useful can refer to the next.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:87390
    • 提供者:hexun
  1. boomerang-win32-alpha-0.3.1

    0下载:
  2. Boomerang, tool for decomplier in c-Boomerang, tool for decomplier in c++
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-16
    • 文件大小:4316189
    • 提供者:Akira
  1. Tic_MFC

    0下载:
  2. 阿尔法贝塔算法的简易编程 3*3的连子 mfc界面编程-Alpha Beta Algorithm 3* 3 simple programming mfc programming interface with sub-
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:32980
    • 提供者:江山
  1. WindowsFormsApplication1

    0下载:
  2. Alpha beta pruning made in C#
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:213110
    • 提供者:MsMini
  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. 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. 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. chess-code

    0下载:
  2. 基于window下的小游戏。代码一共1800行,用c++编写,核心算法是alpha-beta搜索,使用directx,没有使用MFC和GDI,没有运用面向对象思想,这样可以让读者只需要关心核心的算法与数据结构。-Under the window-based mini-games. A total of 1800 line code with c++ written, the core algorithm is the alpha-beta search, use directx, do not
  3. 所属分类:DirextX

    • 发布日期:2017-05-13
    • 文件大小:3507196
    • 提供者:贺雪冬
  1. VSCCP

    0下载:
  2. 这是由越南人开发的简单中国象棋程序,其中用到了alpha beta剪枝算法-This is developed by the Vietnamese simple Chinese chess program, which USES alpha beta pruning algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:264812
    • 提供者:权海
  1. abc2alphabeta

    0下载:
  2. abc to alpha beta transformer
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:8193
    • 提供者:majidrb
  1. TCP

    0下载:
  2. 蚁群算法是当前研究非常火热的一种智能算法,下面的蚁群算法程序专门用于求解TSP问题,我们经过仿真检验,发现此程序的优化效率和鲁棒性都非常好。 function [R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q)-Ant colony algorithm is very hot current research an intelligent algorithm, the
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1776
    • 提供者:冯丁
« 12 »
搜珍网 www.dssz.com