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

搜索资源列表

  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. Happycollapse

    0下载:
  2. 这是在worldwinner上的一个游戏外挂,用到了快键鼠标点击,图形捕捉和比较算法,供大家参考。-worldwinner This is the one game on the pylon, the use of fast-button mouse click, graphical capture and comparison algorithm, for your reference.
  3. 所属分类:外挂编程

    • 发布日期:2008-10-13
    • 文件大小:276273
    • 提供者:吴剑
  1. bw

    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 search algorithm integration experience
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:490811
    • 提供者:张丹
  1. XR_AI_Project2_v1

    0下载:
  2. 用人工智能方法编写的五子棋程序,使用了贪心算法等,运行速度很快,人工智能比较强大-using artificial intelligence methods to prepare the 331 procedures, the use of the greedy algorithm, running very fast, more powerful artificial intelligence
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:373792
    • 提供者:吴小鹏
  1. eluos

    0下载:
  2. linux下shell下的俄罗斯方块游戏的源代码,在终端下直接用gcc编译这个c源代码后执行生成的.out文件即可使用。实现了所有功能:7种图形的变形和左右移动以及快速下落,消隐功能,记录积分等,其中包括到边界变形的问题的算法,例如:图形靠近边界时可能出现的出界和异常显示的问题。同时利用信号量产生定时下落和变形操作不冲突的问题。当然也有不足之处,就是未实现图形下落到底时进行左插和右插到空挡位置的功能。希望能和大家交流交流做一定的改进。-Russia under linux box under t
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-02
    • 文件大小:2990
    • 提供者:黄海
  1. MantisChess

    0下载:
  2. 黑白棋(BWChess.exe) 这是一个黑白棋的小游戏。里面有初级中级高级三个级别的棋力选择。算法采用了自己编写的全盘搜索的经验积分算法,速度很快,棋力不是非常强。本游戏还可以自动演示,自动重温棋局,保存棋局,还有英雄榜。-Reversi (BWChess.exe) This is a game of Reversi. Intermediate Junior High there are three levels of棋力choice. Algorithm uses its own pre
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-28
    • 文件大小:64120
    • 提供者:lujunfeng
  1. 200391853039

    0下载:
  2. 这是一个黑白棋的小游戏。里面有初级中级高级三个级别的棋力选择。算法采用了全盘搜索的经验积分算法,速度很快,棋力不是非常强。本游戏还可以自动演示,自动重温棋局,保存棋局,还有英雄榜。-This is a game of Reversi. Intermediate Junior High There are three levels of棋力choice. Algorithm uses a comprehensive search experience integral algorithm, fas
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-29
    • 文件大小:490898
    • 提供者:李超
  1. heibaiqi

    0下载:
  2. 这是一个黑白棋的小游戏。里面有初级中级高级三个级别的棋力选择。算法采用了自己编写的全盘搜索的经验积分算法,速度很快,棋力不是非常强。本游戏还可以自动演示,自动重温棋局,保存棋局,还有英雄榜。 界面非常精美-This is a game of Reversi. Intermediate Junior High There are three levels of棋力choice. Algorithm used to prepare their overall search experience
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-08
    • 文件大小:493439
    • 提供者:郑皓
  1. Nqueenproblem

    0下载:
  2. 这个程序采用局部搜索算法(Local Search),速度很快, 在配置为奔腾200,内存64MB,上测试可以在 几秒钟内解一百万阶的皇后问题。-This procedure using a local search algorithm (Local Search), fast, in the configuration for the Pentium 200, RAM 64MB, the test solution in a few seconds of order 1 million
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-29
    • 文件大小:1090
    • 提供者:spencer
  1. Sodoku

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

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

    0下载:
  2. 智能扫雷算法的代码,实现了单子和两子推理,推理速度很快-Smart mine algorithm code implements the list and the two sub-reasoning, reasoning fast
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-24
    • 文件大小:13240
    • 提供者:Snail
  1. MiGong

    0下载:
  2. 一个快速高质量的迷宫生成器,采用生成树、扩散算法以保证收敛,但是在一些极端条件下可能会进入无限循环。-A fast high-quality maze generator, using spanning tree, diffusion algorithm to ensure convergence, but in some extreme conditions, may enter an infinite loop.
  3. 所属分类:Other Games

    • 发布日期:2017-04-10
    • 文件大小:1831017
    • 提供者:吴岳
  1. BWChess-

    0下载:
  2. 黑白棋(BWChess.exe) 这是一个黑白棋的小游戏。里面有初级中级高级三个级别的棋力选择。算法采用了自己编写的全盘搜索的经验积分算法,速度很快,棋力不是非常强。本游戏还可以自动演示,自动重温棋局,保存棋局,还有英雄榜。-Othello (BWChess.exe) This is a small game Othello. There are three primary levels of playing strength intermediate advanced options. A
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-14
    • 文件大小:4024369
    • 提供者:bolo
搜珍网 www.dssz.com