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

搜索资源列表

  1. chess_cover

    0下载:
  2. 分治法解决棋盘覆盖问题。使用C#,可自定义棋盘大小。每个棋盘用若干L型块覆盖-Divide and conquer method to solve the coverage problem board. Using C#, customizable board size. Each board covered with a number of L-block
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-04
    • 文件大小:61400
    • 提供者:zzzz
  1. chessboard

    0下载:
  2. 采用分治算法完成棋盘覆盖问题的求解,用C#完成了棋盘覆盖的界面显示。-Using divide and conquer algorithm to complete the board covering problem solving, finished with C# interface display board covered.
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:60800
    • 提供者:李新乐
  1. Board-covering-issues

    0下载:
  2. 棋盘覆盖问题的算法设计,从而求出需要三角板的个数-Board covering issues of algorithm design, and thus find the required number of triangle
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:887883
    • 提供者:wendy
  1. ChessBoard

    0下载:
  2. 用c++算法实现了棋盘覆盖,任意选择一个方格作为特殊方格,可以用四种不同形状的L型骨牌覆盖其余方格。用CodeBlocks开发实现。-In c++ algorithm to realize the cover board, choose a square as a special box, can use four different shapes of L domino cover the rest of the box. With the development CodeBlocks rea
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:260357
    • 提供者:pu
  1. qipanfugai

    1下载:
  2. 使用MFC实现棋盘覆盖的演示,基本控件结合算法-Use MFC to cover the demonstration board, combined with the basic control algorithm
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-19
    • 文件大小:5365836
    • 提供者:刘欢
  1. BOARD

    0下载:
  2. 在一个2^k×2^k (k≥0)个方格组成的棋盘中,恰有一个方格与其他方格不同,称该方格为特殊方格。棋盘覆盖问题要求用图(b)所示的4种不同形状的L型骨牌覆盖给定棋盘上除特殊方格以外的所有方格,且任何2个L型骨牌不得重叠覆盖。-In a 2 ^ k × 2 ^ k (k ≥ 0) the composition of the board in a box, just a different box with other boxes, saying that the box is a specia
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:641
    • 提供者:鹰隼
  1. chessBoard

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

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

    0下载:
  2. java实现的棋盘覆盖算法,带有图形界面,可用于教学。-java apply for chess-cover
  3. 所属分类:Games

    • 发布日期:2017-04-01
    • 文件大小:1592
    • 提供者:
  1. Board-covering-algorithm

    0下载:
  2. 棋盘覆盖算法,分治法,使用Microsoft Visual Studio 2010编写,控制台程序-Board covering algorithm, divide and conquer method, using Microsoft Visual Studio 2010 written in console application
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:918930
    • 提供者:guan
  1. qipanfugai_CPP

    0下载:
  2. 用C++编写的棋盘覆盖问题的解决,其中有非常清楚的注释,帮助学习者了解分治法在类似问题中的应用-Board cover solution written in C++, which has a very clear comments to help students understand the divide and conquer those problems
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-06
    • 文件大小:1045
    • 提供者:pfid
  1. qipanfugai_matlab

    0下载:
  2. 用matlab编写的棋盘覆盖问题的解决,有清楚的注释,帮助学习者了解分治法在类似问题中的应用-Matlab prepared by the board covering problems, clear notes, to help students understand the divide and conquer similar problems
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-10
    • 文件大小:1028
    • 提供者:pfid
  1. chess

    0下载:
  2. 棋盘覆盖 算法设计作业,完整版 供大家参考,有什么问题请改正-Cover board Board cover algorithm design Cover board algorithm design the full version
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-16
    • 文件大小:280385
    • 提供者:星晴
  1. Ldomino

    0下载:
  2. L型骨牌是用VC++实现的,在一个2的k次幂乘以2的k次幂个方格组成的棋盘中,恰有一个方格与其他方格不同,称该方格为一特殊方格,且称该棋盘为一特殊棋盘.在棋盘覆盖问题中,用四种不同形态的L型骨牌覆盖给定的特殊棋盘上除特殊方格以外的所有方格. -Ldomino is using vc++ to achieve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-24
    • 文件大小:7802926
    • 提供者:熊伟
  1. TestChessCover

    0下载:
  2. 棋盘覆盖代码,包括界面设计,虽然有点不好,但还行-Board code coverage, including interface design, though a bit bad, but okay
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-11
    • 文件大小:1492
    • 提供者:jack
  1. ChessBoard

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

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

    0下载:
  2. 在visual c++6.0环境下实现使用L形骨牌进行棋盘覆盖问题。-In visual c++ 6.0 environment using the L-shaped dominoes board cover.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:14121
    • 提供者:weareonenow
  1. Chess

    0下载:
  2. L型棋盘覆盖,算法设计递归算法,界面动态显示覆盖过程-L型棋盘覆盖,算法设计递归算法,界面动态显示覆盖过程 Allow phonetic typingType text or a website address or translate a document. Cancel L xíng qípán fùgài, suànfǎ shèjì dìguī suànfǎ, jièmiàn dòngtài xiǎnshì fùgài guòchéngEnglishChinese (Simpl
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1698
    • 提供者:jyy
  1. MianChess

    0下载:
  2. 棋盘覆盖,可以自己设定棋盘的大小,用四种不同的骨牌进行覆盖-Chess Cover
  3. 所属分类:Games

    • 发布日期:2017-04-07
    • 文件大小:16676
    • 提供者:王绵绵
  1. qipan

    0下载:
  2. 棋盘覆盖问题代码 Board cover problem code Board cover problem code -Board cover problem code Board cover problem codeBoard cover problem codeBoard cover problem code
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-23
    • 文件大小:74991
    • 提供者:kong
  1. Myframe.class

    0下载:
  2. 棋盘覆盖(有界面效果),分治算法,界面还行-Board cover (interface effect), divide and conquer algorithm, the interface line
  3. 所属分类:JavaScript

    • 发布日期:2017-04-10
    • 文件大小:1386
    • 提供者:史培培
« 1 2 3 4 5 67 8 9 10 11 »
搜珍网 www.dssz.com