代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/240480/13216809
i timer.i
#line 1 "Code\Timer.c" /0
#line 1 "C:\KEIL\C51\INC\REG52.H" /0
sfr P0 = 0x80;
sfr P1 = 0x90;
sfr P2 = 0xA0;
sfr P3 = 0xB0;
sfr PSW = 0xD0;
sfr ACC = 0xE
www.eeworm.com/read/240480/13217013
obj timer.obj
www.eeworm.com/read/240480/13217084
lst timer.lst
C51 COMPILER V7.06 TIMER 11/21/2005 13:47:43 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN .
www.eeworm.com/read/240480/13217205
c timer.c
#define __TIMER__
#include "reg52.h"
#include "Header\Lcd_main.h"
#include "Header\Lcd_auto.h"
/////////////////////////////////////////////////////////////
// Interrupt Service Routine for T
www.eeworm.com/read/240383/13221141
c timer.c
/*
* Copyright (c) 1996 W. Richard Stevens. All rights reserved.
* Permission to use or modify this software and its documentation only for
* educational purposes and without fee is hereby granted
www.eeworm.com/read/240183/13232347
vhd timer.vhd
--//******* 文件名:receive.vhd
--//******* 功 能:640KHz时基脉冲32分频
--定时0.05ms
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity timer
www.eeworm.com/read/240182/13232416
c timer.c
/* timing function: difference between two calls is processor time
* spent by your code (in seconds)
* hopefully portable, but surely there are systems it doesn't work on.
* $Id: timer.c,v 1.2
www.eeworm.com/read/240182/13232422
h timer.h
#ifndef __TIMER_H__
#define __TIMER_H__
float timer(void);
#endif /*__TIMER_H__ */
www.eeworm.com/read/240024/13240133
ldf timer.ldf
/*
** LDF for adsp-BF561
**
** There are a number of configuration options that can be specified
** either by compiler flags, or by linker flags directly. The options are:
**
** USE_PROFILER0