代码搜索:熔丝位

找到约 10,000 项符合「熔丝位」的源代码

代码结果 10,000
www.eeworm.com/read/149527/12368426

asm svpwm.asm

LENTH EQU 120 ;数据长度30 CurrentFrequency EQU 40H ;记数单元 MaxFrequency EQU 41H ;最高转速单元 OverCurrent BIT 00H ;过电流标志位 StartState EQU
www.eeworm.com/read/131795/14128960

dat asslandat34.dat

POPAD 指令 格式: POPAD ---- 功能: 本指令依次弹出堆栈中的32位字到 EDI,ESI,EBP,ESP,EBX,EDX,ECX,EAX中,弹出堆栈之后,ESP+32-->ESP. ----
www.eeworm.com/read/131795/14128971

dat asslandat32.dat

POPA 指令 格式: POPA ---- 功能: 本指令依次弹出堆栈中的16位字到DI,SI,BP,SP,BX,DX,CX,AX中,弹出堆栈之后,SP+16-->Sp. ----
www.eeworm.com/read/131795/14129092

dat asslandat70.dat

逻辑非运算指令 NOT 格式: NOT OPRD ---- 功能: 完成对操作数按位求反运算,结果关回原操作数.本指梳令可以进行字或字节'非'运算. ----
www.eeworm.com/read/131795/14129295

dat asslandat3b.dat

说明: 实际上它相当于以下两条指令: ---- CMP OPD,OPS XCHG OPD,OPS 在互换前比较是为了设置标志寄存器的某些位.
www.eeworm.com/read/130699/14177184

txt lx2_8.txt

2.8 (1)12345.678000(默认6位小数) (2)X12345.678 (左补一个空格) (3)12345.678 (宽度不够,突破限制) (4)12345.67800 (突破限制,按小数位显示)
www.eeworm.com/read/226630/14456792

cs tlvint32.cs

using System; using System.Collections.Generic; using System.Text; namespace SMPP.Variable { /// /// TLV32位整型 /// public class TLVInt32 : TLV { public Int32 Va
www.eeworm.com/read/226630/14456802

cs tlvint16.cs

using System; using System.Collections.Generic; using System.Text; namespace SMPP.Variable { /// /// TLV16位整型 /// public class TLVInt16 : TLV { public Int16 Va
www.eeworm.com/read/226630/14456824

cs tlvint64.cs

using System; using System.Collections.Generic; using System.Text; namespace SMPP.Variable { /// /// TLV64位整型 /// public class TLVInt64 : TLV { public Int64 Va
www.eeworm.com/read/117148/14939022

asm encrypt.asm

data SEGMENT cps DB 255 DUP(0) ;正确的密码 psf DB 0 ;密码标志位 cpslen DB ? ;c ps len fname LABEL BYTE ;file name fmaxlen DB 254 flen DB ? pathstr DB