摘要:
如果一个系统包含高精度性能计数器(HRPC,high-resolution performance counter)则此系统提供高精度定时器。你可以使用API函数QueryPerformanceFrequency来获得HRPC的频率HRPCF,返回值为cps(counts per second)。这... 阅读全文
posted @ 2014-10-12 17:40
zzyoucan
阅读(1397)
评论(0)
推荐(0)
摘要:
#include struct I_Pro{ virtual void fun() = 0;};class A : public I_Pro{public: virtual void fun();};void A::fun(){ std::cout createPro(); ... 阅读全文
posted @ 2014-10-12 16:05
zzyoucan
阅读(191)
评论(0)
推荐(0)
摘要:
#include struct I_Pro{ virtual void fun() = 0;};class A : public I_Pro{public: virtual void fun();};void A::fun(){ std::cout createPro(2); ... 阅读全文
posted @ 2014-10-12 15:56
zzyoucan
阅读(138)
评论(0)
推荐(0)

浙公网安备 33010602011771号