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

搜索资源列表

  1. 五子棋搜索算法.zip

    0下载:
  2. 所属分类:游戏

    • 发布日期:
    • 文件大小:46480
    • 提供者:
  1. aRes_5Q

    0下载:
  2. 本人上学期写的一个五子棋单机版程序(界面借用别人的),AI实现还不错。本来想完善一下的,因为一些事情耽搁,估计不会再做修改。我比较了一下网上其它相关的程序,就程序效能来讲,本程序还是值得...呵呵,根本不使用搜索算法,一切基于逻辑,电脑漏棋相当少。-Last semester I wrote a stand-alone 331 (interface borrow the work of others), AI to achieve good. Perfect originally wanted
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:358241
    • 提供者:刘锋
  1. 用搜索实现的五子棋

    0下载:
  2. 网上用搜索算法做的五子棋不多,这个程序是用搜索算法做的,可以搜索五层,在10秒以内。当然不算好程序,目前一直在改进中,但是个人觉得可以作为学习搜索算法的同学一个参考。-online search algorithm used to do 331 small, the procedure is done using search algorithm that can search five, in less than 10 seconds. Certainly not a good procedu
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:478061
    • 提供者:黄华华
  1. zwm

    0下载:
  2. 象棋搜索引擎,实现了一些博弈搜索算法,非常好的编程风格-chess search engine, has done something Game search algorithm, very good programming style
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:135954
    • 提供者:朱逸
  1. chess1

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

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

    0下载:
  2. 常用搜索算法原代码 (8数码游戏) \".\\Release\\DialogInput.obj\" \".\\Release\\DlgDepth.obj\" \".\\Release\\DlgWait.obj\" \".\\Release\\JiuG.obj\" \".\\Release\\Jiugong.obj\" \".\\Release\\JiugongDlg.obj\" \".\\Release\\StdAfx.obj\" \".\\Release\\Ji
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:58848
    • 提供者:mf1234
  1. Black_White_Chess

    0下载:
  2. 一个黑白棋的游戏,可以选择难度。 主要用到了一些常用的搜索算法-a game, we can choose more difficult. Main uses some of the commonly used search algorithm
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:69688
    • 提供者:蒙丰博
  1. 五子棋搜索算法

    0下载:
  2. 很好的一个游戏源代码-a good game source code
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:46793
    • 提供者:冯建
  1. bandw

    0下载:
  2. 本代码是常用的搜索算法,应用于黑白棋游戏当中。用visual c++开发-the code is commonly used search algorithm, which used the game reversi. C using visual development
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:70386
    • 提供者:李童
  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. newboxman

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

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

    0下载:
  2. QQ连连看外挂源码 20050609qq 连连看外挂简介 原理 1 截取屏幕,从而取得方块数据,然后搜索算法. 2 通过鼠标键盘钩子发送消息来消去. 3 腾讯反外挂作的很牛,连连看程序在接到鼠标点击消息的同时从驱动层判断有没有 点击消息,所以把0x00403291地址的内存锁定为0x00就可以让腾讯的凡外挂系统失效。 4 在消除过程中因为烟雾等特效的影响,中途按F9键分析结果很可能错误,谁有办法 解决这个问题一定要告诉我啊! 最好能取消动画特效,直接消去.
  3. 所属分类:外挂编程

    • 发布日期:2008-10-13
    • 文件大小:222180
    • 提供者:wancb
  1. five_w

    0下载:
  2. 一个使用权值判断算法的五子棋程序。由于没有使用深度搜索算法,计算速度很快。程序的智能主要由权值表决定,你可以很容易的修改它(或者使用神经网络自动修改)-a right to use the algorithm to judge the value of 331 procedures. As the depth of no use search algorithms, computing speed quickly. Intelligent procedures primarily by the
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:42331
    • 提供者:lrc
  1. vc_maze

    0下载:
  2. maze目录下包含了4个迷宫相关的源代码:简单的迷宫生成算法、复杂的迷宫生成算法、简单的迷宫搜索算法、复杂的迷宫搜索算法,分别编译其中的.dsw文件即可获得相应的应用程序。-maze directory contains four maze of source code : a simple maze generation algorithm, complex maze generation algorithm, a simple search algorithm maze, the labyr
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:107620
    • 提供者:yyang
  1. 五子棋的核心算法

    0下载:
  2. 五子棋核心算法,介绍五子棋程序的数据结构、评分规则、胜负判断方法和搜索算法过程-331 core algorithm, introduced 331 procedures of the structure, score rules, methods and judgment of the outcome search algorithm process
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:6487
    • 提供者:罗向龙
  1. 五子棋的核心算法

    0下载:
  2. 五子棋的核心算法 五子棋是一种受大众广泛喜爱的游戏,其规则简单,变化多端,非常富有趣味性和消遣 性。这里设计和实现了一个人机对下的五子棋程序,采用了博弈树的方法,应用了剪枝 和最大最小树原理进行搜索发现最好的下子位置。介绍五子棋程序的数据结构、评分规 则、胜负判断方法和搜索算法过程。-331 of 331 core algorithm is a widely loved by the public of the game, its rules simple and changeable, ver
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:5265
    • 提供者:许俊
  1. chess.rar

    0下载:
  2. 中国象棋源码,VC,本人机对弈程序采用了多种搜索算法,Chinese chess source, VC, my machine using a variety of game procedures search algorithm
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-10
    • 文件大小:759760
    • 提供者:项泰
  1. sudoku

    0下载:
  2. 采用启发式搜索算法,能解任意合法的数独(由input.txt文件输入),还能自动生成唯一解的数独初局-Using heuristic search algorithm, to obtain any number of legal independence (from the input.txt file input), can automatically generate a unique solution of the early Sudoku Board
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-24
    • 文件大小:4475
    • 提供者:王加福
  1. bw

    0下载:
  2. 用vc实现的黑白棋游戏程序,用到搜索算法-Vc achieved with Reversi game procedures, use the search algorithm
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-09
    • 文件大小:1922518
    • 提供者:幻影
  1. 五子棋人工智能搜索算法源代码

    0下载:
  2. 人工智能搜索算法五子棋采用α-β搜索算法,其力强,算法速度快,是目前公开源代码最强的五子棋程序,含VCF算法,编程语言VC。
  3. 所属分类:棋牌游戏

    • 发布日期:2021-07-10
    • 文件大小:11970
    • 提供者:franc26
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com