代码搜索:熔丝位
找到约 10,000 项符合「熔丝位」的源代码
代码结果 10,000
www.eeworm.com/read/254229/12155032
h gui.h
#ifndef GUI_H
#define GUI_H
#ifndef TRUE
#define TRUE 1
#endif
#ifndef FALSE
#define FALSE 0
#endif
typedef unsigned char uint8; //无符号8位整型变量
typedef signed char
www.eeworm.com/read/336681/12425397
bas spcp.bas
Attribute VB_Name = "spcp"
'*************************************************
'消息帧数据格式:
' 1 0 A B X X
'其中 10 为消息标识,
' AB表示文本长度,L=A*100+B
' XX为配位字符,任意
'控制
www.eeworm.com/read/131795/14128976
dat asslandat22.dat
从存储器取出32位地址的指令 LFS
格式: LFS OPRD1,OPRD2
----
功能: 该指令与LDS类似,只不过将段基址装入FS中
----
www.eeworm.com/read/131795/14129010
dat asslandat24.dat
从存储器取出32位地址的指令 LSS
格式: LSS OPRD1,OPRD2
----
功能: 该指令与LDS类似,只不过将段基址装入SS中
----
www.eeworm.com/read/131795/14129317
dat asslandat23.dat
从存储器取出32位地址的指令 LGS
格式: LGS OPRD1,OPRD2
----
功能: 该指令与LDS类似,只不过将段基址装入GS中
----
www.eeworm.com/read/131623/14135279
bas spcp.bas
Attribute VB_Name = "spcp"
'*************************************************
'消息帧数据格式:
' 1 0 A B X X
'其中 10 为消息标识,
' AB表示文本长度,L=A*100+B
' XX为配位字符,任意
'控制
www.eeworm.com/read/129677/14233306
asm dasend.asm
;*------------------------------------------------------*
;* Aexp11.asm A/D转换-数据采集实验 *
;* A/D转换数据采集程序source file *
;* 运行步骤:1.在平台板的8位AD通道选择开关上 选定通道号 *
www.eeworm.com/read/228705/14365729
bas spcp.bas
Attribute VB_Name = "spcp"
'*************************************************
'消息帧数据格式:
' 1 0 A B X X
'其中 10 为消息标识,
' AB表示文本长度,L=A*100+B
' XX为配位字符,任意
'控制
www.eeworm.com/read/228253/14394938
h bignumber.h
/*大数运算库头文件:CBigNumber.h
*****************************************************************/
//允许生成超过256位(二进制)的中间结果
#ifndef BI_MAXLEN
#define BI_MAXLEN 32
class CBigNumber
{
public:
//大数在0