代码搜索:Text
找到约 10,000 项符合「Text」的源代码
代码结果 10,000
www.eeworm.com/read/17607/742403
acf fun_text.acf
--
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any
www.eeworm.com/read/18191/778946
obj text1.obj
www.eeworm.com/read/18191/778947
asm text1.asm
ORG 0000H
SE18: MOV P1,#0FFH
LO34: MOV A,#0FEH
LO33: MOV P1,A
LCALL SE19
RL A
SJMP LO33
SE19: MOV R6,#0FFH
LO36: MOV R7,#0FFH
LO35: DJNZ R7,LO35
DJNZ R6,LO36
RET
www.eeworm.com/read/18191/778949
lst text1.lst
C51 COMPILER V7.50 TEXT1 05/10/2007 17:54:59 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE TEXT1
OBJECT MODULE PLACED IN D
www.eeworm.com/read/18191/778951
c text1.c
#include
#include
unsigned char code dispcode[]={0x3f,0x06,0x5b,0x4f,
0x66,0x6d,0x7d,0x07,
0x7f,0x6f,0x77,0x
www.eeworm.com/read/18331/784206
asm text2.asm
KEYBUF EQU 30H
STH0 EQU 31H
STL0 EQU 32H
TEMP EQU 33H
ORG 00H
LJMP START
ORG 0BH
LJMP INT_T0
START: MOV TMOD,#01H
SETB ET0
SETB EA
WAIT:
MOV P3,#0FFH
CLR P3.4
MOV A,P3
ANL A,#0FH
XRL A
www.eeworm.com/read/18331/784216
obj text2.obj
www.eeworm.com/read/18331/784222
lst text2.lst
A51 MACRO ASSEMBLER TEXT2 07/06/2006 10:33:42 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN Text2.OBJ
ASSEMBLER IN
www.eeworm.com/read/18565/794296
scf fun_text.scf
www.eeworm.com/read/18565/794345
vhd fun_text.vhd
-- A 32 bit function generator using accumulator and ROM
LIBRARY lpm;
USE lpm.lpm_components.ALL;
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
USE ieee.std_logic_arith.ALL;
ENTITY fun_text