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

搜索资源列表

  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. 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. Knight

    0下载:
  2. 1. 问题描述 在一个n*n的棋盘上,一个放在棋盘上某个位置的马是否可以恰好访问每个方格一次,并且回到起始位置上? 2. 回溯法的一般思路 深度优先搜索,若寻找到满足要求的解,则输出;否则推回上一层往下一个方向搜索。 3. 求解问题的回溯算法描述 对于当前所在位置(x,y),依次枚举n个方向搜索,直到找到一组可行解为止。使用剪枝有3处:第一、使用Warnsdorff s rule,枚举当前解得时候优先选择下一步可行步数最少的方向;第二、若第一点中的方向存在不止一个,则优先选择
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:363247
    • 提供者:Jim Wu
  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-30
    • 文件大小:3288
    • 提供者:阿丁汤圆
  1. Mines-maze--knight-eight-Queen-s-

    0下载:
  2. 本有细小软件包含地雷、迷宫、骑士、皇后 用于探索回溯算法的研究-The software contains a small mine, maze, knights, queens used to explore the backtracking algorithm
  3. 所属分类:Other windows programs

    • 发布日期:
    • 文件大小:981968
    • 提供者:张浩
  1. qishilvyou

    0下载:
  2. 骑士旅游问题,c++实现,课堂作业,回溯算法-Knight tourism issues, c++ achieve, classwork, backtracking algorithm
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:974
    • 提供者:quanru
  1. 第6次实验_第01小组

    0下载:
  2. 国际象棋中的骑士巡游问题,利用回溯法求解,output.txt中输出所得到的巡游路径坐标集合((Parade route chess knight parade problems solved by backtracking, output.txt output the resulting set of coordinates))
  3. 所属分类:C#编程

    • 发布日期:2017-12-27
    • 文件大小:2063360
    • 提供者:ggagas
搜珍网 www.dssz.com