排序:上传时间 相关度 下载量 查看数

Delay 144

按分类查找:

  • 具有消抖功能的秒表程序

    具有消抖功能的秒表程序,可以通过按键来设定初始时间,比delay更加精确

    /dl/443592.html

    标签: 程序

    上传时间: 2017-05-23

    上传用户:拔丝土豆

  • I2C详细源代码

    I2C详细源代码,包括,初始化,开始信号和结束信号,delay等需要注意的地方。

    /dl/450233.html

    标签: I2C 源代码

    上传时间: 2014-01-24

    上传用户:冇尾飞铊

  • #include <avr/io.h> #include <avr/interrupt.h> #include <avr/signal.h> #include

    #include <avr/io.h> #include <avr/interrupt.h> #include <avr/signal.h> #include <avr/sleep.h> #include <avr/pgmspace.h> #include <string.h> #include <util/delay.h> #include <avr/eeprom.h> #include <stdio.h> #include "defines.h"

    /dl/472075.html

    标签: include avr interrupt gt

    上传时间: 2017-07-31

    上传用户:diets

  • This is a simulator written in Tcl to simulate a network node carrying GSM and GPRS traffics with Qo

    This is a simulator written in Tcl to simulate a network node carrying GSM and GPRS traffics with QoS mechanisms. The payload type including circuit-switched voice, VoIP and web traffic, and the performance including packet drop, delay can be analyzed. The implemented QoS mechanism is DiffServ, with ...

    /dl/477683.html

    标签: simulator carrying simulate traffics

    上传时间: 2014-01-01

    上传用户:1583060504

  • Aodv for NS-2. A mobile ad-hoc network (MANET) is a kind of wireless ad-hoc network, and is a self-c

    Aodv for NS-2. A mobile ad-hoc network (MANET) is a kind of wireless ad-hoc network, and is a self-configuring network of mobile routers connected wirelessly. MANET may operate in a standalone fashion, or may be connected to the larger Internet. Many routing protocols have been developed for MANETs ...

    /dl/492160.html

    标签: network ad-hoc wireless mobile

    上传时间: 2014-01-12

    上传用户:zsjzc

  • 红外解码程序

    /* &nbsp;* _168ZHONGDUAN2.c &nbsp;* &nbsp;* Created: 2014/11/2 15:12:45 &nbsp;* &nbsp;Author: lenovo &nbsp;*/&nbsp; #include <avr/io.h> #include <avr/iom168pa.h> #include <avr/interrupt.h> #include <util/delay.h> #include <avr/eeprom.h> //#include <util/delay_basic.h> //unsigned char const SEGtabl ...

    /dl/509771.html

    标签: 程序

    上传时间: 2016-03-03

    上传用户:彦 yan

  • AVR单片机转速表

    /****************************************************************&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 外部晶振8M&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PA0~3:四位数码管的位选&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PB0~7:数码管 ...

    /dl/509864.html

    标签: C语言

    上传时间: 2016-03-09

    上传用户:彦 yan

  • tas3204

    The TAS3204 is a highly-integrated audio system-on-chip (SOC) consisting of a fully-programmable, 48-bit digital audio processor, a 3:1 stereo analog input MUX, four ADCs, four DACs, and other analog functionality. The TAS3204 is programmable with the graphical PurePath Studio™ suite of DS ...

    /dl/510831.html

    标签: 3204 tas

    上传时间: 2016-05-06

    上传用户:fagong

  • 红外遥控RGB

    #include "STC90.h" #include < intrins.h > #define uchar unsigned char #define uint unsigned int #define led_port P1 sbit IR_RE = P3^2; sbit led_r = P1^3; sbit led_g = P1^4; sbit led_b = P1^5; sbit led_wd = P1^7; sbit K1 =P3^0 ; //增加键 sbit K2 =P3^1 ; ...

    /dl/512141.html

    标签: RGB 红外遥控

    上传时间: 2016-07-02

    上传用户:184890962

  • 调光C程序

    /*#include<reg52.h> #define uint unsigned int #define uchar unsigned char #define uchar unsigned char sbit K1=P3^4; sbit K2=P3^5; sbit ledr=P1^0; sbit ledg=P1^1; sbit ledb=P1^2; bit LEDDirection=0;//LED控制方向0:渐亮1:渐灭 char &nbsp;pwm=0; char &nbsp;pwmr=0; char &nbsp;scw=0;//中断记数 char &nbsp ...

    /dl/512142.html

    标签: 调光

    上传时间: 2016-07-02

    上传用户:184890962