代码搜索结果
找到约 10,000 项符合
Timer 的代码
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
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
timer.bas
Attribute VB_Name = "MTimer"
'**********************************************************************
'*实现漂亮窗体所需的模块(三) *
'*2003-08-01 dww pm18:27
timer.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
timer.c
#include
#include
#include
int alphanum = 0;
int counter = 0;
void interrupt far handler(void)
{
if (++counter == 273) // 15 seconds
{
alph
timer.c
#include
#include
#include
int alphanum = 0;
int counter = 0;
void interrupt far handler(void)
{
if (++counter == 273) // 15 seconds
{
alph
timer.c
#include
#include
#include
int alphanum = 0;
int counter = 0;
void interrupt far handler(void)
{
if (++counter == 273) // 15 seconds
{
alph