搜索资源列表
NheM
- 这是一跟关于棋盘的算法,我做的可能不太简便哦,望大家见谅.-This is a follow on the chessboard of the algorithm, so I may not be easy Oh, hope you will forgive me.
vb
- “贪吃蛇”是一种很流行的电子游戏。游戏方法如下 :一条蛇在棋盘上爬行,由键盘控制其转弯;棋盘上随机地出现5个数字(1~5),当蛇的头部碰到数字时(吃数字),蛇的身体会变长。当蛇的头部撞到棋盘边界或碰到自己身体时,游戏结束。游戏结束时,蛇身体越长得分越高。
fivegame
- 一个五子棋游戏可以图形显示棋盘和网格线然后选择棋子 有一定智能
xiaochengxu2
- 几个小程序,主要有6个如输出9*9口诀,要求输出国际象棋棋盘等-A few small programs, such as the six main output of 9* 9 formulas require the output chess board, etc.
ChessBoard
- 用于稳态视觉诱发的视觉刺激界面,棋盘格以不同频率闪烁-For steady-state visual evoked visual stimulation interface, checkerboard flashing at different frequencies
eightPqueensPproblem
- 八皇后问题。输入第一个皇后所在的行和列,给出所有符合条件的解。输出使用0和1画棋盘-Eight queens problem. Enter the first row and column where the Queen gives all eligible solution. Output board with 0 and 1 draw
mtqp
- 马踏棋盘的源代码 应该有点用处 希望下下来-Horse riding board source code should be of some use to look down under
migongyumataqipan
- 迷宫问题、马踏遍棋盘问题 都很详细的可以-Maze problem the horse travels checkerboard problem can look very detailed
QPTSWT
- 这个代码是用来解决常常会遇到的棋盘问题的,希望能有些用处-This code is used to solve the checkerboard problem often encountered, hoping to be useful
8-queens
- 8皇后问题 在一个8×8的棋盘里放置8个皇后,要求这8个皇后两两之间互相都不“冲突”。-eight queens
2.9ChessBoard
- 在一个2k x 2k ( 即:2^k x 2^k )个方格组成的棋盘中,恰有一个方格与其他方格不同,称该方格为一特殊方格,且称该棋盘为一特殊棋盘。在棋盘覆盖问题中,要用图示的4种不同形态的L型骨牌覆盖给定的特殊棋盘上除特殊方格以外的所有方格,且任何2个L型骨牌不得重叠覆盖-In a 2k x 2k (ie: 2 ^ kx 2 ^ k) consisting of checkerboard squares, and a box with the other box, saying that the
XIANGQI
- 画出象棋的代码,包括棋盘,棋子等小部件-Draw the chess code, including the chessboard, chess and other small parts......
horse
- 问题描述与实验目的 给定8*8方格棋盘,求棋盘上一只马从一个位置到达另一位置的最短路径长。注意马是走“日”形的。-horse question