CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - delay.h

搜索资源列表

  1. RT1602C

    0下载:
  2. 点液晶的程序,#include <util/delay.h> #include <avr/pgmspace.h> #include \"lcd.h\" #include \"font6x8.h\" #include \"font8x16.h\" #include \"my_type.h\"
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:228.34kb
    • 提供者:heihu
  1. heat

    0下载:
  2. PIC18F2520与时钟芯片PCF8563的I2C例程序。此为测试版,有好多无用的参数/函数,根据自己情况修改。RB0:SDA RB1: SCL ,单片机:PIC18F2520,编译环境:MPlab+PICC18. I2C芯片: PCF8563 ,软件模拟I2C总线设置和读取时钟芯片。工程包括5个文件:delay.h delay.c I2c.h I2c.c I2c_demo.c 是用PICC18提供的I2C例程,用的内部时钟,仅供参考,好多参数没优化,特别是延时和内部时钟。 -PIC18
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:174.18kb
    • 提供者:吴明
  1. FX2Test

    0下载:
  2. 程序描述:使用Cypress提供的EZ-USB开发工具包进行基本的固件程序设计。安装时把源码拷贝到硬盘特定目录下,使用Keil C编译器运行即可。但要添加完整的头文件及库文件才可以编译。 BasicUSB.SchDoc 电路原理图 FX2Test/FX2Test.Uv2 Keil C51工程 FX2Test/EZUSB.LIB EZ-USB库文件 FX2Test/dscr.a51 USB描述符 FX2Test/USBJmpTb.OBJ USB中断跳转表 FX2Test
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-28
    • 文件大小:42.45kb
    • 提供者:刘可
  1. 89C51

    0下载:
  2. header to interface the c51 controller with special delay and otner initializing programs
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-11
    • 文件大小:1.38kb
    • 提供者:smartec
  1. 1

    0下载:
  2. #include <mega8.h> #include <stdio.h> #include <delay.h> #include <mega8.h> #include <stdio.h> #include <delay.h> #define TG PORTB.1 #define RF_Rx PIND.2 #define Busy PIND.3 #define Mess1
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:34.35kb
    • 提供者:Mohammad_zamani
  1. 4

    0下载:
  2. #include <mega8.h> #include <stdio.h> #include <delay.h> #include <mega8.h> #include <stdio.h> #include <delay.h> #define TG PORTB.1 #define RF_Rx PIND.2 #define Busy PIND.3 #define Mess1
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:11.1kb
    • 提供者:Mohammad_zamani
  1. 5

    0下载:
  2. Chip type : ATmega8 Program type : Application Clock frequency : 8.000000 MHz Memory model : Small External SRAM size : 0 Data Stack size : 256 *****************************************************/ #include <mega8.h> #includ
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1.4kb
    • 提供者:Mohammad_zamani
  1. 6

    0下载:
  2. #include <mega8.h> #include <stdio.h> #include <delay.h> #define TG PORTB.1 #define RF_Rx PIND.2 #define Busy PIND.3 #define Mess1 PORTB.0 #define Mess2 PORTD.7 #define Mess3 PORTD.6 #define Mess4 PORTD.5 #
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1.83kb
    • 提供者:Mohammad_zamani
  1. AD7705(AVR)

    0下载:
  2. 介绍AD7705的开发注意事项,以及开发流程,附AVR单片机开发代码-#include <util/delay.h> #include <avr/eeprom.h> #include "ad7705.h" #include "main.h" #include "crc16.h" #include "Usart.h"
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:7.07kb
    • 提供者:向恒
  1. 3.5GHz--channel-measurements

    0下载:
  2. 在3.49-3.51GHZ频段内的典型中国城市环境下,地面信号衰落仍服从经典的指数对数分布。在中度误差(σx =10.291)下,路损指数在3.1-3.7之间。半径2公里的小区内,RMS时延在3-4微秒之间;典型的办公室环境中,存在直达径时RMS时延小于0.1微秒。在城市环境中,多径现象很明显,主要由高层建筑物引起,并以簇的方式存在。在城市中低速移动条件下(接收机移动速度小于100 Km/h)某一强径的生存时间通常超过10分钟,但相对到达时间会发生滑动。单一小区内的传播环境具有一定相关性,如果存
  3. 所属分类:Project Design

    • 发布日期:2017-04-24
    • 文件大小:155.93kb
    • 提供者:xuchen
  1. AVRlcd1602

    0下载:
  2. AVR 驱动1602液晶的范例程序#include <avr/io.h> //io端口寄存器配置文件,必须包含 #include <util/delay.h> //GCC中的延时函数头文件-AVR 1602
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:19.71kb
    • 提供者:zmlceo
  1. jiaoduzhuanganqi

    0下载:
  2. 角度转感器的基本控制方法!部分代码如下: #include"lcd1602.h" #include"delay.h" #include"adxl345.h" void main() { uchar devid delay(500) //上电延时 init() //初始化 DisplayOneChar(0,0, A ) DisplayOneChar(1,0, : ) Init_ADXL345() //初始化AD
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-23
    • 文件大小:54.7kb
    • 提供者:韦武
  1. mn4op8.ZIP

    0下载:
  2. 一类不确定时延网络控制系统的非脆弱H_保成本控制A class of networked control systems with uncertain time delay H _ non fragile guaranteed cost control-A class of networked control systems with uncertain time delay H _ non fragile guaranteed cost control
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:158.42kb
    • 提供者:care123
  1. atmega16

    0下载:
  2. 个人收集的mega系列延时程序代码\atmega16中断函数附注编号\485uart\SPI控制ISD1730按键录音寻址放音等-Personal collection of the mega series of delay procedure code \ ATmega16 interrupt function note number \ 485uart \ SPI control the ISD1730 button recording addressing playback
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:8.94kb
    • 提供者:Gary
  1. xy7z.ZIP

    0下载:
  2. 电动汽车用高效回馈制动控制策略Uncertain singular systems with time-delay H _ guaranteed performance control-Uncertain singular systems with time-delay H _ guaranteed performance control
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:619.54kb
    • 提供者:pp200
  1. 9-Delay-Systems

    0下载:
  2. decades. The so-called bounded real lemma has played an important role in solving this problem. In the contexts of both the state-space and singular systems, a great number of results on H∞ control have been reported and different approaches ha
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:251.55kb
    • 提供者:haha
  1. NS73

    0下载:
  2. liunx驱动NS73驱动程序 //#include "fmtrans.h" #include <linux/i2c.h> #include <linux/delay.h> // // #define FM_TRANS_ADDR 0xCC #define AMD_DEBUG 0 // // extern int au1xxx_i2c_write(unsigned char addr, unsigned char reg,
  3. 所属分类:Driver develop

    • 发布日期:2017-11-08
    • 文件大小:122.05kb
    • 提供者:张绪礼
  1. delay

    0下载:
  2. It is a delay.h file witch delay function like _delay_ms (XXX) _delay_us(XXX) in AVR. Base on Systick
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-12
    • 文件大小:737byte
    • 提供者:KaiHansen
  1. h.265

    0下载:
  2. H.265是ITU-T VCEG 继H.264之后所制定的新的视频编码标准。H.265标准围绕着现有的视频编码标准H.264,保留原来的某些技术,同时对一些相关的技术加以改进。新技术使用先进的技术用以改善码流、编码质量、延时和算法复杂度之间的关系,达到最优化设置。具体的研究内容包括:提高压缩效率、提高鲁棒性和错误恢复能力、减少实时的时延、减少信道获取时间和随机接入时延、降低复杂度等。H264由于算法优化,可以低于1Mbps的速度实现标清数字图像传送;H265则可以实现利用1~2Mbps的传输速度
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-10
    • 文件大小:15.5mb
    • 提供者:DaisyK
  1. delay.h

    0下载:
  2. Delay.h library for ATxMEGA32E5
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:3kb
    • 提供者:RafaMXA
« 12 3 4 5 »
搜珍网 www.dssz.com