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

搜索资源列表

  1. migong-c

    0下载:
  2. 迷宫算法!通过递归算法实现!找到最优路径,完成迷宫出口的查找!-maze algorithm! Through recursive algorithm! To find the optimal path to complete the maze exports to search!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2827
    • 提供者:张建波
  1. 趣味程序导学C语言

    1下载:
  2. 趣味程序导学C语言.详细介绍了迷宫探索和搬运工游戏,配有ppt,说明生动,解释明晰-interesting procedures C Language Learning Guide. Details of the exploration and porters maze games, equipped with ppt illustrate vivid, lucid explanation
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1966336
    • 提供者:张勇
  1. c++buildermaze

    0下载:
  2. 用C++BUILDER做的一个迷宫,可以实现深度优先,广度优先和启发式搜索算法-C BUILDER do a maze, can achieve priority depth, breadth priority and heuristic search algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1435872
    • 提供者:
  1. xiaochengxu313

    0下载:
  2. 编程汉字问题.txt 小白鼠钻迷宫.c 挽救软盘.c-Chinese programming problems. Txt mice drilling maze. C rescue diskette. C
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:176914
    • 提供者:king
  1. c-migong

    0下载:
  2. 一款在c语言下编写的迷宫游戏,比较有趣,但只有一种形式,不能够自主生成迷宫-paragraph c of the language to prepare the maze game that's more interesting, but only one form, not able to independently generated maze
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:1224
    • 提供者:一杯沧海
  1. Maze-classical-algorithm

    0下载:
  2. C语言的走迷宫算法,经典的C语言学习案例分享,可以运行-Maze C language algorithms, the classic case of the C language to learn to share, you can run
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:664
    • 提供者:dantat
  1. Third-Maze

    0下载:
  2. 这是一个小迷宫,用C编辑的小游戏。简单易懂,但比较基本。-This is a small maze, C edit the game. Easy to understand, but it is rather basic.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:1722
    • 提供者:wangby
  1. maze-problem

    0下载:
  2. 迷宫程序,输入行列值(包含围墙),自动生成一个迷宫并自动搜索路径,其中1代表围墙,0代表通路,最后打印路径,内容很简单,默认方向由正北方顺时针搜索。三个文件中maze.c是主文件。-c program,the maze problem.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-14
    • 文件大小:3446
    • 提供者:廉月弯刀
  1. Maze-CPP-code

    0下载:
  2. 迷宫问题 C++ 代码实现-Maze C++ code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:182129
    • 提供者:肖冬冬
  1. maze.c.tar

    0下载:
  2. analyse the various characteristics of a maze, represented by a particular coding of its basic con- stituents into numbers stored in a file whose contents is to be redirected to standard input, and – either display those characteristics – or ou
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5663
    • 提供者:zx
  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

    0下载:
  2. 在迷宫问题中,我们需要解决的第一个问题,也是老师布置给我们的作业就是从我们是否能从迷宫的起点到终点找到一条不间断的通路。这时我们的基本想法就是定义一个数组maze[1000][1000],将无法走到的地方即墙标记为0,能走到的地方标记为1。这时我们规定一个走的顺序,先向右走,如果向右走不通就向上走,都不行就向左,最后选择向下,如果到了一个格子,这个格子四个方向均走不通,则宣告这条路失败。(In the maze problem, the first problem we need to solv
  3. 所属分类:Windows编程

    • 发布日期:2017-12-26
    • 文件大小:32768
    • 提供者:Ryan Lam
  1. maze

    0下载:
  2. 一个简单迷宫的小游戏,用了一点图形操作的函数(A simple maze of small games, with a bit of graphics operations function)
  3. 所属分类:游戏

  1. C语言课程设计实例精编

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

    • 发布日期:2017-12-14
    • 文件大小:1506569
    • 提供者:david呆伟
  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. maze

    0下载:
  2. 基于visualC++实现的一个迷宫类游戏(VisualC++ based on the realization of a maze game)
  3. 所属分类:游戏

    • 发布日期:2017-12-26
    • 文件大小:979968
    • 提供者:剑走长天
  1. maze

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

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:龟龟520
  1. 用C语言编写游戏 迷宫问题

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

  1. maze

    0下载:
  2. Learning code about maze for beginners
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:zirto
  1. maze-astar-2003

    0下载:
  2. Maze Astar source code for C++Builder 6.
  3. 所属分类:游戏

    • 发布日期:2018-01-09
    • 文件大小:50176
    • 提供者:EricRepa
« 1 23 4 5 6 7 8 9 10 ... 29 »
搜珍网 www.dssz.com