搜索资源列表

  1. migongsuanfa

    0下载:
  2. 将从迷宫入口到各点的最短路近的集合看作一棵树。用广度遍历 的方法即可找到出口的最短路近。本程序算法思想来源于求图上一点 到其余各点最短路近的Dijkstra算法。-Maze from the entrance point to the most recent collection of short circuit as a tree. Breadth traversal methods used to find the sh
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:liweixia
  1. b09402076

    1下载:
  2. 利用openGL繪製一個2D的迷宮,迷宮的要求是 。 1. 至少產生16X16的迷宮 。 2. 每次產生的迷宮要不一樣。 3. 將入口的地方跟出口的地方,分別用綠色跟紅色標示出來。 4. 從入口到出口的地方僅可以存在唯一路徑。 5.要將從入口到出口的解答畫出。 -OpenGL use a 2D map of the maze, the maze of requirements yes. 1. At least h
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:75776
    • 提供者:黃耀德
  1. javapda

    0下载:
  2. 该堡垒游戏是基于J2ME开发的手机RPG游戏,采用midp2.0技术实现了菜单、地图、主角动作及怪物动作和AI等,主要通过精灵间的碰撞检测来触动事件发生。游戏的主流程是玩家利用手机键盘操作主角在堡垒中拾取道具破解迷宫,并且随着关数的增加,游戏的难度也逐渐增加。另外,游戏中还包括了排行榜,声音设置,帮助等各种附加功能。其中充满了趣味性和刺激性,是适合各年龄段的益智冒险类游戏。-The bastion of the game is base
  3. 所属分类:其他游戏

    • 发布日期:2024-05-20
    • 文件大小:29696
    • 提供者:瑞力克
  1. Maze

    0下载:
  2. 迷宫源程序,程序自动搜索路径,最后输出结果-Maze source
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:fang
  1. Pathfinder

    0下载:
  2. 用遗传算法解决迷宫路径搜索问题。有界面显示搜索的过程。-Using genetic algorithms to solve the maze path searching problem. Have english interface display process.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:3110912
    • 提供者:dudu
  1. Maze

    0下载:
  2. 一个基于JAVA的小程序,关于迷宫问题的,是我们的一个课后作业。-Maze
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:钟邱
  1. maze

    0下载:
  2. Java Maze3D迷宫游戏源码,浏览器上只要安上JAVA解释器就能运行,三维显示迷宫,点击 "New" 按钮开始迷宫之旅, 找不到出口的时候点击"Solve" 按钮显示红色的出口线路,点击"Clear" 清除解答。按上、下、左、右光标键可以单步找出口。-Maze Game Java Maze3D source, as long as the browser installed JAVA interpreter will be abl
  3. 所属分类:游戏

    • 发布日期:2024-05-20
    • 文件大小:14336
    • 提供者:张乐
  1. 3D_java

    0下载:
  2. 3D手机游戏开发实例源代码 3D迷宫游戏的演示程序 -Examples of 3D mobile game development 3D Maze Game source code demo program
  3. 所属分类:游戏

    • 发布日期:2024-05-20
    • 文件大小:3864576
    • 提供者:张乐
  1. PROJECT

    0下载:
  2. 利用vc 和 opengl 编程 实现 走迷宫过程 应用了opengl的纹理-simple home, and use opengl vc programming, application of the texture opengl-Opengl programming using vc and implementation process of the application of the Maze opengl texture-si
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:695296
    • 提供者:seven
  1. maze

    0下载:
  2. 迷宫问题,用于寻求一条可能的路径,迷宫问题,用于寻求一条可能的路径-Maze problem, for to find a possible path, the labyrinth problem for the search for a possible path
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:胡柳
  1. maze

    0下载:
  2. 这是一个迷宫的源代码,是基于windows下的-maze
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:panpan
  1. maze

    0下载:
  2. 随机生成迷宫的深度遍历算法 以用使用了A*算法的小DEMO-The depth of a randomly generated maze traversal algorithm to use the A* algorithm using a small DEMO
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:2044928
    • 提供者:胡凯
  1. maze

    0下载:
  2. 编写一个“密室寻宝”算法(以下简称算法),这个算法能够对给定的地图求得一个路径,使得通过该路径可以得到的物品总价值最大。 算法能够获取的信息有  地图的大小。  路径长度的最大值。  地图上每个坐标处的信息。
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:800768
    • 提供者:gaobo
  1. maze-1.0-source-binaries

    0下载:
  2. C#迷宫程序 C#迷宫程序 C#迷宫程序 C#迷宫程序 -C# mazeC# mazeC# mazeC# mazeC# mazeC# mazeC# mazeC# mazeC# mazeC# mazeC# mazeC# maze
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:99328
    • 提供者:丁俊杰
  1. Maze

    0下载:
  2. 一个迷宫游戏。随机生成一个迷宫,入口在迷宫的左上角,你要穿过迷宫到达迷宫右下角的出口。-A maze game. Randomly generate a maze, the maze at the top left corner of the entrance, you arrive to the maze through the export of lower-right corner of the maze.
  3. 所属分类:游戏

    • 发布日期:2024-05-20
    • 文件大小:81920
    • 提供者:万磊
  1. migong

    0下载:
  2. VB编写的3D迷宫游戏源代码,完整的源代码下载。-VB prepared the 3D maze game source code, download the complete source code.
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-20
    • 文件大小:20480
    • 提供者:顾宁海
  1. Mouseintothemaze

    0下载:
  2. 在一个随机的迷宫里,小白鼠如何能最快地从起点走到终点。可采用科学的神经网络或遗传算法来实现,也可以采用基本的办法:每条路都试探。-At a random maze, the mouse, how can the fastest from the starting point of an end. Neural network can be scientific or genetic algorithm to achieve, but a
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:冷秋
  1. MousePacket

    0下载:
  2. 老鼠,此老鼠的地道很深,很复杂,就像迷宫一样,地图根据当前老鼠所在位置智能移动, -Mouse, the rat tunnel deep, very complex, like a maze, the map location of the light of the current smart mobile mouse,
  3. 所属分类:其他游戏

    • 发布日期:2024-05-20
    • 文件大小:140288
    • 提供者:张伟林
  1. Maze

    0下载:
  2. 数据结构中迷宫问题的求解,迷宫问题.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 迷宫问题.cpp 这是主应用程序源文件。 StdAfx.h, StdAfx.cpp 这些文件用于生成名为 迷宫问题.pch 的预编译头 (PCH) 文件和名为 StdAfx.obj 的预编译类
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:155648
    • 提供者:张艳彬
  1. Maze

    0下载:
  2. 迷宫算法(maze) /* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK, * 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary. * Each step can be made horizontally
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:JerryJiang
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »

源码中国 www.ymcn.org