摘要: #include //设置本程序进程基本为实时执行,快速退出。 SetPriorityClass(GetCurrentProcess(), REALTIME_PRIORITY_CLASS); SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_ 阅读全文
posted @ 2023-06-21 17:56 Hey,Coder! 阅读(129) 评论(0) 推荐(0)