登录
首页 » Visual C++ » SixChess

SixChess

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

  • PlantomGo
    幻影围棋棋源代码,参加计算机博弈比大赛亚军的代码。(Phantom Go chess source code, to participate in a computer game than the runner-up code.)
    2021-01-20 22:48:43下载
    积分:1
  • N-Queen
    : N皇后问题,在一个N×N国际象棋盘 上,有N个皇后,每个皇后占一格;要求皇后间不会出现 相互“攻击”的现象,即不能有两个皇后处在同一行、同一 列或同一对角线上。问共有多少种不同的方法。下图以4 个皇后为例,说明一个正确的解( N是一个大于等于2并 且小于等于100的整数)(: N queens problem, a NN chess disk, N-Queen, Queen of the grid requirements between each other " attack" phenomenon does not appear in the Queen' s, that can not have two queens in the same row , the same column or on the diagonal. Asked a total of a number of different ways. The following diagram 4 Queen, for example, indicating that a correct solution (N is a number greater than or equal to 2 and less than or equal to an integer of 100))
    2012-08-31 17:31:00下载
    积分:1
  • chess
    中国象棋 重庆大学出版社出版的《PC游戏编程(人机博弈)》一书的配套光盘内容。( Discs supporting Chongqing University Press published "PC game programming (man-machine game)," a book)
    2013-12-17 09:10:12下载
    积分:1
  • Amazon-chess-game
    亚马逊棋人机博弈代码,界面美观,满足深层搜索。(Amazon chess game code, beautiful interface, meet the deep search.)
    2020-11-16 09:49:40下载
    积分:1
  • Backgammon
    五子连珠的VC源码,简单有趣 (Five or VC source, easy and fun )
    2013-07-20 17:54:18下载
    积分:1
  • vb_source
    VB版纸牌源码(VB source code version of Solitaire)
    2008-07-02 22:37:12下载
    积分:1
  • Horse-Stepping-on-board
    在传统中国象棋中,马走日型路线。本代码就是按其规则,让马从棋盘任一点开始,输出它可以行走的所有点的坐标。(In traditional Chinese chess, horse go day-type line. The code according to the rules, let the horse from checkerboard any point, the coordinates of all points of output it can walk.)
    2012-05-08 16:08:57下载
    积分:1
  • chinaxq
    中国象棋网络版,本人写了将近一个月才完成的,部分是参考网上的.(Chinese Chess online version, I wrote almost a month to complete, partly with reference to the web.)
    2007-12-10 16:00:20下载
    积分: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
  • sanguo
    一款三国游戏,描述名将关羽勇猛杀敌,画面一般,新手上路(A three game, describing famous Guan Yu brave enemy, the general picture, Newbie)
    2011-11-21 22:35:05下载
    积分:1
  • 696524资源总数
  • 103990会员总数
  • 18今日下载