搜索资源列表

  1. Maze

    0下载:
  2. all possible solution to Maze using backtracking algorithm in Java
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:ira
  1. Maze

    0下载:
  2. 生成迷宫并可视化寻找路径,运行环境C++,运用栈-Build a maze and visual search path, operating environment C++, using the stack
  3. 所属分类:其他小程序

    • 发布日期:2024-05-08
    • 文件大小:1205248
    • 提供者:italan
  1. maze

    0下载:
  2. A turtle is moving in a maze. You can manipulate it, using buttons a,d,w,s,R and q. Pretty simple algorithm but it shows some skills of student.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:Andrey
  1. Maze

    0下载:
  2. 该程序是 我参加“国际IEEE智能老鼠走迷宫大赛”时获奖的一套程序,该程序针对的cpu是LM3S615-The program that I participated in " International IEEE Intelligent Mouse Maze Contest" the award-winning set of procedures, the program aimed at cpu is LM3S61
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-08
    • 文件大小:109568
    • 提供者:何波
  1. maze

    0下载:
  2. 迷宫 随机产生用方块代替的地图,在里面设置入口和出口,并最终找出最短的路径-Box instead of randomly generated maze with a map inside entrance and exit, and ultimately find the shortest path
  3. 所属分类:其他小程序

    • 发布日期:2024-05-08
    • 文件大小:2086912
    • 提供者:周毅
  1. maze

    0下载:
  2. 简单的迷宫程序,是基本的数据结构入门程序,适合初学者学习-A simple maze procedure, is the basic data structure entry procedures
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-08
    • 文件大小:1148928
    • 提供者:yaochao
  1. Maze

    0下载:
  2. 小人走迷宫的小Java游戏,在此基础添加声音等,基本框架已完善成型,可供在校学生参考。-Curs Maze little Java games, on this basis, adding sounds, the basic fr a mework has been perfect shape, for in-school students for reference.
  3. 所属分类:游戏

    • 发布日期:2024-05-08
    • 文件大小:57344
    • 提供者:陈瑾
  1. Maze

    0下载:
  2. 电脑鼠走迷宫算法 包含迷宫搜索和冲刺函数-Computer Mouse Maze algorithm is a function that contains a maze search and sprint
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-08
    • 文件大小:107520
    • 提供者:钱江潮
  1. Maze

    0下载:
  2. 电脑鼠跑迷宫源程序,其中算法及驱动部分已改进~-Computer mouse running the maze source code, which some have been improved algorithms and drive ~
  3. 所属分类:其他小程序

    • 发布日期:2024-05-08
    • 文件大小:99328
    • 提供者:邱灵
  1. maze

    0下载:
  2. 自动生成迷宫,以及动态演示寻路算法,寓教于乐-Maze and dynamic display generation algorithm find its way, entertaining
  3. 所属分类:游戏

    • 发布日期:2024-05-08
    • 文件大小:151552
    • 提供者:newkedison
  1. maze

    0下载:
  2. 一个小迷宫的代码, 就一点小功能,查找路径-maze
  3. 所属分类:Windows编程

    • 发布日期:2024-05-08
    • 文件大小:10939392
    • 提供者:chenhang
  1. maze

    0下载:
  2. 迷宫问题,C++编写,codeblocks环境下,可以用vc打开我的主文件,自己编译-Maze problem, C++ written, codeblocks environment, you can use vc to open my main file, compile it yourself
  3. 所属分类:其他小程序

    • 发布日期:2024-05-08
    • 文件大小:17408
    • 提供者:
  1. maze

    0下载:
  2. 编写动态链接库,其中一个exe文件执行该动态链接库后,将给出相应的操作直至走完迷宫-The preparation of the dynamic link library, one of the exe file to implement the dynamic link library, it will give up to finish the maze operation of the corresponding
  3. 所属分类:Windows编程

    • 发布日期:2024-05-08
    • 文件大小:135168
    • 提供者:程晨
  1. maze.tar

    0下载:
  2. Simple maze generatrion in Prolog and C (complete set for GnuC and SWI-Prolog)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-08
    • 文件大小:3072
    • 提供者:/Vinyk
  1. maze

    0下载:
  2. 演示迷宫算法 利用栈 深度广度A*三种搜索算法 是个小程序-maze stack
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-08
    • 文件大小:279552
    • 提供者:huihongxiu
  1. Maze

    0下载:
  2. 用C实现的迷宫求解算法。图形界面,求解过程参照了深度优先搜索,迷宫由随即矩阵生成,采用栈作为路径存储结构。-Achieved with the C maze algorithm. Graphical interface, the process of solving the light of the depth-first search, maze generated by the matrix immediately, using t
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-08
    • 文件大小:45056
    • 提供者:john
  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编程

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:Kay
  1. Maze

    0下载:
  2. 迷宫问题。采用回溯法解决迷宫问题。Swing界面,符号代表路径和迷宫墙。-Maze problems. A retrospective method to solve the maze problem. Swing interface, symbols represent the path and the maze walls.
  3. 所属分类:界面编程

    • 发布日期:2024-05-08
    • 文件大小:4096
    • 提供者:李程序
  1. maze

    0下载:
  2. 迷宫程序,可以导入并解开迷宫,还有许多附加功能,并附上几个迷宫实例-Maze procedure, you can import and solve the maze, there are many additional features, along with examples of several maze
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-08
    • 文件大小:74752
    • 提供者:daviddy
  1. Maze

    0下载:
  2. 神奇的迷宫小游戏,包含有迷宫自动生成的算法,实现了“左手摸墙”算法,深度优先,广度优先搜索算法,以自动寻路。-Magic maze game maze includes automatic generation algorithm, to achieve a " left hand touching the wall" algorithm, depth first, breadth-first search algor
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-08
    • 文件大小:104448
    • 提供者:alzhu
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org