随笔分类 - C/C++
摘要:《编程之美》读书笔记1.1让cpu占用率曲线听你的指挥涉及的api函数:GetTickCount Retrieves the number of milliseconds that have elapsed since the system was started, up to 49.7 days.SleepVOID WINAPI Sleep( __in DWORD dwMilliseconds );Suspends the execution of the current thread for at least the specified interval. GetCurrentPr
阅读全文

浙公网安备 33010602011771号