代码搜索:Clock
找到约 10,000 项符合「Clock」的源代码
代码结果 10,000
www.eeworm.com/read/303738/13809899
opt clock.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/303738/13809900
plg clock.plg
礦ision2 Build Log
Project:
E:\从零开始学电子技术丛书\从零开始学单片机C语言编程技术\附光盘\ch_10\clock\clock.uv2
Project File Date: 09/17/2005
Output:
www.eeworm.com/read/303738/13809903
obj clock.obj
www.eeworm.com/read/303308/13818563
hex clock.hex
:03000000020030CB
:02000B0001B73B
:1000300075817075896175A882758AB0758C3CD29E
:100040008C75581475551475563A755717209206C5
:1000500012028F120091E55575F00A847801F912A9
:1000600002A57800A9F01202A5E5
www.eeworm.com/read/303076/13821911
asm clock.asm
SCOND EQU 30H;秒寄存器
MINUTE EQU 31H;分寄存器
HOUR EQU 32H;小时寄存器
CLOCKM EQU 33H;闹钟分寄存器
CLOCKH EQU 34H;闹钟小时寄存器
DISPM EQU 35H;显示分寄存器
DISPH EQU 36H;显示小时寄存器
XSD EQU 37H;秒点寄存器
www.eeworm.com/read/302931/13824695
vwf clock.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/302931/13824696
bsf clock.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/302931/13824712
bdf clock.bdf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/302870/13825934
exe clock.exe
www.eeworm.com/read/302870/13825935
cpp clock.cpp
#include
#include
#include
#include
#include
#include
#define PI 3.14159
int main(void)
{
int X=300,Y=250,R=100,RR=130;
int X