代码搜索:熔丝位
找到约 10,000 项符合「熔丝位」的源代码
代码结果 10,000
www.eeworm.com/read/426900/6339176
h config.h
#ifndef TRUE
#define TRUE 1
#endif
#ifndef FALSE
#define FALSE 0
#endif
typedef unsigned char uint8; //无符号8位整型变量
typedef signed char int8;
www.eeworm.com/read/490107/6458582
prg main.prg
CLOSE ALL
CLEAR ALL
SET CENTURY ON && 显示四位年代
SET HOURS TO 24
PUBLIC TJ && 声明全局全变量
_SCREEN.VISIBLE=.F.
DO FORM logon
www.eeworm.com/read/488265/6490588
asm port1 (2).asm
KEYLEFT BIT P1.0
KEYRIGHT BIT P1.1
LEDLEFT BIT P1.2
LEDRIGHT BIT P1.3 ;位定义
ORG 00H
SETB KEYLEFT
SETB KE
www.eeworm.com/read/484421/6587781
h config.h
#ifndef TRUE
#define TRUE 1
#endif
#ifndef FALSE
#define FALSE 0
#endif
typedef unsigned char uint8; /* 无符号8位整型变量 */
typedef signed char int8;
www.eeworm.com/read/484421/6587887
h config.h
#ifndef TRUE
#define TRUE 1
#endif
#ifndef FALSE
#define FALSE 0
#endif
typedef unsigned char uint8; /* 无符号8位整型变量 */
typedef signed char int8;
www.eeworm.com/read/484421/6587937
h config.h
#ifndef TRUE
#define TRUE 1
#endif
#ifndef FALSE
#define FALSE 0
#endif
typedef unsigned char uint8; /* 无符号8位整型变量 */
typedef signed char int8;
www.eeworm.com/read/477829/6723657
h config.h
#ifndef TRUE
#define TRUE 1
#endif
#ifndef FALSE
#define FALSE 0
#endif
#ifndef NULL
#define NULL 0
#endif
typedef unsigned char uint8; /* 无符号8位整型变量
www.eeworm.com/read/407557/11415910
java bittest.java
/**
* 演示了位逻辑运算符的使用
*/
package sample;
public class BitTest {
public static void main(String args[]) {
String binary[] = {
"0000", "0001", "0010", "0011", "0100", "0101", "0110", "
www.eeworm.com/read/407474/11418639
asm port1 (2).asm
KEYLEFT BIT P1.0
KEYRIGHT BIT P1.1
LEDLEFT BIT P1.2
LEDRIGHT BIT P1.3 ;位定义
ORG 00H
SETB KEYLEFT
SETB KE
www.eeworm.com/read/406265/11445550
h config.h
#ifndef TRUE
#define TRUE 1
#endif
#ifndef FALSE
#define FALSE 0
#endif
typedef unsigned char uint8; /* 无符号8位整型变量 */
typedef signed char int8