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

搜索资源列表

  1. 迷宫问题(05号 王耀辉).rar

    0下载:
  2. 所属分类:其它

    • 发布日期:
    • 文件大小:7572
    • 提供者:
  1. Maze11

    0下载:
  2. 一个自己写的毕业设计的程序。就是模拟迷宫问题。界面比较漂亮。操作简单。-himself wrote a graduate of the design process. The problem is the simulation of the maze. More beautiful interface. Simple operation.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:76923
    • 提供者:高陈强
  1. MyAbstractFactory

    0下载:
  2. 这个小程序是我们上课时做的,主要是针对设计模式中Abstractfactory这个创建型模式,例子是迷宫问题-this small program is that we do in class is targeted mainly at the design model to create this type Abstractfactory model example is the issue of the maze
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11473
    • 提供者:涛涛
  1. MyBuilder

    0下载:
  2. 同样是设计模式中的迷宫问题,这次是用Builder这个创建型模式来做的,比较简单-is the same design pattern of the maze of problems, this is the Builder to create a type, and make relatively simple
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:14110
    • 提供者:涛涛
  1. MyFactoryMethod

    0下载:
  2. 同样是设计模式中的迷宫问题,这个是利用factoryMethod来实现的,也较简单-is the same design pattern of the maze, the use of factoryMethod to achieve, than simple
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:18101
    • 提供者:涛涛
  1. minggong

    0下载:
  2. 迷宫问题。利用c实现的。对学数据结构的同学可能有用-maze problems. Use c achieve. The structure of the data may be useful for students
  3. 所属分类:PropertySheet

    • 发布日期:2008-10-13
    • 文件大小:1390
    • 提供者:chengbo
  1. securit

    0下载:
  2. 这是一个关于迷宫问题的原代码,其中1表是障碍物,0表示可以通行!-This is a maze of the original code, which is a form of obstructions, said a passable 0!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:170976
    • 提供者:guobeilei
  1. zhandeyingyong

    0下载:
  2. 栈的应用,一个简单的迷宫问题,希望大家改进改进-stack of applications, a simple maze, we hope to improve improvements
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1715
    • 提供者:莫俦
  1. shujujiegou3

    0下载:
  2. 包括vc数据结构中的运动会计分系统,迷宫问题,还有纸牌问题。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5678
    • 提供者:邓翔斌
  1. course

    0下载:
  2. 一、 问题描述与分析: (1) 根据用户选择提供相应的功能 (2) 运动会分数统计。 (3) 能够按照指数降序排列建立并输出多项式;能够完成两个多项式的相加、相减 (4) 可以输入一个任意大小的迷宫数据,用非递归的方法求出一条走出迷宫的路径,并将路径输出。 (5) 猴子选大王。 (6) 建立建立最优二叉树函数 (7) 纸牌游戏
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:78188
    • 提供者:fengfeng
  1. Maze

    1下载:
  2. 如题 回溯法—迷宫问题 仅供参考。。谢谢大家共同讨论
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1512
    • 提供者:刘子杨
  1. maze123

    0下载:
  2. 一个迷宫问题的解法-a maze of Solution
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12641
    • 提供者:温故知昕
  1. 电子老鼠闯迷宫

    0下载:
  2. 电子老鼠闯迷宫 但是还存在一点点小小的问题-rats Chuang electronic maze but there are still a little small problem
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6712
    • 提供者:蔡涛
  1. 2004021803

    0下载:
  2. 1. 搜索算法应尽可能独立于具体问题。亦即搜索算法程序既可用于迷宫问题,也可用于九宫重排问题、修道士野人问题等-1. Search algorithm should be as independent as possible on specific issues. Search algorithm which can be used to the maze procedure, can also be used JiuGongTu rearrangement, monks Savage prob
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:20685
    • 提供者:小龙
  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. 所属分类:GUI Develop

    • 发布日期:2017-03-23
    • 文件大小:3600
    • 提供者:李程序
  1. mouse

    0下载:
  2. 简单的小游戏,老鼠走迷宫,可能有点小问题,本人是新手,大家体谅体谅.-A simple little game, mice Maze, may be a bit small problem, I am a novice, we appreciate the understanding.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-16
    • 文件大小:4588684
    • 提供者:张宏
  1. migong

    0下载:
  2. 本程序实现迷宫问题的相关操作,包括迷宫的组织和存储,并实现迷宫路由算法(即查找迷宫路径)。程序所能达到的:具体包括迷宫的建立,迷宫的存储(迷宫由自动生成或手动生成),迷宫中路径的查找。-The maze of issues related to program operations, including organizing and storing the maze and maze routing algorithm (ie find the maze path). Program can a
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-04
    • 文件大小:56555
    • 提供者:司书慧
  1. ccjtwj30

    0下载:
  2. 编程汉字问题,txt 小白鼠钻迷宫,c 挽救软盘,c,-Programming problems Chinese characters, TXT mice drilling maze, save the floppy disk c, c,
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-14
    • 文件大小:175104
    • 提供者:Gronjr
  1. dajabases-string

    0下载:
  2. 编程汉字问题,txt 小白鼠钻迷宫,c 挽救软盘,c,-Programming problems Chinese characters, TXT mice drilling maze, save the floppy disk c, c,
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-13
    • 文件大小:174740
    • 提供者:Gronjr
  1. 60814090

    0下载:
  2. 一个自己写的毕业设计的程序,就是模拟迷宫问题,界面比较漂亮,操作简单,()
  3. 所属分类:组合框控件

    • 发布日期:2017-12-29
    • 文件大小:61440
    • 提供者:Vbola
搜珍网 www.dssz.com