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

搜索资源列表

  1. MIGONGWENTI

    0下载:
  2. 设计数据结构存储迷宫; 设计存储结构保存从人口到出口的通路 设计算法完成迷宫问题的求解; 分析算法的时间复杂度。-Design data structures stored maze designed to save storage structure is completed to solve the maze of passages from the population to export design algorithms analysis time complexity
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:8020
    • 提供者:王雷
  1. maze

    0下载:
  2. 用“穷举求解”(回溯)方法求解迷宫问题实验报告。从文件中读取迷宫数据,然后用穷举法求出一条迷宫通路,有迷宫文件的容错性检查,所有文件包括了.c源文件,.doc实验报告,.txt迷宫文件-With " exhaustive solving" (backtracking) method for solving the maze test reports. Maze of data read from the file, and then find a maze of paths w
  3. 所属分类:Other Games

    • 发布日期:2017-03-29
    • 文件大小:332406
    • 提供者:vermouthi
  1. Maze

    0下载:
  2. 实现一个简单迷宫的的求解,利用堆栈,而不是用递归实现。对于初接触数据结构者有一定的参考价值。-Achieve a simple maze solving, using the stack instead of recursive. For those early exposure data structure has a certain reference value.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:216532
    • 提供者:俞航
  1. migongwenti100

    0下载:
  2. 迷宫问题的求解,在源代码中创建迷宫,按照步骤输出迷宫。-Maze problem solving, in the source code to create a maze, follow the steps to output the maze.
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1765
    • 提供者:tersui
  1. migong.pas

    0下载:
  2. 迷宫问题的求解是一个很好的在栈或者队列等方面的应用问题-The solving of Maze problem is a good application of the stack or queue.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:788
    • 提供者:lzw
  1. Maze-problem

    0下载:
  2. 迷宫问题的非递归求解,探测回溯解法而且打印图像,希望有用。 -Maze Problem
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:951
    • 提供者:李伟
  1. maze

    0下载:
  2. 数据结构课程设计——迷宫问题求解代码(已测试,可直接运行)-Curriculum design- maze problem solving code (already tested, can be directly run)
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1115
    • 提供者:Jason
  1. maze

    0下载:
  2. 回溯法求解迷宫问题。C实现,vs2010开发环境-Backtracking to solve the maze. C implementation, vs2010 development environment
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1073
    • 提供者:牛海玲
  1. maze-game

    0下载:
  2. 迷宫问题的求解过程可以采用回溯法即在一定的约束条件下试探地搜索前进,若前进中受阻,则及时回头纠正错误另择通路继续搜索的方法。从入口出发,按某一方向向前探索,若能走通,即某处可达,则到达新点,否则探索下一个方向;若所有的方向均没有通路,则沿原路返回前一点,换下一个方向再继续试探,直到所有可能的道路都探索到,或找到一条通路,或无路可走又返回入口点。在求解过程中,为了保证在达到某一个点后不能向前继续行走时,能正确返回前一个以便从下一个方向向前试探,则需要在试探过程中保存所能够达到的每个点的下标以及该点
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1459
    • 提供者:林斌
  1. maze

    0下载:
  2. 编写一个程序求解迷宫问题,迷宫是一个m行n列的0-1矩阵,其中0表示无障碍,1表示有障碍,设入口为(1,1),出口为(m,n),每次移动只能从一个无障碍的单元移到其周围8个方向上任一无障碍的单元,编制程序给出一条通过迷宫的路径。 要求:(1)输入m*n的迷宫矩阵,如: 6 9 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 1 1 0 1 1 0 0 0 0 1 1 1 1 0 1 1 1 1 0 1 1 1 0 1 0 0 1 0 0
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1357
    • 提供者:jiaochongze
  1. Q_Learning

    0下载:
  2. Q学习求解迷宫试验报告,需要下载opencv进行打开,程序界面友好-Q solving maze learning test report, you need to download opencv were open, user-friendly program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:64450
    • 提供者:陈秋
  1. MazeProblem

    0下载:
  2. 迷宫问题求解,基于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
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-28
    • 文件大小:18927
    • 提供者:MengruZhang
  1. migong

    0下载:
  2. 经典数据结构迷宫问题求解,老师给我们的案例,但个人感觉不是很好,还是发一下看看各位的反应吧,希望有人提供改进办法-a solution for MiGong question
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:879
    • 提供者:liyun
  1. migong

    0下载:
  2. 数据结构,迷宫算法,利用栈操作实现迷宫问题求解-Data structure, maze algorithm, the use of stack operations to solve the maze problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:194237
    • 提供者:靳以2002
  1. maze_TD_lamda

    0下载:
  2. 时序差分学习算法TD(lamda)求解N*N方格走迷宫问题,求解每个方格的V值-Temporal difference learning algorithm for N*N maze problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1145
    • 提供者:luochao
  1. the-maze-problem

    0下载:
  2. 功能:用递归方法实现对迷宫问题的求解。 内容说明:熟练递归特点;掌握递归与栈的关系。-Function: using recursive method to solve the maze problem. Content Descr iption: familiar with recursive characteristics master the relationship between recursion and stack.
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:11071
    • 提供者:Sylvie
  1. digui

    0下载:
  2. 递归定义,模型,设计思路,算法设计,求解迷宫方法- 检测到:中文 » 英语 Recursive definition, model, design idea, algorithm design, the method to solve the maze
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:52201
    • 提供者:张憧
  1. migong

    0下载:
  2. 迷宫问题是取自心理学的一个古典实验。实验中,把一只老鼠从一个没有顶的大盒子的门放入,在盒中设置了许多墙,对行进的方向形成了多处阻挡。盒子仅仅有一个出口,在出口处放置了一块奶酪,吸引老鼠在迷宫中寻找道路以到达出口。重复对老鼠进行上述实验,看老鼠能在多久找到出口。 本算法实现迷宫问题求解。-The maze problem is a classical experiment taken psychology. In the experiment, a mouse was put into th
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:7396
    • 提供者:胡玲芳
  1. 2315584

    0下载:
  2. 一个迷宫问题路径寻找的求解源程序代码,有注释,用VC++编写,-Solve a maze problem path searching for the source code, with comments, written in vc++,
  3. 所属分类:Communication

    • 发布日期:2017-12-13
    • 文件大小:2901
    • 提供者:fandma
  1. Maze

    0下载:
  2. 用链栈求解迷宫问题。这是数据结构学习过程中的一个重要实例,我写的代码可供学习者参考-Deal with Maze by Link Stack.
  3. 所属分类:Other systems

    • 发布日期:2017-12-13
    • 文件大小:1119
    • 提供者:周福南
« 1 2 ... 11 12 13 14 15 1617 »
搜珍网 www.dssz.com