代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/256661/11980356
asm s6.asm
;PROGRAM NAME S6.ASM
;TEST SERIAL PORT (MODE 2)
;
BUZZER REG P3.4
LED REG P3.7
;
ORG 0000H
RESET MOV R0,#00H
DJNZ R0,$
CLR LED
C
www.eeworm.com/read/256661/11980451
asm s7.asm
;PROGRAM NAME S7.ASM
;TEST SERIAL PORT (MODE 2)
;
BUZZER REG P3.4
LED REG P3.7
;
ORG 0000H
RESET MOV R0,#00H
DJNZ R0,$
CLR LED
C
www.eeworm.com/read/339794/12204007
cta fddi14.cta
/*
* File: CTA-model of Token Ring FDDI Protocol.
* modules: Station, System
* author: Dirk Beyer, 2002
* last change: mvogel 2002-03-12
*
*/
// This module represents the template for one
www.eeworm.com/read/339794/12204009
cta fddi10.cta
/*
* File: CTA-model of Token Ring FDDI Protocol.
* modules: Station, System
* author: Dirk Beyer, 2002
* last change: mvogel 2002-03-12
*
*/
// This module represents the template for one
www.eeworm.com/read/339794/12204018
cta fddi16.cta
/*
* File: CTA-model of Token Ring FDDI Protocol.
* modules: Station, System
* author: Dirk Beyer, 2002
* last change: mvogel 2002-03-12
*
*/
// This module represents the template for one
www.eeworm.com/read/339794/12204028
cta fddi12.cta
/*
* File: CTA-model of Token Ring FDDI Protocol.
* modules: Station, System
* author: Dirk Beyer, 2002
* last change: mvogel 2002-03-12
*
*/
// This module represents the template for one
www.eeworm.com/read/339794/12204082
cta csma2.cta
/*
* File: CTA-model of Carrier Sense Multiple Access Collision Detect
* Protocol (CSMA/CD).
* modules: Sender, Medium
* author: Dirk Beyer, 2002
* last change: mvogel 2002-03-18
*
* Ba
www.eeworm.com/read/339794/12204110
cta csma256.cta
/*
* File: CTA-model of Carrier Sense Multiple Access Collision Detect
* Protocol (CSMA/CD).
* modules: Sender, Medium
* author: Dirk Beyer, 2002
* last change: mvogel 2002-03-18
*
* Ba
www.eeworm.com/read/339794/12204114
cta csma8.cta
/*
* File: CTA-model of Carrier Sense Multiple Access Collision Detect
* Protocol (CSMA/CD).
* modules: Sender, Medium
* author: Dirk Beyer, 2002
* last change: mvogel 2002-03-18
*
* Ba