在线笔记
全部博文(596)
发布时间:2013-05-28 11:51:31
如果类没有被创建,则没有对应的成员,也就无法访问下面这种方法需要先创建类,并将类作为参数传递给静态成员函数才能访问。#include <iostream>using namespace std;class person {public: virtual void get_name()=0.........【阅读全文】
发布时间:2013-05-24 16:42:20
http://en.wikipedia.org/wiki/Instruction_cycleThe circuits used in the CPU during the cycle are:Program counter (PC) - an incrementing counter that keeps track of the memory address of the instruction that is to be executed next.Memory address register (MAR) - ho.........【阅读全文】
发布时间:2013-05-24 16:11:31
http://vger.kernel.org/vger-lists.html列出了linux内核的邮件列表,点击"subscribe / unsubscribe......【阅读全文】