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

搜索资源列表

  1. KnightsTour

    0下载:
  2. 骑士游历问题,实现了算法和图形,程序相当的完整-Cavaliers traveled issue and the realization of the algorithm and graphics, procedures considerable integrity
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3072
    • 提供者:洪东东
  1. knignt

    0下载:
  2. 求解骑士游历问题的程序。骑士游历问题是在8X8格的国际象棋棋盘上随意放置一个马,按照马走“日”字的规则对马进行操作,问是否能够不重复的走遍棋盘的每个格。-Cavaliers traveled problem solving process. Cleveland traveled problem is the 8x8 grid of international chess pieces on dumped a horse, according to Ma take "days"
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:15292
    • 提供者:wangyanfang
  1. nhuanghou

    0下载:
  2. 八皇后问题是大数学家高斯于1850年提出来的。该问题是在8×8的国际象棋棋盘上放置8个皇后,使得没有一个皇后能\"吃掉\"任何其他一个皇后,即没有任何两个皇后被放置在棋盘的同一行、同一列或同一斜线上。要求编一个程序求出该问题的所有解。骑士游历问题是放在8×8的国际象棋棋盘上的一个马,按照马走\"日\"字的规则是否能够不重复地走遍棋盘的每个格。要求编一个程序求出该问题的一个解。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1954
    • 提供者:夏鑫
  1. qishiyouli

    0下载:
  2. 这是一款小游戏,骑士游历。适合JAVA初学者。
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:59933
    • 提供者:mqy
  1. qishiyouli

    0下载:
  2. 这是一个骑士游历问题的c语言的简单实现,代码精简
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:841
    • 提供者:wangjg
  1. games

    0下载:
  2. 数据结构算法中一些经典的小游戏的算法,如魔法矩阵,八皇后问题,骑士游历问题,环游世界问题,一笔画问题,非递归的汉诺塔问题等
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8350
    • 提供者:王家玮
  1. qishi

    0下载:
  2. 一种使用c++,利用回溯算法解决基于棋盘的骑士游历问题的源码,主要用于c++和数据结构教学。-C++ based on shortest path to do the source method. Mainly used in c++, or teaching the use of data structures.
  3. 所属分类:Education soft system

    • 发布日期:2017-04-13
    • 文件大小:1773
    • 提供者:vox
  1. HorseTravel

    0下载:
  2. 用预见算法解骑士游历问题,JAVA数据结构的课后实例,希望对大家有所帮助-Knight traveled with predictable algorithm for solving the problem, JAVA instance of the data structure after school, we want to help
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:4146
    • 提供者:Rialle.Chan
  1. cavalier

    0下载:
  2. 骑士游历,骑士经过每一个点,且每个点只经过一次-Cavalier traveled, Cavalier, after each point, and each point after only one
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:540
    • 提供者:tjy
  1. qishiyouli

    0下载:
  2. 预见算法解骑士游历问题,希望对大家有帮助,-Knight traveled algorithm foreseeable problem, you would like to help
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:225455
    • 提供者:shenyi
  1. dk

    0下载:
  2. 骑士游历程序 可以游历棋盘的每一个空格 这是一款小游戏,骑士游历。适合JAVA初学者-Knight traveled chessboard can be traveled in every space that is a game, Knight traveled. JAVA for beginners
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:114912
    • 提供者:
  1. Knighttravele

    0下载:
  2. 骑士游历问题 【问题描述】 给出一块具有n2个格子的n×n棋盘(如图3-14所示),一位骑士从初始位置(x0, y0)开始,按照“马跳日”规则在棋盘上移动。问:能否在n2 1步内遍历棋盘上的所有位置,即每个格子刚好游历一次,如果能,请找出这样的游历方案来 -Knight traveled the problem gives a descr iption of the problem with n2 a lattice of n × n board (as shown in
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1297
    • 提供者:王静
  1. huisup

    0下载:
  2. 我的回溯算法学习资料,里边包含n皇后、骑士游历等pascal源程序。-My backtracking algorithm for learning materials, inside contains the n queen, knights traveled so pascal source.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:9637
    • 提供者:zhf
  1. qishiyouli

    0下载:
  2. 比较经典的用预见算法解骑士游历问题,是学习数据结构必备的源码-Comparison of the classical algorithm for solving knights traveled with predictable problem is learning the source of the data structures necessary
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:6787
    • 提供者:mr.l
  1. jinchengdiaodu

    0下载:
  2. 用预见算法解骑士游历问题 C++实现 数据结构-Algorithm for the Knight travels with a predictable problem C++, data structure
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:177177
    • 提供者:lin
  1. kingnight

    0下载:
  2. 基于Java,applet编制的程序,骑士游历程序开发,能够演示起始位置在棋盘任何位置的游历问题-Based on Java, applet programmed, knights tour program development, the starting position to demonstrate the location of the board of any travel problems
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:56347
    • 提供者:刘新
  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-27
    • 文件大小:1473
    • 提供者:肖煜东
  1. JAVA-Aglorithm

    0下载:
  2. 骑士游历算法 java算法经典的骑士巡游-JAVA-Aglorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:381939
    • 提供者:cxy929717
  1. Javasourcecodequerysystem

    0下载:
  2. Java课程设计源代码 1、骑士游历程序的开发。2、小小画图板。3、俄罗斯方块。4、Mini人事管理系统。5、校园IP查询系统 -Java source code for a curriculum design, program development knights traveled. 2, a small drawing board. 3, Tetris. 4, Mini personnel management system. 5, Campus IP
  3. 所属分类:Java Develop

    • 发布日期:2017-05-02
    • 文件大小:724349
    • 提供者:yiw
  1. HorseTrave1

    0下载:
  2. 本算法实现骑士游历问题,可以设定棋盘大小为5×5到8×8,也可选择显示中间步骤或不显示。-The Knights traveled algorithm problem, you can set the board size is 5 × 5 到 8 × 8, the intermediate steps can also choose to display or not display.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:2054
    • 提供者:任君
« 12 »
搜珍网 www.dssz.com