登录
首页 » C++ » NoGo

NoGo

于 2021-04-04 发布 文件大小:6278KB
0 354
下载积分: 1 下载次数: 30

代码说明:

  基于C++的不围棋程序,游戏规则与围棋正好相反,在window7环境下采用visual studio 2013开发。(A C++ based NoGo computer game program, developed with Visual Studio 2013 in windows7.)

文件列表:

不围棋
......\Debug
......\NoGo
......\....\Debug.rar,194344,2016-08-13
......\....\NoGo.vcxproj,4492,2016-08-17
......\....\NoGo.vcxproj.filters,1567,2016-08-05
......\....\NoGo.vcxproj.user,165,2016-08-05
......\....\Release
......\....\.......\Close Ya.Build.CppClean.log,162,2016-08-17
......\....\.......\Close Ya.tlog
......\....\.......\.............\CL.read.1.tlog,93406,2016-08-20
......\....\.......\.............\CL.write.1.tlog,2214,2016-08-20
......\....\.......\.............\Close Ya.lastbuildstate,194,2016-08-20
......\....\.......\.............\link.read.1.tlog,3634,2016-08-20
......\....\.......\.............\link.write.1.tlog,748,2016-08-20
......\....\.......\Define.obj,79085,2016-08-20
......\....\.......\Engine.obj,78660,2016-08-20
......\....\.......\Main.obj,88198,2016-08-20
......\....\.......\MonteCarlo.obj,99597,2016-08-20
......\....\.......\NoGo.log,1769,2016-08-20
......\....\.......\SetScore.obj,108360,2016-08-20
......\....\.......\vc120.pdb,135168,2016-08-20
......\NoGo.sdf,28639232,2016-08-20
......\NoGo.sln,958,2016-08-05
......\Release
......\.......\Close Ya.exe,14336,2016-08-20
......\.......\Close Ya.pdb,438272,2016-08-20
......\src
......\...\Define.cpp,1128,2016-08-08
......\...\Define.h,1196,2016-08-20
......\...\Engine.cpp,329,2016-08-20
......\...\Engine.h,397,2016-08-13
......\...\Main.cpp,9599,2016-08-13
......\...\MonteCarlo.cpp,8849,2016-08-20
......\...\SetScore.cpp,14853,2016-08-20

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

发表评论

0 个回复

  • taiwanpuke
    台湾扑克,是台湾的玩法,是一个很好游戏……(Poker, Taiwan, Taiwan' s play is a good game)
    2012-06-09 14:32:09下载
    积分:1
  • five
    五子棋的小程序,考虑了先手双三禁手的情况可以人和电脑,人和人,步数有统计,开始可以选择白旗或者黑棋(Gobang a small program, taking into account firstly the three pairs of hands can be cut and the computer, and the people, a few steps there are statistics, can choose to start a white flag or Black)
    2010-02-02 11:23:10下载
    积分:1
  • 21Point
    21点游戏,电脑固定为3张牌,玩家的发牌为两张,玩家可以继续要牌,谁点数大并低于21点则谁胜利。(21game, computer fixed three brand licensing for two players, the players can continue to draw cards, who points to the large and less than 21 points, who victory.)
    2013-02-21 18:32:40下载
    积分:1
  • Ptu
    一款拼图游戏的基础代码,适合课堂初步教学时所用(A jigsaw puzzle of the underlying code for classroom use when the initial teaching)
    2011-05-22 12:53:53下载
    积分:1
  • xxd5
    嵌入式系统编程,三子棋,五子棋的简化版,注释详细(Embedded Systems Programming, third son of chess, backgammon Lite, detailed notes)
    2011-10-11 14:16:40下载
    积分:1
  • C_lanugae_BlackAndWhiteGames
    黑白棋小程序的源代码,黑白棋的是一种智力游戏,采用了C++来实现这一种经典游戏(Othello applet source code, Othello is a mental game, using the C++ to achieve this a classic game)
    2010-12-23 14:10:49下载
    积分:1
  • FIVE
    自己写的五子棋代码,可以直接执行,效率很高(Write your own backgammon code that can be executed directly, high efficiency)
    2013-10-10 10:56:31下载
    积分:1
  • 8queen
    在一个8×8国际象棋盘上,有8个皇后,每个皇后占一格;要求皇后间不会出现相互"攻击"的现象,即不能有两个皇后处在同一行、同一列或同一对角线上。问共有多少种不同的方法。 本算法采用一维数组来进行处理。数组的下标i表示棋盘上的第i列,a[i]的值表示皇后在第i列所放的位置。如:a[1]=5,表示在棋盘的第一例的第五行放一个皇后。(8 × 8 in a chess set, there s eight, each accounting for a Queen s grid request will not be any mutual between Queen s attack phenomenon, that can not have two Queen s in the same line, the same row or the same diagonal. Asked the total number of different ways. This algorithm uses one-dimensional array to be processed. Array subscript i said i chessboard first out, a [i] value that s in the first place i listed by location. Such as: a [1] = 5, said the first cases in the chessboard of the fifth line of a Queen s release.)
    2007-12-15 22:24:44下载
    积分:1
  • 五子
    说明:  在一个方阵上通过两人对弈的形式,依次在棋盘上放置两种颜色的棋子,哪一方先让五个棋子形成一条直线(包括横、竖、对角线3个方向),即为获胜,本程序实现用键盘控制的五子棋游戏。游戏初始运行界面应为如下:(In the form of two people playing chess in a square array, place two kinds of color pieces on the chessboard in turn. Which side first makes five pieces form a straight line (including three directions of horizontal, vertical and diagonal), that is to win. This program realizes the game of five pieces controlled by keyboard. The initial operation interface of the game shall be as follows:)
    2019-11-24 18:31:32下载
    积分:1
  • Black-Jack
    Juego de Black Jack en Java, Desarrollado como trabajo de la Universidad
    2011-09-25 06:57:00下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载