登录
首页 » Visual C++ » SixChess

SixChess

于 2020-10-23 发布 文件大小:688KB
0 190
下载积分: 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 个回复

  • Surakarta
    苏拉卡尔塔棋的源码,可实现人机对战,和搜索树的层次选择(Surakarta chess source code, enabling crew war, and the level of the search tree selection)
    2020-10-23 09:07:22下载
    积分: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
  • three
    这个包括头文件,以及具体的实现函数(This is a chess game, three sons and a chess game, I hope you all like.)
    2012-02-22 18:34:16下载
    积分:1
  • chess
    局域网内的五子棋游戏,WIN32编程,可以很好的学习windows消息机制(Backgammon games, WIN32 programming LAN can be a good learning windows message mechanism)
    2015-06-24 15:52:06下载
    积分:1
  • gobang
    最近做了个小游戏五子棋,两人对战类,是用VC,EasyX做的,在网上只能找到EasyX做的贪吃蛇,俄罗斯方块,没有五子棋,自己做了一个。我学C高级期末成绩就是做这个,可以显示出两人的思考时间,可以不断开局,主要是源代码大家可以学习一下..希望与大家多交流。(Easyx我也放在压缩包里了,自己安装一下)(Recently made a small game backgammon, two arcade, with VC, EasyX do, do online can only find EasyX Snake, Tetris, there is no backgammon, he had made one. I learned C high end performance is to do this, thinking they can show the time, you can continue to start, mainly to the source code you can learn more about .. hope we can communicate. (Easyx I put compression bag, and he installed it))
    2011-07-12 12:16:42下载
    积分:1
  • surakarta
    这是一个苏拉卡尔塔的程序 包括界面设计和后台代码(This is a program of Surakarta, including interface design and code-behind)
    2020-10-22 17:47:23下载
    积分:1
  • gvfsnakeMATLAB
    中医学是我国传统文化的瑰宝。舌诊是中医临床进行辨证论治过程中的一‘个 重要程序,其临床应用价值及理论意义得到古今医学家及不少国外医学家的充分 肯定。临床上对于各种疾病,往往结合辨舌来决定诊断和治疗,是中医诊治疾病 的特色之一,为历代医家所重视。(In traditional Chinese mescal diagnosis,tongue diagnosis is important parts)
    2020-08-17 14:08:22下载
    积分:1
  • llk
    VC++ 6.0开发的游戏大厅,采用C/S模式,里面包含一个连连看游戏。(VC++ 6.0 developers of the game hall, with C/S model, which includes a Lianliankan game.)
    2020-12-09 11:59:19下载
    积分:1
  • Chess_Easy
    基于Visual C++实现的局域网象棋游戏,Socket通信,多线程。(design the chess game by use Visual C++ , Socket technology, Mutil Thread.)
    2013-09-17 19:04:26下载
    积分:1
  • draw
    一款五子棋游戏,可以实现人机交互,有打开、保存、反悔、输赢等功能(A 331 game, the human-computer interaction, there are open, save, go back, win or lose)
    2012-06-27 23:59:55下载
    积分:1
  • 696518资源总数
  • 104347会员总数
  • 12今日下载