登录
首页 » Visual C++ » eleeye

eleeye

于 2021-01-09 发布 文件大小:1587KB
0 348
下载积分: 1 下载次数: 61

代码说明:

  著名象棋软件象棋巫师源代码。循序渐进实现象棋巫师。(Famous chess wizard chess software source code. Progressive realization of chess wizard.)

文件列表:

象棋巫师
........\BOOK.DAT,96648,2008-03-30
........\DOC



........\...\stepbystep1.htm,9274,2009-12-25
........\...\stepbystep2.htm,39157,2009-12-25
........\...\stepbystep3.htm,15008,2009-12-25
........\...\stepbystep4.htm,11342,2009-12-25
........\...\stepbystep5.htm,11440,2009-12-25
........\...\stepbystep6.htm,9395,2009-12-25


........\...\XQWLIGHT.UML,197092,2008-06-27
........\MAKEFILE.BAT,152,2010-05-21
........\RES





........\...\BOARD.BMP,300598,2010-05-17
........\...\BP.BMP,4214,2008-03-08
........\...\BR.BMP,4214,2008-03-08
........\...\CAPTURE.WAV,6012,2008-03-08
........\...\CAPTURE2.WAV,2162,2008-03-08
........\...\CHECK.WAV,11780,2008-03-08
........\...\CHECK2.WAV,33778,2008-03-08
........\...\CLICK.WAV,1860,2008-03-08
........\...\DRAW.WAV,24444,2008-03-08
........\...\ILLEGAL.WAV,6278,2008-03-08
........\...\LOSS.WAV,8560,2008-03-08
........\...\MOVE.WAV,2182,2008-03-08
........\...\MOVE2.WAV,12646,2008-03-08
........\...\RA.BMP,4214,2008-03-08
........\...\RB.BMP,4214,2008-03-08
........\...\RC.BMP,4214,2008-03-08
........\...\RK.BMP,4214,2008-03-08
........\...\RN.BMP,4214,2008-03-08
........\...\RP.BMP,4214,2008-03-08
........\...\RR.BMP,4214,2008-03-08
........\...\SELECTED.BMP,4214,2008-03-08
........\...\WIN.WAV,11248,2008-03-08
........\...\XQWIZARD.ICO,2734,2008-03-08
........\RESOURCE.H,1010,2010-05-21
........\XQWL01.CPP,13729,2010-05-21
........\XQWL01.DSP,4130,2009-12-25
........\XQWL01.DSW,539,2009-12-25
........\XQWL01.sln,879,2011-03-10
........\XQWL01.vcproj,5972,2011-03-10
........\XQWL01.vcproj.CREATIVE.zhang_qing.user,1417,2011-03-21
........\XQWL02.CPP,32038,2010-05-21
........\XQWL02.DSP,4130,2009-12-25
........\XQWL02.DSW,539,2009-12-25
........\XQWL02.sln,879,2011-03-10
........\XQWL02.vcproj,5972,2011-03-10
........\XQWL02.vcproj.CREATIVE.zhang_qing.user,1417,2011-03-10
........\XQWL03.CPP,45435,2010-05-21
........\XQWL03.DSP,4130,2009-12-25
........\XQWL03.DSW,539,2009-12-25
........\XQWL03.sln,879,2011-03-10
........\XQWL03.vcproj,5972,2011-03-10
........\XQWL03.vcproj.CREATIVE.zhang_qing.user,1417,2011-03-16
........\XQWL04.CPP,55162,2010-05-21
........\XQWL04.DSP,4130,2009-12-25
........\XQWL04.DSW,539,2009-12-25
........\XQWL04.sln,879,2011-03-10
........\XQWL04.vcproj,5972,2011-03-10
........\XQWL04.vcproj.CREATIVE.zhang_qing.user,1417,2011-03-10
........\XQWL05.CPP,59827,2010-05-21
........\XQWL05.DSP,4130,2009-12-25
........\XQWL05.DSW,539,2009-12-25
........\XQWL05.sln,879,2011-03-10
........\XQWL05.vcproj,5972,2011-03-10
........\XQWL05.vcproj.CREATIVE.zhang_qing.user,1417,2011-03-10
........\XQWL06.CPP,65154,2011-03-24
........\XQWL06.DSP,4130,2009-12-25
........\XQWL06.DSW,539,2009-12-25
........\XQWL06.sln,879,2011-03-10
........\XQWL06.vcproj,5972,2011-03-10
........\XQWL06.vcproj.CREATIVE.zhang_qing.user,1417,2011-04-27
........\XQWLIGHT.APS,604236,2011-04-27
........\XQWLIGHT.EXE,638976,2010-05-21
........\XQWLIGHT.RC,2878,2010-05-21

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

发表评论

0 个回复

  • Source
    俄罗斯方块源码 直接运行可以看到结果。好东西大家分享嘛 (Tetris source code can be run directly see the result. Good things to share with you why)
    2009-01-01 10:22:22下载
    积分: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
  • wuziqi
    这是一段人与电脑下五子棋的程序,人H代表人,C代表电脑(This is a man with a computer under 331 procedures, human H representative, C for computer)
    2013-10-16 23:00:24下载
    积分:1
  • 3_09104339
    说明:  可以双人对决的VC++围棋程序,游戏打开后可以选择适合15、17寸液晶的窗口,下棋速度很快。 (You can double showdown of the VC++ Go program, the game opens you can select the appropriate 15,17-inch LCD window, playing chess fast.)
    2010-03-24 11:13:58下载
    积分:1
  • BWChess
    C++开发的BWChess黑白棋游戏,界面差不多,功能挺多的,可以与电脑下棋也可以人与人对战,可以提醒,记录对战排行榜。(C++ development BWChess Reversi game, the interface is similar to the挺多function, you can play chess with the computer can also be against people can be reminded to record against the list.)
    2009-07-12 11:13:40下载
    积分:1
  • 5-CCMJ
    网狐6.6长春麻将源码Changchun mahjong source network Fox 6.6(Changchun mahjong source network Fox 6.6)
    2011-10-06 14:54:07下载
    积分:1
  • gnuchess-5.07
    一款国际象棋的C++源代码,可以实现人机对战,而且AI的棋力不错(A chess in C++ source code, can achieve man-machine Battle, and a good AI' s Qi Li)
    2009-12-11 18:08:34下载
    积分:1
  • sanguo
    一款三国游戏,描述名将关羽勇猛杀敌,画面一般,新手上路(A three game, describing famous Guan Yu brave enemy, the general picture, Newbie)
    2011-11-21 22:35:05下载
    积分:1
  • flychess
    用MFC编写的飞行棋游戏,包括游戏界面、核心算法、走棋动画的实现。(Prepared using MFC flight chess games, including the game interface, the core algorithm, take the chess animation implementation.)
    2021-04-24 14:18:47下载
    积分:1
  • chesschina
    我自己的毕业设计,中国象棋,界面加音乐播放都算可以,而且可以学习vc堆栈的使用,算法一般。(My graduation project, Chinese chess, plus music player interface can all count, but can also study the use of stack vc.)
    2009-02-16 14:48:33下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载