Google Mesa的文章:https://research.google.com/pubs/pub42851.html https://gigaom.com/2014/08/07/google-shows-off-mesa-a-super-fast-data-warehouse-that-run...
分类:
其他好文 时间:
2015-01-25 22:30:59
阅读次数:
162
PHP serialize && unserialize Security Risk Research
分类:
Web程序 时间:
2015-01-22 21:31:21
阅读次数:
261
前不久,看了Yi Ma的演讲PPT,真的不错。有几句话,想和大家分享一下。
Research is not a profession, it is first a hobby!Research needs faith in there are always interesting new things
for you to discover!
Research is for anyo...
分类:
其他好文 时间:
2015-01-13 23:25:13
阅读次数:
371
Antenna Placement
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 6930
Accepted: 3439
Description
The Global Aerial Research Centre has been allotted the...
分类:
其他好文 时间:
2015-01-13 10:37:19
阅读次数:
159
计算机视觉领域的一些牛人博客,超有实力的研究机构等的网站链接(1)googleResearch; http://research.google.com/index.html(2)MIT博士,汤晓欧学生林达华; http://people.csail.mit.edu/dhlin/index.html(...
分类:
Web程序 时间:
2015-01-07 14:42:54
阅读次数:
270
开始 没看懂最后一句话,后来 发现不用去考虑不能匹配的情况,那么就是一个水题了。
#include
#include
char s[10000];
int main()
{
int n,i,j;
scanf("%d",&n);
getchar();
for(i=0;i<n;i++)
{
scanf("%s",s);
int ...
分类:
其他好文 时间:
2014-12-24 21:35:17
阅读次数:
229
451 Research发布了OpenStack的收入分析预测,指出OpenStack市场的收入规模2014年约8.83亿美元,2018年将增长至33亿 美元,年复合增长率高达40%。但是,如今市场上已经有数十家“OpenStack公司”,他们靠什么盈...
分类:
其他好文 时间:
2014-12-21 15:23:50
阅读次数:
181
先来BOA,搬自:http://www.cl.cam.ac.uk/research/dtg/attarchive/omniORB/doc/2.8/omniORB2/node6.htmlThe Basic Object Adaptor (BOA)This chapter describes the B...
分类:
其他好文 时间:
2014-12-17 12:24:21
阅读次数:
285
Hype Cycles ResearchAccess to research documents may vary based on your subscription.Toolkit: My Hype Cycle, 201426 September 2014This Toolkit enables...
分类:
其他好文 时间:
2014-12-16 22:23:06
阅读次数:
187
经典排序算法 - 珠排序Bead Sort
珠排序非常另类[地精也很另类],看完你就知道了,先介绍思路,再分解过程
这是它的英文论文 http://www.cs.auckland.ac.nz/~jaru003/research/publications/journals/beadsort.pdf
截图即从上边的论文里抓的屏
先了解一个概念,不然不容易理解,一个数字3用3个1来表示
一个数...
分类:
编程语言 时间:
2014-12-16 13:33:08
阅读次数:
205