码迷,mamicode.com
首页 >  
搜索关键字:big    ( 2809个结果
POJ2503——Babelfish(map映射+string字符串)
BabelfishDescriptionYou have just moved from Waterloo to a big city. The people here speak an incomprehensible dialect of a foreign language. Fortunat...
分类:其他好文   时间:2014-10-29 23:47:14    阅读次数:350
黑客和敏捷开发
黑客和敏捷开发前段时间读了一下Paul Graham的《黑客与画家》(Hackers and Painters: Big Ideas from the Computer Age),虽说这书已经出版良久了,可是读书往往是不讲究时间的,有收获就好。这本书是文集,相对内容比較散,针对的也并不是是业内人士,...
分类:其他好文   时间:2014-10-28 19:25:59    阅读次数:203
oracle全表扫描166G的表只花了6分钟
如何最大限制利用cpu?如何最快速的扫描完大表。如果大表有主键,count(*)就会走主键,oracle只需要扫描主键就能完成。 假设这个表没有主键,那么count(*)的时候只能走全表扫描,数据就非常慢。这里用full(a)强制走全表来模拟。 --找100G以上的分区表 SQL> @getsegsize_big Enter value for tablespace_name: Enter v...
分类:数据库   时间:2014-10-28 10:25:54    阅读次数:194
PHP: The big picture
Before getting down to to the business of writing some real PHP, I want to take a few minutes to explain some basics. PHP needs to be processed by the...
分类:Web程序   时间:2014-10-28 09:15:05    阅读次数:314
Big Number
Problem DescriptionIn many applications very large integers numbers arerequired. Some of these applications are using keys for secure transmission ofd...
分类:其他好文   时间:2014-10-27 17:20:34    阅读次数:135
传说中的华为Python笔试题——两等长整数序列互换元素,序列和的差值最小(修正)
有两个序列a,b,大小都为n,序列元素的值任意整形数,无序;要求:通过交换a,b中的元素,使[序列a元素的和]与[序列b元素的和]之间的差最小。1. 将两序列合并为一个序列,并排序,得到sourceList2. 拿出最大元素Big,次大的元素Small3. 在余下的序列S[:-2]进行平分,得到序列...
分类:编程语言   时间:2014-10-27 15:31:09    阅读次数:202
A Tour of Go Numeric Constants
Numeric constants are high-precisionvalues.An untyped constant takes the type needed by its context.Try printingneedInt(Big)too.package main import "f...
分类:其他好文   时间:2014-10-26 21:08:04    阅读次数:192
Rhythmk 一步一步学 JAVA (18): Enum枚举学习
枚举定义:public enum SizeEnum { SMALL, BIG, BIGEST};public enum SizeStringEnum { SMALL("小"), BIG("大"), BIGEST("巨大"); private Strin...
分类:编程语言   时间:2014-10-26 15:34:13    阅读次数:142
Michael Jordan on Machine Learning
Machine-Learning Maestro Michael Jordan on the Delusions of Big Data and Other Huge Engineering Efforts...
分类:系统相关   时间:2014-10-24 11:05:49    阅读次数:206
华为内部狂转好文:有关大数据,看这一篇就够了
一、详解时髦词汇:大数据似乎一夜之间,大数据(Big Data)变成一个IT行业中最时髦的词汇。首先,大数据不是什么完完全全的新生事物,Google的搜索服务就是一个典型的大数据运用,根据客户的需求,Google实时从全球海量的数字资产 (或数字垃圾)中快速找出最可能的答案,呈现给你,就是一个最典型...
分类:其他好文   时间:2014-10-24 06:55:16    阅读次数:237
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!