登录
首页 » Visual C++ » Amazon-chess-game

Amazon-chess-game

于 2020-11-16 发布 文件大小:9322KB
0 523
下载积分: 1 下载次数: 37

代码说明:

  亚马逊棋人机博弈代码,界面美观,满足深层搜索。(Amazon chess game code, beautiful interface, meet the deep search.)

文件列表:

亚马逊棋
........\Amazons.aps,1359836,2016-04-10
........\Amazons.clw,1342,2016-04-10
........\Amazons.cpp,2077,2009-10-03
........\Amazons.dsp,3413,2016-05-18
........\Amazons.dsw,522,2016-05-18
........\Amazons.h,1335,2009-10-03
........\Amazons.ncb,304128,2016-05-18
........\Amazons.opt,48640,2016-05-18
........\Amazons.plg,1615,2016-05-18
........\amazons.pptx,483548,2011-05-11
........\Amazons.rc,6886,2011-08-15
........\AmazonsDlg.cpp,29662,2016-05-13
........\AmazonsDlg.dsp,3511,2016-05-13
........\AmazonsDlg.dsw,528,2016-05-13
........\AmazonsDlg.h,4080,2009-10-28
........\AmazonsDlg.ncb,41984,2016-05-13
........\AmazonsDlg.opt,48640,2016-05-13
........\AmazonsDlg.plg,1764,2016-05-13
........\bk.bmp
........\Board.cpp,1688,2009-10-16
........\Board.h,1107,2009-10-17
........\Computer.cpp,14776,2016-05-13
........\Computer.cpp.bak,10330,2011-08-11
........\Computer.dsp,3487,2016-05-13
........\Computer.dsw,524,2016-05-13
........\Computer.h,2458,2011-08-15
........\Computer.ncb,41984,2016-05-13
........\Computer.o,9796,2011-08-08
........\Computer.opt,48640,2016-05-13
........\Computer.plg,1173,2016-05-13
........\Cpp1.cpp,9460,2011-08-09
........\Cpp1.dsp,3377,2011-08-09
........\Cpp1.dsw,533,2011-08-09
........\Cpp1.ncb,41984,2011-08-09
........\Cpp1.opt,48640,2011-08-09
........\Cpp1.plg,1227,2011-08-09
........\Debug
........\.....\Amazons.bsc,3236864,2011-08-14
........\.....\Amazons.obj,25491,2016-05-18
........\.....\Amazons.pch,5083788,2016-05-18
........\.....\Amazons.pdb,4219904,2016-05-18
........\.....\Amazons.res,1345560,2011-08-15
........\.....\Amazons.sbr,0,2011-08-14
........\.....\AmazonsDlg.obj,65000,2016-05-13
........\.....\AmazonsDlg.pch,5086252,2016-05-13
........\.....\AmazonsDlg.pdb,25600,2016-05-13
........\.....\AmazonsDlg.sbr,16020,2016-04-10
........\.....\Board.obj,5954,2011-08-14
........\.....\Board.sbr,0,2011-08-14
........\.....\Computer.exe,1359947,2016-05-13
........\.....\Computer.ilk,1751620,2016-05-13
........\.....\Computer.obj,43911,2016-05-13
........\.....\Computer.pch,5254524,2016-05-13
........\.....\Computer.pdb,2409472,2016-05-13
........\.....\Computer.sbr,30148,2016-05-13
........\.....\infor.txt,0,2016-05-13
........\.....\Move.obj,5613,2011-08-14
........\.....\Move.sbr,0,2011-08-14
........\.....\StdAfx.obj,105629,2011-08-14
........\.....\StdAfx.sbr,1361502,2011-08-14
........\.....\vc60.idb,402432,2016-05-18
........\.....\vc60.pdb,389120,2016-05-18
........\define.h,1112,2011-08-14
........\infor.txt,63914,2011-05-10
........\Move.cpp,1359,2009-11-02
........\Move.h,1427,2009-10-19
........\ReadMe.txt,3597,2009-10-03
........\res

........\...\Amazons.rc2,399,2009-10-03



........\...\cursor1.cur,326,2011-08-12
........\...\cursor4.cur,326,2011-08-12

........\...\Hand.cur,3262,2009-10-16
........\...\icon1.ico,766,2009-10-16
........\...\Unavailable.cur,326,2011-08-12
........\Resource.h,1463,2009-10-18
........\StdAfx.cpp,209,2009-10-03
........\StdAfx.h,1054,2009-10-03
........\Text1.cpp,5076,2011-08-09
........\Text1.dsp,3389,2011-08-09
........\Text1.dsw,535,2011-08-09
........\Text1.ncb,33792,2011-08-09
........\Text1.opt,48640,2011-08-09
........\Text1.plg,1232,2011-08-09

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

发表评论

0 个回复

  • 中国象源码
    运用vc开发的界面象棋游戏,主要运用基本的vc 函数编写.可帮助vc朋友运用算法及函数调用,进一步理解vc的机理.(use vc development of the interface chess games, primarily using basic function vc prepared. Friends can help vc used algorithm and function call, vc further understand the mechanism.)
    2005-05-24 14:11:28下载
    积分:1
  • 111
    俄罗斯方块 Visual C++ 6 源码(Tetris Visual C++ 6 source)
    2007-11-25 09:42:25下载
    积分:1
  • wuziqi
    实现五子棋的功能,且是一个比较简单移动的程序(Realize the function of renju, and is a relatively simple mobile program )
    2012-04-15 11:17:34下载
    积分: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
  • vb_source
    VB版纸牌源码(VB source code version of Solitaire)
    2008-07-02 22:37:12下载
    积分: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
  • 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
  • HRBUST_GO_2013_08_12A
    一个自主开发的围棋软件,有简单的ai进行对弈,适合新手学习之用(An independent development of chess software, chess has a simple ai be suitable for novice learning purposes)
    2013-08-18 13:05:40下载
    积分:1
  • wzq
    用c语言写的五子棋游戏,用 了人工智能的,算法很好的。(us c)
    2010-05-18 23:09:07下载
    积分:1
  • FIVE
    自己写的五子棋代码,可以直接执行,效率很高(Write your own backgammon code that can be executed directly, high efficiency)
    2013-10-10 10:56:31下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载