代码搜索:定时灯

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

代码结果 10,000
www.eeworm.com/read/367808/9731341

js scroll_block.js

/** 定时循环滚动区块控制脚本 */ var scrollerheight=80; // 需要滚动的区块的高度 var s_amount = 80; //每次滚动的高度 var waitingtime = 3000; // 停顿时间 var bMouseOver = 1; var scrollspeed = 1; // 滚动速度 var s_tmp
www.eeworm.com/read/367410/9750551

bak main.bak

/********************************************************************************************** main.c file ADuC7027的第九个实验——定时计数器 作者:Computer-lov 建立日期:2006-4-24 修改日期:2006-4-24 版本:V1.0 版权所有,
www.eeworm.com/read/367410/9750618

c main.c

/********************************************************************************************** main.c file ADuC7027的第九个实验——定时计数器 作者:Computer-lov 建立日期:2006-4-25 修改日期:2006-4-25 版本:V1.0 版权所有,
www.eeworm.com/read/415111/11083971

c motor.c

#include #include #define uchar unsigned char #define uint unsigned int #define MotPort P1 #define TH0VAL -64608/256 //初值928,1ms #define TL0VAL -64608%256 //定时初始
www.eeworm.com/read/414621/11107749

c iotoserial.c

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

c main.c

#include #include #include "serial.h" typedef unsigned char uchar; typedef unsigned int uint; void init() { TMOD=0x20; //定时器1,方式2 TH1=TL1=-(SYSCLK/BA
www.eeworm.com/read/248340/12583165

txt 232.txt

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

txt io模拟串口.txt

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

dt dsh.dt

/*************************************************************/ /* 用EM78P153S编写一个定时程序 */ /*功能:初始显示:00;第一次按下K显示:05 ,步进为5直到20; */ /*再按一下,显示00;再按同上循环显示。 */
www.eeworm.com/read/201743/15398066

c sh502.c

#include #include #define uchar unsigned char #define uint unsigned int uint FREQ; /*定时器计数变量*/ uint FREQ_out; /*输出频率变量*/ uint delay; sbit SEL0=P3^0; sbit