|
发表于 2006-11-28 12:50:13
|
显示全部楼层
|阅读模式
来自 中国–陕西–西安
CS RIN上下载的,呵呵。。
- #include <stdio.h>
- #include <windows.h>
- int main(void)
- {
- timeBeginPeriod(1);
- printf("Press any key to restore normal timer frequency.\n");
- getchar();
- timeEndPeriod(1);
- return 0;
- }
复制代码 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?注个册吧
×
|