- 博客(10)
- 资源 (18)
- 收藏
- 关注
原创 用一层循环实现的螺旋方阵
package topcoder;/* * 下面是一个5*5阶的螺旋方阵.试编程打印出此形式的n*n(n * 1 2 3 4 5 * 16 17 18 19 6 * 15 24 25 20 7 * 14 23 22 21 8 * 13 12 11 10 9 */public class screwSquare{ public static void main
2006-06-15 16:20:00 1751
原创 TopCoder--镜子反射路径问题.
矩阵中 ` 左斜的镜子\, / 为右斜的镜子/. 光路是 - | 和 + .自己运行一下看看吧!package topcoder;/* * Created on 2005-12-1 * @author Admin.zhouyuan */public class MirrorPath{ private int direction; // 向下走为0,向右走为1,向上
2006-06-15 16:18:00 1110
原创 TopCoder--2006年GOOGLE算法竞赛练习赛的题目第一题
package topcoder;// 这个程序是2006年TOPCODER的GOOGLE算法竞赛练习赛的题目第一题。// 详情请看以下网址http://www.topcoder.com/gcjc_zh/* * Created on 2005-11-24 * @author Admin.zhouyuan */class DrawLines{ public char[][] matrix;
2006-06-15 16:01:00 1544
原创 TopCoder--计算矩形的公有面积2
package topcoder;public class BoxUnion2{ int[][] intArray; int N; public int area(String[] rectangles) { N = rectangles.length; int area = 0; intArray = new int[re
2006-06-15 15:58:00 870
原创 TopCoder--计算矩形的公有面积
topcoder.BoxUnion Problem Statement NOTE: This problem statement contains an image that may not display properly if viewed outside of the applet. Given a list of two-dimens
2006-06-15 15:57:00 1028
原创 软件需求评审之道
摘要 本文介绍了软件需求评审失败的5个案例,提出对软件需求评审的实践具有指导意义的9个建议。关键词 需求评审,需求层次,阶段评审,检查单,评审流程 软件需求是软件开发的最重要的一个输入,需求风险也常常是软件开发过程中最大的一个风险,降低需求风险的一个重要手段就是需求评审,但是需求评审是所有的评审活动中最难的一个,也是最容易被忽视的一个评审。笔者曾经历过以下的几种失败的需求评审:案例一 某
2005-10-09 14:19:00 1935
原创 [技术摘抄] MySQL数据导入导出
在使用MySQL时,有时需要从数据库中导出数据,以便用在本地或其它的数据库系统之上,或者将现有数据导入MySQL数据库中。下面我们就来分析一下如何做MySQL数据库的结构和数据的导出和导入。导出要用到MySQL的mysqldump工具,基本用法是: shell> mysqldump [OPTIONS] database [tables] 如果不给定任何表,整个数据库将被导出。如果想
2005-10-09 10:32:00 751
Professional Android Application Development
2010-09-26
JAVA并发编程第二版:设置原则和模式 英文版
2010-09-15
jprofiler5.2.2
2010-05-07
eclipse_fatjar
2008-07-01
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人