代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/162457/10304522
o timer.o
www.eeworm.com/read/355007/10306308
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/425808/10321076
frm timer.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "timer"
ClientHeight = 1575
ClientLeft = 60
ClientTop = 345
ClientWidth = 2340
LinkTopic
www.eeworm.com/read/425808/10321080
vbp timer.vbp
Type=Exe
Form=timer.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\System32\STDOLE2.TLB#OLE Automation
Startup="Form1"
Command32=""
Name="Project1"
HelpContextID="0"
Com
www.eeworm.com/read/425774/10324164
java timer.java
//package com.sam.net.download;
//
//public class Timer extends Thread
//{
//
// int ss;
// int mm;
// int hh;
//
// public Timer()
// {
// ss = 0;
// mm = 0;
// hh = 0;
// }
//
//
www.eeworm.com/read/162184/10328680
c timer.c
/*
AAAA CCCC OOOO TTTTTT SSSSS PPPPP
AA AA CC OO OO TT SS PP PP
AAAAAA CC OO OO TT SSSS PPPPP
AA AA CC OO OO TT S
www.eeworm.com/read/162184/10328696
h timer.h
/*
AAAA CCCC OOOO TTTTTT SSSSS PPPPP
AA AA CC OO OO TT SS PP PP
AAAAAA CC OO OO TT SSSS PPPPP
AA AA CC OO OO TT S
www.eeworm.com/read/354707/10332167
_h timer._h
#pragma interrupt_handler timer0_ovf_isr:iv_TIM0_OVF
void timer0_ovf_isr(void)
{
TCNT0 = 0xCE; //reload counter value
}
//call this routine to initialize all peripherals
void init_devices(v
www.eeworm.com/read/354707/10332211
h timer.h
void init_devices0(void)
{
//stop errant interrupts until set up
CLI(); //disable all interrupts
TCCR0 = 0x00; //stop timer
TCNT0 = 0xCE; //set count value
OCR0 = 0x32;
TCCR0 = 0x02; //