搜索资源列表
chesscover
- 此程序是关于算法设计与分析中的棋盘覆盖问题,采用分治策略实现的。-on algorithm design and analysis covering the chessboard, using the divide and conquer strategy to achieve.
qipanfugai
- 该程序是算法分析与设计中的棋盘覆盖算法,C++环境下编写
qipan
- 棋盘覆盖问题.用分治法设计L型组件填图问题的算法
qipanfugai
- 算法分析之棋盘覆盖问题(上机作业) c#图形界面-Algorithm analysis covering the board
Boardcover
- 棋盘覆盖是算法分析中常用的一个例子,本代码是用c#语言来实现棋盘覆盖算法。-This code is used to achieve the c# language chessboard covering algorithm.
ChessMulch
- 棋盘覆盖问题,用分治法算法求解的一个例子。-Cover board with sub-algorithm treatment of a case in point.
GUO
- 棋盘覆盖算法演示,一个小程序,用TC开发,希望能为有需要的朋友带来帮助!-The checkerboard cover algorithm demonstration, a scr ipt, develops with TC, hoped that can have the need friend to bring the help!
chesscovered
- 经典算法棋盘覆盖的C++语言实现。一个小小的算法,矩阵数组为100*100,超过后会溢出。-Classical algorithm board cover C++ language. A small algorithm, matrix array of 100* 100, more than after overflow.
Chess
- 用Visual C++6.0实现棋盘覆盖分治算法-Using Visual C++6.0 partition algorithm to achieve the board cover
ComBox
- 用vc实现 棋盘覆盖 利用的是分治算法 对学些算法设计的初学者很有帮助-Achieved with the vc board cover use of the partition algorithm to algorithm design for beginners to learn helpful
ChessBoardCoverGameFrame
- java棋盘覆盖实现演示程序,算法分析与设计经典例题-java demo board to achieve coverage
ChessBoard
- MFC的棋盘覆盖问题,算法分析与设计的例题,实习的典型范例-MFC-board cover problem, algorithm analysis and design example, a typical example of practice
chessboard
- 采用分治算法完成棋盘覆盖问题的求解,用C#完成了棋盘覆盖的界面显示。-Using divide and conquer algorithm to complete the board covering problem solving, finished with C# interface display board covered.
qipanfugai
- 使用MFC实现棋盘覆盖的演示,基本控件结合算法-Use MFC to cover the demonstration board, combined with the basic control algorithm
ChessBoard
- VC++实现的算法分析上的棋盘覆盖程序 喜欢Windows编程的朋友可以下载-VC++ ChessBoard
ChessBoard
- 算法设计中的棋盘覆盖 输出覆盖后的矩阵-The chessboard coverage algorithm design output coverage matrix
ChessBoard-V4.011
- VS2008编译器,MFC,棋盘覆盖算法的界面演示,双缓冲贴图-VS2008 compiler, MFC, chessboard covering algorithm interface presentation, double buffering maps
ChessBoard-V4.02
- Microsoft Visual Studio 2008 实现功能:棋盘覆盖算法的图形展示。 涉及知识:定时器、STL、基本MFC画图API、双缓冲DC-Microsoft Visual Studio 2008 Functions: checkerboard cover graphics algorithms show. Involving knowledge: Timer, STL, MFC basic drawing API, double buffering DC
fillChessboard
- 用分治策略解决棋盘问题的一个简捷的算法。(A simple algorithm for solving chessboard problem using divide and conquer strategy.)
数据结构与算法课程设计
- 在国际象棋中实现极小满覆盖,从而达到用最少的棋子能吃掉棋盘内所有格子,但任意拿掉一个棋子,就不能实现上述功能(Minimal Full-belly Coverage in Chess)