代码搜索:线路保护

找到约 4,347 项符合「线路保护」的源代码

代码结果 4,347
www.eeworm.com/read/365300/9870299

plg jdbhcsy.plg

礦ision2 Build Log Project: O:\51单片机应用实例导航\第8章 继电保护测试仪开发\proc\jdbhcsy.uv2 Project File Date: 01/15/2005 Output: Build target 'Target 1' compil
www.eeworm.com/read/359826/10122544

asm n24c02.asm

SDA24 EQU P3.7 SCLK24 EQU P3.6 ORG 0000H AJMP MAIN ORG 0030H MAIN: CLR P3.7 ;打开写保护 MOV DPTR,#TAB MOV A,#00H ;读地址 LCALL RD24 CJNE A,#10,TT TT: JNC TT1 AJMP TT2 TT1: MOV A,
www.eeworm.com/read/279318/10446575

c main.c

#include //5.4接a2 a1 a0 and vcc脚 1.7接wp脚,高为写保护 #define CAT24C256 0xAE //定义cat24c256的写地址 #define TMP100 0x90 //定义从器件 TMP100 的写地址
www.eeworm.com/read/433070/6951066

html 1451.html

远离宫颈炎
www.eeworm.com/read/433070/6951134

html 1532.html

注意性生活避免宫颈炎
www.eeworm.com/read/467189/7019815

html 228.html

www.eeworm.com/read/464544/7156380

asm n24c02.asm

SDA24 EQU P3.7 SCLK24 EQU P3.6 ORG 0000H AJMP MAIN ORG 0030H MAIN: CLR P3.7 ;打开写保护 MOV DPTR,#TAB MOV A,#00H ;读地址 LCALL RD24 CJNE A,#10,TT TT: JNC TT1 AJMP TT2 TT1: MOV A,
www.eeworm.com/read/464544/7156406

asm n24c02.asm

SDA24 EQU P3.7 SCLK24 EQU P3.6 ORG 0000H AJMP MAIN ORG 0030H MAIN: CLR P3.7 ;打开写保护 MOV DPTR,#TAB MOV A,#00H ;读地址 LCALL RD24 CJNE A,#10,TT TT: JNC TT1 AJMP TT2 TT1: MOV A,
www.eeworm.com/read/455501/7370609

s swi_led.s

AREA Swi, CODE, READONLY EXPORT SWI_Handler ;声明全局变量,供外部函数调用 IMPORT swi_led_on ;声明外部定义的变量 IMPORT swi_led_off ;声明外部定义的变量 SWI_Handler ;;;中断处理程序入口 STMFD sp!,{r0-r3,r5,lr} ;保护环境 MRS r1,sp
www.eeworm.com/read/242844/12979564

svn-base boot.asm.svn-base

;定义各中断数据扇区段,由段地址0000开始 data segment at 0h ;驱动器中断位置 org 13h*4 DiskInt dd ? ;保护的驱动器中断位置 org 50h*4 HDInt dd ? org 3f0h ProSeg dw ? ;保存记载内存大小位置 org 413h mem