CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 棋盘覆盖

搜索资源列表

  1. problem1

    0下载:
  2. 给定一个2n*2n的残缺棋盘,问如何放置三格板,使得除残缺格外,棋盘中其他格子都被三格板覆盖,并且放置的三格板互不重叠。-Given the deterioration of a 2n* 2n board, and asked how to place three cell plate, making the extra addition to incomplete, the board were three other lattice grid plate coverage, and pla
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1178
    • 提供者:李大
  1. problem3

    0下载:
  2. 给定一个2n*2n的残缺棋盘,问如何放置三格板,使得除残缺格外,棋盘中其他格子都被三格板覆盖,并且放置的三格板互不重叠。-Given the deterioration of a 2n* 2n board, and asked how to place three cell plate, making the extra addition to incomplete, the board were three other lattice grid plate coverage, and pla
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:790
    • 提供者:李大
  1. mafugai

    0下载:
  2. 在8*8的国际象棋棋盘上,如果放置若干个马后,使得整个棋盘的任意空位置上所放置的棋子均能被这些马吃掉,则称这组放置为棋盘的一个满覆盖。若取掉满覆盖中的任意一个棋子都会使这组放置不再是满覆盖,则称这一满覆盖为极小满覆盖。沙棘程序完成如下要求: 1、求解一个极小满覆盖。 2、最好能画出棋盘的图形形式,并在其上动态地显示试探过程。 3、程序能方便地移植到其他规格的棋盘上 -ma gfhiaghaihgoia ghaig aigha ghaoi ghaigaog rh
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-17
    • 文件大小:347593
    • 提供者:yuluan
  1. Chessboard

    0下载:
  2. 本程序生成一个n*n的棋盘,n是2的幂,用一个分治算法,用一个L型条块去覆盖除一个指定方块外的所有方格。 如n=2,则有4个方格,其中3个能被一个L型覆盖,N=4,有16个方格,其中15个方格被5个L条型覆盖。 结果中每一个L条形用3对坐标表示-This procedure generates a n* n chessboard, n is a power of 2, with a divide and conquer algorithm, with an L-slice to a sp
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1726
    • 提供者:王彬
  1. Chessboard-incomplete-problem

    0下载:
  2. 棋盘中仅有一个残缺方块。将棋盘分成四个大小相等的小棋盘,则残缺方块必在其中一个小棋盘中。此时用三格板覆盖在其他三个小棋盘的交界处,刚好使这三个小棋盘均有一个方块被覆盖。 -Board, only a crippled box. The board is divided into four equal-sized small board, which is incomplete will be a small box in the board. This time with three oth
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-11
    • 文件大小:586
    • 提供者:xzr
  1. Chessfugai

    0下载:
  2. 实现n*n期棋盘的L型骨牌覆盖问题,可输入棋盘规格,特殊位置,输出覆盖结果-Implementation period of n* n board the L-shaped dominoes cover problem, enter the board size, specific location, output coverage results
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-01
    • 文件大小:883226
    • 提供者:萧潇
  1. Incomplete-board-problems

    0下载:
  2. 残缺棋盘问题中利用分而治之的方法,将覆盖2k×2k残缺棋盘的问题转化为覆盖较小残缺棋盘的问题。2k×2k棋盘一个很自然的划分方法就是将它划分为如图1a所示的4个2k-1×2k-1棋盘。当完成这种划分后,4个小棋盘中仅仅有一个棋盘存在残缺方格(因为原来的2k×2k棋盘仅仅有一个残缺方格)。首先用三格板填充中心处把剩下的3个小棋盘转变为残缺棋盘,如图1b所示,其中原2k×2k棋盘中的残缺方格落入左上角的2k-1×2k-1棋盘,分割填充后产生四个小的残缺棋盘,然后,任务转变为分别填充四个小的2k-1×
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-06
    • 文件大小:15095
    • 提供者:李记
  1. ChessBoard

    0下载:
  2. 棋盘算法实现,不同形状的L型骨牌覆盖给定棋盘上除特殊方格以外的所有方格,且任何2个L型骨牌不得重叠覆盖。-Checkerboard algorithm, different shapes of the L-type domino coverage given on the board in addition to the special box outside the box, and any two L-shaped domino shall not be overlapped.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-14
    • 文件大小:6873209
    • 提供者:puxiaoyang
  1. fugai

    0下载:
  2. 问题描述:在8×8的国际象棋棋盘上,如果在放置若干个马以后,使得整个棋盘的任意空位置上所放置的棋子均能被这些马吃掉,则称这组放置为棋盘的一个满覆盖。若去掉满覆盖中的任意一个棋子都会使这组放置不再是满覆盖,则称这一满覆盖为极小满覆盖。设计程序完成如下功能。-Problem Descr iption: On 88 chess board, if placed after several horses, making the whole chessboard placed on any empty p
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1068858
    • 提供者:刘松
  1. Chessboard-incomplete-problem

    0下载:
  2. 棋盘中仅有一个残缺方块。将棋盘分成四个大小相等的小棋盘,则残缺方块必在其中一个小棋盘中。此时用三格板覆盖在其他三个小棋盘的交界处,刚好使这三个小棋盘均有一个方块被覆盖。-Board, only a crippled box. The board is divided into four equal-sized small board, which is incomplete will be a small box in the board. This time with three other
  3. 所属分类:Game Program

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

    0下载:
  2. 我们将存在一特殊方格的棋盘称为特殊棋盘,用L型骨牌覆盖此棋盘,不允许骨牌间相互叠加与超出棋盘范围。-We will exist a special board called the special checkerboard squares, covering the board with L-type domino, superimposed on each other and go beyond the scope of the board between the dominoes are n
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:158962
    • 提供者:黄佳佳
  1. qipanfugai

    0下载:
  2. 通过输入行数与坐标,输出棋盘的覆盖的相关的可行性的解。-By entering the number of lines and the coordinate output chessboard coverage related to the feasibility of the solution.
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:249259
    • 提供者:xiao
  1. tromino

    0下载:
  2. 用tromino覆盖一个缺少了一个方块(可以在棋盘上的任何位置)的(2^n)*(2^N)棋盘-Tromino covered with a lack of a square (can be anywhere on the board) of the (2 ^ n)* (2 ^ N) checkerboard
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:18803
    • 提供者:潘颖
  1. 2XNgupaiwenti

    0下载:
  2. 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 上一周我们研究了2xN的骨牌问题,这一周我们不妨加大一下难度,研究一下3xN的骨牌问题? 所以我们的题目是:对于3xN的棋盘,使用1x2的骨牌去覆盖一共有多少种不同的覆盖方法呢? 首先我们可以肯定,奇数长度一定是没有办法覆盖的;对于偶数长度,比如2,4,我们有下面几种覆盖方式: week42_1.PNG 提示:3xN骨牌覆盖 输入 第1行:1个整数N
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2801
    • 提供者:李中明
  1. Incomplete-chessboard

    0下载:
  2. 残缺棋盘(defective chessboard)是一个有2^k×2^k(k>=1)个方格的棋盘,其中恰有1个方格残缺, 其中残缺的方格用阴影(0)表示。 这样的棋盘称作“三格板”(triominoes),残缺棋盘问题就是用这4种三格板覆盖更大的残缺棋盘。在覆盖中要求: 两个三格板不能重叠。 三格板不能覆盖残缺方格,但必须覆盖其他所有的方格。 在这种限制条件下,所需要的三格板总数为(2^k×2^k-1)/3-Incomplete chessboard (defect
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1424
    • 提供者:孙嘉嘉
  1. theLeastCover

    0下载:
  2. 在8×8的国际象棋棋盘上,如果在某些位置放置若干个马之后,使整个棋盘中任意空位置上所放置的棋子均能被这些马吃掉,则把这组放置的棋子称为一个满覆盖。求解一个最小满覆盖-On 88 chess board, if placed after several horses at certain locations, so that the whole board to any empty position on the placed pieces can be eaten by the horses,
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:816
    • 提供者:刘叶
  1. haadaaqe

    0下载:
  2. 盘覆盖问题:在一个2k×2k 个方格组成的棋盘中,恰有一个方格与其它方格不同,称该方格为一特殊方格,且称该棋盘为一特殊棋盘()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:ELO!34551
  1. clhability_programs

    0下载:
  2. 设B是一个n×n棋盘,n 2k,(k 1,2,3,…),用分治法设计一个算法,使得:用若干个L型条块可以覆盖住B的除一个特殊方()
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-11
    • 文件大小:7168
    • 提供者:hitlcry
  1. cbiphic__direction__signature

    0下载:
  2. 设B是一个n×n棋盘,n 2k,(k 1,2,3,…),用分治法设计一个算法,使得:用若干个L型条块可以覆盖住B的除一个特殊方()
  3. 所属分类:数据挖掘

    • 发布日期:2018-04-21
    • 文件大小:7168
    • 提供者:vbnwycn
  1. 第1题

    0下载:
  2. 残缺棋盘游戏问题;所谓残缺棋盘是指有一个格子残缺的棋盘。例如: 所谓三格板是指缺一个格子的2*2的棋盘。 给定一个2n*2n的残缺棋盘,问如何放置三格板,使得除残缺格外,棋盘中其他格子都被三格板覆盖,并且放置的三格板互不重叠。(The so-called three lattices are the 2*2 chessboards that are missing a lattice. Given the incomplete
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:463872
    • 提供者:剑姬2
« 1 2 ... 5 6 7 8 9 1011 »
搜珍网 www.dssz.com