代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/104015/15713347
h timer.h
//对话框
#define IDC_SUN 1000
#define IDC_MOON 1001
#define IDC_TIMECOUNTER 1002
#define IDC_STARTTIMER 1003
#define IDC_STATIC -1
//计时器标识号
#define MYTIMER 1000
#define SUNTIMER 200
www.eeworm.com/read/104015/15713349
cpp timer.cpp
// Timer.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include
#include "Timer.h"
UINT Counter = 0;
HINSTANCE hInst;
int APIENTRY WinMain(HINSTANCE
www.eeworm.com/read/104015/15713353
opt timer.opt
www.eeworm.com/read/104015/15713356
ncb timer.ncb
www.eeworm.com/read/103545/15729507
bas timer.bas
Attribute VB_Name = "MTimer"
'**********************************************************************
'*实现漂亮窗体所需的模块(三) *
'*2003-08-01 dww pm18:27
www.eeworm.com/read/103545/15729523
cls timer.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/103430/15732901
c timer.c
#include
#include
#include
int alphanum = 0;
int counter = 0;
void interrupt far handler(void)
{
if (++counter == 273) // 15 seconds
{
alph
www.eeworm.com/read/103374/15736032
c timer.c
#include
#include
#include
int alphanum = 0;
int counter = 0;
void interrupt far handler(void)
{
if (++counter == 273) // 15 seconds
{
alph
www.eeworm.com/read/103334/15736632
c timer.c
#include
#include
#include
int alphanum = 0;
int counter = 0;
void interrupt far handler(void)
{
if (++counter == 273) // 15 seconds
{
alph