代码搜索结果
找到约 10,000 项符合
Clock 的代码
clock.txt
`timescale 1ns/1ps
module clock(clk,clk1);
input clk;
output clk1;
reg clk1;
reg [10:0] clkDivCnt1=11'b0000_0000_000;
always @(posedge clk)
begin
clkDivCnt1
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
clock.v
module clock(CLK,CLK_1K,MODE,CHANGE,TURN,ALERT,HOU,MIN,SEC,LD_AL,LD_H,LD_M);
input CLK,CLK_1K,MODE,CHANGE,TURN;
output [7:0] HOU,MIN,SEC;
output ALERT,LD_AL,LD_H,LD_M;
reg [7:0] HOU,MIN,SEC,THOU,T
clock.h
#define DS1302_DIR P6DIR
#define DS1302_IN P6IN
#define DS1302_OUT P6OUT
#define LEDDIR P4DIR
#define LEDOUT P4OUT
#define DS1302_RST BIT2
#define DS1302_SCLK BIT1
#define DS1302_SDI
clock.h
#include
#include
unsigned char code dis_week[]={"SUN,MON,TUE,WED,THU,FRI,SAT"};
unsigned char code para_month[13]={0,0,3,3,6,1,4,6,2,5,0,3,5}; //星期月参变数
unsigned char data di
clock.c
#include
#include
#include // Contains the delay prototype
void main (void)
{
clock_t processor_time;
printf("Processor time consumed %ld\n",
cloc
clock.hex
:020000002100DD
:02000B00218250
:10010000758160758901758C42758AB0753210757C
:10011000351075500075513B755217754013D28CD0
:10012000D2A9D2AF12015C12012C2124753880793A
:10013000089001B17830E693F580D2
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 {
clock.plg
礦ision2 Build Log
Project:
F:\zj\实验3\clock\clock.uv2
Project File Date: 11/20/2007
Output:
Build target 'Target 1'
assembling clock24.asm...