CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - maze cpp

搜索资源列表

  1. mazexy

    0下载:
  2. in.txt是存放迷宫矩阵的读入文件。 in.txt文件中间的第一行的第一个数是迷宫的行数,第二个数是迷宫的列数。 从第二行开始都是迷宫矩阵。 注: 1)“0”是通路,“1”是挡板; 2)可以任意更改数据,但是迷宫的行数和列数一定要在第一行中正确标明; 3)每个迷宫数据之间有1个空格,两行之间没有空行; 4)in.txt跟puzzle.cpp一定要放在同一个目录下。 -in.txt maze matrix was deposited into the docume
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1070
    • 提供者:汪江
  1. 1migong

    0下载:
  2. 这是使用回溯法求解迷宫问题的程序。程序把迷宫问题设计成一个类,搜索函数使用回溯法搜索迷宫的所有分支。 migong.cpp就是程序 migong.txt是运行结果-This is the use of retrospective method maze of procedures. Maze procedure, so designed as a category, search function uses backtracking search all branches of the
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1270
    • 提供者:丁丁
  1. maze

    0下载:
  2. 迷宫求解(全部解) 共有三个文件maze.h mclass.cpp t3.cpp 希望大家多提意见
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:2201
    • 提供者:李言
  1. Maze

    0下载:
  2. 数据结构中迷宫问题的求解,迷宫问题.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 迷宫问题.cpp 这是主应用程序源文件。 StdAfx.h, StdAfx.cpp 这些文件用于生成名为 迷宫问题.pch 的预编译头 (PCH) 文件和名为 StdAfx.obj 的预编译类型文件。 -Data structure to solv
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:155443
    • 提供者:张艳彬
  1. tcmaze

    0下载:
  2. 迷宫探险算法,一个CPP文件实现。在TC下编译生成。生成的程序是dos exe。LEFT/UP/RIGHT/DOWN 在迷宫中向左、上、右、下走一步。走过的路线显示为黄色,回头路显示为红色。-Adventure maze algorithm to achieve a CPP file. TC compiled in the next generation. Procedure is generated dos exe. LEFT/UP/RIGHT/DOWN in the maze to t
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:68450
    • 提供者:Tank Source
  1. xc_maze

    0下载:
  2. 迷宫 数据结构的一个作业 包含.cpp源文件-A maze of data structure that contains operating. Cpp source file
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:378951
    • 提供者:carol
  1. mazeprocedure.cpp

    0下载:
  2. VC++作的简单的迷宫程序,本程序主要注重得法的实现-VC++ to make a simple maze procedure, this program focused primarily on the realization of appropriate methods
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1923
    • 提供者:fangjie
  1. wxb3

    0下载:
  2. 天津大学ACM网站题,希望和大家交流一下,学习一下,谢谢!- Robot in Maze(TOJ 2470)——(b3.cpp) There is a robot trapped in the maze. Now you have to send out some instructions, telling it how to reach its destination. The maze is an M* N grid. Some of the cells are empty,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:106829
    • 提供者:王毛毛
  1. Maze

    0下载:
  2. This is a .cpp file of a maze. Works just fine in both c and c-This is a .cpp file of a maze. Works just fine in both c and c++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:517
    • 提供者:Kay
  1. CPP-Maze

    0下载:
  2. 迷宫实时演示程序,对给定迷宫实现路径的实时搜索。-Maze of real-time demo, for a given path of the maze to achieve real-time search.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:1749
    • 提供者:lingfeijian
  1. shanhukule.cpp

    0下载:
  2. 数据库中用于模拟走迷宫,可以以方阵形势确定迷宫,也有单纯的逻辑编码-The database used to simulate the Maze, the situation can determine the square maze, there are simple logic code
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2484
    • 提供者:刘云飞
  1. migong---cPP

    0下载:
  2. 迷宫问题C++代码。。。解决迷宫问题-Maze C++ code. . . Solve maze problems. . . .
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:8629
    • 提供者:li
  1. maze_ekansrm

    0下载:
  2. maze.cpp 中实现了迷宫程序的全部功能, 可确保找到走出迷宫的最短路径.test_for_maze.txt 为自带测试数据,对所实现程序进行了简单测试,也可使用其它符合输入格式的文件进行测试。-shortest way for maze
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1469
    • 提供者:昭扬
  1. main

    0下载:
  2. Answer to the problem with maze. Here is main.c-Answer to the problem with maze. Here is main.cpp
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:760
    • 提供者:aidyn
  1. maze

    0下载:
  2. 应用程序向导已为您创建了此 迷宫问题 应用程序。 本文件概要介绍组成 迷宫问题 应用程序的每个文件的内容。 迷宫问题.vcxproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件, 其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 迷宫问题.vcxproj.filters 这是使用“应用程序向导”生成的 VC++ 项目筛选器文件。 它包含有关项目文件与
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:2167320
    • 提供者:刘兵
  1. Maze-CPP-code

    0下载:
  2. 迷宫问题 C++ 代码实现-Maze C++ code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:182129
    • 提供者:肖冬冬
  1. maze.cpp

    0下载:
  2. 迷宫游戏有多种。有的迷宫只要你能走出来就算成功;有的是要求不但能走出来,而且走的步数越少得分越高。为了能得到高分,你肯定在路线的选择上下功夫,尽量用最少的步数走出迷宫。任务是,计算出走出迷宫需要的最少步数是多少?-There are a variety of maze game. Some maze as long as you can come out even if successful some requirements will not only come out, but the f
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1019
    • 提供者:Su
  1. cPP

    0下载:
  2. (迷宫遍历)网格的散列(#)和点(.)在一个迷宫的图1是一个二维数组表示。在散列的二维数组,代表迷宫的墙壁和圆点代表广场上可能的路径通过迷宫。动作可以只有一个位置的数组,其中包含一个点。 # # # # # # # # # # # # # . . . # . . . . . . # . . # . # . # # # # . # # # # . # . . . . # . # # . . . . # # # . # . . # # # # . # . # . # . #
  3. 所属分类:Console

    • 发布日期:2017-06-01
    • 文件大小:14071219
    • 提供者:dqy
  1. alg.cpp.tar

    0下载:
  2. 实现了一些经典的计算机算法,包括全排列,全组合,走迷宫,背包问题等-Implements some classic computer algorithms, including full arrangement, all combinations, Maze, backpacks issues
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:10240
    • 提供者:张纯化
  1. CPP-Maze

    0下载:
  2. 迷宫实时演示程序,对给定迷宫实现路径的实时搜索。-Maze of real-time demo, for a given path of the maze to achieve real-time search.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1790
    • 提供者:wly0236
« 12 »
搜珍网 www.dssz.com