代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/139899/13121864
v timer.v
/*--------小时、分钟和秒计时子模块 --------*/
//采用异步时钟计时
module timer(clk,reset,start,sec,min,hour,day);
input clk,reset,start;
output[7:0] sec,min,hour;
output day;
reg[7:0] sec,min,hour;
reg mi
www.eeworm.com/read/139899/13121875
cnf timer(1).cnf
www.eeworm.com/read/139899/13121915
mmf timer.mmf
www.eeworm.com/read/139899/13121931
cnf timer(2).cnf
www.eeworm.com/read/139899/13121933
snf timer.snf
www.eeworm.com/read/139899/13121975
rpt timer.rpt
Project Information e:\amj\eda\2003\experiment\clkscan\clkscan3\timer.rpt
MAX+plus II Compiler Report File
Version 10.1 06/12/2001
Compiled: 05/29/2003 11:42:54
Copyright (C) 1988-2001 Al
www.eeworm.com/read/241748/13122798
c timer.c
//-----------------------------------------------------------------------------
// Net TIMER.C
//
// This module sets up the timer and handles the timer interrupt
//-------------------------------
www.eeworm.com/read/241748/13122802
obj timer.obj
www.eeworm.com/read/241748/13122815
h timer.h
//-----------------------------------------------------------------------------
// TIMER.H
//
//-----------------------------------------------------------------------------
void init_timer2(voi
www.eeworm.com/read/241748/13122883
lst timer.lst
C51 COMPILER V7.50 TIMER 07/30/2007 20:13:14 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN T