1.综述类文章1.A Survey of Storage Management in Flash based Data2.Understanding the FlashTranslation Layer(FTL) Specification
分类:
其他好文 时间:
2015-01-08 21:22:43
阅读次数:
147
一道典型的hash问题:已知a1,a2,a3,a4,a5,求有多少种不同的组合满足等式:a1*x1^3 + a2*x2^3 + a3*x3^3 + a4*x4^3 + a5*x5^3 = 0一种做法是暴力枚举,但因为xi∈[-50,-1)(1,50],所以暴力枚举时间为O(100^5),显然不可行。...
分类:
其他好文 时间:
2015-01-08 21:23:05
阅读次数:
213
Description小春现在很清闲,面对书桌上的N张牌,他决定给每张染色,目前小春只有3种颜色:红色,蓝色,绿色.他询问Sun有多少种染色方案,Sun很快就给出了答案.进一步,小春要求染出Sr张红色,Sb张蓝色,Sg张绝色.他又询问有多少种方案,Sun想了一下,又给出了正确答案. 最后小春发明了M...
分类:
其他好文 时间:
2015-01-08 21:23:11
阅读次数:
191
Reference Link:http://www.howtotex.com/howto/installing-latex-on-windows/MikTeX:http://miktex.org/2.9/setupTexmaker:http://www.xm1math.net/texmaker/do...
分类:
其他好文 时间:
2015-01-08 21:22:50
阅读次数:
181
统计方法pandas 对象有一些统计方法。它们大部分都属于约简和汇总统计,用于从 Series 中提取单个值,或从 DataFrame 的行或列中提取一个 Series。比如 DataFrame.mean(axis=0,skipna=True) 方法,当数据集中存在 NA 值时,这些值会被简单跳过,...
分类:
其他好文 时间:
2015-01-08 21:21:22
阅读次数:
246
Exercise:Softmax Regression习题的链接:Exercise:Softmax RegressionsoftmaxCost.mfunction [cost, grad] = softmaxCost(theta, numClasses, inputSize, lambda, dat...
分类:
其他好文 时间:
2015-01-08 21:23:36
阅读次数:
162
Key Value CodingKey Value Coding是cocoa的一个标准组成部分,它能让我们可以通过name(key)的方式访问property, 不必调用明确的property accssor, 如我们有个property叫做foo, 我们可以foo直接访问它,同样我们也可以用KVC...
分类:
其他好文 时间:
2015-01-08 21:23:29
阅读次数:
209
使用git提交比较大的文件的时候可能会出现这个错误 error: RPC failed; result=22, HTTP code = 411 fatal: The remote end hung up unexpectedly fatal: The remote end hung up unexpectedly Everything up-to...
分类:
其他好文 时间:
2015-01-08 20:18:38
阅读次数:
199
在erlang库中,只有erlang:crc32位的,需要16位的,就写了了一下: 在网上找到CRCccitt XModem版本的: %%%-------------------------------------------------------------------
%%%?@author??<yunnet>
%%%?...
分类:
其他好文 时间:
2015-01-08 20:18:35
阅读次数:
390
题记:在2013进入了一个重度垂直的传统品牌做电商,经历2年多的摸爬滚打,才发现…… 以前傻傻的以为,需求就是用户的需求,后来才知道,还有领导的需求,商业的需求。满足用户需求是扯淡,满足领导需求才是王霸。...
分类:
其他好文 时间:
2015-01-08 20:19:25
阅读次数:
234
转贴:http://www.2cto.com/os/201202/121012.html cvt 1440 900 xrandr --newmode "1440x900_60"? 106.50? 1440 1528 1672 1904? 900 903 909 934 -hsync +vsync xrandr --addmode VGA1 "1440x900_60"...
分类:
其他好文 时间:
2015-01-08 20:19:38
阅读次数:
117
Akka working with Future functionally_map方法 看代码, package?com.usoft;
import?akka.dispatch.ExecutionContexts;
import?akka.dispatch.Futures;
import?akka.dispatch.Mapper;
import?akka.dispat...
分类:
其他好文 时间:
2015-01-08 20:19:42
阅读次数:
182
Implement regular expression matching with support for '.' and '*'.
'.' Matches any single character.
'*' Matches zero or more of the preceding element.
The matching should cover the entire input st...
分类:
其他好文 时间:
2015-01-08 20:17:55
阅读次数:
216
Problem Description
http://acm.hdu.edu.cn/showproblem.php?pid=4505
细心的同事发现,小Q最近喜欢乘电梯上上下下,究其原因,也许只有小Q自己知道:在电梯里经常可以遇到他心中的女神HR。
电梯其实是个很暧昧的地方,只有在电梯里,小Q才有勇气如此近距离接近女神,虽然觉得有点不自在,但次数多了,女神也习惯了小Q的存在,...
分类:
其他好文 时间:
2015-01-08 20:17:20
阅读次数:
120
Problem Description
http://acm.hdu.edu.cn/showproblem.php?pid=4508
对于吃货来说,过年最幸福的事就是吃了,没有之一!
但是对于女生来说,卡路里(热量)是天敌啊!
资深美女湫湫深谙“胖来如山倒,胖去如抽丝”的道理,所以她希望你能帮忙制定一个食谱,能使她吃得开心的同时,不会制造太多的天敌。
当然,为了方便你制作食谱,湫湫给了你每日食物清单,上面描述了当天她想吃的每种食物能带给她的幸福程度,以及会增加的卡路里量。...
分类:
其他好文 时间:
2015-01-08 20:15:41
阅读次数:
165
Problem Description
http://acm.hdu.edu.cn/showproblem.php?pid=4506
小明自从告别了ACM/ICPC之后,就开始潜心研究数学问题了,一则可以为接下来的考研做准备,再者可以借此机会帮助一些同学,尤其是漂亮的师妹。这不,班里唯一的女生又拿一道数学题来请教小明,小明当然很高兴的就接受了。不过等他仔细读题以后,发现自己也不会做...
分类:
其他好文 时间:
2015-01-08 20:15:03
阅读次数:
245
In this Document Goal Solution ReferencesAPPLIES TO:Oracle Inventory Management - Version 11.5.10 and laterInformation in this document applies to any platform.This document includes all versions of 1...
分类:
其他好文 时间:
2015-01-08 20:16:48
阅读次数:
588