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

搜索资源列表

  1. CineseChess

    0下载:
  2. 一个很好的中国象棋源代码 本人机对弈程序采用了多种搜索算法. 本程序还具有悔棋,还原功能,还可以记录走法.-a good source of Chinese chess game machine code, I use a variety of procedures for search algorithm. The procedure also has to repent Mullick, recovery capabilities, but also can be recorded
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:154953
    • 提供者:豹仔
  1. ChessOfChina

    0下载:
  2. 中国象棋源程序,该程序采用多种搜索算法实现了人机对弈的功能-Chinese chess source files, the program uses multiple search algorithm of the function of man-machine players
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:137867
    • 提供者:李真
  1. snake

    0下载:
  2. 象棋对弈平台算法程序,对走法的控制比较好,只是界面处理还有点欠缺
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:18249
    • 提供者:何图绘
  1. chess.rar

    0下载:
  2. 中国象棋源码,VC,本人机对弈程序采用了多种搜索算法,Chinese chess source, VC, my machine using a variety of game procedures search algorithm
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-10
    • 文件大小:759760
    • 提供者:项泰
  1. SourceCode

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

    • 发布日期:2017-03-30
    • 文件大小:150232
    • 提供者:ccg
  1. chess

    0下载:
  2. VC写的象棋游戏源代码,包含多种人机对弈算法。-VC wrote the source code of the chess game
  3. 所属分类:Game Program

    • 发布日期:2017-04-01
    • 文件大小:104241
    • 提供者:gaofeng
  1. cnxiangqi

    0下载:
  2. 中国象棋源码 蓝牙对战 手机变成,交叉算法,个人对以,人际对弈-Chinese Chess Battle Bluetooth phone into a source, cross algorithm, individuals with, interpersonal public debate
  3. 所属分类:Java Develop

    • 发布日期:2017-05-10
    • 文件大小:2415744
    • 提供者:hcsn
  1. ChineseChess

    0下载:
  2. 中国象棋源码,分电脑对弈或联网对弈。电脑对弈采用多种算法。-ChineseChess
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-30
    • 文件大小:759760
    • 提供者:ApolloSong
  1. chess

    0下载:
  2. 中国象棋源代码 1, 画面精美,是学习GUI编程的很好参考资料 2, 实现了人机对弈,涉及人工智能算法 3, 有MFC及win32两个版本,适用各种Programmer-Chinese chess source code 1, the window fine is good to learn GUI programming reference 2, to achieve a human-computer chess, artificial intelligence algor
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-30
    • 文件大小:344666
    • 提供者:锦绣天涯
  1. chinachess

    0下载:
  2. 本文主要研究基于Java 技术的中国象棋游戏的分析与设计,对中国象棋游戏特殊的行棋规则给予了细致的分析与理解,设计出了一种实时可行的行棋规则,从移动范围、移动方向和穿越障碍几个方面重新描述行棋规则,基于Java技术通过计算机模拟实现了中国象棋特殊的行棋规则算法,设计出了一种可行的方法,使每个棋子的行棋路线都严格遵循本身的行棋规则,游戏的实战对弈得以实现,通过实验运行,证明这种限定棋子行棋路线的方法是可行的,并得到了预期的目标-This paper studies the analysis and
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-01
    • 文件大小:27665
    • 提供者:田诗
  1. chess

    0下载:
  2. 简单的象棋,双人对弈,ai算法不了解所以没有。包括简单的界面,棋盘,象棋规则及棋子-simple chess
  3. 所属分类:Chess Poker games

    • 发布日期:2017-12-05
    • 文件大小:42814
    • 提供者:xu
  1. chess

    0下载:
  2. 实现人机象棋对弈,易语言源码,最尖端的算法。-Realize the man-machine chess chess.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-08
    • 文件大小:130242
    • 提供者:黄河
  1. ZGXX

    0下载:
  2. 以实际案例来促进读者对算法的理解,提高实际编程能力。主要内容包括:中国象棋博弈,局面表示,走法表示及生成走法,局面评估,基本搜索算法,人机博弈,机器对弈,置换表,算法分析及测试技术,时间控制策略,启发式搜索策略,更多搜索策略。-Based on the actual case to promote understanding of algorithm, improve the actual programming ability. The main contents include: Chine
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-23
    • 文件大小:4081045
    • 提供者:jiandie
  1. code

    0下载:
  2. VC++编写中国象棋人机对弈源码贡献包含各种搜索算法-VC++ write Chinese chess source contribution includes a variety of man-machine chess search algorithms
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-17
    • 文件大小:198279
    • 提供者:Pangrong
  1. chineseChess

    1下载:
  2. 源码简介: 本项目是安卓中国象棋游戏项目源码,棋盘使用一维数组,采用开局库,目前可以人机对弈部分参考<a href= http://www.xqbase.com/league/elephanteye.htm target= _blank >ElephantEye(象眼)开源项目。众所周知象棋的棋路复杂度要比五子棋复杂多了,象棋是走一步要看若干步。另外本项目还附带一份对中国象棋算法的pdf分析文档。正在研究这一块的朋友可以借鉴一下。 涉及模块&技术 绘图 算法 -S
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-22
    • 文件大小:6170384
    • 提供者:fisher
  1. Chess

    0下载:
  2. 该程序在visual studio环境下编译,可实现基本的象棋计时计步和人机对弈功能,方便学者进行学习和加工,其中,对象棋走子的对弈算法进行了优化。提高了运算的稳定性。-The program in visual studio environment compiler, enabling basic chess timer pedometer and man-machine chess function to facilitate academic learning and processing
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-29
    • 文件大小:14137
    • 提供者:yangqiang
  1. wuziqi

    0下载:
  2. 五子棋小游戏,用Java算法,功能涵盖了人机象棋,人人对弈。-Backgammon games, using Java algorithms, function covers man-machine chess chess ,, everyone.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-12-14
    • 文件大小:5120
    • 提供者:哈溜溜
  1. VC++ 中国象棋程序源代码

    1下载:
  2. 本人机对弈程序采用了多种搜索算法.CEveluation类:估值类,对给定的棋盘进行估值.(machine chess program, using a variety of search algorithms. Valuation function, the valuation of a given chessboard.)
  3. 所属分类:棋牌游戏

    • 发布日期:2017-12-14
    • 文件大小:132915
    • 提供者:我呢
  1. 中国象棋

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

    • 发布日期:2019-05-04
    • 文件大小:284672
    • 提供者:卧松云
搜珍网 www.dssz.com