登录
首页 » Visual C++ » HRBUST_GO_2013_08_12A

HRBUST_GO_2013_08_12A

于 2013-08-18 发布 文件大小:1902KB
0 241
下载积分: 1 下载次数: 12

代码说明:

  一个自主开发的围棋软件,有简单的ai进行对弈,适合新手学习之用(An independent development of chess software, chess has a simple ai be suitable for novice learning purposes)

文件列表:

HRBUST_GO_2013_08_11B
.....................\Debug
.....................\.....\HRBUST_GO.exe,127037,2013-08-12
.....................\.....\HRBUST_GO.ilk,337584,2013-08-12
.....................\.....\HRBUST_GO.obj,22852,2013-08-11
.....................\.....\HRBUST_GO.pch,5502064,2013-08-11
.....................\.....\HRBUST_GO.pdb,459776,2013-08-12
.....................\.....\HRBUST_GO.res,7328,2013-08-11
.....................\.....\HRBUST_GODoc.obj,14613,2013-08-11
.....................\.....\HRBUST_GOView.obj,34727,2013-08-12
.....................\.....\MainFrm.obj,19666,2013-08-11
.....................\.....\StdAfx.obj,105460,2013-08-11
.....................\.....\vc60.idb,222208,2013-08-12
.....................\.....\vc60.pdb,364544,2013-08-12
.....................\HRBUST_GO.APS,28540,2013-08-11
.....................\HRBUST_GO.clw,2303,2013-08-11
.....................\HRBUST_GO.cpp,4263,2013-08-11
.....................\HRBUST_GO.dsp,4618,2013-08-11
.....................\HRBUST_GO.dsw,541,2013-08-11
.....................\HRBUST_GO.h,1389,2013-08-11
.....................\HRBUST_GO.ncb,123904,2013-08-12
.....................\HRBUST_GO.opt,48640,2013-08-12
.....................\HRBUST_GO.plg,1159,2013-08-12
.....................\HRBUST_GO.rc,10594,2013-08-11
.....................\HRBUST_GODoc.cpp,1802,2013-08-11
.....................\HRBUST_GODoc.h,1508,2013-08-11
.....................\HRBUST_GOView.cpp,9437,2013-08-12
.....................\HRBUST_GOView.h,1852,2013-08-11
.....................\MainFrm.cpp,2510,2013-08-11
.....................\MainFrm.h,1581,2013-08-11
.....................\ReadMe.txt,4383,2013-08-11
.....................\res

.....................\...\HRBUST_GO.rc2,401,2013-08-11


.....................\Resource.h,497,2013-08-11
.....................\StdAfx.cpp,211,2013-08-11
.....................\StdAfx.h,1054,2013-08-11

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

发表评论

0 个回复

  • VC++
    残缺棋盘问题的VC++实现,用分而治之方法解决此问题(Defective chessboard problem VC++ Realize, using divide and conquer method to solve this problem)
    2008-02-25 16:11:23下载
    积分:1
  • guojimajiang
    网狐6603国际麻将,视频麻将,完美无错,值得拥有(Fox 6603 International Mahjong, Mahjong video, perfect no mistake, worth having)
    2013-11-28 13:56:34下载
    积分:1
  • penball
    说明:  C++语言实现弹球游戏,图形界面更加美观,声音丰富(C++ language pinball game, a graphical interface even more beautiful, rich sound)
    2011-04-02 09:42:00下载
    积分:1
  • wlwzq
    五子棋人机对战网络对战 五子棋人机对战网络对战 (331 man-machine players magic 331 man-machine players magic 331 magic man-machine players)
    2006-07-07 08:59:53下载
    积分:1
  • C+++Weekend+Crash+Course
    C+++Weekend+Crash+Course这是一个中国象棋的原代码(C+++ Weekend+ Crash+ Course This is a Chinese chess original code)
    2008-07-04 11:19:10下载
    积分:1
  • PC-boyi
    象棋是一种完全知识博弈,本书介绍一些技术应用于这种博弈(Chess is a game full of knowledge, the book introduces some of the techniques used in this game)
    2011-11-11 17:51:47下载
    积分:1
  • 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
  • five
    用C++ 实现了五子棋游戏,使用的部分人工智能算法 (Using C++ implementation of the Five in a Row game, using some artificial intelligence algorithms)
    2010-06-07 17:31:04下载
    积分:1
  • Russia1.2
    俄罗斯方块,加了图片! 一样的俄罗斯方块, 不一样的感觉(Russian box, add the pictures! Like the Russian box, and not the same feeling)
    2007-03-07 16:57:08下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载