登录
首页 » Visual C++ » PlantomGo

PlantomGo

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

  • FiveChess
    一个自己写的五子棋程序。包括人机和双人对战。(Renju program. Including the man-machine and two against.)
    2012-02-28 12:39:34下载
    积分:1
  • source-code-VC-P-P-Othello
    说明:  带背景音乐的VC++黑白棋源代码,程序简单又娱乐(With background sound source code VC++ Othello)
    2011-03-13 18:32:24下载
    积分:1
  • 人机对弈
    人机对弈五子棋游戏,本游戏使用VC为工具,完成了智能化的机器走棋!(man-machine players 331 games, the game using VC as a tool for the completion of intelligent machines go chess!)
    2005-04-22 08:20:44下载
    积分:1
  • eleeye
    著名象棋软件象棋巫师源代码。循序渐进实现象棋巫师。(Famous chess wizard chess software source code. Progressive realization of chess wizard.)
    2021-01-09 21:18:56下载
    积分: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
  • VCPP-chess
    这是一个vc++的中国象棋的程序设计,较为方便(This is a vc++ programming Chinese chess, more convenient)
    2015-05-28 10:14:40下载
    积分:1
  • 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
  • 85646465467
    VB语言写的扑克牌电脑魔术——读懂你的心源代码.(VB language to write the poker magic computer- read your source code.)
    2013-08-09 11:36:59下载
    积分:1
  • win32wuziqi
    没有实现所功能 请大家多多指点 本来想实现网络对打,但水平有限(not achieve functional Please have a lot to the guidance of 2-network, but is limited)
    2006-05-18 17:16:02下载
    积分:1
  • FIRlixiancundang
    五子棋人机对战,离线存档,可以悔棋,切换先手(Backgammon machine war, offline archive can undo switch the upper hand)
    2012-10-23 07:48:53下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载