登录
首页 » C++ Builder » chinesechess

chinesechess

于 2009-04-28 发布 文件大小:28151KB
0 226
下载积分: 1 下载次数: 30

代码说明:

  C++ Builder程序设计范例——中国象棋 pdf电子书加源码(C++ Builder programming examples- Chinese Chess pdf e-book plus source)

文件列表:

bcbChess_
.........\AboutDlog.cpp
.........\AboutDlog.dfm
.........\AboutDlog.h
.........\AboutDlog.obj




.........\BkBrush.bmp
.........\Bking.bmp
.........\Bking.ico
.........\Bkngt.bmp
.........\Bmask.bmp
.........\BPAWN.BMP
.........\Brook.bmp
.........\CDefines.h
.........\check.bmp
.........\chess.aps
.........\Chess.bpr
.........\chess.cpp
.........\Chess.exe
.........\Chess.h
.........\chess.ico
.........\chess.obj
.........\chess.rc
.........\chess.RES
.........\Chess.tds
.........\Chess.~bpr
.........\ChessErr.cpp
.........\ChessErr.h
.........\ChessErr.obj
.........\CHKBON.BMP
.........\ColorDlog.cpp
.........\ColorDlog.dfm
.........\ColorDlog.h
.........\ColorDlog.obj
.........\EditForm2.cpp
.........\EditForm2.ddp
.........\EditForm2.dfm
.........\EditForm2.h
.........\EditForm2.obj
.........\EditForm2.~cpp
.........\EditForm2.~ddp
.........\EditForm2.~dfm
.........\EditForm2.~h
.........\EndGameDlog.cpp
.........\EndGameDlog.h
.........\EndGameDlog.obj
.........\Evaluate.cpp
.........\Evaluate.obj
.........\Global.h
.........\GlobalFun.cpp
.........\GlobalFun.obj
.........\Gmask.bmp
.........\InfoForm3.cpp
.........\InfoForm3.ddp
.........\InfoForm3.dfm
.........\InfoForm3.h
.........\InfoForm3.obj
.........\InfoForm3.~cpp
.........\InfoForm3.~ddp
.........\InfoForm3.~dfm
.........\InfoForm3.~h
.........\InputMinPerGame.cpp
.........\InputMinPerGame.dfm
.........\InputMinPerGame.h
.........\InputMinPerGame.obj
.........\InputPlyDepth.cpp
.........\InputPlyDepth.dfm
.........\InputPlyDepth.h
.........\InputPlyDepth.obj
.........\InputSecPerMove.cpp
.........\InputSecPerMove.dfm
.........\InputSecPerMove.h
.........\InputSecPerMove.obj
.........\Kmask.bmp
.........\Ktmask.bmp
.........\MainForm1.cpp
.........\MainForm1.ddp
.........\MainForm1.dfm
.........\MainForm1.h
.........\MainForm1.obj
.........\MainForm1.~cpp
.........\MainForm1.~ddp
.........\MainForm1.~dfm
.........\MainForm1.~h
.........\MoveGener.cpp
.........\MoveGener.obj
.........\myrc.RES
.........\PieceValueDlog.cpp
.........\PieceValueDlog.dfm
.........\PieceValueDlog.h
.........\PieceValueDlog.obj
.........\PMASK.BMP
.........\Rassist.bmp
.........\Rbishop.bmp
.........\Readme.txt
.........\Rgunner.bmp
.........\Rking.bmp

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

发表评论

0 个回复

  • CSharp-lianliankan
    4涛6太跳跳糖她3涛太3她4太3她3太涛3涛4太(6 4 Tao Tao too popping candy she too 3 3 3 her three of her four too too Tao Tao 3 4 too)
    2013-12-03 20:50:36下载
    积分:1
  • Stockfish 7
    说明:  stockfish version 7 chess engine
    2019-05-30 01:26:51下载
    积分:1
  • FivesChess
    由于五子棋比一字棋难,规则多,又有禁手限制,无法采用简单的搜索和加分方式。 为了分清各种情况的轻重缓急,我们采用一次性打分的策略: 对棋盘上的每个空位根据情况的轻重缓急,越重越争分越高,反之越低,然后根据打分找出分值最高的的位置下子。(Since backgammon difficult than the word chess, rules and more restrictions have cut hand, you can not use a simple search and processing of ways. In order to prioritize a variety of situations, we use a one-time scoring strategy: for each vacancy on the board in accordance with the priorities of the situation, the more weight the more indisputable points higher, whereas the lower, and then find the highest score according to the scoring Location erupted.)
    2014-03-28 15:51:59下载
    积分:1
  • black_white_chess
    black white chess black white chess black white chess black white chess
    2009-09-19 16:14:31下载
    积分:1
  • Horse-Stepping-on-board
    在传统中国象棋中,马走日型路线。本代码就是按其规则,让马从棋盘任一点开始,输出它可以行走的所有点的坐标。(In traditional Chinese chess, horse go day-type line. The code according to the rules, let the horse from checkerboard any point, the coordinates of all points of output it can walk.)
    2012-05-08 16:08:57下载
    积分: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
  • wuziqi
    实现五子棋的功能,且是一个比较简单移动的程序(Realize the function of renju, and is a relatively simple mobile program )
    2012-04-15 11:17:34下载
    积分:1
  • Backgammon
    五子连珠的VC源码,简单有趣 (Five or VC source, easy and fun )
    2013-07-20 17:54:18下载
    积分:1
  • C_lanugae_BlackAndWhiteGames
    黑白棋小程序的源代码,黑白棋的是一种智力游戏,采用了C++来实现这一种经典游戏(Othello applet source code, Othello is a mental game, using the C++ to achieve this a classic game)
    2010-12-23 14:10:49下载
    积分:1
  • MainForm
    俄罗斯方块源代码 小弟敬上 希望大家多关照(Russian box source code younger brother's Note we hope more care)
    2007-06-29 20:56:12下载
    积分:1
  • 696518资源总数
  • 106010会员总数
  • 4今日下载