• 大小: 10KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-13
  • 语言: 其他
  • 标签:

资源简介

精确到1秒多媒体定时器 封装好了,直接调用

资源截图

代码片段和文件信息

#include “stdio.h“

#include “MyTimer.h“
#pragma comment(lib“MyTimer.lib“)

void CALLBACK TimerProc(UINT uTimerID UINT uMsg DWORD dwUser DWORD dw1 DWORD dw2)
{
while(1)
{
Sleep(400);
printf(“1\n“);
}
}

void main()
{
CMyTimer t;
t.SetTimer(500TimerProc);
while(1)
{
Sleep(1000);
}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2009-05-25 21:21  MyTimer\
     文件         324  2009-05-25 21:19  MyTimer\Example.cpp
     文件        3445  2009-05-25 21:12  MyTimer\Example.dsp
     文件        1189  2009-05-25 21:22  MyTimer\MyTimer.h
     文件       47522  2009-05-25 21:16  MyTimer\MyTimer.lib

评论

共有 条评论