遥控解码通过电脑串口显示 /* 晶振:11.0569MHz */ #incLUDE <REGX52.h> #define uchar unsigned char uchar data IRcode[4] //定义一个4字节的数组用来存储代码 uchar CodeTemp //编码字节缓存变量 uchar i,j,k //延时用的循环变量 sbit IRsignal=P3^2 //HS0038接收头OUT端直接连P3.2(INT0) /**************************延时0.9ms子程序**********************/ void Delay0_9ms(void) {uchar j,k for(j=18 j>0 j--) for(k=20 k>0 k--) } /***************************延时1ms子程序**********************/ void Delay1ms(void) {uchar i,j for(i=2 i>0 i--) for(j=230 j>0 j--) }
标签: uchar unsigned 11.0569 incLUDE
上传时间: 2013-12-12
上传用户:Breathe0125
This course is about "distributed algorithms".Distributed algorithms incLUDE a wide range of parallel algorithms,which can be classified by a variety of attributes.
标签: algorithms Distributed distributed incLUDE
上传时间: 2014-10-30
上传用户:baitouyu
#incLUDE<stdlib.h> #incLUDE "dos.h" #incLUDE "graphics.h" #incLUDE "math.h" #define PI 3.1415926 #define NULL 0 #incLUDE<stdio.h> #incLUDE<string.h>
标签: incLUDE graphics define stdlib
上传时间: 2013-12-29
上传用户:王者A
:#incLUDE <stdlib.h>#incLUDE <stdio.h>#incLUDE <time.h> void InsertSort(int a[],int *(k1),int *(k2))//0:直接插入排序{ int i,j int temp *(k1)=0 *(k2)=0 for(i=0 i<149 i++) { temp=a[i+1] *(k2)++ ...
标签: incLUDE InsertSort gt lt
上传时间: 2014-11-30
上传用户:362279997
this datasheet introduce the 28f128j3 flash ,the read/write opreation is incLUDE.
标签: datasheet introduce the opreation
上传时间: 2013-12-22
上传用户:lanhuaying
#ifdef INTEGER #incLUDE "ibp.h" #else #incLUDE "rbp.h" #endif /* built-in C functions */
标签: incLUDE functions built-in INTEGER
上传时间: 2014-01-16
上传用户:13188549192
ecos time patch file (/home/jacmet/ecos.orig/packages/isoinfra/current/incLUDE/sys/time.h)
标签: ecos time isoinfra packages
上传时间: 2013-12-01
上传用户:huql11633
This is a CNCPro source file. It is incLUDE the G-Code interpreter source.
标签: source interpreter incLUDE CNCPro
上传时间: 2017-03-16
上传用户:wanqunsheng
yaffs2 source code for linux2.4/2.6. incLUDE the utile
标签: incLUDE yaffs2 source linux
上传时间: 2017-03-26
上传用户:缥缈
this code incLUDE particle filter techniques
标签: techniques particle incLUDE filter
上传时间: 2017-04-01
上传用户:hjshhyy