代码搜索:倒计时器
找到约 1,174 项符合「倒计时器」的源代码
代码结果 1,174
www.eeworm.com/read/482097/6626318
bat 输出倒文.bat
@echo off
:star
set Output=
set /p Enter=Please input:
:Start
if not "%Enter%"=="" (
set Output=%Output%%Enter:~-1%
set Enter=%Enter:~0,-1%
goto :Start)
echo.
echo %Output%
p
www.eeworm.com/read/261965/11612678
doc 倒f设计.doc
www.eeworm.com/read/126505/14418986
doc 复倒谱.doc
www.eeworm.com/read/118270/14879360
cpp 倒序输出.cpp
#include
#include
struct sting
{
char data;
struct sting *next;
};
sting *creat()
{
sting *head,*p,*q;
char b;
q=head=new sting;
head
www.eeworm.com/read/373563/9450741
doc 计时器.doc
www.eeworm.com/read/351955/10590315
mwp 计时器.mwp
www.eeworm.com/read/462662/7198386
asm 计时器.asm
;*---------------------------------------------------------*
;* 8255、8259综合应用实验-用彩灯显示计时情况 *
;* 彩灯点亮显示时间程序source file *
;* 运行步骤:1. 按下sw3开始计时
www.eeworm.com/read/479541/6688251
txt 计时器.txt
/*基于T/C0的时钟设计——T/C0工作在定时方式*/
//采用8MHZ系统时钟的256分频作为定时时钟,即每32us记一个数,每记250个数(8ms)溢出一次。
//中断复位程序统计计数次数,计数125次,秒钟加一
#include
#include
#define uint unsigned int
#define uchar unsign
www.eeworm.com/read/406761/11436142