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

搜索资源列表

  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. knights-tour

    0下载:
  2. 骑士巡游游戏,程序给出了实现方法,使骑士总是移向具有最少出口且没有到达过的方格之一-The Knight Parade game program given the ways in which Knight always move to one of the least export and did not reach the checkered
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-22
    • 文件大小:11431
    • 提供者:刘洋
  1. test

    0下载:
  2. 骑士巡游问题 运用JAVA 利用递归调用-Knight tour problem
  3. 所属分类:Java Develop

    • 发布日期:2017-11-25
    • 文件大小:2868729
    • 提供者:joanthan
  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. A-Knights-Journey

    0下载:
  2. POJ经典名题——骑士巡游VC++版实现附代码注释。初学者理解深搜思想很好地入门题目-The POJ classic title- Knight Parade VC++ Edition attached code comments. Beginners to understand the thinking of the deep search entry subject
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-11
    • 文件大小:846
    • 提供者:sc
  1. code

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

    • 发布日期:2017-11-21
    • 文件大小:3720
    • 提供者:
  1. source_code

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

    • 发布日期:2017-03-25
    • 文件大小:9943
    • 提供者:ledonJu
  1. Chess

    0下载:
  2. 骑士巡游问题的求解,带优化算法,cpp文件-Knight Parade problem solving with optimization algorithm, cpp file
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:8187
    • 提供者:刘建军
  1. KnightTour

    0下载:
  2. 骑士巡游问题的算法。骑士巡游的问题简述如下:在国际象棋攀上某一位置放置一个马的棋子,然后采用象棋中“马走日字”股则,要求这匹马能不重复地走完25个格子。本实例用枚举方法求解骑士巡游问题。程序可自定义棋盘的大小,先输出标志矩阵,然后输入骑士在棋盘的初始位置,即可给出其中的一种解法。-Knight Parade algorithm problem. Knight Parade problems are summarized as follows: Place a horse chess piece
  3. 所属分类:Algorithm

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

    0下载:
  2. C++实现骑士巡游、N皇后和搬山游戏的代码,包括详细算法说明文档,经典好用。-C++/C realization Knight Parade, N Queens and move mountains of the game code, including detailed algorithm documentation, classic easy to use.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3098415
    • 提供者:胡涛
  1. Knight

    0下载:
  2. VC++实现骑士巡游、N皇后和搬山游戏的代码,包括详细算法说明文档,经典好用。-VC++ implementation Knight Parade, N Queens and move mountains of the game code, including detailed algorithm documentation, classic easy to use.
  3. 所属分类:Game Program

    • 发布日期:2017-05-19
    • 文件大小:5548424
    • 提供者:黄强
  1. Knight

    0下载:
  2. VC++实现骑士巡游、N皇后和搬山游戏的代码,包括详细算法说明文档,经典好用。-VC achieve Knight Parade, N Queens and move mountains of the game code, including detailed algorithm documentation, classic easy to use.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-21
    • 文件大小:5809877
    • 提供者:刘拓
  1. knights-tour

    0下载:
  2. 骑士巡游问题,在固定的棋盘上,骑士按照只能走上下左右的规则进行位置的遍历-knight s tour
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:1110
    • 提供者:章利
  1. eight-queens

    0下载:
  2. 使用c语言编写程序解决八皇后这个经典问题,也可以说是骑士巡游问题-Use c language program to solve the eight queens problem。
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:513
    • 提供者:shirley
  1. Tour

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

    • 发布日期:2017-04-15
    • 文件大小:6626
    • 提供者:Qing
  1. xrid

    0下载:
  2. 骑士巡游的java的程序源代码,跟马踏格子是一样的-Knight s tour of Java program source code, the grid is the same with the horse
  3. 所属分类:source in ebook

    • 发布日期:2017-12-17
    • 文件大小:10240
    • 提供者:cikselar
  1. tdr-with

    0下载:
  2. 骑士巡游的java的程序源代码,跟马踏格子是一样的-Knight s tour of Java program source code, the grid is the same with the horse
  3. 所属分类:Communication

    • 发布日期:2017-12-14
    • 文件大小:21504
    • 提供者:impnementation
  1. coxsoietour

    0下载:
  2. 这是自己写的骑士巡游问题的源代码,控制台实现没有图形化-This is the source code, write their own knight tour problem no graphical console implementation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-17
    • 文件大小:8192
    • 提供者:ztlish
  1. floatiog

    0下载:
  2. 骑士巡游的java的程序源代码,跟马踏格子是一样的-Knight s tour of Java program source code, the grid is the same with the horse
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-12-12
    • 文件大小:10425
    • 提供者:Rlsemamr
  1. game

    0下载:
  2. 1.迷宫探险;2.路线竞走游戏;3.解救人质游戏;4.商人过河游戏;5.骑士巡游 6.练习打字游戏;7.五子棋;8.推箱子游戏;9.扫雷游戏;10.打砖块游戏-1.Maze adventure;2.Route Race Walk;3.Save hostage game;4.Businessman across the river game;5.Knight parade;6.Practice typing game;7.Backgammon;8.Sokoban game;9.Demining g
  3. 所属分类:Other Riddle games

    • 发布日期:2017-12-05
    • 文件大小:30838
    • 提供者:Skyler
« 1 2 3 45 »
搜珍网 www.dssz.com