搜索资源列表
1_080530195901
- vb程序设计,有详细的过程和代码。是小游戏三子棋-vb programming, detailed process and code. Is the third son of chess game
chess
- 象棋程序设计全资料集(介绍编写象棋程序的方法思路)-Chess program-wide data sets (introduced procedures to prepare ideas chess)
myjava
- java版象棋,可以实现简单的下象棋,呵呵挺简单的-java version of chess, can be achieved under a simple chess, Hehe quite simple
mataqipang
- 用数据结构(C语言版)编写程序,实现一个国际象棋的马踏遍棋盘的演示程序。具体要求为:将马随机放在国际象棋的8*8棋盘的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。用堆栈编制非递归程序求出马的行走路线,并按求出的行走路线,将数字1,2,3,……,64依次填入一个8*8的方阵,输出之。 -With the data structure (C language version) to write programs to achieve a chess board
Horse-Stepping
- 马踏棋盘程序,在8*8的格子中,马(按中国象棋的走法)不重复的将64个点走遍!-Horse Stepping on board procedures, 8* 8 grid, Ma (Chinese chess moves) repeat 64 points all over!
androidtqchess
- 详细描述了android平台下象棋游戏的开发流程,包括各个重要部分的设计流程图,初学者可以很好的参考-A detailed descr iption of the chess games in the android platform development process, including the important part of the design flow chart for beginners can be a good reference
1
- 八皇后问题是求出在一个n×n的棋盘上,放置n个不能互相捕捉的国际象棋“皇后”的所有布局(皇后可以沿着纵横和两条斜线4个方向相互捕捉)的问题。是一种比较常见的练习C语言递归或者栈使用的程序问题。-Eight queens problem is to find an nn chessboard, place of n are not mutually capture chess " queen" of all the layout (Queens and two along the
Horse-traversal-issue
- 马步遍历问题 问题描述:有一n×m格的棋盘,按照国际象棋的规划,马只能走“日”字型结构,设计一算法,按马的走法将棋盘每一格刚好遍历一次。-Horse traversal issue Problem Descr iption: There is an n × m grid of the board, in accordance with the plan of chess, the horse can only take the day shaped structure, design
chess
- 自己编写的简单的黑白棋游戏,使用C++,编译环境为VC6.0,已经通过编译-I have written a simple game Reversi