搜索资源列表
算法(魔方,蛇形,回字方阵)
- 一个些基本算法。用二维数组输出成一些矩阵。还有魔方输出。可以加我QQ:254760008-a more basic algorithm. Using two-dimensional array output into some matrix. There Cube output. Can I QQ : 254760008
迷宫游戏源程序
- 这是一个小的改进版的迷宫游戏。其中用了一个boolean量的矩阵表示位置。-This is a small version of the maze to improve the game. Which spent a boolean volume matrix location.
Xiaosekuai
- google的消色块小游戏 有多种难度和色块方阵大小可以选择,挑战一下最高难度的15*15消色块吧-google extinction color a variety of game difficulty and color matrix size can choose to challenge the highest degree of difficulty about 15* 15 extinction color bar
boxgame
- 用MATLAB求解推箱子智力游戏问题,将推箱子的图看做矩阵,利用穷举法求解,对于一般的简单图很有效。-Use MATLAB to solve Sokoban puzzle problem, Sokoban graph as matrix, using brute-force solution, a simple graph in general is very effective.
sudoku
- 对于一个有唯一解的数独问题,提供解答。输入为9*9矩阵,每个数之间有一空格隔开,空缺的数用输入0代替。-Has a unique solution for a number of unique issues, provide answers. Enter the 9* 9 matrix, each separated by a space between the number of the vacancy number of the input 0 instead.
SudokuSolver
- Sudoku solver. Solves sudoku puzzle from the matrix provided in a file
snake
- this schématic is a simple Snake game based on PIC 18F4520 and a 4 matrix 8x8
PINGMIANMOFANG.rar
- 一个使用EXCEL编写的3X3四阶平面魔方,使用VBA语言编写,运行时需要启用宏,内有一个万能魔方公式矩阵,通过累加运算可以快速计算成任意解,Use a flat-Cube EXCEL write 3X3 fourth order, using VBA language runtime need to enable macros within a universal Cube formula matrix can be calculated quickly accumulate operatio
mofang
- Java编写的网页版魔方游戏,编译后生成.class文件,然后用HTML去调用,不过运行时候需要你的浏览器安装有运行Class的插件。Java源代码实现部分,比较有意思,也具参考性。像坐标控制、旋转矩阵、定时器、生成图像、数据初始化、矩阵乘法、坐标旋转、判断是否是顺时针方向排列、鼠标按下、放开时的动作等,都可在本源码中得以体现。-The Web version of the Rubik' s Cube game written in Java, the compiler generates
PA1_TicTacToe
- This a Tic Tac Toe Game developed in C++ by me as a part of my curriculum.Tic Tac Toe is a two player mind game . I have developed this game in Dev C++ IDE using OOPS concepts in C++. This is a console based game. The game asks about the matrix row a
SUN
- 基于NIOS II的LED屏贪食蛇设计,基于NiosII软核处理器和LED点阵显示屏的贪吃蛇游戏内容是:一条蛇在封闭的围墙里,围墙里随机出现一个食物。玩家通过4个按键控制蛇上下左右移动,且蛇只能沿着头运动的轨迹移动。蛇头撞到食物,则食物被吃掉,蛇身体增长一节,同时记1分,又出现食物,等待蛇通过玩家的控制来吃掉,如果蛇头在移动中出界或咬到自己的身体则游戏结束,并且加入了一些附加功能如蛇身加速,选择难度,开关机屏幕画面的优化等一系列功能,使游戏更具可玩性。-NIOS II LED screen Sn
MazeProblem
- 迷宫问题求解,基于C++构造矩阵表示迷宫,通过构造栈查找迷宫的出路,实现迷宫问题的求解-Problem solving maze, maze-based C++ structure matrix, find a way through the maze of the stack structure, to achieve the maze problem solving
Finding-Sudoku-Solutions.c
- Sudoku is a popular logic puzzle. The purpose of the game is to fill the 9 by 9 matrix with numbers 1 to 9 and meet the following constraints: 1. Each row has no duplicated numbers, 2. Each column has no duplicated numbers, 3. Each 3 by 3 subma