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

搜索资源列表

  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
    • 文件大小:50397
    • 提供者:xuzekun
  1. qishizhouyou

    0下载:
  2. 骑士周游是一个经典的问题,它需要回唆的办法来解决-Knight s tour is a classic problem, it needs to return to instigate solutions to
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:596
    • 提供者:于士棋
  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
    • 文件大小:815
    • 提供者:zhang
  1. knights-tour

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

    • 发布日期:2017-03-29
    • 文件大小:113038
    • 提供者:komeils
  1. wdf

    0下载:
  2. 骑士巡游问题的解决,设计比较简单,但能够体现算法思想,推广用-Knight-tour problem, the design is relatively simple, but the algorithm can reflect the ideas, the promotion of use
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:853
    • 提供者:king
  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
    • 文件大小:263135
    • 提供者:xnhcx
  1. KnightTour

    0下载:
  2. 跳马问题的delphi代码,不用多解释了哈,怎么还不够20个字呢-knight tour
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:203751
    • 提供者:胡总
  1. knight_tour

    0下载:
  2. This the example of Knight Tour Program, buat it s may be still have many error.. may someone can fix it thanks :D-This is the example of Knight Tour Program, buat it s may be still have many error.. may someone can fix it thanks :D
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:40636
    • 提供者:BlackZhi
  1. qishiyouliProblem

    0下载:
  2. C/c++实现著名“骑士游历问题”~ 【问题描述】 给出一块具有n2个格子的n×n棋盘(如图3-14所示),一位骑士从初始位置(x0, y0)开始,按照“马跳日”规则在棋盘上移动。问:能否在n2? 1步内遍历棋盘上的所有位置,即每个格子刚好游历一次,如果能,请找出这样的游历方案来 -C/c++ to achieve the famous " knight tour problem" ~ 【】 given a problem descr iption with a grid of
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:1473
    • 提供者:肖煜东
  1. KNIGHT

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

    • 发布日期:2017-11-09
    • 文件大小:4281895
    • 提供者:启航
  1. code

    0下载:
  2. 使用回溯法解决的典型问题的算法:骑士巡游问题,n皇后问题,0-1背包问题。 使用递归与分治策略解决的几个问题的算法:Hanoi塔问题和二分搜索技术。-Uses backtracking method to solve the problems of the typical algorithms: the knight tour problem, n queen problem, 0-1 knapsack problem. Recursion and divide and conq
  3. 所属分类:Other systems

    • 发布日期:2017-11-29
    • 文件大小:3288
    • 提供者:阿丁汤圆
  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
    • 文件大小:1239
    • 提供者:姜文丽
  1. Tiaomawenti2

    0下载:
  2. 骑士周游列国问题 在一张国际象棋棋盘上(8*8方格),骑士(knight,马)位于任意一个位置。问如何才能让骑士不重不漏的经过棋盘上的每个格?-Knight tour around the problem in a chess board (8* 8 squares), Knight (knight, horse) in any one location. Q. How can I get the knights do not leak through the chessboard each
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:1723
    • 提供者:叶小轩
  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
    • 文件大小:7506
    • 提供者:marry
  1. knight_tour_generic

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

    • 发布日期:2017-12-23
    • 文件大小:41984
    • 提供者:bebellamc
  1. 马的周游

    3下载:
  2. 实现寻找马的周游问题n*n规模的分治法解(Find solution of the Knight tour problem in size of n*n by means of divide and conquer)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:168960
    • 提供者:F.I.S
  1. 马的周游

    0下载:
  2. 一个小算法,实现了骑士周游,主要使用了动态规划法,运行速度也快。(A small algorithm to achieve the Knight Tour, the main use of dynamic programming method, the speed is also fast.)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:种花家
  1. 本科算法实验项目卡

    0下载:
  2. 算法实验卡,其中包括很多经典的算法例子,包括旅行问题,骑士周游列国问题,还有其他的等等(Experiment for algorithm experiment knight tour)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:113664
    • 提供者:lqlq123
« 12 »
搜珍网 www.dssz.com