代码搜索:5104
找到约 56 项符合「5104」的源代码
代码结果 56
www.eeworm.com/read/440883/7679606
txt 5104的解码.txt
红外解码程序有朋友要做5104的解码,刚好前几天写了一个,这个程序是已经调试好了的。其实无线跟红外的解码原理基本上是一样的。
void Decoder()
{unsigned char SignalW,CodeTotal; SignalW=0;
do { //9+66=75us delay(20);//delay 66us
SignalW++;
if(SignalW>120)
www.eeworm.com/read/436999/7757274
c sa5104.c
#include
void main()
{
struct childrec /* 定义结构类型 childrec */
{
char initial; /* 姓名首字母 */
int age; /* 年龄 */
int grade; /* 考试成绩 */
};
www.eeworm.com/read/196428/8092443
c sx5104.c
www.eeworm.com/read/492989/6403185
asm ex5104.asm
ORG 0000H
BEGIN: LJMP START
;
ORG 0013H
LJMP INT_P
;
ORG 0030H
START: MOV P1,#0FFH
SETB IT1
MOV A,#01H
MOV IE,#10000
www.eeworm.com/read/491885/6428094
asm ex5104.asm
ORG 0000H
BEGIN: LJMP START
;
ORG 0013H
LJMP INT_P
;
ORG 0030H
START: MOV P1,#0FFH
SETB IT1
MOV A,#01H
MOV IE,#10000
www.eeworm.com/read/153391/12036268
c sx5104.c
www.eeworm.com/read/338730/12286618
pdf hs5104.pdf
www.eeworm.com/read/194316/5133158
ucm ibm-5104.ucm
#________________________________________________________________________
#
# (C) COPYRIGHT International Business Machines Corp. 1999
# All Rights Reserved
#
#____________________________________
www.eeworm.com/read/106213/15643481
run sa5104.run
www.eeworm.com/read/106213/15644158
c sa5104.c
#include
void main()
{
struct childrec /* 定义结构类型 childrec */
{
char initial; /* 姓名首字母 */
int age; /* 年龄 */
int grade; /* 考试成绩 */
};