转载自:http://www.codeceo.com/article/web-artch-road.html前言一个成熟的大型网站(如淘宝、京东等)的系统架构并不是开始设计就具备完整的高性能、高可用、安全等特性,它总是随着用户量的增加,业务功能的扩展逐渐演变完善的,在这个过程中,开发模式、技术架构、...
分类:
Web程序 时间:
2015-09-16 19:41:41
阅读次数:
196
原题链接:http://acm.hdu.edu.cn/showproblem.php?pid=4081Qin Shi Huang's National Road SystemTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768...
分类:
其他好文 时间:
2015-09-15 13:03:20
阅读次数:
191
DescriptionA network of m roads connects N cities (numbered from 1 to N). There may be more than one road connecting one city with another. Some of th...
分类:
其他好文 时间:
2015-09-13 23:04:18
阅读次数:
286
A. POJ 1679 The Unique MST题意:最小生成树是不是唯一的。思路:参考http://www.cnblogs.com/onlyAzha/p/4793031.htmlB. HDU 4081 Qin Shi Huang's National Road System题意:秦始皇想要在城...
分类:
其他好文 时间:
2015-09-11 20:44:34
阅读次数:
158
H. MilestonesTime Limit: 1 SecMemory Limit: 256 MB题目连接http://codeforces.com/gym/100114DescriptionThe longest road of the Fairy Kingdom has n milestone...
分类:
编程语言 时间:
2015-09-03 20:19:57
阅读次数:
186
DescriptionA straight dirt road connects two fields on FJ's farm, but it changes elevation more than FJ would like. His cows do not mind climbing up o...
分类:
其他好文 时间:
2015-09-02 20:38:36
阅读次数:
246
1. 意大利灵魂慢摇DJ
2. Matthew Lien—Bressanone 布列瑟农
3. The Road Not Taken——高珊
4. Scarborough
Fair(斯卡布罗集市)
5. エンディング-
世界の約束 ~ 人生のメリーゴーランド
6. 天空之城
7.cool whispers
8. luv letter...
分类:
其他好文 时间:
2015-08-31 19:37:02
阅读次数:
125
Dakar Rally
Time Limit: 2 Seconds
Memory Limit: 65536 KB
Description
The Dakar Rally is an annual Dakar Series rally raid type of off-road race, organized by the Amaury Sport Organiza...
分类:
其他好文 时间:
2015-08-30 23:07:59
阅读次数:
353
水题,Dijkstra
#include
#include
#define maxn 1010
using namespace std;
int n,sx,sy;
double vaule[maxn][maxn];
int visit[maxn];
void init()
{
}
void input()
{
for(int i=1;i<=n;i++)
{
for(int j=1;...
分类:
其他好文 时间:
2015-08-27 18:54:14
阅读次数:
120
find the safest road
Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 9517 Accepted Submission(s): 3365
Problem Description...
分类:
其他好文 时间:
2015-08-27 15:31:17
阅读次数:
198