搜索资源列表
填充棋盘
- 棋盘填充程序残缺棋盘的问题是:要求用三格板(triominoes)覆盖残缺棋盘(如图1-2所示)。在此覆盖中,两个三格板不能重叠,三格板不能覆盖残缺方格,但必须覆盖其他所有的方格。在这种限制条件下,所需要的三格板总数为(22k-1)/3。可以验证(22k-1)/3是一个整数。k为0的残缺棋盘很容易被覆盖,因为它没有非残缺的方格,用于覆盖的三格板的数目为0。当k=1时,正好存在3个非残缺的方格,并且这三个方格可用图1-2中的某一方向的三格
残缺棋盘程序
- 残缺棋盘是一个有2k´ 2k个方格的棋盘,其中恰有一个方格残缺,其中残缺的方格用阴影表示。-incomplete chessboard is a 2k
defective-chessboard
- 残缺棋盘(defective chessboard)问题设计,内附详细设计报告。-incomplete chessboard (defective chessboard) design problem, enclosing a detailed design report.
残缺棋盘
- 残缺棋盘(defective chessboard)-incomplete chessboard (defective chessboard)
棋盘覆盖问题
- 该程序实现对残缺棋盘覆盖问题的求解 采用方法:分治方法-the program right chessboard incomplete coverage of the methods used to solve : the administration
残缺棋盘报告
- 算法分析实验报告:残缺棋盘问题,简单易懂-algorithm analysis experiment : Incomplete chessboard, easily understood
残缺棋盘
- 残缺棋盘(defective chessboard)-incomplete chessboard (defective chessboard)
棋盘覆盖问题
- 该程序实现对残缺棋盘覆盖问题的求解 采用方法:分治方法-the program right chessboard incomplete coverage of the methods used to solve : the administration
残缺棋盘报告
- 算法分析实验报告:残缺棋盘问题,简单易懂-algorithm analysis experiment : Incomplete chessboard, easily understood
残缺棋盘程序
- 残缺棋盘是一个有2k´ 2k个方格的棋盘,其中恰有一个方格残缺,其中残缺的方格用阴影表示。-incomplete chessboard is a 2k
defective-chessboard
- 残缺棋盘(defective chessboard)问题设计,内附详细设计报告。-incomplete chessboard (defective chessboard) design problem, enclosing a detailed design report.
qpfg
- 残缺棋盘覆盖问题的VC源代码及完整的实验报告-chessboard incomplete coverage of the VC source code and complete experimental report
chest
- java编写的可调节棋盘大小的残缺棋盘覆盖演示程序-prepared by the board may adjust the size of incomplete coverage chessboard Demonstration Program
ChessBorad
- 本程序是用VC++编写的残缺棋盘,这是基于分治的思想,现利用一个数组将对应的残缺棋盘用L型排列好,再调用一个上色子程序将棋盘以图形方式用L型骨牌填充起来-this procedure is used to prepare the VC incomplete chessboard, it is based on the idea of partition, now the use of an array of corresponding
3.2
- 作品:算法设计课程作业 作者:陈兴 学号:J04120010 操作说明: 1、最长公共子序列: 用VC6.0打开文件以后输入一串数字,按“\”为结束,输出结果。 2、背包问题 用vc6.0打开文件以后按提示操作。 3、残缺棋盘问题 用vc6.0打开文件以后按提示操作。 4、(3.1和3.2还有3.3) 这个是课本82页的作业,基本实现了。其中3.2的算法时间复杂度不是nl
incomplete
- 对于残缺棋盘的图形演示,可以演示出是如何放入棋盘的-Defective chessboard graphics for presentations, can be a demonstration of how the board Add the
FILL
- 残缺棋盘的问题,利用了递归的思想,并利用MFC进行了图形界面的实现-Defective chessboard problems, use of recursive thinking, and make use of MFC for the realization of a graphical interface
VC++
- 残缺棋盘问题的VC++实现,用分而治之方法解决此问题-Defective chessboard problem VC++ Realize, using divide and conquer method to solve this problem
残缺棋盘 程序
- 本程序实现了残缺棋盘的功能,实验结果表明,可以实现(This program realizes the function of incomplete chessboard, and the experimental results show that it can be realized.)