登录
首页 » Visual C++ » SixChess

SixChess

于 2020-10-23 发布 文件大小:688KB
0 139
下载积分: 1 下载次数: 104

代码说明:

  六子棋人机对弈程序,本人机器人博弈参赛程序,获冠军。(Sixchess p to computer)

文件列表:

SixChess
........\ChessmanBar.cpp,3625,2011-05-27
........\ChessmanBar.h,1700,2011-05-27
........\Chess_AI.cpp,29458,2011-05-26
........\Chess_AI.h,1324,2011-05-26
........\Debug
........\GamePlayer1.cpp,1043,2011-05-27
........\GamePlayer1.h,1287,2011-05-27
........\GamePlayer2.cpp,1040,2011-05-27
........\GamePlayer2.h,1251,2011-05-27
........\hessRule.cpp,1012,2011-05-26
........\hessRule.h,1239,2011-05-26
........\MainFrm.cpp,5056,2011-05-27
........\MainFrm.h,1698,2011-05-27
........\Queue.cpp,1086,2007-08-11
........\Queue.h,423,2007-08-10
........\ReadMe.txt,4359,2011-05-18
........\res





........\...\Connect6.bmp,172598,2011-05-27
........\...\Connect61.bmp,8338,2011-05-27
........\...\Ico.ico,7542,2011-05-27
........\...\Ico1.ico,3574,2011-05-27
........\...\icon1.ico,766,2011-05-27
........\...\idr_main.ico,1078,2011-05-27
........\...\SixChess.ico,1078,2011-05-27
........\...\SixChess.rc2,400,2011-05-18
........\...\SixChessDoc.ico,1078,2011-05-18
........\...\Toolbar.bmp,1318,2011-05-26
........\...\white.bmp,2134,2011-05-18
........\...\white1.bmp,2134,2011-05-18
........\...\white2.bmp,2134,2011-05-18
........\resource.h,3265,2011-05-27
........\SixChess.aps,1394988,2011-05-31
........\SixChess.clw,4952,2011-05-27
........\SixChess.cpp,4784,2011-05-27
........\SixChess.dsp,6575,2011-05-27
........\SixChess.dsw,541,2011-05-18
........\SixChess.h,1313,2011-05-27
........\SixChess.ncb,312320,2011-05-31
........\SixChess.opt,53760,2011-05-31
........\SixChess.plg,250,2011-05-31
........\SixChess.positions,40,2011-05-31
........\SixChess.rc,15836,2011-05-27
........\SixChessDoc.cpp,1782,2011-05-26
........\SixChessDoc.h,1497,2011-05-26
........\SixChessRule.cpp,1049,2011-05-26
........\SixChessRule.h,1273,2011-05-26
........\SixChessView.cpp,19609,2011-05-27
........\SixChessView.h,3045,2011-05-27
........\Splash.cpp,3203,2011-05-27
........\Splash.h,1159,2011-05-27

........\StdAfx.cpp,210,2011-05-18
........\StdAfx.h,1054,2011-05-18
........\Struct.h,268,2011-05-27

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 人机对弈
    人机对弈五子棋游戏,本游戏使用VC为工具,完成了智能化的机器走棋!(man-machine players 331 games, the game using VC as a tool for the completion of intelligent machines go chess!)
    2005-04-22 08:20:44下载
    积分:1
  • FiveChess
    一个自己写的五子棋程序。包括人机和双人对战。(Renju program. Including the man-machine and two against.)
    2012-02-28 12:39:34下载
    积分:1
  • EJXQ
    人机象棋也可以人人对战,有一份管理象棋走法策略的类(Man-machine chess can play against everyone, the class of the chess moves of a management strategy)
    2012-06-07 17:24:08下载
    积分:1
  • card
    简单的10点半扑克牌游戏,最接近10点半者为胜,花牌算半点!(pukepai)
    2009-03-09 14:38:45下载
    积分:1
  • Game
    小游戏集合 五子棋+黑白棋+俄罗斯方块+井字游戏(game)
    2010-11-05 10:43:45下载
    积分:1
  • wuziqi
    五子棋巧妙设计,可以帮你设计出界面丰富的五子棋,很好玩(Backgammon clever design can help you design the 331 interface, a lot of fun)
    2012-05-21 18:25:06下载
    积分:1
  • luoxuanzhenlie
    用C++实现的螺旋阵列,代码少,且看起来简洁明了(Spiral Array Implementation)
    2010-01-11 19:57:08下载
    积分:1
  • 五子源码
    一个五子棋源码 .(a source.)
    2004-12-22 23:47:05下载
    积分:1
  • penball
    说明:  C++语言实现弹球游戏,图形界面更加美观,声音丰富(C++ language pinball game, a graphical interface even more beautiful, rich sound)
    2011-04-02 09:42:00下载
    积分:1
  • -the-poker-game
    本程序利用Card类数组模拟扑克牌,定义3个数组分别表示玩家手中的牌,电脑手中的牌和底牌,用srand((unsigned)time(NULL))产生随机数字,将底牌数组中随机的一项从底牌中移动到其他的数组中,模拟从洗好底牌中抓牌。表示出牌。 单人练习模式中,首先记下一个 1到13之间的随机数字,然后玩家抓牌,当手中的牌的点数恰与记下的随机数字相等,或用手中有的任意两张牌,通过加减乘除四则运算可以凑出该随机数字相等的点数,则停止抓牌并将这一张或两张出出去,随即记下一个新的随机数字,开始下一轮,直道手中的全部牌出完,游戏结束(This procedure using Card class array to simulate playing cards, the definition of the 3 arrays represent the game player cards, computer cards and cards, using srand ((unsigned) time (NULL)) to generate random numbers, random number in the array will be a move to the number of cards from other groups of cards, simulation from the wash hand in. Said. Single practice mode, first recorded random number between 1 to 13 next, and then the game player to draw cards, random number equal when the hand points exactly with the down, or in the hands of some arbitrary two cards, add, subtract, multiply and divide by four operations can make the random number equal points, then stop to draw a card and the card or two cards out, then write a new random number, start the next round, straight hands all the cards out, the end of the game)
    2013-08-19 15:13:48下载
    积分:1
  • 696524资源总数
  • 103945会员总数
  • 46今日下载