遥控解码通过电脑串口显示 /* 晶振: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