CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 搜索资源 - 算法演示

搜索资源列表

  1. 黑白棋游戏源代码 v1

    0下载:
  2. 这是一个黑白棋的小游戏。里面有初级中级高级三个级别的棋力选择。算法采用了自己编写的全盘搜索的经验积分算法,速度很快,棋力不是非常强。本游戏还可以自动演示,自动重温棋局,保存棋局,还有英雄榜。界面精美!-This is a small game reversi. There are three primary Intermediate High-level chess choice. The algorithm used to prepare ourselves to the full searc
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:517817
    • 提供者:牛一
  1. HeuristicBoxman

    0下载:
  2. 使用启发式算法编写的推箱子游戏,有图形界面,可以自动演示最优步骤-use heuristics prepared by the RSS games, graphics interface, automatic optimal demonstration steps
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:15218
    • 提供者:阮珏
  1. hrd_src

    0下载:
  2. 此版本的华容道仅是个VC++语言的演示版,只是为了演示 一种思路,所以没有增加任何的功能。本游戏图象也是从 同类FLASH游戏中剪出,可惜它的出处网页已经不可访问了. 由于华容道每角色同一时刻可能有不同方向的选择,增加了 判断难度。本游戏主要演示单键无选择控制华容道的模拟 智能处理过程。当然这很简单,谈不上真正的智能。 如果对AI类兴趣的话,可以到 http://chess.withu.com 和计算机下一盘,欢迎交流探讨该类AI算法。 本游戏还存在一些BU
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:163639
    • 提供者:潘先生
  1. a_star_pathfinder

    0下载:
  2. 一个著名的A*算法,里面有执行文件,可以演示.-a famous A * algorithm, and they implementation document can be demonstrated.
  3. 所属分类:游戏引擎

    • 发布日期:2008-10-13
    • 文件大小:182655
    • 提供者:不能说
  1. eightqueendisplay

    0下载:
  2. 一个用于演示8皇后的手机程序,功能简单,但是算法经典-a demonstration for the Queen's eight phone procedures, functions simple, but classic algorithm
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:7528
    • 提供者:刘和
  1. chess1

    0下载:
  2. 用A*搜索算法实现的跳棋游戏演示,可视化界面,清晰明了!-with A * search algorithm to achieve the checkers game demonstration, visual interface, clarity!
  3. 所属分类:棋牌游戏

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

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

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

    0下载:
  2. 完整的的推箱子游戏,另外加入了搜索算法,能自动演示解法-Tuixiangzi integrity of the game, adding a search algorithm to automatically display Solution
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:175847
    • 提供者:潘晓钟
  1. OpenNineRing

    0下载:
  2. 解九连环:玩过九连环吗?知道九连环也是应用递归原理吗?该程序演示了利用递归算法解九连环的过程。-chain solutions 9 : played nine chain? Know that the chain is nine recursive application of the principle? Demonstration of the procedure used recursive algorithms for nine chain process.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:190906
    • 提供者:谭俊哲
  1. findwayvc

    0下载:
  2. 这个演示原来的设计是一个2D游戏的地图编辑器, 在这里主要演示Path-finding的算法 它可以随时设置地图上遮挡格子信息(用CTRL或ALT + 鼠标左键来设置), 然后控制人物 在地图上行走. 寻路生成的路径会由*标示出来 滚屏操作 : 用按键 E, D, S, F控制-this demonstration is the original design of a 2D game map editor, Here the main demonstration Path -
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:192328
    • 提供者:Seth
  1. AI

    0下载:
  2. 井字棋程序(源码)及设计文稿,还有井字棋算法演示程序
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:678070
    • 提供者:李惠
  1. BoxMan

    0下载:
  2. 用C++写的推箱子游戏,有演示推箱子的路线的算法。
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:2843693
    • 提供者:阳世林
  1. Hanoi

    0下载:
  2. 汉诺塔游戏的很详细的实现!包括递归算法,自动演示动画效果,以及玩家手动操作的功能!
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:22377
    • 提供者:ghh
  1. blackandwhitechess

    0下载:
  2. 黑白棋(BWChess.exe) 这是一个黑白棋的小游戏。里面有初级中级高级三个级别的棋力选择。算法采用了自己编写的全盘搜索的经验积分算法,速度很快,棋力不是非常强。本游戏还可以自动演示,自动重温棋局,保存棋局,还有英雄榜。
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:490898
    • 提供者:nan
  1. A-star A星寻路演示程序

    2下载:
  2. A星寻路演示程序,A*寻路算法在AStar.h中,使用的节点为Map.h中的Node Map类中NodeMap为节点图,寻路时只传节点地址-A Star pathfinding demo, A* pathfinding algorithm in AStar.h, the use of the nodes in the Node Map Map.h NodeMap class for the node graph, find its way only passing node address
  3. 所属分类:外挂编程

    • 发布日期:2012-10-18
    • 文件大小:65671
    • 提供者:张三
  1. hash

    2下载:
  2. 魔兽争霸哈希算法演示,从网上转来的,有兴趣的朋友可以研究,作为借鉴-Warcraft hash algorithm demo, transferred from the Internet, interested friends can study as a reference
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-29
    • 文件大小:1126
    • 提供者:大队
  1. heibaiqi

    0下载:
  2. 一个小游戏代码,不妨叫做黑白棋,演示了如何在游戏中加入智能算法。可以作为人工智能应用的实例-A small game code, may be called Reversi, the game demonstrates how to add intelligent algorithm. Can serve as examples of applications of artificial intelligence
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-24
    • 文件大小:79534
    • 提供者:new
  1. Sodoku

    0下载:
  2. 数独游戏的通用算法。摘要: 1 数独是一种数学智力拼图游戏,玩法逻辑简单,但解法千变万化。 2 数独解法全是由规则衍生出来的,基本解法分为两类思路,一类为排除法,一类为唯一法。更复杂的解法,最终也会归结到这两大类中。 3 算法的数据结构,基本思想及成果演示 成功计算出了数独题目的结果,并保持了很快的速度.该算法可以解决所有的数独游戏题目,为一种高效率的通用算法. 4 算法有更广阔的改进空间 -Sudoku generic algorithm. Abstract: a nu
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-28
    • 文件大小:763685
    • 提供者:upwinder
  1. maze

    1下载:
  2. 自动生成迷宫,以及动态演示寻路算法,寓教于乐-Maze and dynamic display generation algorithm find its way, entertaining
  3. 所属分类:Game Program

    • 发布日期:2017-03-29
    • 文件大小:152039
    • 提供者:newkedison
  1. AStar_FindWay11.10

    0下载:
  2. 实现可视化的A星算法演示,测试了不同的评估函数对A星效率的影响。算法可以单独使用-Visualization of the A star algorithm is demonstrated to test different evaluation function A Star efficiency. Algorithm can be used alone
  3. 所属分类:Game Engine

    • 发布日期:2017-05-14
    • 文件大小:4045725
    • 提供者:赵百子
« 12 »
搜珍网 www.dssz.com