搜索资源列表

  1. mazouri

    0下载:
  2. 马踏日程序的源代码。使棋盘上的每一步都可以用马走,且只走一次。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1412
    • 提供者:李涛
  1. 1

    0下载:
  2. 马踏棋盘贪心算法,时间复杂度小,效率高,-Horse riding chessboard greedy algorithm, the time complexity, high efficiency,
  3. 所属分类:文件格式

    • 发布日期:2024-05-17
    • 文件大小:6144
    • 提供者:曾桂珠
  1. mataqipan

    0下载:
  2. 实现马踏棋盘的完美实现,代码简单,并且易懂,采用递归算法,回溯的思想。-To achieve the perfect horse riding chessboard, the code is simple, and easy to understand, using recursive algorithm, the idea back.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:李加利
  1. HORSE_

    0下载:
  2. 马踏棋盘的c源代码,详细设计,符合课程设计标准-Horse riding a board under the optimal solution as well as the realization of MFC is mainly to find a given starting point to find an optimal solution algorithms and implementations
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:197632
    • 提供者:罗浩
  1. Horse-Stepping

    0下载:
  2. 马踏棋盘程序,在8*8的格子中,马(按中国象棋的走法)不重复的将64个点走遍!-Horse Stepping on board procedures, 8* 8 grid, Ma (Chinese chess moves) repeat 64 points all over!
  3. 所属分类:游戏

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:ammable
  1. house

    0下载:
  2. 马踏棋盘问题描述设计一个国际象棋的马踏遍棋盘的演示程序。2. 基本要求将马随机放在国际象棋8*8棋盘的某个方格中,马按走棋规则进行移动。编制非递归程序,求出马的行走路线,-Horse riding problem described in the design of a chessboard chess chessboard horse traveled demo program. 2. The basic requirements w
  3. 所属分类:游戏

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:wellasa
  1. Horse-riding-board-greedy-algorithm

    0下载:
  2. 马踏棋盘贪心算法的主要实现方式的源代码,为新手学习贪心算法提供便利-Horse riding board the main way to achieve the greedy algorithm source code, for beginners learning to facilitate the greedy algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:王臣亮
  1. GREDDY

    0下载:
  2. 马踏棋盘!c++编写,可运行!与大家共同学习!-Horse riding board!
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:174080
    • 提供者:chenjuan
  1. MaTaQiPan

    0下载:
  2. 马踏棋盘象棋版,自动求出马从棋盘上所有点出发而踏遍所有点的路线并保存在文件中,使用了贪心算法-Horse riding board version of chess, automatic run the board on all points and all over all the points of the route and save the file, using the greedy algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:黄英杰
  1. Horse-riding-board

    0下载:
  2. 马踏棋盘算法 用贪心算法求出马能够遍历整个棋盘的一条路线-Horse riding board
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:151552
    • 提供者:MissLiu
  1. horse

    0下载:
  2. 这是马踏棋盘算法的源程序实现,也是传说中的经典贪心算法。程序还做了可视化界面,看的更清楚-english is not enough to display this sourse.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:8112128
    • 提供者:sallior
  1. mataqipan

    0下载:
  2. (1) 问题描述: 设计一个国际象棋的马踏棋盘的演示程序. (2) 基本要求: 将马随机放在国际象棋的8*8棋盘的某个方格中,马按走棋规则进行移动.要求每个方格只进入一次,走遍棋盘上全部64个方格.编制非递归程序,求出马的行走路线,并按求出的路线,将1,2,…,64依次填入一个8*8的方阵,输出之. (3) 程序的输入和输出及程序的功能: 使用者输入一个位置如:3,4.注意中间默认要以”,”隔开.并且数字的大小要在[
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:113664
    • 提供者:梁文水
  1. ss103

    0下载:
  2. 马踏棋盘的实现,挺不错的程序源码.采用的穷举算法实现的-Horse riding board the realization of the procedure very good source. Exhaustive algorithm used to achieve the
  3. 所属分类:通讯编程

    • 发布日期:2024-05-17
    • 文件大小:6144
    • 提供者:shai3ngnn
  1. horse-riding

    0下载:
  2. 数据结构,马踏棋盘问题源代码。已经编译通过,源文件内包含代码解释。-Data structures, horse riding board source of the problem.It has been compiled by the inner source file that contains code interpreter.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:李欧
  1. HHUJLRO

    0下载:
  2. 一些c程序,象棋之马踏棋盘,把算术表达式转化未逆波兰表达式,保龄球计分规则算法,可进行多达50位的大整数运算+X,铁路()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:capabqliiy
  1. 7832411

    0下载:
  2. 马踏棋盘 采用栈和链 使用回溯发实现踏棋盘的路 实现8 8()
  3. 所属分类:数据挖掘

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:dyfacdoikdg
  1. 1540417

    0下载:
  2. 骑士问题的算法,和马踏棋盘的算法差不多,希望对大家有帮助!()
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:messaje
  1. 776580

    0下载:
  2. 一些c程序,象棋之马踏棋盘,把算术表达式转化未逆波兰表达式,保龄球计分规则算法,可进行多达50位的大整数运算+X,铁路()
  3. 所属分类:其他小程序

  1. DXGHY

    0下载:
  2. 马踏棋盘 采用栈和链 使用回溯发实现踏棋盘的路 实现8 8()
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:qavexyee
  1. 8547220

    0下载:
  2. 骑士问题的算法,和马踏棋盘的算法差不多,希望对大家有帮助!()
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:urmyvdar
« 1 2 ... 4 5 6 7 8 910 »

源码中国 www.ymcn.org