登录
首页 » Visual C++ » PlantomGo

PlantomGo

于 2021-01-20 发布 文件大小:2273KB
0 418
下载积分: 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 个回复

  • 20dianyouxi
    20点小游戏,学会它可以让你在朋友前炫耀一下。(this case is a 20-point game, learn which will allow you to show off at a friend s before)
    2012-02-17 22:19:38下载
    积分: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
  • LLK1.41_FullSources
    连连看.net代码。最新更新的,VS2005开发。(Lianliankan. Net code. The latest update, VS2005 development.)
    2008-04-18 09:28:04下载
    积分:1
  • N01111
    射击游戏,吃豆子的游戏,简单的界面,逻辑很流畅(Shooting game, Pacman game, simple interface, logic is smooth)
    2010-06-15 00:26:58下载
    积分:1
  • 完整的四人网络麻将
    实现了一个完整的四人网络麻将游戏,该程序集服务器与客户端功能与一体。本章主要介绍了非对等的网络服务功能的建立,传输信息的序列化,建立虚拟的三维空间,绘制图形和显示位图,在内存中创建位图和绘制图形等。(achieve a complete network of four mahjong games, the procedures set server and client functions and integration. This chapter introduces the non-reciprocal network services established, the sequence of transmission of information, the establishment of a virtual three-dimensional space, drawing and display bitmap in memory to create bitmap graphics and mapping.)
    2005-06-20 16:32:22下载
    积分:1
  • FIVE
    自己写的五子棋代码,可以直接执行,效率很高(Write your own backgammon code that can be executed directly, high efficiency)
    2013-10-10 10:56:31下载
    积分:1
  • qizhuanPP
    棋壮++(中国象棋UCCI引擎)源程序是基于UCCI协议开发的中国象棋程序引擎,可加载于象棋旋风、弈天、兵河等象棋界面。(Chess the strong++ (Chinese chess the UCCI engine that) source is based on Chinese chess program UCCI protocol development engine, can be loaded in xuanfeng, yitian Binghe chess interface.)
    2013-01-08 13:18:38下载
    积分:1
  • russiablock
    多人联网对战的俄罗斯方块程序。可以再局域网中进行(Multiplayer Battle Tetris networking programs.)
    2009-10-31 16:16:24下载
    积分: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
  • 91331990five
    一个五子棋的源文件,另外还有设计程序的基本思路和玩法(Gobang a source file, as well as the design process of the basic thinking and playing)
    2008-06-24 23:17:25下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载