发布时间:2014-08-08 09:13:33
进程: 1、一个挂起的进程包含两个部分: 1)核心映像——即进程的地址空间(可执行程序,程序的数据及堆栈) 2)进程表项——操作系统管理的进程表中的一项(与进程相关的寄存器,程序计数器,指针以及其.........【阅读全文】
发布时间:2014-08-08 09:13:05
Key Idea 1:There is one metric(公尺) for readability called The Fundamental Theorem of Readability.Code shoulde be written to minimize the time it would take for someone else to understand it.(代码应该尽可能写的容易理解)标准:你可以将代码给别人看,并估算别人理解你的代码所.........【阅读全文】