自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

岸芷汀兰,郁郁青青

Thinking Low-Level, Writing High-Level

  • 博客(7)
  • 收藏
  • 关注

原创 backtracking

智商见底的时候 你就brute force.其实brute force 也是要讲脑子的Backtracking is a refinement of the brute force approach, which systematically searches for a solution to a problem among all available options. It d

2011-11-08 16:03:10 231

原创 Fibonacci heap

Introductiona data structure that implement a efficient priority queue.  operationsINSERTAdding a new element s with a key k(s) to S.EXTRACT-MINReturning a element s of S having minima

2011-11-07 11:02:32 223

原创 Diagnose and troubleshooting guide

language?CPU?memory?Network?performance?database?

2011-11-03 15:02:53 178

原创 Networking problem

TCP IP TIME_WAITCLOSE_WAITlog buffer

2011-11-03 15:01:41 168

原创 Memory Problem

OOME...Low memory...

2011-11-03 14:59:59 187

原创 State Machines and Automata

Application based on [Finite State machine and Automata]GrepCokeMachinesThermostats(fridge)ElevatorsTrainTrack SwitchesLexicalAnalyzers for Parsers

2011-10-31 17:06:08 188

原创 Systematic

Think in systematic waywhen solving a problem, after you understand the domain, you may have some naive solution, such as brute force 简单粗暴的球员,brute force may solve problem in small data set, when

2011-10-31 13:42:58 307

空空如也

空空如也

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

TA关注的人

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