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

搜索资源列表

  1. Maze-car

    0下载:
  2. 用AVR制作的走迷宫小车,C语言,内附有一小段视频,感兴趣的朋友可以是做一下-Maze car produced by AVR, C language, included a short video, and interested friends can be done about
  3. 所属分类:SCM

    • 发布日期:2017-05-14
    • 文件大小:3485534
    • 提供者:xiang
  1. migong

    0下载:
  2. C语言代码,实现走迷宫,代码设计是从一个迷宫中找出仅有的一条正确路劲-find the corrent rode .add private the rode
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1721
    • 提供者:迷茫
  1. maze1

    0下载:
  2. 一个关于迷宫的回溯算法,用c语言实现,可直接编译运行-about maze
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:1106
    • 提供者:hjy
  1. Maze

    0下载:
  2. C语言实现的迷宫算法,用二维数组模拟迷宫,实现从入口到出口的通路。-C language maze algorithm, using a two-dimensional array of maze, to achieve the entrance to the export channel.
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:427535
    • 提供者:jiyameng
  1. migongwenti

    0下载:
  2. 基于c语言编写的一个可以完成迷宫问题的软件。本科的大作业-C language based on a software to complete the maze. Great job undergraduate
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:161081
    • 提供者:孙孙
  1. migong

    0下载:
  2. 这是用c语言编写的迷宫探险游戏,比较有趣,希望对于初学者有一定帮助。-This is written in c language maze adventure game, the more interesting, hope it is helpful for beginners.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-13
    • 文件大小:2326
    • 提供者:张松
  1. Maze-Adventure

    0下载:
  2. 一个用c语言开发的迷宫探险游戏,可以了解c语言开发游戏的一些知识.-A c language development maze adventure games, you can learn some knowledge c language to develop games.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2339
    • 提供者:学喜
  1. maze-game

    0下载:
  2. 一个用C语言写的迷宫游戏 定义一个8*8的格子,这64个格子是人物可以移动到的位置;障碍物定义为两个相邻格子之间的挡板,0或1两种状态。类似上述方法,可以定义整个迷宫的布局,64个格子,对应数目的挡板,迷宫出口,迷宫入口,小人,这些元素。 文件里,需要存储迷宫大小,挡板位置,出口,入口。 小人在任一位置,可以向四个方向移动,有挡板则可以移动,没挡板则不可以移动。 最优路径的提示,使用A星路径算法去做,实质是一个启发式广度优先遍历。-A written in C language
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-14
    • 文件大小:2644
    • 提供者:ShichaoLiang
  1. Maze

    0下载:
  2. 这是一个迷宫程序,基于C语言开发的控制台程序,是学习栈和结构体的必备选择-It is a maze procedure, based on the C language development console program, it is to learn the essential structure of the stack and choose
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2720
    • 提供者:Bluse
  1. maze

    0下载:
  2. 课堂作业 迷宫求解问题 c语言 main文件直接用- Classwork maze problem solving c language main files directly with
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3605
    • 提供者:
  1. ZouMiGong

    0下载:
  2. 这是一个走迷宫的小程序,用C语言编写的,我把它复制到word里了。-It is a maze of small procedures, using C language, I copy it to word it.
  3. 所属分类:Other Games

    • 发布日期:2017-04-29
    • 文件大小:12959
    • 提供者:cdgy
  1. maze

    0下载:
  2. 简单的迷宫实现小程序 数据结构(C语言)作业-the code of the maze problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2599
    • 提供者:佳佳
  1. migong

    0下载:
  2. 用c语言写的迷宫程序,大家可以下来看看,相互学习- The Maze
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-12
    • 文件大小:1194
    • 提供者:sun
  1. Maze-Adventure

    0下载:
  2. 利用C语言编的一个可以作为迷宫探险的游戏,惊险 益智-Use the C language can be used as a maze adventure games, adventure puzzle
  3. 所属分类:Other Games

    • 发布日期:2017-04-30
    • 文件大小:24842
    • 提供者:夫子
  1. migong

    0下载:
  2. 迷宫游戏,C语言代码,仅供参考学习,免费-maze game C
  3. 所属分类:Other Games

    • 发布日期:2017-04-12
    • 文件大小:1252
    • 提供者:王大力
  1. 10-game-source-codes

    0下载:
  2. 十几个C语言编写的程序源码,包括: 207 商人过河游戏 208 吃数游戏 209 解救人质游戏 210 打字训练游戏 211 双人竞走游戏 212 迷宫探险游戏 213 迷你撞球游戏 214 模拟扫雷游戏 215 推箱子游戏 216 五子棋游戏 -More than a dozen programs written in C language source code, including: 207 208 Businessman cros
  3. 所属分类:Other Games

    • 发布日期:2017-05-04
    • 文件大小:323342
    • 提供者:耿汝伟
  1. more

    0下载:
  2. 笔试题,得到一个迷宫矩阵的最大邻接块,改算法采用C语言实现-Pen questions, to get the maximum adjacent block a maze matrix algorithm using C language change
  3. 所属分类:Project Manage

    • 发布日期:2017-04-12
    • 文件大小:523
    • 提供者:方旭
  1. porters-emuippeb

    0下载:
  2. 趣味程序导学C语言,详细介绍了迷宫探索和搬运工游戏,配有ppt,说明生动,解释明晰-Fun guide to learn C language program, the paper introduces the maze exploration and porters games, equipped with PPT, vivid, explain clear
  3. 所属分类:File Operate

    • 发布日期:2017-12-15
    • 文件大小:1947648
    • 提供者:Omursb
  1. migong

    0下载:
  2. 利用C语言来实现迷宫小游戏。并且可以让玩家自动选择难度。并且难度过大时玩家可以选择提示。-To achieve the maze game using the C language. And allows the player to automatically the difficulty. When too difficult and the player can choose prompt.
  3. 所属分类:Other systems

    • 发布日期:2017-12-15
    • 文件大小:4096
    • 提供者:苏双朋
  1. maze3

    0下载:
  2. 利用C语言编写的一个走出30*30迷宫的简单程序-Using C language to write a simple program out of 30* 30 maze
  3. 所属分类:Other systems

    • 发布日期:2017-12-16
    • 文件大小:3072
    • 提供者:梁铃肖
« 1 2 ... 8 9 10 11 12 1314 »
搜珍网 www.dssz.com