搜索资源列表

  1. HorseTravelDemo

    0下载:
  2. 一个解决国际象棋的马周游问题的算法.本程序使用改善后的回溯算法来加速问题的解决.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:46570
    • 提供者:thmfire
  1. 骑士问题

    0下载:
  2. 著名的马周游问题的代码,可选择6×6,8×8,10×10大小的棋盘,找到结果后动态运行-on famous knight code. The chessboard with size 6*6,8*8,10*10 can be chosen.It will run automaticly after finding the result.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:242327
    • 提供者:zqm
  1. 回溯法

    0下载:
  2. 用回溯法求马周游问题,马在棋盘上走字步,从马开始的位置开始周游棋盘,遍历全棋盘后回到起点,是否可行,可行的就输出路径,路径并输入尝试过的路径数,跳过的路径数-law with retrospective travel for Ma, Ma on the chessboard characters step away from the start position Ma started to travel around the chess
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:8814
    • 提供者:杨小娜
  1. 骑士问题

    0下载:
  2. 著名的马周游问题的代码,可选择6×6,8×8,10×10大小的棋盘,找到结果后动态运行-on famous knight code. The chessboard with size 6*6,8*8,10*10 can be chosen.It will run automaticly after finding the result.
  3. 所属分类:Windows编程

    • 发布日期:2024-10-09
    • 文件大小:241664
    • 提供者:zqm
  1. 回溯法

    0下载:
  2. 用回溯法求马周游问题,马在棋盘上走字步,从马开始的位置开始周游棋盘,遍历全棋盘后回到起点,是否可行,可行的就输出路径,路径并输入尝试过的路径数,跳过的路径数-law with retrospective travel for Ma, Ma on the chessboard characters step away from the start position Ma started to travel around the chess
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-10-09
    • 文件大小:955392
    • 提供者:杨小娜
  1. HorseTravelDemo

    0下载:
  2. 一个解决国际象棋的马周游问题的算法.本程序使用改善后的回溯算法来加速问题的解决.-A solution to chess problems horse around algorithms. This procedure using the improved algorithm to accelerate back problem.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-10-09
    • 文件大小:46080
    • 提供者:thmfire
  1. sy61

    0下载:
  2. 回朔算法,马的周游问题:在n x n棋盘(有n x n个格点的棋盘)的某个格点上有一个中国象棋马,马走日字。求一条周游棋盘的路径,使得马能够从起始位置起沿着该路径每个格点恰好走一次最后回到出发位置。-Retrospective algorithm, horse around the problem: in the checkerboard are like (there are like a checkerboard grid poin
  3. 所属分类:棋牌游戏

    • 发布日期:2024-10-09
    • 文件大小:3072
    • 提供者:00
  1. knight

    0下载:
  2. 马的Hamilton周游路线问题,8*8  的国际象棋棋盘上的一只马,恰好走过除起点外的其它63  个位置各一次,最后回 到起点。这条路线称为一条马的Hamilton  周游路线。对于给定的m*n  的国际象棋棋盘,m和n均为大于5  的偶数,且|m-n|≤2,该算法找出一条马的Hamilton周游路线。-Hamilton horse travel route problem, the 8* 8
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-10-09
    • 文件大小:3072
    • 提供者:yxd
  1. TwoSolutionOfHoureTour

    0下载:
  2. 马周游问题的两种解法 对于小规模的作回溯,大规模的进行A算法-Two horses travel problem solution for the small-scale retrospective, the conduct of large-scale algorithm A
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-10-09
    • 文件大小:2048
    • 提供者:sunset
  1. Hamilton

    0下载:
  2. 马的Hamilton周游线路问题,帮助有些有这些课程设计的同学!-Zhe problem of traveling around!
  3. 所属分类:编程文档

    • 发布日期:2024-10-09
    • 文件大小:9216
    • 提供者:周飞
  1. Hamilton

    0下载:
  2. 马的Hamilton周游路线问题,---对于给定的偶数m,n≥6,且|m-n|≤2,编程计算m*n 的国际象棋棋盘一条马的Hamilton周游路线-Hamilton
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-10-09
    • 文件大小:2048
    • 提供者:童祚阳
  1. horse10.8

    0下载:
  2. 国际棋盘上马的周游问题,该问题描述了国际象棋棋盘上的一只马,恰好走过除起点外的其它位置各一次,最后回到起点。这条路线称为一条马的Hamilton 周游路线-Launched an international board of the travel issue that describes the chess board on a horse, just walked outside the other locations except
  3. 所属分类:棋牌游戏

    • 发布日期:2024-10-09
    • 文件大小:58368
    • 提供者:于爱华
  1. ma

    0下载:
  2. 本程序解决了关于国际象棋中马的周游路线问题,根据给出的初始点可以求出满足条件的所有路径。-This procedure resolved on chess in the horse traveled route, under the given conditions, the initial points can be derived to satisfy all the paths.
  3. 所属分类:棋牌游戏

    • 发布日期:2024-10-09
    • 文件大小:533504
    • 提供者:荣峰华
  1. horse.round.travel

    0下载:
  2. 本程序基于对称的思想,在8*8的棋盘上寻找一条马的周游路线,用同样的方法可以扩展到其他尺寸的棋盘问题-The program is based on symmetry ideas, 8* 8 board to find a horse travel route, use the same method can be extended to other dimensions of the chessboard problem
  3. 所属分类:其他小程序

    • 发布日期:2024-10-09
    • 文件大小:1024
    • 提供者:谢正文
  1. backtrace_src

    0下载:
  2. 国际象棋中马的周游问题 给定一个8×8的棋盘,给定某一位置。求马从该位置出发,经过棋盘中的每一个方格恰好一次,最后回到它出发位置的路线图。 要求:用图形化动态演示马的行走路线、回溯过程。 -Travel chess problems in horses given a 8 × 8 chessboard, given a particular location. Horse from the starting seek pos
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-10-09
    • 文件大小:26624
    • 提供者:yongyong
  1. 1

    0下载:
  2. 一个n*n的棋盘,任意一个位置,不重复走过的路线,实现马的周游问题-A n* n board, any place, not repeat traveled route of travel, horse
  3. 所属分类:棋牌游戏

    • 发布日期:2024-10-09
    • 文件大小:1024
    • 提供者:小生
  1. 1153

    0下载:
  2. 马的周游问题,在8*8的棋盘上,输入初始位置,遍历所有格子回到初始位置-Horse travel problems in the 8* 8 board, enter the initial position, through all of the grid to the initial position
  3. 所属分类:棋牌游戏

    • 发布日期:2024-10-09
    • 文件大小:6078464
    • 提供者:豆红科
  1. zhouyou

    0下载:
  2. 一个简单的马的周游问题,使用c语言编程,代码保证能运行-A simple question to travel around the horse, using c programming language, code guaranteed to run ~
  3. 所属分类:其他小程序

    • 发布日期:2024-10-09
    • 文件大小:33792
    • 提供者:唐雨儿
  1. 马的周游

    0下载:
  2. 用分治法解决马的周游问题,输入棋盘的大小,自动输出马的行经路线(Solving the problem of horse travel by means of divide and cure)
  3. 所属分类:文档资料

    • 发布日期:2024-10-09
    • 文件大小:336896
    • 提供者:kiss为
  1. 马的周游

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

    • 发布日期:2024-10-09
    • 文件大小:168960
    • 提供者:F.I.S
« 12 »

源码中国 www.ymcn.org