摘要: void mSleep(int mDelay)//毫秒数 { mDelay *= 1000; //转换成微秒 LARGE_INTEGER t1, t2, freq; QueryPerformanceFrequency(&freq); QueryPerformanceCounter(&t1); do 阅读全文
posted @ 2023-01-03 09:35 cnblog_caoliang 阅读(271) 评论(0) 推荐(0)