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

搜索资源列表

  1. knight in C

    0下载:
  2. 骑士巡游问题,并将最终路线每一步的坐标写入txt文档中。
  3. 所属分类:源码下载

    • 发布日期:2010-11-21
    • 文件大小:458033
    • 提供者:Angelajifan
  1. qishixunyou.rar

    0下载:
  2. 骑士巡游算法(可以向八个方向移动,搜索所有可行路径. 用二维链表存储结果),Cavalier Parade algorithm (moving to eight, search all possible paths. With two-dimensional chain store results)
  3. 所属分类:Search Engine

    • 发布日期:2017-04-10
    • 文件大小:1279
    • 提供者:leo
  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. cpp

    0下载:
  2. 大二算法设计实验源码,内容包括线性时间选择,01背包,骑士巡游,最小生成树-Experimental Algorithm Design sophomore source, including choice of linear time, 01 backpacks, Cavalier Parade, minimum spanning tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:3812
    • 提供者:lk
  1. 83390050Knight

    0下载:
  2. 骑士巡游置乱的程序,很有用,寻找马步~有需要的可以下了看看~-Cavalier Parade scrambling procedure, very useful, there is a need to find a horse ~ can be a look at ~
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:9643
    • 提供者:jijizza
  1. 16

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

    • 发布日期:2017-04-12
    • 文件大小:1514
    • 提供者:韩婀
  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
    • 文件大小:5001
    • 提供者:alone
  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. knight

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

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

    0下载:
  2. 算法与数据结构(C语言版,请勿用在商业,仅作学习交流用)。骑士巡游,算法和数据结构很有研究的价值。-Algorithms and Data Structures (C language version, please do not use in the business, only to learn the exchange of use). Knight parade, algorithms and data structures great deal of research value.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:11113
    • 提供者:小东
  1. king_visit

    0下载:
  2. 骑士巡游的非递归实现,代码树已经进行了优化,可以在最优时间内得带结果-Knight-tour of the non-recursive implementation, the code tree has been optimized, you can get the optimal time to bring the results of
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3060
    • 提供者:gongkai
  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
    • 文件大小:23257
    • 提供者:孟涛
  1. qishixunyou

    0下载:
  2. 编写程序求解骑士巡游问题:在n行n列的棋盘上(如n=5),假设一位骑士(按象棋中“马走日”的行走法)从初始坐标位置(x1,y1)出发,要遍访(巡游)棋盘中的每一个位置一次。请编一个程序,为骑士求解巡游“路线图”(或告诉骑士,从某位置出发时,无法遍访整个棋盘 — 问题无解)。 当n=5时,意味着要在5行5列的棋盘的25个“点”处,按骑士行走规则,依次将1至25这25个“棋子”(数码)分别摆放到棋盘上(摆满25个位置则成功,否则失败问题无解)。例如,当n=5且初始坐标位置定为(1,1) —
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:319832
    • 提供者:
  1. main

    0下载:
  2. 骑士巡游问题:在n行n列的棋盘上(如n=5),假设一位骑士(按象棋中“马走日”的行走法)从初始坐标位置(x1,y1)出发,要遍访(巡游)棋盘中的每一个位置一次。请编一个程序,为骑士求解巡游“路线图”(或告诉骑士,从某位置出发时,无法遍访整个棋盘 — 问题无解)-Knight Parade Question: n row n column board (such as n = 5), assuming a knight (in chess in the " horse to go on&q
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1517
    • 提供者:吉玉
  1. yingwen

    0下载:
  2. 关于骑士巡游的一边外文文献,图片被我删了,请大家将就看下-a paper about knight-tour without pictures
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:12405
    • 提供者:brenda
  1. source_code

    0下载:
  2. 八数码(启发式和广度优先搜索两种方法实现)+骑士巡游+比赛日程安排等经典问题的C++源代码-the source code of some classic problems, such as 8 puzzle question, Knight Parade, and Competition Schedule.
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 骑士巡游的经典问题 的一种解法-Knight parade of the classic problems of one kind of solution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1884
    • 提供者:刘俊
  1. qishixunyou

    0下载:
  2. 编写程序求解骑士巡游问题:在n行n列的棋盘上(如n=5),假设一位骑士(按象棋中“马走日”的行走法)从初始坐标位置(x1,y1)出发,要遍访(巡游)棋盘中的每一个位置一次。请编一个程序,为骑士求解巡游“路线图”(或告诉骑士,从某位置出发时,无法遍访整个棋盘 — 问题无解)。 当n=5时,意味着要在5行5列的棋盘的25个“点”处,按骑士行走规则,依次将1至25这25个“棋子”(数码)分别摆放到棋盘上(摆满25个位置则成功,否则失败问题无解)。 -Knight Parade prog
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:1846
    • 提供者:赵汉卿
  1. qsxy

    0下载:
  2. 骑士巡游问题的求解. -Knight tour problem solving. Knight tour problem solved.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:689
    • 提供者:zhang ping
  1. Knight-Parade

    0下载:
  2. 骑士巡游问题:从国际象棋棋盘上任意给定的方格开始移动骑士,相继地到达所有的64个方格,进入每个方格一次且仅进入一次。回溯法实现-Knight Parade problem: the chess board from any given knight box began to move, have to reach all the 64 squares, each square once and only entered into once. Backtracking to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:396602
    • 提供者:chenb
« 1 23 4 »
搜珍网 www.dssz.com