题目如下:
gas station has to be built at such a location that the minimum distance between the station and any of the residential housing is as far away as possible. However it must guarantee that...
分类:
其他好文 时间:
2015-08-06 17:00:12
阅读次数:
144
原文 Dan Robinson has been worried all week. Last Tuesday he received a letter from the local police. In the letter he was asked to call at the station. Dan wondered why he was wanted by the police...
分类:
其他好文 时间:
2015-08-06 15:20:59
阅读次数:
148
There are N gas stations along a circular route, where the amount of gas at station i is gas[i].
You have a car with an unlimited gas tank and it costs cost[i] of gas to travel
from station i to ...
分类:
其他好文 时间:
2015-08-06 11:15:43
阅读次数:
135
Problem DescriptionAs we all know the Train Problem I, the boss of the Ignatius Train Station want to know if all the trains come in strict-increasing...
分类:
其他好文 时间:
2015-08-05 18:08:30
阅读次数:
148
默认的Station下是没有Home节点的,那么,这个Home节点是怎么添加上去的呢?注意Home后面的描述(Description):“Navigation tree defined by nav file”,由nav文件定义。每个用户都可以定义nav文件,但Home节点的只有在admin用户配置...
分类:
其他好文 时间:
2015-08-05 10:23:33
阅读次数:
147
题目:
There are N gas stations along a circular route, where the amount of gas at station i is gas[i].
You have a car with an unlimited gas tank and it costs cost[i] of gas to travel from statio...
分类:
编程语言 时间:
2015-08-01 22:01:59
阅读次数:
188
无线网卡RT3070模块,实现开发板无线上网以及路由器功能
_________________________________
主机操作系统:Centos 6.5
交叉编译器环境:arm-linux-gcc-4.5.4
开发板平台: FL2440
Linux内核版本: 3.0
作者:songyong
_________________________________
RT3070的工作模式分为 STA(station)模式、SoftAP(Acces...
分类:
其他好文 时间:
2015-07-31 10:32:20
阅读次数:
1194
题目链接:http://poj.org/problem?id=2031n个球型的cell,如果任意两个球表面没有接触或者没有包含关系,就选择最近的表面建立通道;所以用maps[i][j]表示i,j之间的距离;注意:poj上:对于双精度输出,G++上面要用%f,C++则用%lf,否则WA#includ...
分类:
其他好文 时间:
2015-07-27 18:21:25
阅读次数:
98
空间站是有一些球状的房间组成的,现在有一些房间但是没有相互连接,你需要设计一些走廊使他们都相通,当然,有些房间可能会有重合(很神奇的样子,重合距离是0),你需要设计出来最短的走廊使所有的点都连接。分析:因为给的都是点的坐标,所以构图的时候会有一些麻烦,不过也仅此而已。。。**************...
分类:
其他好文 时间:
2015-07-24 20:30:54
阅读次数:
101
There are N gas stations along a circular route, where the amount of gas at station i is gas[i].You have a car with an unlimited gas tank and it costs cost[i] of gas to travel from station i to its nex...
分类:
其他好文 时间:
2015-07-22 21:01:26
阅读次数:
217