代码搜索:Parallel

找到约 6,530 项符合「Parallel」的源代码

代码结果 6,530
www.eeworm.com/read/407475/11418456

lst parallel to serial.lst

A51 MACRO ASSEMBLER PARALLEL_TO_SERIAL 07/31/2006 10:03:52 PAGE 1 MACRO ASSEMBLER A51 V8.00 OBJECT MODULE PLACED IN Parallel to Serial.OBJ
www.eeworm.com/read/401090/11564849

vhd parallel_port.vhd

-- ************************************************************** -- File: parallel_port.vhd -- -- Purpose: Description of interface between PC parallel port -- and MP3 portable player. Thi
www.eeworm.com/read/348350/11600481

hex parallel to serial.hex

:10000000C290D2907598103098FDE599C298F5800D :0F001000111480EC7CFF7DFF0000DDFCDCF8228A :00000001FF
www.eeworm.com/read/348350/11600493

opt parallel to serial.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 {
www.eeworm.com/read/348350/11600498

lnp parallel to serial.lnp

"Parallel to Serial.obj" TO "Parallel to Serial"
www.eeworm.com/read/348350/11600503

asm parallel to serial.asm

PL BIT P1.0 ORG 00H START: CLR PL SETB PL ;发送移位脉冲 MOV SCON,#10H ;允许串行口接收数据 WAIT: JNB RI,WAIT MOV A,SBUF ;读取数据 CLR RI ;清除接收中断标志 MOV P0,A