代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/394899/8203361
o timer.o
www.eeworm.com/read/294788/8205729
c timer.c
#include "def.h"
#include "2410addr.h"
#include "2410slib.h"
#include "2410lib.h"
#include "2410slib.h"
#include "timer.h"
#define EXT_XTAL_FREQ 12000000
#define BIOS_TIMER_FREQ 100
U32 SY
www.eeworm.com/read/294788/8205813
h timer.h
#ifndef _TIMER_H
#define _TIMER_H
#define FCLK_260M ((252
www.eeworm.com/read/294788/8205850
o timer.o
www.eeworm.com/read/193638/8210480
asm timer.asm
;********************TIMER********************
;本程序实现用TMR0实现时钟功能。
;入口参数:无。
;出口参数:时RLT,分SOUH,秒SOU。
;占用资源:W,STATUS,TMR0,PORTD,024H,025H,026H,028H,07FH,17FH,07EH,1重堆栈。
;说明: 1.使用该程序需在中断入口程序中填入如下两条
www.eeworm.com/read/193566/8217258
c timer.c
#include "2407e.h"
#include "2407bit.h"
extern unsigned int TimeFlag;
void T3Init(void) //T3 Serve as Clock
{
*EVBIMRA = 0x0080; //Enable T3PINT interrupt
*EVBIFRA = 0xffff; //
www.eeworm.com/read/294559/8218549
c timer.c
#include "2407e.h"
#include "2407bit.h"
extern unsigned int TimeFlag;
void T3Init(void) //T3 Serve as Clock
{
*EVBIMRA = 0x0080; //Enable T3PINT interrupt
*EVBIFRA = 0xffff; //
www.eeworm.com/read/294538/8220365
hpp timer.hpp
/* timer.hpp
*
* Copyright (C) 2003 Sawtooth Consulting Ltd.
*
* This file is part of yaSSL.
*
* yaSSL is free software; you can redistribute it and/or modi
www.eeworm.com/read/294538/8220464
cpp timer.cpp
/* timer.cpp
*
* Copyright (C) 2003 Sawtooth Consulting Ltd.
*
* This file is part of yaSSL.
*
* yaSSL is free software; you can redistribute it and/or mod
www.eeworm.com/read/394490/8221474
java timer.java
package part1;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.Date;
import javax.swing.*;
public class timer extends JFrame implem