CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - chess horse

搜索资源列表

  1. knignt

    0下载:
  2. 求解骑士游历问题的程序。骑士游历问题是在8X8格的国际象棋棋盘上随意放置一个马,按照马走“日”字的规则对马进行操作,问是否能够不重复的走遍棋盘的每个格。-Cavaliers traveled problem solving process. Cleveland traveled problem is the 8x8 grid of international chess pieces on dumped a horse, according to Ma take "days"
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:15292
    • 提供者:wangyanfang
  1. xiyangqishi

    0下载:
  2. 有多种方法喔!西洋棋中骑士的走法与象棋的马类似,只能横向二格,纵向一格或者横向一格,纵向两格(但是西洋棋棋子必须放在格子中),第1步有2种走法,第二步就有5种走法.今有5*5的棋盘,并将骑士的第一步放于左上角(0,0)的位置,试找出一个路径,使骑士在25步内把剩下的24个位置全部走完.输出结果时,将骑士的路径显示于的5*5的方格中,每一方格内显示出走到此方格内为第同步的数字. -are many ways! Chinese chess knight of the law and take a h
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3964
    • 提供者:tongyaozhang
  1. knight

    1下载:
  2. 骑士遍历问题,在一个n*n个方格的国际象棋棋盘上,马(骑士)从任意指定方格出发,按照横1 步竖2 步,或横2 步竖1步的跳马规则,走遍棋盘的每一个格子,且每个格子只走1次。-Knight, in an n * n box at the international chess board, Ma (Knight) from the arbitrary designation box and, in accordance with a further horizontal two-step vert
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-15
    • 文件大小:1357
    • 提供者:张三
  1. maxy

    0下载:
  2. a game simulate the horse chess (about artificial intelligence)
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:18601
    • 提供者:selena
  1. horse_by

    0下载:
  2. 马踏棋盘问题:国际象棋中的马,怎样才能不重复的跳遍棋盘上的每一格呢? 笔者见过许多解决这类问题的程序,这个是最简洁同时也是速度最快的一个。-horse riding chessboard : the international chess Ma, how can we not repeat the jump all over the chessboard of each? I met many issues to resolve such procedures, this is the most
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:8396
    • 提供者:寒冬
  1. qipan.rar

    0下载:
  2. 设计一个国际象棋的马踏棋盘的演示程序。以一二维数组Board[8][8]表示国际象棋棋盘,以用户输入任一位置作为马的起始位置,设为(i,j),其中0≤i,j≤7,马按照走棋的规则在棋盘范围内进行移动。本程序只求出一种遍历路径,用非递归程序实现吗的行走路线。,To design a chess board horse riding demo program. A two-dimensional array Board [8] [8] that the chess board to the user
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-26
    • 文件大小:8930
    • 提供者:chissie
  1. ma.rar

    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. 所属分类:Chess Poker games

    • 发布日期:2017-04-02
    • 文件大小:2933986
    • 提供者:荣峰华
  1. thehosrse

    0下载:
  2. 一个小程序,是模拟一只马走遍国际象棋棋盘的过程,挺好玩的-A small program is a simulation of horse around the course of a chess board, very good fun
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:7652
    • 提供者:andrea
  1. qishi

    0下载:
  2. 8×8的棋盘上分布着n个骑士,他们想约在某一格中聚会。骑士每天可以像国际象棋中的马那样移动一次,如图所示,可以从中间向8个方向移动,请你计算n个骑士的最早聚会地点和要走多少天。要求尽早聚会,且n个人走的总步数最少,先到聚会地点的骑士可以不再移动等待其他骑士。 -8 × 8 chessboard on distributed n-Cavalier, they want to about gathering in a cell. Cavalier day like chess in the hors
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-29
    • 文件大小:1740
    • 提供者:王岳
  1. horse

    0下载:
  2. 将马随机放在国际象棋的8* 8 棋盘Bord[8Ⅱ8]的某个方格中,马按走棋规则进行移动。要求每个方格上只进入一次,走遍棋盘上全部64个方格。 -Grid of the horse were randomly placed in the 8* 8 chess board Bord [8 Ⅱ 8] of a horse by playing chess rules to move it. Requirements on each square only enter once traveled
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:293031
    • 提供者:Mr.Wu
  1. chess

    0下载:
  2. 本程序为delphi下实现n*n的跳马程序。程序里面还实现了动画操作等。为一个高分程序。-The procedures for the Delphi realize n* n the vaulting horse program. Program inside still realize the animation operation, etc. As a high score program.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-28
    • 文件大小:185815
    • 提供者:纪参
  1. The-horse-step-board

    0下载:
  2. 马踏棋盘、在文件中分别可选择国际象棋和中国象棋~!-The horse step board、In the file are can choose chess and Chinese chess
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-17
    • 文件大小:1548
    • 提供者:小双
  1. main

    0下载:
  2. 根据象棋中马走日规则,规定骑士走的路径,打印骑士走的步数-According to the chess horse day rules require Knight walking the path, print the number of steps to go by the Knight
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-09
    • 文件大小:2298
    • 提供者:小山
  1. Vault

    2下载:
  2. 跳马问题 有一m*n的棋盘(即棋盘由m行和n列),一马放在棋盘中任意位置,马按中国象棋跳法,从初始位置起跳,跳至边界后返回,求所有能返回初始位置的周游路线。-Vault with an m* n chessboard (ie board consisting of m rows and n columns), a horse anywhere on the board, according to Chinese chess horse jump method, from the initia
  3. 所属分类:CSharp

    • 发布日期:2015-10-10
    • 文件大小:15360
    • 提供者:佩佩
  1. the-horse-working-in-the-chass

    0下载:
  2. 实现马踏棋盘的功能。 输入:马的初始位置。 输出:马踏棋盘的路径。利用贪心算法+回朔算法实现!可以产生全部可能的路径!而且可以可视化的输出动态行走路径!-implementation of the horse working in the chess.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:3831
    • 提供者:飞天狐
  1. Chess-Board-of-traverse

    0下载:
  2. 国际象棋棋盘上实现马的遍历(原创),遍历过程有图片显示和路径显示两种方式-Horse on chess board to achieve the ergodic (original), traversal path display a picture display and two ways
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:4097654
    • 提供者:1
  1. CHESS

    0下载:
  2. The horse moves on a chessboard so that the whole house of sacrifice and not refuse any house twice. be fun.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:914
    • 提供者:h191_91448549
  1. Horse

    0下载:
  2. 实现数据结构中的深度遍历算法,自动将国际象棋中的马在棋盘中遍历一遍并能够回到起点,不会走重复的路程-Depth data structure traversal algorithm to automatically chess chessboard horse traversal back to the beginning again and can not walk away from repeating
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-11
    • 文件大小:2266740
    • 提供者:zhangying
  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. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1164
    • 提供者:ammable
  1. Chess

    0下载:
  2. 实现了马可以走动吃点兵的功能和棋盘的分布(The horse can walk to eat the distribution function and the board.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-26
    • 文件大小:231424
    • 提供者:花花和
« 1 23 4 5 »
搜珍网 www.dssz.com