登录
首页 » C++ » NoGo

NoGo

于 2021-04-04 发布 文件大小:6278KB
0 186
下载积分: 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 个回复

  • -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
  • Connect4
    alpha-Beta剪枝实现的重力四子棋 包括界面 以及 AI(alpha-Beta pruning to achieve the gravity moves, including four sub-interface and AI)
    2021-04-27 22:48:44下载
    积分:1
  • wuziqi
    五子棋代码 源码 源码 源码 源码 源码 源码 源码 源码 源码 源码(wuziqi )
    2010-12-24 14:32:15下载
    积分:1
  • Source
    俄罗斯方块源码 直接运行可以看到结果。好东西大家分享嘛 (Tetris source code can be run directly see the result. Good things to share with you why)
    2009-01-01 10:22:22下载
    积分:1
  • RussiaBlockBy51
    最新版本的,基于51单片机的俄罗斯方块游戏~ 附带PROTUES仿真,没事可以自己玩玩啊~ C语言,KEIL编译通过~~(The latest version of, based on the 51 SCM Tetris Game ~ incidental PROTUES simulation, nothing can play ah ~ C language, KEIL compiler through ~ ~)
    2009-03-05 22:10:48下载
    积分:1
  • Ptu
    一款拼图游戏的基础代码,适合课堂初步教学时所用(A jigsaw puzzle of the underlying code for classroom use when the initial teaching)
    2011-05-22 12:53:53下载
    积分:1
  • stockfish-6-win
    stockfish 国际象棋引擎6.0源码。最近2015年所有比赛均排名第一,等级分达3316分。注释详细,是学习分析棋类AI最好源码。(Stockfish is a free UCI chess engine )
    2015-09-20 13:16:35下载
    积分:1
  • vb_source
    VB版纸牌源码(VB source code version of Solitaire)
    2008-07-02 22:37:12下载
    积分:1
  • eleeye
    著名象棋软件象棋巫师源代码。循序渐进实现象棋巫师。(Famous chess wizard chess software source code. Progressive realization of chess wizard.)
    2021-01-09 21:18:56下载
    积分:1
  • Game
    小游戏集合 五子棋+黑白棋+俄罗斯方块+井字游戏(game)
    2010-11-05 10:43:45下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载