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

搜索资源列表

  1. 超级迷宫-c语言

    0下载:
  2. 游戏随机创建迷宫,并给用户提供交互,自我感觉不错,只是有些函数过于冗长,随机生成算法过于累坠,不过是一五官俱全的游戏,(mazeMain.c是主要文件,编译时请将Compiler的Model改为Huge<TC2>)-randomly create a maze game, and to give users interactive, self-satisfied, but some functions are too lengthy, random generation algori
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:93813
    • 提供者:文曦畅
  1. 迷宫C++算法

    0下载:
  2. 迷宫算法,C++语言,可自动随机产生,也可手动输入
  3. 所属分类:源码下载

  1. 带小游戏的迷宫游戏_new

    0下载:
  2. 自己编写的带小游戏的迷宫游戏,非常好玩,重点是可以让初学者学习用C编写一定规模的游戏
  3. 所属分类:棋牌游戏

    • 发布日期:2011-05-04
    • 文件大小:75913
    • 提供者:ljj3423@163.com
  1. migong

    0下载:
  2. 利用栈结构实现迷宫求解问题。迷宫求解问题如下: 心理学家把一只老鼠从一个无顶盖的大盒子的入口赶进迷宫,迷宫中设置很多隔壁, 对前进方向形成了多处障碍,心理学家在迷宫的唯一出口放置了一块奶酪,吸引老鼠在迷宫中寻找通路以到达出口。-Achieved using a stack maze to solve the problem structure. Maze solving the problem as follows: psychologist to a mouse from a big b
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:584980
    • 提供者:林佳
  1. maze_src

    0下载:
  2. 一个用C++写的兔子走迷宫游戏,用键盘上的方向键控制兔子走动,左边为小地图,右边为大地图,地图都是随机产生的,建议先到左边! -One with C++ Written rabbit Maze game, using the arrow keys on the keyboard to control the rabbit around the left for small maps, the right for the big map, maps are randomly generated,
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:288316
    • 提供者:袁子
  1. Maze

    0下载:
  2. 老鼠爬迷宫, 迷宫地图可自己设置, 老鼠走的路线,每走一步,都会实时输出,走错了会倒退,直到走出迷宫。-Rats climbing maze, the maze map to their own settings, the mouse line, every step will be real-time output, is going the wrong way will lead to retrogression, until out of the maze.
  3. 所属分类:Game Program

    • 发布日期:2017-03-30
    • 文件大小:5486
    • 提供者:Eileen
  1. sixmazeproblem

    0下载:
  2. 求解数据结构中迷宫问题的C语言源程序,代码精炼,已通过运行-Data structure to solve a maze problem in C-language source code
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:14290
    • 提供者:maxiujuan
  1. c

    0下载:
  2. 迷宫C程序,平均值程序,各种求解平均值程序-Maze C program, the average program
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2409
    • 提供者:刘晔
  1. c-zuiduanlujingmigong

    0下载:
  2. c语言小游戏 最短路径迷宫 最短路径迷宫-C language game shortest path shortest path maze maze shortest path maze
  3. 所属分类:Other Games

    • 发布日期:2017-12-13
    • 文件大小:81921
    • 提供者:郭力文
  1. 迷宫.正确版

    0下载:
  2. 利用C语言编写的迷宫程序,程序中提前已写入迷宫障碍设置,运行程序后,若有路可走,则自动生成可行路线;否则,提示无路可走。(Program white in learning the data structure, try to write the maze problem, if you have any questions, please correct me.)
  3. 所属分类:Windows编程

  1. migong

    0下载:
  2. 用c编写的一个迷宫游戏,可自动生成也可手动生成迷宫(C prepared by a maze game, automatically generated, you can manually generate mazes)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:463872
    • 提供者:zhihui
  1. 数据结构-迷宫

    1下载:
  2. C语言数据结构的一次实验报告——迷宫。包含算法和源代码。可直接使用。(Data structure experiment report - maze)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-16
    • 文件大小:14336
    • 提供者:飞剑
  1. C语言课程设计实例精编

    0下载:
  2. C 语言由于具有灵活 高效 可移植性好等诸多优点 成为软件开发中常用的计 算机编程语言之一 全书介绍了贪吃蛇游戏 计算器 黑白棋游戏 迷宫问题 扫地 雷游戏 速算 24 数据结构 CAI 演示 进程调度 存储管理等十四个案例 各个案例 独具特色 覆盖了 C 语言的基本知识点和各种数据结构 如堆栈 队列 链表等 综 合应用了光带菜单 下拉菜单 图形设计 鼠标应用等知识 本书应用性极强 读者 可以根据这些案例进行研究 修改和扩展(C language has many advantages
  3. 所属分类:文章/文档

    • 发布日期:2017-12-14
    • 文件大小:1506569
    • 提供者:david呆伟
  1. 迷宫

    0下载:
  2. 一个走迷宫的C语言游戏(小白,大神勿喷)。(A maze of C language games.)
  3. 所属分类:游戏

    • 发布日期:2017-12-11
    • 文件大小:10176
    • 提供者:出岫白云
  1. c++代码实现走迷宫

    0下载:
  2. 利于c++完成对迷宫的编程设计,运行后成功走出迷宫(It is helpful for c + + to complete the programming of the maze, and then successfully get out of the maze)
  3. 所属分类:数据结构

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:xieyuqz
  1. 纯c语言迷宫源码

    0下载:
  2. 这是一款非常好玩的游戏,欢迎来玩。这是c语言所写(This is a very good game ,welcome to play.)
  3. 所属分类:游戏

  1. maze

    0下载:
  2. 随机输出一个迷宫,并显示路径,不能走出显示x(Random output of a maze, and show the path)
  3. 所属分类:数据结构

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:龟龟520
  1. 迷宫

    0下载:
  2. 使用C++语言,在windows环境下实现一个简单的迷宫程序(To achieve a simple maze procedures)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:681984
    • 提供者:东隅桑榆
  1. 用C语言编写游戏 迷宫问题

    0下载:
  2. 用c语言代码编写的游戏“迷宫问题”,大家可以下载来看看,多交流(C language code written in the game "maze problem", you can download to see, more exchanges)
  3. 所属分类:其他智力游戏

  1. 迷宫

    1下载:
  2. 运用矩阵来表示迷宫。能根据用户指定的维数自动生成迷宫,并打印迷宫中各个位置的状态。在A 的基础上实现迷宫的自动路径搜索,判断是否存在从起点到终点的通路。(The maze is represented by a matrix. The maze can be generated automatically according to the dimension specified by users, and the status of each location in maze can be pr
  3. 所属分类:Windows编程

« 12 3 4 5 6 7 8 9 10 ... 33 »
搜珍网 www.dssz.com