自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 代码抽象

抽象是代码设计的根本三原则一、DRY原则DRY是 Don't repeat yourself 的缩写,意思是"不要重复自己"。如果抽象起来很容易,最好第一次就把它抽象设计了。二、YAGNI原则YAGNI是 You aren't gonna need it 的缩写,意思是"你不会需要它"。这是"极限编程"提倡的原则,

2013-10-15 16:18:38 1351

原创 qemu code

qemu init pc_piix.c (G:\code\qemu-1.6.1\hw\i386):machine_init(pc_machine_init);machine_init(pc_machine_init); pc_machine_init pc_i440fx_machine_v1_6 pc_init_pci_1_6 pc_init_pci

2013-10-15 14:19:40 2152

KernelAnalysis-HOWTO

This document tries to explain some things about the Linux Kernel, such as the most important components, how they work, and so on. This HOWTO should help prevent the reader from needing to browse all the kernel source files searching for the"right function," declaration, and definition, and then linking each to the other.

2014-09-13

GNU C Language Extension

GNU C 语言的扩展特性。专业C程序员必须掌握。

2012-03-24

哥伦比亚大学操作系统上课材料

美国哥伦比亚大学,计算机科学技术系,操作系统,上课使用的pdf材料。

2012-01-12

gcc内联汇编手册

gcc 内联汇编官方手册最新版 ThisHOWTOexplainstheuseandusageoftheinlineassemblyfeatureprovidedbyGCC.

2012-01-10

空空如也

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

TA关注的人

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