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

搜索资源列表

  1. 求解Knight Tour Problem

    0下载:
  2. 求解Knight Tour Problem,马的走法是“日”字形路线,例如当马在位置15的时候,它可以到达2、4、7、11、19、23、26和28。但是规定马是不能跳出棋盘外的,例如从位置1只能到达9和14
  3. 所属分类:C#编程

  1. 串口接收和发送的电脑软件

    1下载:
  2. 串口助手, 串口接收和发送的电脑软件,delphi7+SPComm源代码 作者:knight,Serial Debug
  3. 所属分类:通讯编程

    • 发布日期:2017-03-23
    • 文件大小:211.86kb
    • 提供者:knight
  1. qishi

    0下载:
  2. 递归算法的实例--以骑士巡游为例做的控制台程序。主要设计到了递归回溯算法-Examples of recursive algorithms- to Knight-tour of the console to do the procedure as an example. The main design to a recursive backtracking algorithm
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:815byte
    • 提供者:zhang
  1. Knight

    0下载:
  2. 黑白棋问题 计算机博弈是一种对策性游戏,是人工智能的主要研究领域之一,它涉及人工智能中的搜索方法、推理技术和决策规划等.目前广泛研究的是确定的、二人、零和、完备信息的博弈搜索.-Reversi game is a problem of computer games countermeasures is artificial intelligence, one of the main areas of research, which involves artificial intelligen
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:1.06kb
    • 提供者:刘鸣鸣
  1. mystver

    0下载:
  2. Knight Online Login Exe mystver.exe-Knight Online Login Exemystver.exe
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:64.51kb
    • 提供者:rec erci
  1. GGHack

    0下载:
  2. this knight online trainer source code-this is knight online trainer source code
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:172.89kb
    • 提供者:Longh0rn.
  1. knight

    0下载:
  2. 这是一个用c++编写的骑士漫游也叫做骑士漫游世界问题。-This is a c++ to prepare with the Knight Rider, also known as roaming roaming the world' s problems.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:752byte
    • 提供者:wmd
  1. Billing

    0下载:
  2. knight online billing v1298 .net
  3. 所属分类:.net

    • 发布日期:2017-03-27
    • 文件大小:223.73kb
    • 提供者:Longh0rn.
  1. KnightTourCPP

    0下载:
  2. it is the famous Knight tour algorithm. written in c++. enjoy it.
  3. 所属分类:Windows Develop

  1. knight

    0下载:
  2. 骑士巡游问题的源代码,做算法课作业必备资料。-Knight tour problem' s source code, doing class work necessary information algorithm.
  3. 所属分类:Other systems

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

    0下载:
  2. knight algorithm source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:4.31kb
    • 提供者:HDC
  1. knight

    0下载:
  2. 在一个n*n个方格的国际象棋棋盘上,马(骑士)从任意指定方格出发,按照横1 步竖2 步,或横2 步竖1步的跳马规则,走遍棋盘的每一个格子,且每个格子只走1次。这样的跳马步骤称为1 个成功的骑士征途。例如,当n=5 时的1 个成功的骑士征途如下图所示。 1 2 3 4 5 1 25 14 1 8 19 2 4 9 18 13 2 3 15 24 3 20 7 4 10 5 22 17 12 5 23 16 11 6 21 算法设计: 对于给定的n和n*n方格的起始位
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:861.49kb
    • 提供者:wakaka
  1. knight

    0下载:
  2. Chessboard exploring. Euristic algorithm to find a Knight path visiting all squares on Chessboard.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1.18kb
    • 提供者:Dmi
  1. knight

    0下载:
  2. 在一个n*n的棋盘上跳马的方式走遍所有格子,用分支限界法解决。-Branch and bound method to solve the knight journey
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:105.17kb
    • 提供者:何艺凝
  1. knight-move

    0下载:
  2. knight move的双向搜索版,比单向速度快-bi-directional search version of the knight move faster than the one-way speed
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:680byte
    • 提供者:jimmy
  1. KNIGHT

    0下载:
  2. 本程序是骑士巡游的游戏程序代码,供Java初学者使用。-This program is a knight' s tour game program code for Java beginners.
  3. 所属分类:EditBox

    • 发布日期:2017-11-09
    • 文件大小:4.08mb
    • 提供者:启航
  1. CSharp--Knight-flight-chess

    0下载:
  2. 控制台版骑士飞行棋...非原创,但代码是自己写的.-The console version of the knight the flight chess ... non-original, but the code is written.
  3. 所属分类:CSharp

    • 发布日期:2017-11-06
    • 文件大小:31.29kb
    • 提供者:毛子
  1. Knight-Tours

    0下载:
  2. 骑士旅游问题是经典的问题,本代码用简单的C实现这一问题。-Knight Tour problem is a classic problem, the code with a simple C implementation of this problem.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1.21kb
    • 提供者:姜文丽
  1. knight

    0下载:
  2. 骑士旅游(Knight tour)在十八世纪初倍受数学家与拼图迷的注意,它什么时候被提出已不可考,骑士的走法为西洋棋的走法,骑士可以由任一个位置出发,它要如何走完所有的位置?-Knight Tours (Knight tour) in the early eighteenth century mathematician and puzzle fans much attention when it was proposed not be traced, chess knight moves to
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:7.33kb
    • 提供者:marry
  1. Knight

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

    • 发布日期:2017-05-14
    • 文件大小:2.95mb
    • 提供者:胡涛
« 12 3 4 5 6 »
搜珍网 www.dssz.com