CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 其他游戏 搜索资源 - A* algorithm

搜索资源列表

  1. 24dot[1].tar

    0下载:
  2. 24点游戏脱胎于作者8年前设计的24点游戏DOS版,现新版本具有以下特色: > 1.允许自动抽牌或手动抽牌,答案结束电脑将尽可能给出该题所有的解答. > 2.允许通过多种方法改变游戏的界面:一是预置了7种换肤方案,二是游戏者可自行规定窗口的颜色 > 3.独创的电脑智能自学习功能,可吸收用户的算法扩充系统的“棋谱”(内置算法59*24=1416条). > 4.内置13个彩蛋,包含了许多有待你发现并激活的隐藏功能(如函数计算器、界面换肤、婚纱图片、控制计时、3D动画、鼠标右键
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:3816
    • 提供者:吴辽明
  1. 蚂蚁扫雷.ZIP

    0下载:
  2. 一款delphi编写的扫雷游戏,里面用到多种算法,内附源代码,是很好的学习资料-one prepared by the mine games, used a variety of inside algorithm, containing source code, it is a good learning materials
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:103874
    • 提供者:QDD
  1. delphi扫雷版

    0下载:
  2. 酷似windows真版,主要的界面都是来自系统,算法较简单-really like windows version, the main interface are from the system, a simple algorithm
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:1786213
    • 提供者:guojbin
  1. VBKing

    0下载:
  2. 这是我的课程设计报告,本来是用VB设计一个界面出来,里面包含多种小游戏的,可惜删了,只剩下一份报告,里面包含了各个小游戏的程序算法代码:回溯法求解皇后问题、冒泡法的算法描述、快速排序法、二叉排序树(这里用C语言描述)、顺序查找算法、二分法查找、二叉排序树查找(这里用C语言描述)-This is my course design, originally designed with VB is an interface, and which contains a variety of small g
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:13801
    • 提供者:天路
  1. delphi_path

    0下载:
  2. 演示在delphi采用A*算法取得最佳路径-demonstration in A * algorithm used to achieve the best path
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:91451
    • 提供者:风子
  1. PingPong

    0下载:
  2. 用VC做的一个乒乓球游戏,虽然比较简单不过其中也有自己的算法,而且能够将游戏过程中某个场景保存-VC do a table tennis game, though comparatively simple but which has its own algorithm, and the game will be able to process a scene preservation
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:49371
    • 提供者:姚明
  1. tcshe

    1下载:
  2. vb开发的贪吃蛇游戏 这个游戏不用多介绍了吧 算法少,用了大量的类 作为学习教程不错-vb development of the huge memory game the game do not have the right algorithm introduced less with a lot of class as a good study guide
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:806692
    • 提供者:moazhen
  1. 8numberproblem

    0下载:
  2. 一个小游戏,用了三种不同的方法实现,对于人工智能的一些搜索算法可以有更深的了解-a little game with three different ways, For some artificial intelligence search algorithm can have a deeper understanding
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:46093
    • 提供者:feitianlove
  1. a_game_road_find

    0下载:
  2. A*算法是一个求最短路径的函数,为许多即时战略游戏所用刀(或许人家大型的即时战略游戏笔者算法更好,不管它)。它由两个函数组成,一个是评估函数,也就是确定人物移动的下一个位置必须离目标位置最近,评估函数评估的结果越精确,则寻径的速度越快;另一个就是寻径函数,也就根据评估的结果做出响应,然后从新位置继续评估下一个位置,若无路可走(四周都是障碍什么的),那么折回一个路径节点,尝试其他方向,这个算法有个缺点,随着游戏中人物增多,相应的处理节点就增多了,会影响处理速度,而且占用大量的内存。 有兴
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:3411
    • 提供者:yzmars
  1. GCShadedImplementation

    0下载:
  2. 使用XNA制作的一个Geoclipmap地形算法-XNA produced by the use of a terrain algorithm Geoclipmap
  3. 所属分类:Other Games

    • 发布日期:2017-05-13
    • 文件大小:3346056
    • 提供者:libing
  1. A

    0下载:
  2. 在C++下进行地图的最短路径搜索的A*算法 这个算法被广泛应用在即时游戏的路径寻找过程上。-In the C++ under the map of the A* shortest path search algorithm for this algorithm is widely used in real-time search process on the path of the game.
  3. 所属分类:Other Games

    • 发布日期:2017-03-28
    • 文件大小:683
    • 提供者:spencer
  1. XX

    0下载:
  2. VC A算法源码,,游戏自动寻路比如大话西游戏 没有自动寻功能的游戏,,可以使用些源码-VC A algorithm source code, the game automatically find its way
  3. 所属分类:Other Games

    • 发布日期:2017-04-06
    • 文件大小:10957
    • 提供者:xiaob
  1. A-Path-master

    0下载:
  2. 使用cocos2d-x引擎实现A*算法,工程是建立在Xcode上的,Vc上的工程需要自己建。-Cocos2d-x engine to achieve the A* algorithm, the engineering is to in Xcode Vc engineering need to build their own.
  3. 所属分类:Other Games

    • 发布日期:2017-11-11
    • 文件大小:6333205
    • 提供者:myroad88
  1. Tetris

    0下载:
  2. 人机对战的俄罗斯方块游戏,AI策略采用数学公式计算每个可以放置方块的位置的得分,路径搜索采用A星搜索,从而实现人机对战-Human battle with AI in this tetris game.AI use mathematical formulas to compute the score of every enable position which can put block .Then I use A* algorithm to search path.
  3. 所属分类:Other Games

    • 发布日期:2017-05-11
    • 文件大小:2757417
    • 提供者:王辰
  1. Dialog

    0下载:
  2. 迷宫游戏,实现自我绘制地图,算法回溯法与A*算法。-Maze game, to achieve self-drawn map, backtracking algorithms and A* algorithm
  3. 所属分类:Other Games

    • 发布日期:2017-03-31
    • 文件大小:221653
    • 提供者:林思雨
  1. 15Puzzle

    0下载:
  2. 15-puzzle game solved with C# using A* Algorithm.
  3. 所属分类:Other Games

    • 发布日期:2017-04-15
    • 文件大小:16795
    • 提供者:Mbese M
  1. AI_9012430217_CA2_part1

    0下载:
  2. A* algorithm for solving a maze for a submraine game
  3. 所属分类:Other Games

    • 发布日期:2017-04-26
    • 文件大小:86056
    • 提供者:Farzad
  1. a

    0下载:
  2. 用C语言实现贪吃蛇的UI,算法,统计数据的功能。可自定义活动界面的大小,果实的数量。-Using C language to achieve the snake UI, algorithm, the function of statistical data. Can customize the size of the active interface, the number of fruit.
  3. 所属分类:Other Games

    • 发布日期:2017-04-28
    • 文件大小:269099
    • 提供者:啊啊
  1. A-star-src

    0下载:
  2. Very basic implementation of A-star (A*) algorithm. Made for school project.
  3. 所属分类:Other Games

    • 发布日期:2017-04-29
    • 文件大小:14697
    • 提供者:SWBG
  1. several-Astar-algorithm-demos(cocos)

    0下载:
  2. 几个cocos中A*算法的demo样例,可以用于在使用格子地图或非格子地图时设计AI寻路的参考,或者直接使用-Several cocos in A* demo sample algorithm can be used to design AI pathfinding when using a map or grid map grid reference or direct use
  3. 所属分类:Other Games

    • 发布日期:2017-06-14
    • 文件大小:22464404
    • 提供者:黄立·
« 12 3 4 5 »
搜珍网 www.dssz.com