Description When a radio station is broadcasting over a very large area, repeaters are used to retransmit the signal so that every receiver has a stro ...
分类:
其他好文 时间:
2016-06-12 20:25:23
阅读次数:
150
题目链接:https://leetcode.com/problems/gas-station/
题目:
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 an...
分类:
其他好文 时间:
2016-05-30 14:53:32
阅读次数:
130
以Floyd解法为主的练习题六道 ZOJ2027-Travelling Fee POJ2253-Frogger POJ2472-106 miles to Chicago POJ1125-Stockbroker Grapevine POJ1603-Risk POJ2607-Fire Station 这 ...
分类:
其他好文 时间:
2016-05-16 23:16:46
阅读次数:
260
linux下汇编语言采用的是AT&T语法,可使用GNU工具,包括汇编器gas,连接器ld,编译器gcc,调试器gdb或kdbg,objdump的反汇编功能,简档器gprof。以简单的例子分别对每个工具在汇编语言开发中的用法进行简单说明。
这些工具都要在linux环境下使用,先建立linux的开发环境,可参考文章“windows7 64位系统安装VMware Centos 64位系统搭建开发环境”...
分类:
编程语言 时间:
2016-05-12 20:34:28
阅读次数:
323
如何编译ffmpeg使用大牛编写的自动化脚本 脚本地址: https://gist.github.com/m1entus/6983547 运行这个脚本需要依赖一个库Perl写的脚本,搜了一下网上目前编译FFmpeg库的帖子基本都会提到这个脚本,脚本地址如下: https://github.com/mansr/gas-preprocessor。 下载完这两个脚本后,编译FFmpeg库的准备工作就...
分类:
移动开发 时间:
2016-05-12 18:58:41
阅读次数:
212
在海量数据的环境下,不可避免的会碰到join需求, 例如在数据分析时需要连接从不同的数据源中获取到数据。
假设有两个数据集:气象站数据库和天气记录数据库,并考虑如何合二为一。
一个典型的查询是:输出气象站的历史信息,同时各行记录也包含气象站的元数据信息。
气象站和天气记录的示例数据分别如下所示:
Station ID Station Name
011...
分类:
编程语言 时间:
2016-05-12 12:36:18
阅读次数:
125
Mobile phones
Time Limit: 5000MS
Memory Limit: 65536K
Total Submissions: 17661
Accepted: 8173
Description
Suppose that the fourth generation mobile phone base station...
分类:
编程语言 时间:
2016-05-07 10:14:46
阅读次数:
209
DescriptionRunning a taxi station is not all that simple. Apart from the obvious demand for a centralised coordination of the cabs in order to pick up the customers calling to get a cab as soon as poss...
分类:
其他好文 时间:
2016-05-07 09:25:40
阅读次数:
144