CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 五子棋

搜索资源列表

  1. vc五子棋.rar

    0下载:
  2. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:3318
    • 提供者:
  1. vc5五子棋

    0下载:
  2. vc五子棋
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-07
    • 文件大小:2277626
    • 提供者:l2001250
  1. FiveChess_MFC

    0下载:
  2. 用mfc写的一个五子棋游戏,不含人工智能-mfc written with a 331 game, which was non-AI
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:284239
    • 提供者:梁白鸥
  1. WUZICHESS

    0下载:
  2. 五子棋(TC版),提供交互界面,TC2.0编译-331 (TC edition), provides interfaces to compile WITH TC 2.0
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7819
    • 提供者:胡安
  1. Flash5 五子棋

    1下载:
  2. 该游戏用到了人工智能算法,较为复杂。 在计算游戏的智能方面可以有较大提高。-the game uses artificial intelligence algorithm, is more complex. In the calculation of intelligent game can be greatly enhanced.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:27637
    • 提供者:itchy
  1. 基于MFC界面的人机对战五子棋

    4下载:
  2. 用C++语言编写,界面使用mfc编写,应用α-β剪枝算法实现的人机对战五子棋
  3. 所属分类:人工智能/神经网络/遗传算法

  1. 人机对战五子棋+c++源码

    0下载:
  2. 人机对战五子棋+c++源码
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-05-13
    • 文件大小:96773
    • 提供者:xiazai009
  1. WuZiQi

    1下载:
  2. 人工智能的一个作业,使用智能算法实现五子棋的AI,且不论界面多独特,单是算法就很牛,只搜索了一层就相当于别人搜索几层的算法,实在是极限优化。!-An artificial intelligence operations, the use of smart Gobang algorithm of AI, and regardless of the unique multi-interface, it is algorithm cattle, only a layer of the search i
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:621716
    • 提供者:蚂蚁
  1. FiveChessGame

    0下载:
  2. 用MFC做界面基于α-β剪枝算法的五子棋程序。-To do with the MFC interface α-β pruning algorithm based on the backgammon program.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:1151433
    • 提供者:左手
  1. five2

    0下载:
  2. 一个五子棋的例子,棋盘画的不错-A Gobang example, a good board painting
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-12
    • 文件大小:250200
    • 提供者:站长
  1. wuziqiAI

    0下载:
  2. 五子棋,的智能算法,有详细介绍,Java,语言实现-Gobang, intelligent algorithms, detailed
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:368591
    • 提供者:li shu
  1. 200907100023039

    0下载:
  2. 五子棋的View /*棋盤一共10×10格**/ /* 棋盤居中-Gobang the View/* board a total of 10 × 10 grid**//* chessboard center
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:9426
    • 提供者:potato
  1. wuziqi_c

    0下载:
  2. 用C写的五子棋的代码,AI还不错,反正我是下不过-Gobang written using C code,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:140209
    • 提供者:张空空
  1. FiveGame6_1

    0下载:
  2. 具有人工智能的五子棋游戏,采用流行的深度优先算法,外加Alpha-Beta剪枝,再加历史启发优化,可搜索到第4步-Backgammon game with artificial intelligence, using the popular depth-first algorithm, plus Alpha-Beta pruning, combined with historical inspiration optimized search to Step 4
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:1643075
    • 提供者:韩远坤
  1. 五子棋_C++

    2下载:
  2. 实现了人工智能的五子棋,能够进行人机对战!!!(The realization of artificial intelligence Gobang, can be man-machine warfare!!!)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-20
    • 文件大小:877568
    • 提供者:杯丶子
  1. 五子棋代码

    1下载:
  2. 这是一个python程序,其中使用了决策树和蒙特卡罗搜索树,五子棋程序(This is a python program, which uses the decision tree and Monte Carlo search tree, Gobang program)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-29
    • 文件大小:7168
    • 提供者:justbeery
  1. CppHomework

    0下载:
  2. 实现了五子棋的核心算法,博弈论极大极小值算法,阿尔法-贝塔剪枝(Realize the core algorithm of Gobang, game theory, pruning)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-05
    • 文件大小:5640192
    • 提供者:陈十一
  1. wuziqi

    0下载:
  2. 可以实现简单的五子棋AI功能,还有玩残局的功能。(A simple Gobang AI function can be realized.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-29
    • 文件大小:961536
    • 提供者:一清平
  1. 五子棋

    0下载:
  2. 一款五子棋AI算法,可以实现人机对战,可借鉴继续完善(A Gobang AI algorithm, can achieve man-machine warfare, can learn to continue to improve.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-03
    • 文件大小:3072
    • 提供者:拂漪
  1. Gobang

    1下载:
  2. 该程序用matlab编写了简单的五子棋程序,有棋盘UI,通过鼠标点击棋盘落子。(The program uses MATLAB to write a simple chess program, which has a chessboard UI and clicks on the chessboard through the mouse.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-01-09
    • 文件大小:98304
    • 提供者:xiejia
« 12 3 4 5 6 »
搜珍网 www.dssz.com