代码搜索:Clock

找到约 10,000 项符合「Clock」的源代码

代码结果 10,000
www.eeworm.com/read/133753/14026992

cpp clock.cpp

//clock.cpp #include #include #include void main(void) { clock_t start, end; start = clock(); for (int i=0;i
www.eeworm.com/read/133745/14028522

wav clock.wav

www.eeworm.com/read/133667/14030815

c clock.c

/* As usual, we start out with the included files. We'll need functions from the time and math libraries for determining the coordinates of the clock hands. */ #include #include #
www.eeworm.com/read/133582/14035013

ico clock.ico

www.eeworm.com/read/236029/14035152

c clock.c

/* clock.c: * * Copyright (C) 1999 Pat Adamo (padamo@unix.asb.com) * * This program used the Dallas Semi DS1302 RTC drivers to get and set * the Linux Clock. * Useage: clock No args = read
www.eeworm.com/read/133582/14035225

bmp clock.bmp

www.eeworm.com/read/235949/14039523

c clock.c

//====================================================== // 文件名称: Clock.c // 功能描述: 计时模块,使用2Hz时基中断 // 维护记录: 2006-08-30 v1.0 //====================================================== #include "spc
www.eeworm.com/read/235949/14039608

h clock.h

#ifndef __CLOCK_h__ #define __CLOCK_h__ // write your header here extern void Clock_ISR(); extern void Clock_Start(); extern unsigned int Clock_GetYear(); extern unsigned int Clock_GetMon(); ex
www.eeworm.com/read/133413/14044527

asm clock.asm

CONT2 EQU 20 ;延迟10毫秒时间常数(可调整) KSCAN: MOV P1,#0F0H ;先判有无键按下,扫描码为0F0H MOV A, P1 ;读键盘状态 CJNE A, #0F0H,AGAIN ;有键按下转再次扫描
www.eeworm.com/read/235850/14049243

cls clock.cls

VERSION 1.0 CLASS BEGIN MultiUse = -1 'True END Attribute VB_Name = "CLock" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = True Attribute VB_PredeclaredId = False Attribute V