登录
首页 » Visual C++ » eleeye

eleeye

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

  • c5
    Function: // riffle Description: // 洗牌,然后随机的得到9张牌,要求九张牌不能有重复. Calls: // Called By: // main() Table Accessed: //被修改的表(此项仅对于牵扯到数据库操作的程序) Table Updated: // 被修改的表(此项仅对于牵扯到数据库操作的程序) Input: //Card card[] 牌结构, int size 结构数组的大小 Output: //(Function:// riffle Description:// shuffle, and then randomly get nine cards, requiring nine cards can not be duplicated. Calls:// Called By:// main () Table Accessed:// modified table ( This only involves the operation of the database for the program) Table Updated:// modified table (this only involves the operation of the database for the program) Input:// Card card [] licensing structure, int size structure of the array size Output ://)
    2013-07-23 06:35:33下载
    积分: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
  • gvfsnakeMATLAB
    中医学是我国传统文化的瑰宝。舌诊是中医临床进行辨证论治过程中的一‘个 重要程序,其临床应用价值及理论意义得到古今医学家及不少国外医学家的充分 肯定。临床上对于各种疾病,往往结合辨舌来决定诊断和治疗,是中医诊治疾病 的特色之一,为历代医家所重视。(In traditional Chinese mescal diagnosis,tongue diagnosis is important parts)
    2020-08-17 14:08:22下载
    积分: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
  • FiveChess
    网络版的VB五子棋,CS结构,含游戏大厅.(Online version of the VB backgammon, CS structures, including the game lobby.)
    2013-08-03 22:35:13下载
    积分:1
  • 中国象源码
    运用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
  • N-Queen
    : N皇后问题,在一个N×N国际象棋盘 上,有N个皇后,每个皇后占一格;要求皇后间不会出现 相互“攻击”的现象,即不能有两个皇后处在同一行、同一 列或同一对角线上。问共有多少种不同的方法。下图以4 个皇后为例,说明一个正确的解( N是一个大于等于2并 且小于等于100的整数)(: N queens problem, a NN chess disk, N-Queen, Queen of the grid requirements between each other " attack" phenomenon does not appear in the Queen' s, that can not have two queens in the same row , the same column or on the diagonal. Asked a total of a number of different ways. The following diagram 4 Queen, for example, indicating that a correct solution (N is a number greater than or equal to 2 and less than or equal to an integer of 100))
    2012-08-31 17:31:00下载
    积分:1
  • TicTacToe_dzy
    一个简单的井字过三关游戏,用qt实现...人机对弈AI(TipTacToe Game implementation)
    2011-11-21 13:32:20下载
    积分:1
  • Ptu
    一款拼图游戏的基础代码,适合课堂初步教学时所用(A jigsaw puzzle of the underlying code for classroom use when the initial teaching)
    2011-05-22 12:53:53下载
    积分:1
  • russiablock
    多人联网对战的俄罗斯方块程序。可以再局域网中进行(Multiplayer Battle Tetris networking programs.)
    2009-10-31 16:16:24下载
    积分:1
  • 696524资源总数
  • 103945会员总数
  • 46今日下载