算法
maplele20
这个作者很懒,什么都没留下…
展开
-
插花问题的“动态规划法”算法
// Layout.cpp : Defines the entry point for the console application. /* 作者:成晓旭 时间:2001年10月11日(11:35:38-12:35:00) 内容:完成插花问题的“动态规划法”算法及注解 */ #include "stdafx.h" #include "string.h" #define MAX转载 2008-03-04 15:47:00 · 1369 阅读 · 0 评论 -
“皇后”问题的回溯算法
//国际象棋“皇后”问题处理头文件resizeImage(http://images.wangchao.net.cn/images/upload/images/lsdn/1191189696411.png,image1)//国际象棋“皇后”问题的回溯算法resizeImage(http://images.wangchao.net.cn/images/upload/ima转载 2008-03-04 15:47:00 · 871 阅读 · 0 评论