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

搜索资源列表

  1. 五子棋游戏的源代码

    0下载:
  2. Visual C开发的五子棋游戏的源代码,有AI智能算法代码,-renju game's source code
  3. 所属分类:其他智力游戏

    • 发布日期:2012-10-15
    • 文件大小:1068143
    • 提供者:张万才
  1. SuperFive

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

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

    0下载:
  2. 一个双人五子棋,支持人机对战,界面美观,电脑ai算法比较好,工程文件已转,vc7和vc6都可直接打开编译-a double 331, support human-machine players, beautiful interface, computer ai better algorithm, the document has been changed, and vc7 and vc6 compiler can directly open
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:263891
    • 提供者:祥子
  1. vcchess

    0下载:
  2. vc版五子棋,采用alpha-beta剪枝算法,是学习人工智能的绝好资料
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:517530
    • 提供者:阿邦
  1. fiveq

    0下载:
  2. 五子棋的非Graphics与Graphics环境下的算法程序,很经典的
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:1176263
    • 提供者:薛勇
  1. Five_chess

    0下载:
  2. 五子棋程序,包含源码,考虑到禁手,含有人工智能算法-Gobang procedures, including source code, taking into account the hand-cut, with artificial intelligence algorithms
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-29
    • 文件大小:291294
    • 提供者:sword
  1. java

    0下载:
  2. java 课程设计五子棋游戏 (1) 实现具有图形用户界面的五子棋游戏,界面美观。 (2) 可以实现人-人对战或者简单算法的人-机对战。-java course design welcome to play (1) implementation with a graphical user interface welcome to play beautiful interface. (2) can be achieving- Skirmish or a simple algorithm
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-29
    • 文件大小:233368
    • 提供者:chengxiaoli
  1. Fivechess

    0下载:
  2. 一个五子棋游戏,AI算法写的很好。这个而且界面做的很漂亮,想研究AI算法的可以看看。-A welcome to play, AI algorithm to write well. Interface to do this and that is very beautiful, want to study AI algorithms can look at.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-02
    • 文件大小:32061
    • 提供者:
  1. renju

    0下载:
  2. 五子棋游戏。利用人工智能算法,基于VC++平台。单机游戏,- The use of artificial intelligence algorithms, based on VC++ platform. Stand-alone game,
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-17
    • 文件大小:65390
    • 提供者:liufanxiu
  1. 201032311346530

    0下载:
  2. 比较实用的五子棋游戏,算法简单,直观.可直接在VB上调试,第一次进贵网站,算是见面礼. -The backgammon game is more practical method is simple and intuitive. Debug directly in VB, for the first time into your site, be greeting gift.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-16
    • 文件大小:124061
    • 提供者:琪琪
  1. wzq

    0下载:
  2. 五子棋单机版及网络版 算法经过优化 很好的课程设计-Stand-alone and network version of backgammon good curriculum design
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-26
    • 文件大小:9194722
    • 提供者:Richard
  1. wzq

    0下载:
  2. 用c语言写的五子棋游戏,用 了人工智能的,算法很好的。-us c
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-02
    • 文件大小:6652
    • 提供者:mzy
  1. c4

    0下载:
  2. 纯用 字符 和数组编的五子棋,棋盘也是用字符画的。 编了1上午了,主要是算法跟按键比较烦,发现有bug-- 按键速度过快会产生延时显示,可能是算法不好。 操作:玩家1: a,s,w,d(方向) 空格(落子) 玩家2: 上、下、左、右 回车 (落子) ESC: 退出 -Using only an array of characters and series of backgammon, the board is painted with the characters
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-31
    • 文件大小:1330
    • 提供者:吴姗姗
  1. FiveChess

    0下载:
  2. 五子棋人机对弈游戏源码,计算机下棋时采用极大极小算法,有详细的课件。-Backgammon games on the game machine source code, computer chess minimax algorithm, detailed courseware.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-23
    • 文件大小:7624030
    • 提供者:王桂平
  1. FIR

    0下载:
  2. C语言写的一个五子棋的游戏,主要是学习C语言的graphic.h图形库的应用以及五子棋的算法。希望对入门的朋友有帮助。-C language to write a backgammon game, mainly to learn C language graphic.h graphics library of applications and backgammon algorithm. Introduction to the friends want to help.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-08
    • 文件大小:168683
    • 提供者:Xu Qichao
  1. FiveChess

    0下载:
  2. 在MFC环境下做的一个五子棋游戏程序,算法为作者本人发明,效率较高-A program made in MFC IDE,the algorithm is invented by myself and it s efficience is relatively high.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-15
    • 文件大小:3656536
    • 提供者:Jacky Xu
  1. Backgammon

    0下载:
  2. 五子棋是有两个人在一盘棋上进行对抗的竞技运动。在对局开始时,先由用户选择哪方先开局,先开局一方将一枚棋子落在一点上,然后由另一方在对方棋周围的交叉点上落子,如此轮流落子,直到某一方首先在棋盘的直线、横线或斜线上形成连续的五子则该方就算获胜。此时,算法结束。当有任何一方想退出时,都可在算法中实现。-Backgammon is a competitive sport confrontation of two people in a game of chess. At the beginning of
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-19
    • 文件大小:27269
    • 提供者:阳前果
  1. wuziqi

    0下载:
  2. 五子棋游戏,运用各种算法,通过人机博弈进行五子棋游戏,丰富闲暇时间-Backgammon game, using various algorithms, through man-machine game for backgammon games, abundant leisure time
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-12
    • 文件大小:1650
    • 提供者:yaoyi
  1. gobang

    0下载:
  2. 一个简单的五子棋小游戏,算法借用别人的,实现了界面化,简单易懂-A simple small game, borrow someone‘s algorithm, realized interfaces based, easy to understand
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-05
    • 文件大小:114810
    • 提供者:管城
  1. wuziqi

    0下载:
  2. 关于实现人机智能五子棋游戏,MFC源代码。其中某些算法、注释都有说明!-Backgammon game on the realization of human intelligence, MFC source code. Some of these algorithms have been described comment!
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-10
    • 文件大小:2325486
    • 提供者:文杰
« 12 »
搜珍网 www.dssz.com