-
-
bc_mfc.rar
使用Binomial Cofficient的演算法,並以Divide-and-Conquer以及Dynamic Programming的方式來實作,並以比例尺來做比較
-
ChessboardCover.rar
Chessboard Cover,On a chessboard,only one square is different, called specific.Use the Divide-and-Conquer methods to solve the Chessboard Cover Problem.
-
contourss.rar
A divide and conquer deformable contour method.学习snake模型的好书。
-
dye-Divide-and-conquer.rar
... the problem into a number of subproblems that are themselves smaller instances of the same type of problem.
Conquer:
Recursively solving these subproblems. If the subproblems are small enough, solve them straightforward.
Combine:
the solutions to ...
-
-
-
-
-
-
-