题目传送门 1 2题意:有向图,所有点先走到x点,在从x点返回,问其中最大的某点最短路程分析:对图正反都跑一次最短路,开两个数组记录x到其余点的距离,这样就能求出来的最短路以及回去的最短路.POJ 3268//#include #include #include #include #include ...
分类:
其他好文 时间:
2015-11-27 21:55:04
阅读次数:
253
getFactory('silver');//让工厂制造一个推荐产品$product = $factory->create('Commendatory');//可以看到是白银会员的推荐商品echo $product->descri;?>
分类:
其他好文 时间:
2015-11-24 09:45:10
阅读次数:
134
关键字struct能定义各种类型的变量集合,称为结构(structure),并把它们视为一个单元。1.struct的简单例子下面是一个struct的简单的声明例子:struct horse{int age;int height;} Silver;这个例子声明了一个结构horse。horse不是一个变...
分类:
其他好文 时间:
2015-11-18 12:25:44
阅读次数:
129
Part 1 No Silver Bullet - Essence and Accidents of Software Engineering软件工程中没用通用的方法或者技术让软件工程在短时间内快速进步,这一点其实我也没有很明确的概念。其实近几年的敏捷开发框架,mvc结构,rest风格,这些的出现都...
分类:
其他好文 时间:
2015-11-16 00:45:50
阅读次数:
207
The visitors poured through the castle gates in a river of gold and silver and polished steel, three hundred strong, a pride of bannermen and knights,...
分类:
其他好文 时间:
2015-11-15 14:47:37
阅读次数:
182
首先谈一谈对这几篇文章的理解吧。银色子弹:在软件工程开发中,银弹指的是一种能够迅速并且有效提高软件工程实现效率的方法。听起来这个概念很美好,但是在No Silver Bullet: Essence and Accidents of Software Engineering一文中,作者指出所谓的银弹是...
分类:
其他好文 时间:
2015-11-15 00:58:01
阅读次数:
374
一、NoSilver Bullet - Essence and Accidents of Software Engineering-Brooks二、There Is a Silver Bullet – Brad J Cox三、big ball of mud四、CatB – Cathedral and...
分类:
其他好文 时间:
2015-11-14 23:19:21
阅读次数:
220
IBM大型机之父佛瑞德·布鲁克斯(Frederick P. Brooks, Jr.)在1986年发表的一篇关于软件工程的经典论文,便以《没有银弹:软件工程的本质性与附属性工作》(No Silver Bullet — Essence and Accidents of Software Engineer...
分类:
其他好文 时间:
2015-11-14 18:03:19
阅读次数:
265
开发体验心得总结Part One 阅读总结【No Silver Bullet: Essence and Accidents of Software Engineering】本文介绍了软件开发的要点以及开发过程中将碰到的问题,目的在于说明在软件开发中没有“银弹”,也就是没有解决一切问题的绝对武器。【T...
分类:
其他好文 时间:
2015-11-14 01:01:51
阅读次数:
208
0x1 No Silver Bullet1 There is no royal road, but there is a road软件工程缺乏一剂良药,在硬件成本随着发展速度快速下降的同时,软件工程的成本并没有出现明显的下降,然而,随着软件工程持续的、坚持不懈的发展,软件工程正在发生着重量级的变化。...
分类:
其他好文 时间:
2015-11-13 20:39:05
阅读次数:
255