代码搜索:定时灯

找到约 10,000 项符合「定时灯」的源代码

代码结果 10,000
www.eeworm.com/read/153023/12065913

c otelc1.c

uchar idata ToneNoneCounter ; uchar idata ToneCounter ; //450HZ的个数 uchar idata ToneOtherCounter ;//不是450HZ的个数 uchar idata ToneTimeCounter ; //定时器到的个数 70ms采集一次 bit ToneFlag ; //是否检测 uchar idata
www.eeworm.com/read/340315/12166332

c 红外解码程序.c

#include #include #define uchar unsigned char #define uint unsigned int #define leng(x) sizeof(x) #include "lcd1602.h" //定义多少分钟 #define parameter 1 //比如,这里是 1 ,则表示定时
www.eeworm.com/read/338574/12293812

c dtmfscan.c

/*************************************************************************************** * 生成日期: 2007-11-15 * 文件名: dtmfidy.c * 作者: zhouxy * 功能说明: DTMF检测。 双音多频收号扫描,在定时中断调用,20ms调一次 返回值:event
www.eeworm.com/read/337278/12379624

txt 51monichuankou.txt

include sbit BT_SND =P1^0; sbit BT_REC =P1^1; /**********************************************    IO 口模拟232通讯程序    使用两种方式的C程序 占用定时器0    *********************************************
www.eeworm.com/read/149049/12405870

c test44x_wdt03.c

#include void main(void) { WDTCTL = WDT_ADLY_250; // 设置看门狗定时时间为0.25ms IE1 |= WDTIE; // WDT使能 P1DIR |= 0x01; //
www.eeworm.com/read/132186/14105702

txt io模拟串口.txt

#include sbit BT_SND =P1^0; sbit BT_REC =P1^1; /********************************************** IO 口模拟232通讯程序 使用两种方式的C程序 占用定时器0 ************************
www.eeworm.com/read/132174/14105842

txt io模拟串口.txt

#include sbit BT_SND =P1^0; sbit BT_REC =P1^1; /********************************************** IO 口模拟232通讯程序 使用两种方式的C程序 占用定时器0 ************************
www.eeworm.com/read/233999/14126329

c 10-5.c

#include #include #include #define uchar unsigned char #define uint unsigned int uchar data BUFFER[1]={0}; /*定时器计数变量*/ sbit PR=P2^2; // 定义语音芯片的控制端口,
www.eeworm.com/read/128578/14290829

cpp ew_timermanager.cpp

/*-------------------------------------------------------------------------- EW_TimerManager.cpp - 定时器管理器类的实现文件 本程序是FishGUI软件的一部分 版权所有 (C) 2003,2004 王咏武 http://www.contextfree.net/wangyw
www.eeworm.com/read/124343/14572324

html 962.html

linux知识宝库/杂项工具/如何重新设定时区