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

搜索资源列表

  1. knight

    0下载:
  2. 骑士周游世界问题 , 一个称为骑士的棋子,能否在64个放个的棋盘上都走一次且只走一次?在国际象棋中骑士的移动路线是L型的(在一个方向上走两格,在垂直方向上走一格)-Cavalier travel around the world is an issue known as the Cavalier pawn can take 64 months left of the chessboard once and only go once? Cavalier in the international c
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-24
    • 文件大小:7.33kb
    • 提供者:piki
  1. KNIGHT-TOUR

    0下载:
  2. 本代码是实现了马的周游路线,对于所有的初始点都可以找出所有不同的周游路线。-This code is to achieve a horse around the line, for all the initial points can be found in all the different routes of travel.
  3. 所属分类:Other Games

    • 发布日期:2017-03-27
    • 文件大小:2.75kb
    • 提供者:余方
  1. Knight

    0下载:
  2. 解决骑士巡游(在国际象棋里,骑士能遍历所有格子的方法)的问题-Solve the knight parade (in chess, the knight can traverse all the lattice method) the problem of
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-24
    • 文件大小:4.88kb
    • 提供者:alone
  1. ServrBilling

    0下载:
  2. ko2 的 billing 程序示例。简单是功能,如果有需要使用的话,还需要自己改进改进。-knight 2.0
  3. 所属分类:Game Server Simulator

    • 发布日期:2017-04-05
    • 文件大小:151.94kb
    • 提供者:李晓玉
  1. Knight-Tour

    0下载:
  2. Java源代码案例--骑士巡游问题 展示了一个KT(Knight’s Tour)小程序, 用来演示一个限制版的骑士巡游问题。 骑士并不是从任何一个方格开始, 而是从角落上的四个方格之一开始。 附有详细的源码及讲解。-Java Source Code Case- knight tour problem shows a KT (Knight' s Tour) a small program used to demonstrate a restricted version of the
  3. 所属分类:Games

    • 发布日期:2017-03-26
    • 文件大小:22.71kb
    • 提供者:孟涛
  1. xhack_source

    2下载:
  2. Xhack-Source Code ( Knight Online )
  3. 所属分类:Game Engine

    • 发布日期:2017-05-16
    • 文件大小:4.26mb
    • 提供者:Mustibh
  1. Knight_c

    0下载:
  2. Knight Online is a MMORPG game with fairly dated but decent graphics, included are the server and client sources.
  3. 所属分类:Game Engine

    • 发布日期:2017-11-18
    • 文件大小:63.04mb
    • 提供者:roosterkin
  1. knight

    0下载:
  2. 骑士周游列国,在8*8棋盘上不重不漏走完棋盘,走法为象棋马日字走法-the knight travels around
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-09
    • 文件大小:995byte
    • 提供者:刘于嘉
  1. Knight

    0下载:
  2. C++/C实现骑士巡游、N皇后和搬山游戏的代码,包括详细算法说明文档,经典好用。-C++/C implementation knight parade, N Hill Queen and move the game code, including detailed algorithm documentation, classic easy to use.
  3. 所属分类:Game Program

    • 发布日期:2017-05-12
    • 文件大小:2.52mb
    • 提供者:wf
  1. source-chess-game-Knight-Flight

    0下载:
  2. JAVA小游戏骑士飞行棋源码,希望有帮助-Knight flying chess game JAVA source code, hope that helps
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-27
    • 文件大小:268.23kb
    • 提供者:windy
  1. Chess-Knight-Flight

    0下载:
  2. 骑士飞行棋 工具自己的需要自己修改 可玩性不大-Knight Flight chess tool to modify your own needs is not easy to play
  3. 所属分类:Other Games

    • 发布日期:2017-04-02
    • 文件大小:10.62kb
    • 提供者:幽灵
  1. Knight-Online

    1下载:
  2. source code knight online ,information: the cpp file server and client
  3. 所属分类:Game Server Simulator

    • 发布日期:2017-06-21
    • 文件大小:36.99mb
    • 提供者:toi la ai
  1. Knight-traveled

    0下载:
  2. 骑士游历,骑士游历游戏问题,JBuilder9.0开发-Knight traveled
  3. 所属分类:Games

    • 发布日期:2017-04-09
    • 文件大小:55.42kb
    • 提供者:
  1. KOLauncher

    0下载:
  2. Knight online full launcher source. This is a complete launcher package. -Knight online full launcher source. This is a complete launcher package.
  3. 所属分类:Game Server Simulator

    • 发布日期:2017-05-10
    • 文件大小:2.07mb
    • 提供者:gio
  1. Knight-flight-chess

    0下载:
  2. 一个骑士飞行棋的游戏项目、喜欢的朋友可以下载-Knight flight chess project
  3. 所属分类:Other Games

    • 发布日期:2017-04-09
    • 文件大小:1.33mb
    • 提供者:陈陈
  1. Knight-travel

    0下载:
  2. 这是骑士游历问题的C程序,非常完整的源代码,解决了很多难题-Knight traveled to issue C program, complete source code to solve the many problems
  3. 所属分类:Other Games

    • 发布日期:2017-11-22
    • 文件大小:1.44kb
    • 提供者:yangyang
  1. knight

    0下载:
  2. 基于Java,使用GUI界面完成的国际象棋骑士遍历棋盘的问题。深度优先和广度优先皆有使用!-Completed using the GUI interface based on Java, chess knight traverse chessboard. The depth-first and breadth-first are both used!
  3. 所属分类:Games

    • 发布日期:2017-12-05
    • 文件大小:62.33kb
    • 提供者:谢力
  1. Knight

    0下载:
  2. VC++实现骑士巡游、N皇后和搬山游戏的代码,包括详细算法说明文档,经典好用。-VC++ implementation Knight Parade, N Queens and move mountains of the game code, including detailed algorithm documentation, classic easy to use.
  3. 所属分类:Game Program

    • 发布日期:2017-05-19
    • 文件大小:5.29mb
    • 提供者:黄强
  1. Flying-chess-knight

    0下载:
  2. 骑士飞行棋的一个游戏的源代码,无任何保留,直接运行即可-Flying chess knight
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-16
    • 文件大小:40kb
    • 提供者:潘凯
  1. Login Server Starter

    0下载:
  2. Knight Online login server starter source code.
  3. 所属分类:其他智力游戏

    • 发布日期:2014-07-26
    • 文件大小:87.24kb
    • 提供者:therecruit
« 12 3 4 5 »
搜珍网 www.dssz.com