搜索资源列表
Jos
- 程序是用来布置软件界面。使用户具有友好的入口。本程序没有特殊功能,仅由主程序调用进行初始化界面,是主程序的子程序。程序采用顺序处理。非常驻内存。无覆盖要求。可重人 -procedure is used to layout software interface. Enables users with a friendly entrance. No special procedures of the functional only by the main program called initial
netwarchess
- 主要函数介绍: Init1() 程序启动时加载初始化 Init() 重新布棋初始化 Image0MouseDown 点到主棋盘空白处进行判断是否可以在此处布棋 Image1MouseDown 点到自方棋子记录原始的oldID、oldX、oldY的值 Image26MouseDown 点到对面棋进行判断 Image101MouseDown 点到副棋盘空白处进行判断是否可以在此处放棋 -main function presentations : Init1 () comm
wuziqi
- 函数主要控制功能都在主函数main中实现。main函数首先清屏,调用attention函数,输出提示信息,说明游戏规则,按Y继续,按N则退出程序。接着初始化图形模式,绘制棋盘和初始棋子的位置,输出按键提示。
hzlai.net_WoodFoxWeiQi_v0.03
- Silverlight 开发的围棋在线对弈程序 首先,介绍下围棋的简单规则:黑白双方交替落子,以占据棋盘上交叉点多者为胜。同时,双方为了争夺地盘,可能会发生“对杀”。一个棋子周围接触的空白交叉点数目叫做“气”,如果一个或多个棋子周围的气都被对方封死,气数=0,则这些棋子就称为死棋,需要从棋盘上移去。 1. 我们打算在界面的左侧显示棋盘,而右侧是功能区域。 2. 棋盘是由19道横线,19道竖线,以及9个星位的标志组成的。为了方便查找棋盘上的位置,我们在棋盘的四周可能需要加上
text
- 在Windows平台下,用Qt开发的一款小型的迷宫程序,该程序分为两个功能,第一是初始化地图,第二是找路径。-The Windows platform Qt development of a small maze procedure, the program is divided into two functions, first initialize the map, the second is to find the path.
GOBANG
- 五子棋是一种受大众广泛喜爱的游戏,包含了五子棋程序的棋盘初始化、游戏规则、胜负判断方法。 -Backgammon is a widely loved by the public games, including backgammon board initialization procedure, the rules of the game, the outcome judgment method.
15数码程序
- 基于A*搜寻算法求解十五数码问题。程序已经预先初始化了一个十五数码棋盘。(Solving 15 digital problems based on A* search algorithm.The program has already pre initialized a fifteen digital chessboard.)