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

搜索资源列表

  1. samples

    0下载:
  2. it is some games sorce code with c++ like maze and minsweeper and some programs like hafman compression and merge sort and quick sort and .... most of then by turbo or borland c++ compilers code .
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:38951
    • 提供者:davood
  1. migong

    0下载:
  2. 首先实现一个链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中:(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向。如:对于下列数据的迷宫,输出的一条通路为:(1,1,1),(1,2,2),(2,2,2),(3,2,3),(3,1,2),……。-First of all, the realization of a list of the stack for the type of storage structure, and then
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:2336
    • 提供者:yun
  1. shujujiegoudaima

    0下载:
  2. 内涵约瑟夫环迷宫算法 源代码 希望对你学习有所帮助-Connotation Joseph Central maze algorithm source code would like to help you learn
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:994138
    • 提供者:caoweifeng
  1. 212

    0下载:
  2. 本代码主要是教你如何实现迷宫探险游戏的方法,在这里是以C语言实现的-The code is mainly teach you how to approach the maze adventure game, here is a C language realization of the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2326
    • 提供者:朱德亮
  1. NH

    0下载:
  2. a maze game programming by javad musavi prumieh
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1190
    • 提供者:shadmehr
  1. migongshiyanbaogao

    0下载:
  2. 迷宫实验报告,用于交流,互相学习,共同提高,如有错误请指正-Maze test report for the exchanges, learn from each other, co-improved, if there is an error, please correct me
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:12336
    • 提供者:sunjunjie
  1. stack

    0下载:
  2. 用非递归堆栈算法解决迷宫问题(入口出口可设置)-Stack with non-recursive algorithm to solve maze problems (import export can be set)
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:623363
    • 提供者:wuzq
  1. mazec++

    0下载:
  2. maze solver maze solver maze solver maze solver maze solver-maze solver maze solver maze solver maze solver maze solver maze solver maze solver maze solver
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:716771
    • 提供者:zakaria
  1. migong

    0下载:
  2. 这是一个用DIREXT8编的一个迷宫地图,通过方向键操作-This is a DIREXT8 made by a maze map, through the direction of key operations
  3. 所属分类:DirextX

    • 发布日期:2017-05-08
    • 文件大小:2046184
    • 提供者:落叶无痕
  1. xyz

    0下载:
  2. C语言课程设计集合 案例一 贪吃蛇游戏 案例二 计算器 案例三 黑白棋游戏 案例四 迷宫问题 案例五 扫地雷游戏 案例六 速算24 案例七 数据结构CAI系统 案例八 进程调度 案例九 存储管理分区分配算法 案例十 通讯录 案例十一 学生成绩管理 案例十二 工资管理 案例十三 图书借阅管理 案例十四 教师工作量计算 -C language curriculum design a collection of case calculator
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-21
    • 文件大小:59422
    • 提供者:xyz
  1. hhh

    0下载:
  2. 用回溯法链表求解迷宫问题,并加上完整的人物演示过程-With backtracking maze solving the problem list, with a complete demonstration of the process of character
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:10683
    • 提供者:浮萍
  1. 2

    0下载:
  2. 算法设计罗密欧朱丽叶,本人找得关于罗密欧与朱丽叶的迷宫问题-Algorithm design Romeo Juliet, I find a Romeo and Juliet on the issue of the maze
  3. 所属分类:其他小程序

    • 发布日期:2017-04-10
    • 文件大小:1283
    • 提供者:王广
  1. migong

    0下载:
  2. 有关迷宫算法的C语言实现,0和1分别表示迷宫中的通路和障碍-Algorithm on the maze of the C language, 0 and 1, respectively, in the maze of pathways and barriers
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:4281
    • 提供者:王三
  1. MazeGame

    0下载:
  2. 程序开始运行时显示一个迷宫地图,迷宫中央有一只老鼠,迷宫的右下方有一个粮仓。游戏的任务是使用键盘上的方向键操纵老鼠在规定的时间内走到粮仓处。要求:1)老鼠形象可辨认,可用键盘操纵老鼠上下左右移动;2)迷宫的墙足够结实,老鼠不能穿墙而过;3)正确检测结果,若老鼠在规定时间内走到粮仓处,提示成功,否则提示失败;4)添加编辑迷宫功能,可修改当前迷宫,修改内容:墙变路、路变墙;5)找出走出迷宫的所有路径,以及最短路径。利用序列化功能实现迷宫地图文件的存盘和读出等功能-The beginning of t
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:7856
    • 提供者:xiliting
  1. chaojichidoudou

    0下载:
  2. 游戏《超级吃豆豆》开发 进入系统后,主菜单显示以让用户选择开始游戏、游戏设定、游戏帮助以及退出游戏。用户选择开始游戏后,进入一个迷宫地图,小精灵在地图中预先设定的初始重生点出现,用户使用游戏设定中设定的按键控制小精灵在迷宫中以某一指定速度左右上下移动。迷宫中过道上摆放着豆豆,小精灵经过时即被吃掉,小精灵获得豆豆对应的分值。-Game " super food Peas" development into the system, the main menu to allow
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-05
    • 文件大小:310729
    • 提供者:fanlei
  1. GAPBILExample

    0下载:
  2. windows下可视化的迷宫生成程序。迷宫游戏爱好者不可错过-windows under the maze generated visualization procedures. Maze game enthusiasts not to be missed
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:58740
    • 提供者:ciweijsf
  1. maze.doc

    0下载:
  2. 是一个数据结构的实验,里面包含了源代码和一些具体的设计内容。是一个word文档-Is a data structure of the experiment, which contains the source code and a number of specific design elements. Is a word document
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:415900
    • 提供者:崔伟斌
  1. Amaze

    0下载:
  2. VC++迷宫生成程序,代码齐全,VC6.0测试通过~!-VC++ maze generation program, code complete, VC6.0 test ~!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:17619
    • 提供者:jasonjia
  1. maze_problem

    0下载:
  2. 一个关于迷宫问题的程序, 希望对大家有帮助-With regard to the issue of a maze procedure, we hope to help
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:686
    • 提供者:yinjianhua
  1. MazePath

    0下载:
  2. 本程序可以实现从既定的迷宫当中选择一条可行的通路,迷宫也可以自行设计-This procedure can be established maze from which to choose a feasible path, the labyrinth can also design their own
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:905
    • 提供者:HouZhihua
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 40 »
搜珍网 www.dssz.com