代码搜索:second
找到约 10,000 项符合「second」的源代码
代码结果 10,000
www.eeworm.com/read/428838/8836475
asm second.asm
;PROGRAM NAME:SECOND.ASM
;START FROM HERE
$MOD51
;INCLUDE STANDARD 8051 SFR
MOV A,#9AH ;ACC=9AH
MOV P1,A ;P1 PORT=9AH
END ;END HERE
www.eeworm.com/read/427047/8980923
obj second.obj
www.eeworm.com/read/427047/8980925
plg second.plg
Build target 'Target 1'
compiling second.c...
linking...
Program Size: data=17.0 xdata=0 code=761
"second" - 0 Error(s), 0 Warning(s).
www.eeworm.com/read/427047/8980932
lst second.lst
C51 COMPILER V6.23a SECOND 09/08/2003 17:00:53 PAGE 1
C51 COMPILER V6.23a, COMPILATION OF MODULE SECOND
NO OBJECT MODULE REQUES
www.eeworm.com/read/427047/8980939
src second.src
; second.SRC generated from: second.c
$NOMOD51
NAME SECOND
P0 DATA 080H
P1 DATA 090H
P2 DATA 0A0H
P3 DATA 0B0H
T0 BIT 0B0H.4
AC BIT 0D0H.6
T1 BIT 0B0H.5
EA BIT 0A8H.7
IE DATA 0A8H
P0
www.eeworm.com/read/427047/8980949
c second.c
#pragma SRC
#include
#include
#define TRUE 1
#define FALSE 0
#define DELAY_VALUE 3
#define DELAY_VALUE_EXTRA 12
#define PinDrvKey1 P1_0
#define Pi
www.eeworm.com/read/427047/8980964
opt second.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 }
www.eeworm.com/read/282462/9092550
vhd second.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity SECOND is
port(clk,clr:in std_logic;
sec1,sec0:out std_logic_vector(3 downto 0);
co:out std_logic);
www.eeworm.com/read/282462/9092589
vhd second.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity SECOND is
port(clk,clr:in std_logic;----时钟/清零信号
sec1,sec0:out std_logic_vector(3 downto 0);----秒高位/低位