Secret agent Maria was sent to Algorithms City to carry out an especially dangerous mission. After
several thrilling events we find her in the first station of Algorithms City Metro, examining the ti...
分类:
其他好文 时间:
2015-08-07 11:16:34
阅读次数:
130
题目如下:
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
第二天总结学习内容:寄存器(eflags,IDTR,GDTR,CR0),bootsect应用的相关知识及其流程,gdt实验:实践boot相关功能,移动位置,加载扇区,建立gdt以及idt,进入实模式,跳转到gas编译的head第一条语句总结:1,理论bootsect到setup a,被加载...
分类:
其他好文 时间:
2015-08-01 00:49:12
阅读次数:
221
无线网卡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