登录
首页 » Visual C++ » PlantomGo

PlantomGo

于 2021-01-20 发布 文件大小:2273KB
0 174
下载积分: 1 下载次数: 61

代码说明:

  幻影围棋棋源代码,参加计算机博弈比大赛亚军的代码。(Phantom Go chess source code, to participate in a computer game than the runner-up code.)

文件列表:

PlantomGo
.........\debug
.........\.....\PlantomGo.exe,61440,2008-10-02
.........\.....\PlantomGo.ilk,360560,2008-10-02
.........\.....\PlantomGo.pdb,453632,2008-10-02
.........\PlantomGo
.........\.........\Debug
.........\.........\.....\BuildLog.htm,8046,2008-10-02
.........\.........\.....\Define.obj,19506,2008-10-02
.........\.........\.....\Engine.obj,20444,2008-10-02
.........\.........\.....\Main.obj,40752,2008-10-02
.........\.........\.....\MonteCarlo.obj,43757,2008-10-02
.........\.........\.....\mt.dep,67,2008-10-02
.........\.........\.....\PlantomGo.exe.embed.manifest,403,2008-09-25
.........\.........\.....\PlantomGo.exe.embed.manifest.res,468,2008-09-25
.........\.........\.....\PlantomGo.exe.intermediate.manifest,385,2008-10-02
.........\.........\.....\SetScore.obj,34600,2008-10-02
.........\.........\.....\vc80.idb,396288,2008-10-02
.........\.........\.....\vc80.pdb,94208,2008-10-02
.........\.........\Define.cpp,671,2008-10-02
.........\.........\Define.h,1198,2008-10-02
.........\.........\Engine.cpp,317,2008-10-02
.........\.........\Engine.h,395,2008-10-01
.........\.........\Main.cpp,8740,2008-10-02
.........\.........\MonteCarlo.cpp,8636,2008-10-02
.........\.........\PlantomGo.vcproj,4346,2008-10-02
.........\.........\PlantomGo.vcproj.ARTHUR.Arthur.user,1409,2008-09-06
.........\.........\PlantomGo.vcproj.SSC.sschu.user,1403,2008-10-02
.........\.........\Release
.........\.........\.......\BuildLog.htm,7856,2008-10-02
.........\.........\.......\Define.obj,40560,2008-10-02
.........\.........\.......\Engine.obj,40658,2008-10-02
.........\.........\.......\Main.obj,56737,2008-10-02
.........\.........\.......\MonteCarlo.obj,58806,2008-10-02
.........\.........\.......\mt.dep,67,2008-10-02
.........\.........\.......\PlantomGo.exe.intermediate.manifest,380,2008-10-02
.........\.........\.......\SetScore.obj,59410,2008-10-02
.........\.........\.......\vc80.idb,224256,2008-10-02
.........\.........\.......\vc80.pdb,94208,2008-10-02
.........\.........\SetScore.cpp,10265,2008-10-02
.........\PlantomGo.ncb,9784320,2008-10-02
.........\PlantomGo.sln,892,2008-09-05
.........\PlantomGo概要设计.doc,30208,2008-09-05
.........\PlantomGo概要设计01.doc,33792,2008-09-05
.........\release
.........\.......\PlantomGo.exe,15872,2008-10-02
.........\.......\PlantomGo.pdb,224256,2008-10-02

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

发表评论

0 个回复

  • tmp
    编写一个模拟人工洗牌的程序,将洗好的牌分别发给四个人。 使用结构card 来描述一张牌,用随机函数来模拟人工洗牌的过程,最后将洗好的52张牌顺序分别发给四个人。 对每个人的牌要按桥牌的规则输出。即一个人的牌要先按牌的花色(顺序为梅花、方块、红心和黑桃)进行分类,同一类的牌要再按A、K、Q、J、…、3、2牌的大小顺序排列。另发牌应按四个人的顺序依次分发。(Write a simulation program manual shuffle, the cards were sent to wash a good four. Card use to describe the structure of a card, with the random function to simulate the manual process of shuffling, and finally wash the good order of 52 cards were issued to four people. Cards for each person according to the rules of bridge output. That is, a person' s license have to press the card suit (in order of clubs, diamonds, hearts and spades) classification, the same type of licenses to press A, K, Q, J, ..., 3,2 card the size of the order. The other four licensing the order should be distributed.)
    2011-11-30 13:15:30下载
    积分:1
  • guojimajiang
    网狐6603国际麻将,视频麻将,完美无错,值得拥有(Fox 6603 International Mahjong, Mahjong video, perfect no mistake, worth having)
    2013-11-28 13:56:34下载
    积分:1
  • wuziqi
    五子棋小程序,基于MFC的编程,简单的小程序(Backgammon program, based MFC)
    2012-12-09 15:56:37下载
    积分:1
  • MFC-game-example
    说明:  [趣味程序导学Visual.Cpp].董未名.文字版MFC,全是游戏实例([gout program guiding Visual. Cpp]. Tung. Text version MFC weiming,All game example)
    2011-04-03 00:48:48下载
    积分:1
  • Gomoku
    简单五子棋,简单学习算法,很弱的AI,原文是Python语句,现改写位c++(Simple backgammon, simple learning algorithm, very weak AI, the original is a Python statement, is now rewritten bit c++)
    2017-06-19 22:08:12下载
    积分:1
  • guojimajiang
    网狐6603国际麻将,视频麻将,完美无错,值得拥有(Fox 6603 International Mahjong, Mahjong video, perfect no mistake, worth having)
    2013-11-28 13:56:34下载
    积分:1
  • five
    用C++ 实现了五子棋游戏,使用的部分人工智能算法 (Using C++ implementation of the Five in a Row game, using some artificial intelligence algorithms)
    2010-06-07 17:31:04下载
    积分: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
  • Ptu
    一款拼图游戏的基础代码,适合课堂初步教学时所用(A jigsaw puzzle of the underlying code for classroom use when the initial teaching)
    2011-05-22 12:53:53下载
    积分:1
  • _0.5
    类似中国象棋的小游戏的实现(similar to a small Chinese chess games to achieve)
    2005-01-24 21:30:26下载
    积分:1
  • 696524资源总数
  • 103990会员总数
  • 18今日下载