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

搜索资源列表

  1. 3824点游戏的算法与源程序

    0下载:
  2. 一个小学生常玩的游戏,算24点,VB实现 本程序已经作出了个很好的游戏界面。-one of the students often play games, counting 24 points, VB of the procedures have already made a very good game interface.
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:38.21kb
    • 提供者:饶玉明
  1. FindPath_kinpoo

    0下载:
  2. 连连看 寻路算法 递归实现 /** * Author:郭剑波(KINPOO) * Last Modify:2005/11/21 13:40 * Purpose:find path for lian lian kan */-find their own path to achieve recursive algorithm / ** * Author : Jian (KINPOO) * Last Modify : 10/14/2005 13:40 * Purpose : fin
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:2.14kb
    • 提供者:郭剑波
  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
    • 文件大小:45.01kb
    • 提供者:feitianlove
  1. lz771

    0下载:
  2. LZ77算法的实现,很多的资源,可以作为学习-LZ77 algorithm achieved, a lot of resources can be used as learning
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:7.96kb
    • 提供者:zxd
  1. lianliankanC

    0下载:
  2. 本程序为C语言高级编程示例,纯C实现的连连看游戏,附带有算法说明。-procedures for the C Programming Language High example, the realization of the pure C Lianliankan games, accompanied algorithm note.
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:101.62kb
    • 提供者:郭振岗
  1. Doger

    0下载:
  2. 经典的Doger源代码 用Managed Directx实现 征得很精彩 有完整的光照,材质,还有优秀的游戏程序算法
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:81.01kb
    • 提供者:zhliang04
  1. Slipper-Kyodai

    0下载:
  2. 连连看 JAVA 实现,仿QQ游戏,支持自定义地图,因为是JAVA学习的初作,带全注释(不过那时不懂段注释),算法带注释,编写环境 Editplus 2.21 + JDK1.6 。jar包也就是zip包,可以直接解压,源码在里面,带设计文档
  3. 所属分类:其他游戏

    • 发布日期:2014-01-16
    • 文件大小:449.29kb
    • 提供者:上官剑敏
  1. PathFinder

    0下载:
  2. A*寻路算法,简单的寻路,吸附及半吸附寻路等算法实现
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:68.63kb
    • 提供者:韩秋
  1. wzqgobang

    0下载:
  2. 这个一个用VC做的五子棋,主要应用搜索算法和剪枝算法实现功能.
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:886.83kb
    • 提供者:370998123
  1. Triomino

    0下载:
  2. 我的一个算法课程里面的Triomino Project, 用C++语言实现。
  3. 所属分类:其他游戏

    • 发布日期:2014-01-17
    • 文件大小:7.65kb
    • 提供者:wushengyuan
  1. p

    0下载:
  2. 贪吃蛇游戏在arm下面的实现,算法比较简单
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:363.68kb
    • 提供者:sun
  1. 迷宫问题的算法

    0下载:
  2. 迷宫问题的算法,用c实现的-maze of algorithm, with the realization c
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:906byte
    • 提供者:陈志勇
  1. 九宫图算法实现(过程表示法)

    0下载:
  2. 这题奇数是有数学方法的,可以构造出解。描述起来比较麻烦。 出一解的构造法: 首先在整个矩阵的最下面一行的中央置1, 然后向右下方向顺序填上2,3,4,5,6,7,…… 注意碰到底的时候就将数翻到上面去,碰到右边的时候就翻到左面去 比如5*5的幻方,如果1填在(5,3)处,2就应该填在(1,4)处,4就应该填在(3,1)处…… 另外,当原数的下方已经有数时,要将要填入的数填到原数正上方 仍举5*5幻方的例子,当5已填好(4,2)时,其右下方为1,不能把6填在那里,而应填在(3,2)处,即5的上方。
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:2.92kb
    • 提供者:海克
  1. V1.1-j_11972_sl

    0下载:
  2. 简介:扫雷程序外挂,真正的算法实现(非读内存方法),高级最快3~5秒,有具体的算法解释说明。-Descr iption: mine clearance procedures plug, the real algorithm (non-time memory method), Senior fastest 3 ~ 5 seconds, there are specific algorithms explained.
  3. 所属分类:Other Games

    • 发布日期:2017-04-06
    • 文件大小:121kb
    • 提供者:hhq1
  1. TSP

    0下载:
  2. 利用基因算法实现的对旅行售货员问题的求解!-use ga algorithm to slove the sale man problem!
  3. 所属分类:Other Games

    • 发布日期:2017-04-04
    • 文件大小:489.36kb
    • 提供者:xiaopeng
  1. src

    0下载:
  2. 基于java实现的迷宫生成小程序,采用深度优先算法实现-Achieve maze based java applet is generated using a depth-first algorithm
  3. 所属分类:Other Games

    • 发布日期:2017-11-23
    • 文件大小:2.74kb
    • 提供者:曾翔
  1. lianliankan-C-language-code

    0下载:
  2. 这是连连看小游戏的C语言源代码。运用一些简单的函数与算法实现此游戏。-This is a small game lianliankan C language source code. Use some simple functions and algorithms for this game.
  3. 所属分类:Other Games

    • 发布日期:2017-04-06
    • 文件大小:4.63kb
    • 提供者:zhangyu
  1. fractal-tree

    0下载:
  2. 使用基本的分形算法实现的树木,通过调整参数改变显示结果。-Use basic fractal algorithm to implements trees, changing the results by adjusting the parameters.
  3. 所属分类:Other Games

    • 发布日期:2017-05-01
    • 文件大小:684.96kb
    • 提供者:wangxiaodi
  1. Astar

    0下载:
  2. A*算法实现。 A星寻路算法核心部分实现-A star algorithm which is fulfilled by myself
  3. 所属分类:Other Games

    • 发布日期:2017-04-01
    • 文件大小:2.64kb
    • 提供者:Carl
  1. 1

    0下载:
  2. vc++运行环境下贪吃蛇算法实现源代码,老哥稳-Snake algorithm source code vc++ operating environment, stable brother
  3. 所属分类:Other Games

    • 发布日期:2017-12-11
    • 文件大小:2.1kb
    • 提供者:王昱超
« 12 3 4 »
搜珍网 www.dssz.com