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

搜索资源列表

  1. 五子棋搜索算法.zip

    0下载:
  2. 所属分类:游戏

    • 发布日期:
    • 文件大小:46480
    • 提供者:
  1. SuperFive

    0下载:
  2. 人机对下五子棋。。 博翌算法。。 算法有点简单-plane for the next 331. . Bo Yi algorithm. . A bit simple algorithm. .
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:92960
    • 提供者:李坚
  1. GobangGame

    0下载:
  2. 单机版五子棋,可以双人对奕,里面的算法很详尽,特别适合初学编程者看,希望大家多提意见-331 standalone version can double games inside the algorithm is very detailed, particularly suitable for beginner programmers, we hope to speak up
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:3556
    • 提供者:
  1. 潜艇大战大战(二)

    0下载:
  2. 不是本人作品,想要个五子棋的算法, 以后自己会了以后,会把有用的东西放上来的-is not my work, 331 wanted the algorithm, after his will after that will be useful in things Fangshanglai
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:85434
    • 提供者:qyy
  1. aRes_5Q

    0下载:
  2. 本人上学期写的一个五子棋单机版程序(界面借用别人的),AI实现还不错。本来想完善一下的,因为一些事情耽搁,估计不会再做修改。我比较了一下网上其它相关的程序,就程序效能来讲,本程序还是值得...呵呵,根本不使用搜索算法,一切基于逻辑,电脑漏棋相当少。-Last semester I wrote a stand-alone 331 (interface borrow the work of others), AI to achieve good. Perfect originally wanted
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:358241
    • 提供者:刘锋
  1. PCboyi

    0下载:
  2. 一本关于人机博弈的书,关于象棋和五子棋,详细介绍其算法-one of the man-machine game, the book on chess and 331, detailing its algorithm
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1624944
    • 提供者:lly
  1. xbtWuZiQi

    0下载:
  2. 很不错的五子棋程序,算法很快。可能我的五子棋水平较差,反正我没赢过。-very good renju procedure, the algorithm quickly. Maybe I am a poor level of 331, since I have not won.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:417733
    • 提供者:猴子
  1. fivelink_java_yjg

    0下载:
  2. 无禁手的五子棋带人工智能,采用alpha-beta剪枝的算法,可以以console和web applet和可执行程序的方式运行-no cut-hand with the 331 artificial intelligence, using alpha-beta pruning algorithm can a console and a web applet and executable running the
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:463075
    • 提供者:程序员
  1. GoBang_And_Showhand

    0下载:
  2. c/s结构的五子棋和梭哈游戏,算法在服务器端!-c / s 331 and the structure of the postseason games, the algorithm on the server side!
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:1656714
    • 提供者:王五
  1. alpha-beta

    0下载:
  2. 五子棋java源码采用alpha—beta剪枝算法具有悔棋,可选择禁手,支持人机对战,人人对战,先手选择等功能-Gobang java source code by alpha- beta pruning algorithm with undo, choose cut hand, support man-machine to war, everyone of warfare, offensive selection function
  3. 所属分类:棋牌游戏

    • 发布日期:2016-07-06
    • 文件大小:232366
    • 提供者:zhchwl
  1. gobang

    0下载:
  2. 五子棋算法,基于C++,实现了能够人人和人机对战的五子棋小游戏-Gobang algorithm, based on C++, and everyone can realize the Battle of the game
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-14
    • 文件大小:21425833
    • 提供者:张雪利
  1. wzq

    0下载:
  2. 本游戏是一个简单的安卓两人对战五子棋游戏源码,方便没有棋盘的时候跟朋友消遣。不需要联机,直接在一个棋盘上下,我的手机分辨率小点,所以游戏里面的棋盘显示不开,有大分辨率手机或者平板的朋友可以测试一下,当然只做棋盘可以把上面的我的五子棋那几个字去掉,腾出上面的空间来干脆完全把手机屏幕变成一个棋盘就好了。游戏只用了三个java文件完成,算法部分有详细的中文注释,编码GBK 默认编译版本4.4.2(This game is a simple Android two person battle Goban
  3. 所属分类:游戏

    • 发布日期:2017-12-31
    • 文件大小:2743296
    • 提供者:程序小弟
  1. fivechess

    0下载:
  2. 五子棋,运用算法知识,建立五子棋平台。实现对战(Gobang, the use of algorithm knowledge, the establishment of backgammon platform. Realization of war)
  3. 所属分类:人工智能/神经网络/深度学习

  1. CppHomework

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

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

    0下载:
  2. 五子棋系统 2017.8.30 一、开发环境 五子棋系统是由Eclipse IDE for C/C++ Developers(Version: Kepler Service Release 2)在Windows系统下创建而成。源代码储存地址为D:\workspace\chess\main.c。 二、算法 搜索类型是采取“米”字型搜索,搜索顺序为横竖斜左斜右,A为横,B为竖,C为总左往右斜,D为从右往左斜,最后为按照顺序选择可下位置;在搜索个数上是优先搜索连续成4的再搜索
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:677888
    • 提供者:stargazer98
  1. FiveChess

    1下载:
  2. 这个五子棋游戏支持音效、AI算法、存档以及漂亮的界面! 本程序分成三部分: 1.Form1.vb 负责菜单选项 2.FiveChessClass.vb 负责基本的游戏逻辑、胜负判断 3.FiveChessAI.vb 负责AI算法,而且提供了统一的AI接口,可以很方便地加入其他的算法。(This Gobang game supports sound effects, AI algorithms, archiving and beautiful interfaces! This proce
  3. 所属分类:棋牌游戏

    • 发布日期:2018-04-22
    • 文件大小:8487936
    • 提供者:George Hotz
  1. ego-gomoku-c-master (1)

    0下载:
  2. 五子棋拘于AI的五子棋算法即接口有图形化界面 可联系2793168653(Gobang is tied to AI's Gobang algorithm, that is, the interface has graphical interface, which can be contacted with 2793168653.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-02
    • 文件大小:34816
    • 提供者:2793168653
  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. flash as3.0五子棋游戏(源码)

    2下载:
  2. 本软件为falsh as3.0代码编写的五子棋游戏,结构简单,算法不错。
  3. 所属分类:棋牌游戏

  1. 五子棋人工智能搜索算法源代码

    0下载:
  2. 人工智能搜索算法五子棋采用α-β搜索算法,其力强,算法速度快,是目前公开源代码最强的五子棋程序,含VCF算法,编程语言VC。
  3. 所属分类:棋牌游戏

    • 发布日期:2021-07-10
    • 文件大小:11970
    • 提供者:franc26
« 1 2 3 4 5 6 78 9 10 11 12 ... 24 »
搜珍网 www.dssz.com