自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

转载 Idiomatic Programming

Mark Grosberg http://www.conman.org/projects/essays/idioms.html Language is probably human kind's most important invention. Itgoverns how we think and what we can think about. The same is truefor p

2014-10-21 16:15:47 584

转载 Handling Allocation Errors

Mark Grosberg Unfortunately, most programmers don't think much about errorhandling. In many situations, error handling code is not eventested. The funny thing is that most of the time, with a litt

2014-10-21 15:43:12 525

转载 Thinking about Memory Management

Mark Grosberg   www.conman.org/projects/essays/memmgr.html A common question I get asked is what to do about storagemanagement, in particular reclaiming memory from used objects. Thereare so many s

2014-10-21 15:04:13 703

转载 Implementing Efficient State Machines

{ DIAL, DIAL, BUSY, IDLE, IDLE, IDLE }, /* OFF_HOOK_IND */ { IDLE, ALERTING, IDLE, IDLE, IDLE, IDLE }, /* DIGITS_IND */ { IDLE, DIAL, ALERTIN

2014-10-21 13:49:02 1052

空空如也

空空如也

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

TA关注的人

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