搜索资源列表
Java_picturepuzzle
- 这是一个用Java编写的拼图游戏,程序实现计算机自动找到各节点可能的所有路径以及最佳路径,从而完成拼图。-This is a jigsaw puzzle, prepared with Java, the computer program automatically each node to find all possible paths, as well as the best path to complete the puzzle.
maze
- 本程序中,以一个m×n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。迷宫数据输入的形式为一个以"回车符"为结束标志且允许出现重复字符-This program, with an m × n matrix, said the long labyrinth of 0 and 1, respectively, the maze of paths and obstacles. Maze of data input in the form of a " carriage return&quo
Maze
- 迷宫问题 [问题描述] 以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论 -Maze [Problem Descr iption] to a long-m* n matrix that maze, 0 and 1, respectively, in the maze of paths and obstacles. Design a program, for any set of the m
lianliankan
- 连连看游戏中核心程序开发,主要实现两个块之间最短路径并且转弯数最少的路径实现。-The core program development in the game, the main realization of the shortest path between the two blocks and the shortest number of paths to achieve the minimum.
