自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

转载 [ZZ]System paper Review

http://www.valleytalk.org/2013/11/11/清华-。-yan-dong-。sosp-2013-analysis/ http://hi.baidu.com/ricepjv/item/8d284807ec3bf476bfe97e37 They are well-written review on SOSP and OSDI.

2014-03-31 13:25:48 227

原创 Leetcode: Reorder List

A recursion method. In each recursion, suppose # i to # j is already sorted. Return the pair of # i and # j+1 This can reduce the time to find next order node compared to brute force method. str

2013-11-14 15:10:46 171

原创 Dvorak Simplified Keyboard

这个键盘布局和qwert的键盘布局不同,挺有意思的。 当年apple2和微软早期机器还用过这个,虽然这个后来被取代,但看了很长见识。 设计键盘不容易。

2013-11-11 12:03:13 357

原创 Arduino implement pressure sensor

Instruction on: https://www.sparkfun.com/products/8713 https://www.sparkfun.com/tutorials/389 Build Like this... And data displayed in terminal. Originally, it is Almost zero, but when p

2013-10-27 07:42:27 212

原创 leetcode题目:Best Time to Buy and Sell Stock III

Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may complete at most two transactions. 首先,它可以进行两次交易,立即反应

2013-08-07 20:53:55 306

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除