搜索资源列表

  1. horse_cover

    0下载:
  2. 本程序实现的是 一个数据结构算法 马的遍历。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:39092
    • 提供者:zhaodetao
  1. 20030118

    0下载:
  2. 这是有关分酒问题,马的遍历,两个多项式运算的程序-This is the sub-liquor, horses traverse, two polynomials Operational procedures
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4373
    • 提供者:wsjok
  1. horsebianli

    0下载:
  2. 马的遍历问题。在中国象棋棋盘上,对任一位置上放置的一个马,均能选择合适的路线,使得该棋子能够按象棋的规则不重复的走过棋盘上的每一个位置。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8106
    • 提供者:yellowdoo
  1. KnightTourPlus

    0下载:
  2. 有本书所有程序的源代码,包括聊天系统,马的遍历等问题
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:8115
    • 提供者:zh
  1. queen

    0下载:
  2. C++语言编写的马的遍历的实现方法,请多多指教
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1000
    • 提供者:魏征
  1. 跳马

    0下载:
  2. 贪婪算法实现的马的遍历,简单易懂,可以看看MFC类的派生和消息影射的一些咚咚,使用环境为VS。NET-greedy algorithm of the horse traversal, simple to understand and can look at the MFC category derived alluding to the news and some behind, the use of the environment V
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:53202
    • 提供者:姜景捷
  1. 马的遍历

    0下载:
  2. 马的遍历算法 实现马的遍历问题 使用C语言编写 如果不好请大家原谅-Ma Algorithm Ergodic problems using C language, if you will forgive bad
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:974
    • 提供者:钱雷
  1. 跳马

    0下载:
  2. 贪婪算法实现的马的遍历,简单易懂,可以看看MFC类的派生和消息影射的一些咚咚,使用环境为VS。NET-greedy algorithm of the horse traversal, simple to understand and can look at the MFC category derived alluding to the news and some behind, the use of the environment V
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-10
    • 文件大小:54272
    • 提供者:姜景捷
  1. 马的遍历

    0下载:
  2. 马的遍历算法 实现马的遍历问题 使用C语言编写 如果不好请大家原谅-Ma Algorithm Ergodic problems using C language, if you will forgive bad
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:钱雷
  1. horse_cover

    0下载:
  2. 本程序实现的是 一个数据结构算法 马的遍历。-This program is a data structure traversal algorithm horse.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:65536
    • 提供者:zhaodetao
  1. 20030118

    0下载:
  2. 这是有关分酒问题,马的遍历,两个多项式运算的程序-This is the sub-liquor, horses traverse, two polynomials Operational procedures
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:
  1. horsebianli

    0下载:
  2. 马的遍历问题。在中国象棋棋盘上,对任一位置上放置的一个马,均能选择合适的路线,使得该棋子能够按象棋的规则不重复的走过棋盘上的每一个位置。-Traversal problem horses. In Chinese chess chessboard, for any one location to place a horse, able to choose the right line, making the chess pieces ac
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:167936
    • 提供者:yellowdoo
  1. KnightTourPlus

    0下载:
  2. 有本书所有程序的源代码,包括聊天系统,马的遍历等问题-There is this book s source code for all procedures, including the chat system, issues such as horse Traversal
  3. 所属分类:游戏

    • 发布日期:2024-05-10
    • 文件大小:25600
    • 提供者:zh
  1. queen

    0下载:
  2. C++语言编写的马的遍历的实现方法,请多多指教-C++ Languages horse ergodic method, please exhibitions
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:魏征
  1. qishi

    0下载:
  2. 图算法之骑士遍历问题,骑士遍历问题,或者象棋中马的遍历问题-Knight traversal, or chess problem in ergodic horse
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:li shu
  1. ma-de-bian-li

    0下载:
  2. 数据结构课程设计——马的遍历:在中国象棋棋盘上,对任一位置上放置的一个马,均能选择一个合适的路线,使得该棋子能按象棋的规则不重复地走过棋盘上的每一位置。 要求: (1)依次输出所走过的各位置的坐标。 (2)最好能画出棋盘的图形形式,并在其上动态地标注行走过程。 (3)程序能方便地地移植到其它规格的棋盘上。 -Data Structure Course Design- Horse traversal: the b
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-10
    • 文件大小:49152
    • 提供者:
  1. CHESS

    0下载:
  2. 国际象棋马的遍历,用C++实现的程序~~遍历一遍没有重复~-Chess horses traversal, using C++ implementation of the program did not repeat it again ~ ~ ~ traversal
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:李冉冉
  1. trmn

    0下载:
  2. 马的遍历 在N*M的棋盘中,马只能走日字。马从位置(x,y)处出发,把棋盘的每一格都走一次,且只走一次。找出所有路径。 -house
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:7312384
    • 提供者:李家良
  1. madebianli

    0下载:
  2. 马的遍历 可以在DOS环境下实现动态的马的遍历-Traverse the horse in the DOS environment can be dynamic traversal of horse
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:旋木
  1. 马的遍历

    0下载:
  2. 可以指定查看指定个数的解。在进行遍历过程中用到了贪心算法和回溯的思想。(You can specify the solution to the specified number. In the process of traversing, we use greedy algorithm and backtracking idea.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:2028544
    • 提供者:zszjzjy
« 12 3 4 »

源码中国 www.ymcn.org