代码搜索:程频率计控制器
找到约 8,825 项符合「程频率计控制器」的源代码
代码结果 8,825
www.eeworm.com/read/155430/11874032
asm 频率计.asm
ORG 0000H
AJMP MAIN
ORG 0003H
AJMP INTX0
ORG 000BH
AJMP INTT0
ORG 0100H
MAIN:
MOV SP,#20H
SETB IT0
MOV TMOD,#02H
MOV TH0,#48H
MOV TL0,#48H
www.eeworm.com/read/234568/14106098
txt 频率计.txt
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity freq is
port (xclk,clk: in std_logic;
A0,B0,C0,D0,A1,B1,C1,D1:out std_logic
www.eeworm.com/read/4686/38345
txt 频率计.txt
ORG 0000H
AJMP MAIN
ORG 001BH
AJMP INT_T1
ORG 0040H
MAIN: MOV 30H,#00H
MOV 31H,#00H
MOV 32H,#00H
MOV DPTR,#0FF82H
MOV A,#0D1H
MOVX @DPTR,A
LP: MOVX A,#DPTR
JB A
www.eeworm.com/read/4710/39297
txt 频率计.txt
ORG 0000H
AJMP MAIN
ORG 001BH
AJMP INT_T1
ORG 0040H
MAIN: MOV 30H,#00H
MOV 31H,#00H
MOV 32H,#00H
MOV DPTR,#0FF82H
MOV A,#0D1H
MOVX @DPTR,A
LP: MOVX A,#DPTR
JB A
www.eeworm.com/read/7225/109660
txt 频率计.txt
ORG 0000H
AJMP MAIN
ORG 001BH
AJMP INT_T1
ORG 0040H
MAIN: MOV 30H,#00H
MOV 31H,#00H
MOV 32H,#00H
MOV DPTR,#0FF82H
MOV A,#0D1H
MOVX @DPTR,A
LP: MOVX A,#DPTR
JB A
www.eeworm.com/read/7268/114403
txt 频率计.txt
ORG 0000H
AJMP MAIN
ORG 001BH
AJMP INT_T1
ORG 0040H
MAIN: MOV 30H,#00H
MOV 31H,#00H
MOV 32H,#00H
MOV DPTR,#0FF82H
MOV A,#0D1H
MOVX @DPTR,A
LP: MOVX A,#DPTR
JB A
www.eeworm.com/read/10301/184155
sch 频率计.sch
www.eeworm.com/read/13015/268187
hex 频率计.hex
:030000000213796F
:0C137900787FE4F6D8FD7581210213C0D6
:0F142200EE82DCD6B2767EC2FEF600000000003D
:061457000121000120004C
:03000B0002145E7E
:06145E0005217520023299
:03001B0002143F8D
:0D143F007588
www.eeworm.com/read/13015/268190
obj 频率计.obj
www.eeworm.com/read/13015/268193
opt 频率计.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 {