代码搜索结果
找到约 10,000 项符合
Clock 的代码
digital clock.hex
:1009F2003F065B4F666D7D077F6F777C395E79714D
:010A020000F3
:1009DD00080AFEFDFBF7EFDFBF7F081900001000CE
:0409ED0000100201F3
:1008AA00758902758C06758A06D28CD2A9D2AF7563
:1008BA00160C20802D7517057518
digital clock.c
#include
unsigned char code dispcode[]={0x3f,0x06,0x5b,0x4f,
0x66,0x6d,0x7d,0x07,
0x7f,0x6f,0x77,0x7c,
clock.rc2
//
// CLOCK.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
/////
clock2300.mod
MODULE Clock2300;
IMPORT LPC, SYSTEM, LPC2300;
CONST
PCLK = 12000000;
PROCEDURE* GetTime*(VAR hh, mm, ss: INTEGER);
BEGIN
SYSTEM.GET(LPC2300.RtcSEC, ss);
SYSTEM.GET(LPC2300.RtcMIN,