代码搜索:定时报警
找到约 10,000 项符合「定时报警」的源代码
代码结果 10,000
www.eeworm.com/read/325579/13195529
c sh405.c
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
uchar data BUFFER[1]={0}; /*定时器计数变量*/
//设置P2.1,作为控制场效应管的控制电平;
sbit P2_1=P2^
www.eeworm.com/read/240721/13201980
c timer.c
#include "typedef.h"
#include "time.h"
#include "ll.h"
unsigned char prgCnt = 0;
void time(void) interrupt 1 using 2
{
// TH0=0x82; //10ms的基准定时,40M
// TL0=0x35;
TH0=0x
www.eeworm.com/read/138687/13225264
c sh405.c
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
uchar data BUFFER[1]={0}; /*定时器计数变量*/
//设置P2.1,作为控制场效应管的控制电平;
sbit P2_1=P2^
www.eeworm.com/read/317818/13496901
c sh405.c
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
uchar data BUFFER[1]={0}; /*定时器计数变量*/
//设置P2.1,作为控制场效应管的控制电平;
sbit P2_1=P2^
www.eeworm.com/read/313931/13579227
inc h51.inc
BIAOZ DATA 20H ;标志:.0=1定时到,.1=1运行计算时间
;.2=1运行译码,.3=1设置状态
;.4闪耀位,=0灭,=1亮
KEYBZ DATA 21H ;键盘标志:.0(08H)=1去抖(KD),.1(09H)=1抬键(KT)
www.eeworm.com/read/313931/13579272
inc 显示.inc
BIAOZ DATA 20H ;标志:.0=1定时到,.1=1运行计算时间
;.2=1运行译码,.3=1设置状态
;.4闪耀位,=0灭,=1亮
KEYBZ DATA 21H ;键盘标志:.0(08H)=1去抖(KD),.1(09H)=1抬键(KT)
www.eeworm.com/read/313491/13586497
c pi_pwm2.c
#include
#include
#include
bit flag=1;
unsigned char pwm=0;
unsigned char a,b;
sbit P21=P2^1;
sbit P20=P2^0;
void sdf() interrupt 3 using 0 //定时255us,0.063s
www.eeworm.com/read/309517/13669738
uv2 七..uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2,
www.eeworm.com/read/308422/13701678
m myditfft.m
function y=myditfft(x)
% y=myditfft(x)
% ------------------------------------------------------------
% 本程序对输入序列 x 实现DIT-FFT基2算法,点数取大于等于x长度的2的幂次
% x为给定时间序列
% y为x的离散傅立叶变换
%
m=nextpow2(x);N=2^m;
www.eeworm.com/read/308013/13711349
c timer.c
#include "typedef.h"
#include "time.h"
#include "ll.h"
unsigned char prgCnt = 0;
void time(void) interrupt 1 using 2
{
// TH0=0x82; //10ms的基准定时,40M
// TL0=0x35;
TH0=0x