搜索资源列表

  1. FiveGame

    0下载:
  2. 五子棋游戏,可设置双人对弈模式和人机对弈模式。-Gobang game, double game mode can be set up and man-machine chess mode.
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-12
    • 文件大小:95232
    • 提供者:幻影
  1. fiveChess

    0下载:
  2. 此五子棋游戏为单机版,主要针对如何解决人机对弈和界面处理进行编程实现的-This Gobang for stand-alone version of the game, mainly for games and how to solve the man-machine interface program to deal with the realization of the
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-12
    • 文件大小:1846272
    • 提供者:剑南飞
  1. fivechess

    0下载:
  2. 这是一个使用VC++6.0开发的人机对弈五子棋游戏,这个程序使用了数据结构树的思想,可用于教学.-This is a use VC++ 6.0 Gobang developed man-machine chess game, this procedure uses the data structure tree of thought, can be used for teaching.
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-12
    • 文件大小:41984
    • 提供者:xgt
  1. gobang

    0下载:
  2. 智能人机对弈五子棋游戏,由delphi7编写,赢棋时出现闪烁效果,采用结构优先算法. -Intelligent man-machine chess game Gobang from Delphi7 prepared赢棋flickering effect when using the structure of the priority algorithm.
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-12
    • 文件大小:187392
    • 提供者:hlsei
  1. chess

    0下载:
  2. 用visual basic编写的人机对战以及网络五子棋的程序,可选择.-Prepared using visual basic man-machine war, and network procedures Gobang option.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:26624
    • 提供者:Michael.J
  1. xl

    0下载:
  2. xl C语言写的五子棋代码.作者陈成淘,中国最早一批研究人机对弈的人之一,其个人爱好五子棋,所以此xl棋力也不错.-xl C language code written in Gobang. Author Chen Amoy, China
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-12
    • 文件大小:47104
    • 提供者:刘思维
  1. Five

    0下载:
  2. 五子棋游戏,实现人机对战,可学习五子棋算法编程的实现-Gobang game, realize man-machine war, Gobang learning algorithm can be programmed to achieve
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-12
    • 文件大小:2065408
    • 提供者:孟飞
  1. five

    0下载:
  2. 五子棋人机对战算法,这个算法采用的是优先级的设计算法。-Man-machine war Gobang algorithm, this algorithm is used in the design of the priority algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:spring
  1. vb

    0下载:
  2. 这是以VB为平台开发的一个人机对战的五子棋游戏,此代码精简,实用,堪称经典-This is the VB as a platform to develop a man-machine war of Gobang game, the code streamlined, practical, classic
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:加文
  1. happy_chess

    0下载:
  2. 完成一个人机对战的五子棋游戏,具体任务如下: 1.可实现三种游戏模式:人先机后,机先人后和双人对战。 2.人机对战时,计算机是基于智能计算而不是基于棋谱计算,智能等级可以分为高、中、低三级。 3.支持若干步悔棋操作。 4.终局棋谱可以保存。 -To complete a man-machine war of Gobang games, specific tasks as follows: 1. Can be real
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-12
    • 文件大小:319488
    • 提供者:ran
  1. test

    0下载:
  2. 本“五子棋“程序只编写了人机对弈部分,运用了博弈树进行搜索,在选取最优的走步时使用极大极小分析法,考虑到搜索的时间复杂度和空间复杂度,在程序中只进行了2步搜索,即计算机在考虑下一步的走法时,只对玩家进行一步的推测。(程序中的棋盘规格为15*15)。 -The
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-12
    • 文件大小:464896
    • 提供者:jeff
  1. wuziqi

    0下载:
  2. 普通的五子棋游戏,只能两人对弈,不能人机对弈。-Gobang ordinary games, only two games, can not be man-machine chess.
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-12
    • 文件大小:36864
    • 提供者:
  1. wuziqilunwen

    0下载:
  2. 1.2 开发背景 当前网络上流传的五子棋游戏功能并不尽善尽美,其中最主要的问题就是人机对战和网络对战不能够一起实现,所以我决定开发[1]一个既能够人机对战,又能够进行网络对战的五子棋系统。 1.3 开发环境及运行环境 1.3.1 开发环境  Intel® Pentium® 4 2.0GHz,512M内存,80G硬盘  Microsoft® Windows™
  3. 所属分类:软件工程

    • 发布日期:2024-05-12
    • 文件大小:54272
    • 提供者:xiaofu
  1. Chess

    0下载:
  2. 程序由C#语音编写,图形界面,功能为模拟五子棋游戏,程序能够实现人机对战-Procedures by the C# Voice writing, graphical interface, the functional analog Gobang game, procedures to realize man-machine war
  3. 所属分类:C#编程

    • 发布日期:2024-05-12
    • 文件大小:2976768
    • 提供者:Aofa
  1. Five

    0下载:
  2. 用VC开发的一个五子棋游戏,可实现人机对战。-Used to develop a VC Gobang games, can realize man-machine war.
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-12
    • 文件大小:111616
    • 提供者:张磊
  1. TicTacToeGTK_src.tar

    0下载:
  2. 三子棋,用gtk实现的,类似五子棋,可人机对弈很简单的-Third son of chess, using gtk achieved similar Gobang can be very simple man-machine chess
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-12
    • 文件大小:14336
    • 提供者:Zhang Sanqiang
  1. wuziqi_game

    0下载:
  2. 五子棋游戏,人机博弈游戏,通过棋盘内位置坐标走子-Gobang game, man-machine game play, through the board within the sub-location coordinates follow
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-12
    • 文件大小:871424
    • 提供者:jinpengli
  1. wzq

    0下载:
  2. 一款网络五子棋游戏,可人机对战,也可以登陆后和网上好友对战.-Gobang a network game can be man-machine war can also be friends after landing and on-line battle.
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-12
    • 文件大小:61440
    • 提供者:王宏亮
  1. FiveStone

    0下载:
  2. 一款非常有趣的五子棋游戏,支持双人对战和人机对战模式。界面美观,电脑的智能化等级已有一定水平,java编写的五子棋。-Gobang a very interesting game, to support the double mode of war and man-machine war. Beautiful interface, the computer has the intelligence level of a certain
  3. 所属分类:其他游戏

    • 发布日期:2024-05-12
    • 文件大小:181248
    • 提供者:liu
  1. wuziqi

    0下载:
  2. 数据结构课程设计,五子棋,可以进行人机对赛,人人对赛,可以直接运行-Data structure curriculum design, Gobang, can be man-machine on the race, everyone on the race, you can directly run
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:唐凝
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org