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

搜索资源列表

  1. knight2

    0下载:
  2. it is about knight tour
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.91kb
    • 提供者:jovi
  1. 求解Knight Tour Problem

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

  1. 采用回溯法编写的骑士周游

    3下载:
  2. 这是一个采用C++编写的、采用回溯法编写的骑士周游(马周游)遍历棋盘(8*8)的程序。本软件采用MFC编写,用户可看到骑士动态遍历棋盘的过程。-This is a written in C++ using backtracking written knight tour (horse travel) through the board (8* 8) program. The software is written using MFC, you can see the board through
  3. 所属分类:Windows编程

    • 发布日期:2012-12-21
    • 文件大小:49.22kb
    • 提供者:xuzekun
  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. 2、 写出6×6方阵的骑士周游的解。要求骑士的起跳位置是任意指定的。编制非递归程序,求出马的行走路线,并按求出的行走路线,将数字依次填入6×6的方阵中,并输出。 (骑士周游:从起始位置出发,按国际象棋马的走法,不重复地将所有区域恰好走一遍。) -2, write a 6 × 6 square Cavalier travel solution. Requirements of the take-off position Cavalier arbitrary specified. The p
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-10
    • 文件大小:1.7kb
    • 提供者:yang
  1. java_arithmetic

    0下载:
  2. 用JAVA写的个种算法:排序,迷宫,巴斯卡(Pascal), ThreeColorFlags ,Knight tour-Written by JAVA species algorithms: sorting, maze, Pascal (Pascal), ThreeColorFlags, Knight tour
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:44.24kb
    • 提供者:sp
  1. 16

    0下载:
  2. 骑士巡游问题 -Knight-tour problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1.48kb
    • 提供者:韩婀
  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. 73

    0下载:
  2. 此代码解决了骑士巡游问题,希望对大家有用,有兴趣的看下!-This code solved the problem of Knight-tour, I hope useful for all of us, are interested in facie!
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-29
    • 文件大小:41.34kb
    • 提供者:木灵蓝
  1. knights-tour

    0下载:
  2. knight-tour solve problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:110.39kb
    • 提供者:komeils
  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-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. JavaKnighttourproblem

    0下载:
  2. Java源代码案例-骑士巡游问题   本文展示了一个KT(Knight s Tour)小程序, 用来演示一个限制版的骑士巡游问题。 骑士并不是从任何一个方格开始, 而是从角落上的四个方格之一开始-Java Source Code Examples- Knight Parade problem This paper presents a KT (Knight' s Tour) small program used to demonstrate a restricted versio
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:5.16kb
    • 提供者:阿生
  1. Knights-tour-problem

    0下载:
  2. 用C语言实现著名的骑士巡游问题(用数据结构中的图实现)。-Famous knight tour problem with C language (using the data structure in Figure).
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:1.4kb
    • 提供者:宋永强
  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-tOUR

    0下载:
  2. Knight tour algorihtms, C-Knight tour algorihtms, C++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:597byte
    • 提供者:Ba Pham Sy
  1. knight-tour_DFSandBFS_SQueue

    0下载:
  2. 在一个N*N的棋盘上指点任意一点的坐标,以马走日的方式走完整个棋盘且没有重复,试分别用DFS、BFS方法求解并输出全部可能的路径。-knight tour problem solved by the method of BFS and DFS.
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:42.5kb
    • 提供者:
  1. knight_tour_generic

    0下载:
  2. Generic implementation for the knight tour
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:41kb
    • 提供者:bebellamc
« 12 3 4 »
搜珍网 www.dssz.com