2008年10月31日

八皇后问题(递归版)

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/** * @author phinecos * @since 2008/10/31 */ class EightQueen { static final int MAXSIZE = 8;... 阅读全文

posted @ 2008-10-31 16:30 Phinecos(洞庭散人) 阅读(873) 评论(0) 推荐(0) 编辑

ZOJ1090 The Circumference of the Circle

摘要: 计算几何题,使用的数学公式参考http://topic.csdn.net/t/20050329/22/3892541.html Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->#include #include #incl... 阅读全文

posted @ 2008-10-31 10:20 Phinecos(洞庭散人) 阅读(543) 评论(0) 推荐(0) 编辑

导航