代码搜索结果

找到约 10,000 项符合 P 的代码

p2p_s.c

/* p2p_s.c */ /* 双机点对点通信的从机部分 */ #ifndef __P2P_S_C__ #define __P2P_S_C__ #include #include #define __MAX_LEN_ 64 // 数据最大长度 #define _MHZ_ 11 // 设置单片机使用的晶振频率(11.0

p2p_m.c

/* p2p_m.c */ /* 双机点对点通信的主机部分 */ #ifndef __P2P_M_C__ #define __P2P_M_C__ #include #include #define __MAX_LEN_ 64 // 数据最大长度 #define _MHZ_ 11 // 设置单片机使用的晶振频率(11.0

p1p3.asm

ORG 0000H AJMP MAIN ORG 0030H MAIN: MOV P1,#00H MOV P1,P3 ;把P3口的状态送到P1口 LOOP: CALL DELAY AJMP MAIN ;*****************************************

p00p5000.kis

.i 3 .o 6 .s 6 .p 17 .reset Rst .resettype async .clock Clk .resetstate st1 .type fdr .ilb In0 In1 In2 .ob Out0 Out1 Out2 Out3 Out4 Out5 .obdefault 000000 .ffname state .fftype d .usedc

p2p_s.c

/* p2p_s.c */ /* 双机点对点通信的从机部分 */ #ifndef __P2P_S_C__ #define __P2P_S_C__ #include #include #define __MAX_LEN_ 64 // 数据最大长度 #define _MHZ_ 11 // 设置单片机使用的晶振频率(11.0

p2p_m.c

/* p2p_m.c */ /* 双机点对点通信的主机部分 */ #ifndef __P2P_M_C__ #define __P2P_M_C__ #include #include #define __MAX_LEN_ 64 // 数据最大长度 #define _MHZ_ 11 // 设置单片机使用的晶振频率(11.0

p23b-p.asm

;================================ ; Terminal Program p23A ; 2001.05.6 ; SLE44R31/M1/ML ;================================ org 0000h ;---------------------------------- ;