上一页 1 ··· 256 257 258 259 260 261 262 263 264 ··· 271 下一页
摘要: Gartner is known for its huge influence on purchasing as well as an unequaled events business. Forrester Research benefits from Gartner's weaknesses. 阅读全文
posted @ 2016-12-26 11:03 bonelee 阅读(443) 评论(0) 推荐(0) 编辑
摘要: 1·Intel公司 Intel是生产CPU的老大哥,它占有大约80%的市场份额,Intel生产的CPU就成了事实上的x86CPU技术规范和标准。最新的酷睿2成为CPU的首选。 2·AMD公司 除了Intel公司外,最有力的挑战的就是AMD公司。AMD公司专门为计算机、通信和消费电子行业设计和制造各种 阅读全文
posted @ 2016-12-26 10:55 bonelee 阅读(3013) 评论(0) 推荐(0) 编辑
摘要: DAS(Direct Access Storage—直接连接存储)是指将存储设备通过SCSI接口或光纤通道直接连接到一台计算机上。NAS(Network Attached Storage网络连接存储)即将存储设备通过标准的网络拓扑结构(例如以太网),连接到一群计算机上。NAS是部件级的存储方法,它的 阅读全文
posted @ 2016-12-26 10:28 bonelee 阅读(1081) 评论(0) 推荐(0) 编辑
摘要: Given a non-empty array of numbers, a0, a1, a2, … , an-1, where 0 ≤ ai < 231. Find the maximum result of ai XOR aj, where 0 ≤ i, j < n. Could you do t 阅读全文
posted @ 2016-12-25 23:18 bonelee 阅读(377) 评论(0) 推荐(0) 编辑
摘要: The thief has found himself a new place for his thievery again. There is only one entrance to this area, called the "root." Besides the root, each hou 阅读全文
posted @ 2016-12-25 20:47 bonelee 阅读(319) 评论(0) 推荐(0) 编辑
摘要: Given four lists A, B, C, D of integer values, compute how many tuples (i, j, k, l) there are such that A[i] + B[j] + C[k] + D[l] is zero. To make pro 阅读全文
posted @ 2016-12-25 18:57 bonelee 阅读(1061) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.w3school.com.cn/css/css_boxmodel.asp 要知道在父元素:float, rel, abs位置情况下,box模型的变换情况,请见:http://www.cnblogs.com/hh54188/archive/2010/12/28/191907 阅读全文
posted @ 2016-12-24 11:57 bonelee 阅读(3120) 评论(0) 推荐(0) 编辑
摘要: 可以看c++实现: https://github.com/mavam/libbf python实现:https://github.com/jaybaird/python-bloomfilter 转自:http://www.cnblogs.com/dolphin0520/archive/2012/11 阅读全文
posted @ 2016-12-23 16:52 bonelee 阅读(505) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.cnblogs.com/haippy/archive/2012/07/13/2590351.html 布隆过滤器[1](Bloom Filter)是由布隆(Burton Howard Bloom)在1970年提出的。它实际上是由一个很长的二进制向量和一系列随机映射函数组成 阅读全文
posted @ 2016-12-23 16:15 bonelee 阅读(3506) 评论(1) 推荐(0) 编辑
摘要: 转自:https://my.oschina.net/u/2982571/blog/775452 设计背景 百度的链接处理系统每天处理万亿级的超链数据,在过去,这是一系列Mapreduce的批量过程,对时效性收录很不友好。在新一代搜索引擎架构设计中,我们采用流式、增量处理替代了之前的批量、全量处理。链 阅读全文
posted @ 2016-12-22 16:24 bonelee 阅读(2946) 评论(0) 推荐(0) 编辑
上一页 1 ··· 256 257 258 259 260 261 262 263 264 ··· 271 下一页