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

搜索资源列表

  1. GUO

    0下载:
  2. 棋盘覆盖算法演示,一个小程序,用TC开发,希望能为有需要的朋友带来帮助!-The checkerboard cover algorithm demonstration, a scr ipt, develops with TC, hoped that can have the need friend to bring the help!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:552
    • 提供者:六点
  1. cover_chessboard

    0下载:
  2. 本程序是以图形化,慢动作显示经典棋盘覆盖算法问题。-This procedure is based on graphical, slow-motion show the classic board covering algorithm problem.
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2429783
    • 提供者:cjihhom
  1. ChessBoardAlgorithm

    0下载:
  2. 该程序为棋盘覆盖程序,显示16行16列棋盘数据,用户可直接将源码导入Visual C++环境中编译运行。-The program covers procedures for the board to show 16 rows 16 board data, users can directly source code into Visual C++ compiler environment to run.
  3. 所属分类:Mathimatics-Numerical algorithms

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

    0下载:
  2. 改程序是描述棋盘覆盖的问题,此方法效率较高,运行较好-Reform program is to describe the problem covered by the board, this method is more efficient and run better
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:89461
    • 提供者:张晶
  1. chessboard

    0下载:
  2. 改进后的棋盘覆盖问题的过程,简化了操作,简单易懂-The improved coverage of the process of the board, simplifying the operation, easy to understand
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:27397
    • 提供者:nvuip
  1. Chess

    0下载:
  2. 这是个棋盘覆盖的实现源码,不过不是很完善,大家试着改改吧~-This is a board covering the implementation source code, but not perfect, we try to change change it ~
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:130083
    • 提供者:贺晨
  1. pipanfugai

    0下载:
  2. 棋盘覆盖 源程序 编写不久 现在和大家分享下-C++
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:7466
    • 提供者:wujun
  1. Chess

    0下载:
  2. 用Visual C++6.0实现棋盘覆盖分治算法-Using Visual C++6.0 partition algorithm to achieve the board cover
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-15
    • 文件大小:3622652
    • 提供者:叶成峰
  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. Boardcover

    0下载:
  2. 棋盘覆盖 在一个2k×2k 个方格组成的棋盘中,恰有一个方格与其它方格不同,称该方格为一特殊方格,且称该棋盘为一特殊棋盘。在棋盘覆盖问题中,要用4种不同形态的L型骨牌覆盖给定的特殊棋盘上除特殊方格以外的所有方格,且任何2个L型骨牌不得重叠覆盖。-Board covered in a 2k × 2k a board consisting of squares, just a different box and other boxes, saying that the square is a spe
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:1612
    • 提供者:李觅
  1. chessbordcover(java)

    0下载:
  2. java语言,使用分治的思想,解决经典的棋盘覆盖的问题。-broad cover
  3. 所属分类:Java Develop

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

    0下载:
  2. java swing实现的棋盘覆盖 根据分解算法实现-Board covering algorithm
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-28
    • 文件大小:187121
    • 提供者:yearsaaaa123789
  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 2 3 45 6 7 8 9 10 11 »
搜珍网 www.dssz.com