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
    • 文件大小:505.68kb
    • 提供者:牛一
  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. cchess_ai

    0下载:
  2. 一个象棋AI的源代码,带游戏界面,其中可选择多种AI引擎,从最基础的深度跌代极大极小值搜索到使用开局库,历史启发的极小窗搜索,具有很高的学习研究价值.-a chess AI source code, with the game interface, which can choose a variety of AI engines, from the most basic of depth or substituting minimax search to start using the hist
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:160.38kb
    • 提供者:slayeer
  1. digital_play

    0下载:
  2. 通过九宫图(8数码)游戏展示了一种搜索算法在游戏中的应用,对制作一些小游戏有很好的参考价值。
  3. 所属分类:其他智力游戏

    • 发布日期:2014-01-16
    • 文件大小:152.52kb
    • 提供者:zs
  1. DeadGuyMaze

    0下载:
  2. 一个简单的深度搜索应用`````走迷宫的小游戏
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:31.4kb
    • 提供者:Tiger
  1. fiver

    0下载:
  2. 一个五子棋小游戏.支持人机,人人.三个搜索深度
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:253.07kb
    • 提供者:刘思维
  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
    • 文件大小:479.31kb
    • 提供者:张丹
  1. blackandwhitechess

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

    • 发布日期:2008-10-13
    • 文件大小:479.39kb
    • 提供者:nan
  1. hbq

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

    • 发布日期:2008-10-13
    • 文件大小:479.03kb
    • 提供者:盖大明
  1. 小游戏:五子棋的设计与实现

    0下载:
  2. 五子棋的设计与实现 本“五子棋“程序只编写了人机对弈部分,运用了博弈树进行搜索,在选取最优的走步时使用极大极小分析法,考虑到搜索的时间复杂度和空间复杂度,在程序中只进行了2步搜索,即计算机在考虑下一步的走法时,只对玩家进行一步的推测。(程序中的棋盘规格为15*15)。-renju the design and implementation of the "331" procedure prepared by the Human-Computer Chess, a game u
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:241.29kb
    • 提供者:cwm_awt
  1. Maze

    0下载:
  2. 神奇的迷宫小游戏,包含有迷宫自动生成的算法,实现了“左手摸墙”算法,深度优先,广度优先搜索算法,以自动寻路。-Magic maze game maze includes automatic generation algorithm, to achieve a " left hand touching the wall" algorithm, depth first, breadth-first search algorithm to automatically find its
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:102.4kb
    • 提供者:alzhu
  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-29
    • 文件大小:62.62kb
    • 提供者: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
    • 文件大小:479.39kb
    • 提供者:李超
  1. black_white_chess

    0下载:
  2. 自己编的小游戏,黑白棋,命令行操作,界面比较简单-Own mini-games, Reversi, command-line operation, the interface is relatively simple
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:1.78kb
    • 提供者:沈峰伟
  1. 200905159

    0下载:
  2. 用C++编写的一个黑白棋小游戏!希望对大家有所帮助-Using C++ to prepare a Reversi game! I hope all of you to help
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-08
    • 文件大小:417.07kb
    • 提供者:andy
  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
    • 文件大小:481.87kb
    • 提供者:郑皓
  1. 2

    0下载:
  2. 小游戏黑白棋的c++程序源码,黑白棋,黑白棋-Game Othello' s c++ program source code
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-05
    • 文件大小:5.6kb
    • 提供者:芊綿
  1. homework_game

    0下载:
  2. 就是一个用MATLAB实做的小游戏,包括了游戏界面,自动寻路算法,自动搜索最短路径等等。(A small game of maze used Matlab)
  3. 所属分类:游戏

    • 发布日期:2017-12-22
    • 文件大小:412kb
    • 提供者:Arthurzhou
  1. 小天内存搜索工具DLL源码

    0下载:
  2. 游戏内存搜索工具,DLL劫持的,需要自己价格超级模块(Game memory search tools, DLL hijacked, need their own price super module)
  3. 所属分类:易语言编程

    • 发布日期:2018-01-06
    • 文件大小:116kb
    • 提供者:千千大大
  1. jingziqi

    0下载:
  2. 井字棋,下子输入对应数字 1 2 3 4 5 6 7 8 9(Well character chess, then input the corresponding number)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:7kb
    • 提供者:静か
« 12 3 4 »
搜珍网 www.dssz.com