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

搜索资源列表

  1. ChessBoard

    0下载:
  2. 算法分析与设计中用分治法解决棋盘覆盖问题。-Algorithm Analysis and Design using divide and conquer to solve the problem the board cover.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:2232772
    • 提供者:草人
  1. ChessBoard

    0下载:
  2. 完美的棋盘覆盖程序,界面很漂亮!!可以自动覆盖,也可以手动单步执行,自动覆盖可以自己设定覆盖间隔。-Perfect board cover procedures, the interface is very beautiful! ! Automatically covered, or you can manually step by step, auto coverage interval can be set for cover.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-30
    • 文件大小:68061
    • 提供者:wmquan
  1. ChessBoard.java.Advanced.Code

    0下载:
  2. ChessBoard.java高级开发代码ChessBoard.java Advanced Development Code -ChessBoard.java Advanced Development Code
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:12300
    • 提供者:o
  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

    0下载:
  2. Construct a regular pattern (chessboard) by giving the width and height of the chessboard and of the square inside of it.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:169039
    • 提供者:mariaandreea5
  1. defective-chessboard-

    0下载:
  2. 用c++编的残缺棋盘程序,同学的,用来交流一下。-C++ compiled with incomplete chessboard program, students, to exchange it.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-01
    • 文件大小:536
    • 提供者:
  1. chessBoard

    0下载:
  2. 实现图形化的棋盘覆盖问题。用VC++实现的一个小程序。-Implement graphical chessboard coverage problems.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-16
    • 文件大小:246695
    • 提供者:苏宁
  1. ChessBoard

    0下载:
  2. VC++实现的算法分析上的棋盘覆盖程序 喜欢Windows编程的朋友可以下载-VC++ ChessBoard
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:35969
    • 提供者:王文波
  1. chessboard-distance

    0下载:
  2. 一道poj上的问题的解答,棋盘上的距离问题。即实现棋盘上从一个点移动到王,后,兵之间最短步数的解答。-A poj answers to your questions on the chessboard distance problem. That is, move from one point to the king on the board, after the shortest number of steps between the soldiers answer.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:10371
    • 提供者:yangliu
  1. ChessBoard

    0下载:
  2. 大学期间的棋盘覆盖算法,采用分治策略,拥有图形界面。-University during the chessboard covering algorithm using a divide-and-conquer strategy, has a graphical interface.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-10
    • 文件大小:7679
    • 提供者:遮天
  1. ChessBoard

    0下载:
  2. 算法设计中的棋盘覆盖 输出覆盖后的矩阵-The chessboard coverage algorithm design output coverage matrix
  3. 所属分类:Console

    • 发布日期:
    • 文件大小:261024
    • 提供者:姚益民
  1. The-chessboard-coverage

    0下载:
  2. 解决经典的棋盘覆盖问题,利用四种情况描述期盼覆盖的问题-The chessboard coverage
  3. 所属分类:Java Develop

    • 发布日期:2017-12-04
    • 文件大小:10823
    • 提供者:路郁
  1. ChessBoard

    0下载:
  2. 有个一特殊方格的棋盘覆盖问题,可以用4种不同形态的L型骨牌覆盖棋盘。-There is a special box at the chessboard coverage problem, you can use four different forms of L-type domino cover board.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3977
    • 提供者:laogao4
  1. chessBoard

    0下载:
  2. 棋盘覆盖问题:在一个2^k*2^k个方格组成的棋盘中用4种不同形态的L型骨牌覆盖一个给定的特殊棋盘上除特殊方格以外的所有方格,且任何2个L型骨牌不得重叠覆盖-Board cover: a chessboard 2 ^ k* 2 ^ k squares composed using four kinds of different forms of an L-type domino covering all given special squares on the board except for
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:1092
    • 提供者:彭冬霞
  1. chessboard-coverage-of-c-code

    0下载:
  2. 利用分治策略对棋盘覆盖问题进行求解,用c语言来实现。-Using divide and conquer strategy chessboard coverage of c code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:705
    • 提供者:lyz
  1. chessboard

    0下载:
  2. this is opengl code to show chessboard.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-27
    • 文件大小:84109
    • 提供者:su
  1. Chessboard-coverage

    0下载:
  2. 在一个2k x 2k ( 即:2^k x 2^k )个方格组成的棋盘中,恰有一个方格与其他方格不同,称该方格为一特殊方格,且称该棋盘为一特殊棋在棋盘覆盖问题中,要用4种不同形态的L型骨牌覆盖给定的特殊棋盘上除特殊方格以外的所有方格,且任何2个L型骨牌不得重叠覆盖。-Chessboard coverage
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:277468
    • 提供者:Tom chen
  1. defective-chessboard-

    0下载:
  2. 用c++编的残缺棋盘程序,同学的,用来交流一下。-C++ compiled with incomplete chessboard program, students, to exchange it.
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:581
    • 提供者:tocont
  1. defective-chessboard-

    0下载:
  2. 用c++编的残缺棋盘程序,同学的,用来交流一下。-C++ compiled with incomplete chessboard program, students, to exchange it.
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:697
    • 提供者:ientists
  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 23 4 5 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com