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

搜索资源列表

  1. cover

    0下载:
  2. 典型的棋盘覆盖算法。具有研究和学习经典算法的作用,可直接运行处结果。-a typical method of qi pan cover. This is the code can be calculate rightly and safely. And it has a sence of reserching.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:6708
    • 提供者:moon
  1. ChessBord

    0下载:
  2. 棋盘覆盖算法实现-Board covering algorithm. . . . . . . . . . . . .
  3. 所属分类:Games

    • 发布日期:2017-04-06
    • 文件大小:580
    • 提供者:jim
  1. Chess

    0下载:
  2. 算法 棋盘覆盖算法 实现 呵呵 很简单的-Algorithm board covering a very simple algorithm Ha ha
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-06
    • 文件大小:30284
    • 提供者:林常来
  1. fenzhi_src

    0下载:
  2. 棋盘覆盖问题 设一个n*n棋盘,n=2k,用L 型条块覆盖棋盘中除一个指定方格外的所有方格,每个L型条块可恰好覆盖3 个方格。 实验内容:设计分治算法实现棋盘覆盖,要求图形化。-Board covering the establishment of a n* n chessboard, n = 2k, with the L-slice coverage for a specified board, in addition to all the extra square grid, eac
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:12663
    • 提供者:yongyong
  1. qipanfugai

    0下载:
  2. 棋盘覆盖,能够实现不重复比赛排序问题,快速完成比赛表-Board cover, can be achieved not repeat game scheduling, game table quickly
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:725
    • 提供者:刘帅
  1. ComBox

    0下载:
  2. 用vc实现 棋盘覆盖 利用的是分治算法 对学些算法设计的初学者很有帮助-Achieved with the vc board cover use of the partition algorithm to algorithm design for beginners to learn helpful
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-15
    • 文件大小:3686203
    • 提供者:小辫子
  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. qipanfugai

    0下载:
  2. 棋盘覆盖 有一特殊格和若干骨型 在规定区域用其他骨型将区域填满 而特殊格位置固定-Board covered with a special type of bone cell and a number of areas in the provision of regional use of other types of bone cells fill the position of special fixed
  3. 所属分类:Other windows programs

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

    0下载:
  2. 分治法解决棋盘覆盖问题,采用MFC界面实现棋盘覆盖问题的直观描述-Divide and conquer method to solve the coverage problem board, using MFC interface to achieve a visual descr iption of the board covering problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:5494734
    • 提供者:anyi
  1. chessboard

    0下载:
  2. 用C++语言实现棋盘覆盖分治算法 在一个2k×2k 个方格组成的棋盘中,恰有一个方格与其它方格不同,称该方格为一特殊方格,且称该棋盘为一特殊棋盘。在棋盘覆盖问题中,要用4种不同形态的L型骨牌覆盖给定的特殊棋盘上除特殊方格以外的所有方格-C++ language with the board divided coverage of a 2k × 2k Algorithm in the composition of the board of squares, just a different box
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1430
    • 提供者:kyc
  1. TP_ChessBoard

    0下载:
  2. 棋盘覆盖程序 自己编写的VC++程序,可以看到覆盖的过程-ChessBoard
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:188139
    • 提供者:taopeng
  1. java

    0下载:
  2. 棋盘覆盖,合并排序,快速排序 算法设计与分析 王晓东-Board cover, merge sort, quick sort algorithm design and analysis Xiaodong
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:13053
    • 提供者:zhang99092
  1. 1

    0下载:
  2. 利用分治原理解决棋盘覆盖问题,利用深度搜索填充棋盘-Using the principle of partition board cover problem solving, the use of depth of search fill board
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1957762
    • 提供者:刘家贤
  1. Tromino1

    0下载:
  2. tromino问题,棋盘覆盖,算法中的分治法-tromino problems, board cover, divide and conquer algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:765
    • 提供者:
  1. ChessBoardCoverGameFrame

    0下载:
  2. java棋盘覆盖实现演示程序,算法分析与设计经典例题-java demo board to achieve coverage
  3. 所属分类:GUI Develop

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

    0下载:
  2. MFC的棋盘覆盖问题,算法分析与设计的例题,实习的典型范例-MFC-board cover problem, algorithm analysis and design example, a typical example of practice
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-15
    • 文件大小:3753642
    • 提供者:yang
  1. greatgroup

    0下载:
  2. 最大团的分支限界法编程,棋盘覆盖问题c++编程-The largest group of branch and bound program, the board cover problem c++ programming
  3. 所属分类:Mathimatics-Numerical algorithms

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

    0下载:
  2. 用c#实现的棋盘覆盖源码可自定义棋盘大小-Achieved with the c# source code can be customized board cover board size
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:15089
    • 提供者:zcw
  1. lesson1-2

    0下载:
  2. 棋盘覆盖,算法分析,很有用的东西,大家一起来分享一下-Board covers, algorithm analysis, useful things, we share together
  3. 所属分类:Data structs

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

    0下载:
  2. 解决棋盘覆盖问题的源代码,算法书上的算法的具体实现-Solve the coverage problem of the source code of the board, the algorithm book a concrete realization of the algorithm
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-14
    • 文件大小:4602
    • 提供者:高强
« 1 2 3 45 6 7 8 9 »
搜珍网 www.dssz.com