代码搜索结果
找到约 10,000 项符合
Clock 的代码
clock.qsf
# Copyright (C) 1991-2008 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu
clock.qpf
# Copyright (C) 1991-2008 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu
clock.v
module clock(clk,
clr,
pause,
turn,
mode,
sec,
min1,
min0,
hour1,
hour0,
clock.hex
:10056100DE06D5570F5BDB16DF5F9FCBD8C7D99966
:10057100FE26F5772F7BFB36FF7FBFEBF8E7F9B956
:02058100010077
:1005A3000122010125000129000127000126010183
:0E05B3002B01022307D7012800012100C1807F
:0905C2
clock.lnp
"学习板时钟程序.obj"
TO "clock"
RAMSIZE(256)
clock.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
clock.plg
礦ision2 Build Log
Project:
D:\Tool\Keil\code\学习板子程序\工程\学习板时钟程序\clock.uv2
Project File Date: 04/15/2007
Output:
Build target 'Target 1'
compil
clock.h
void Delay(int i)
{
for(;i>=0;i--);
}
void CLK_ByteWrite(char Data)//写入1Byte信息
{
unsigned char i;
P6DIR|=BIT0;//IO
P6OUT&=~BIT1;//SCLK=0
for(i=0;i
clock.h
/*********************** SGS-THOMSON MICROELECTRONICS ************************
FILENAME : CLOCK.H
VERSION : V1.0
DATE : JAN 1999
AUTHOR(s) : ASHISH RUDOLA/ DEEPAK DOSHI
PROCES
clock.c
/********************** SGS-THOMSON MICROELECTRONICS ************************
FILENAME : CLOCK.C
VERSION : V1.0
DATE : JAN 1999
AUTHOR(s) : ASHISH RUDOLA/ DEEPAK DOSHI
PROCESS