Welcome![Sign In][Sign Up]
Location:
Search - delay.h

Search list

[assembly languageRT1602C

Description: 点液晶的程序,#include <util/delay.h> #include <avr/pgmspace.h> #include \"lcd.h\" #include \"font6x8.h\" #include \"font8x16.h\" #include \"my_type.h\"
Platform: | Size: 233820 | Author: heihu | Hits:

[SCM单片机课程设计1

Description: 编写一个延时1MS子程序根据题目选择是定时还是记数状态,本题选择记数状态。然后根据延时1MS计算出计时器的初值是E0H(高8位)18H(低5位)。最后编写算法,对T0初始化,利用T0的中断TF0调用中断处理程序。-prepared a delay rungs subroutine under the topic chosen is not a time to memorize numbers or state of mind of the few options that state. According to delay timer rungs calculate the initial value is E0H (high 8) 18H (Low 5). Preparation of the final algorithm, the T0 initialization, interrupt the use of T0 TF0 call interrupt handling procedures.
Platform: | Size: 3072 | Author: 李明 | Hits:

[assembly language1602h

Description: LCD1602B基本驱动函数库 1、需要底层硬件驱动函数支持 基本的宏定义: LCD_RS LCD_RW LCD_E LCD_SetWriteData LCD_SetReadData LCD_HalfData_Port LCD_HalfData_DDR LCD_SendHalfCharHigh(a) LCD_SendHalfCharLow(a) 2、需要基本的延时函数支持基本的延时函数: DelayMs() 毫秒 DelayUs() 微妙 3、需要修改引用宏定义来指定底层硬件驱动 函数库。 4、该头文件支持4位发送模式,硬件连接4位 8位都支持。 -LCD1602B basic functions a driver, the underlying hardware drivers needed to support the basic functions of Acer definition : LCD_RS LCD_RW LCD_E LCD_SetWriteData LCD_SetReadData LCD_HalfData_Port LCD_HalfData_DDR LCD_SendHalfCharHigh (a) LCD_ SendHalfCharLow (a) 2, the basic needs of the time-delay function to support the basic functions of the delay : DelayMs () millisecond DelayUs () three delicate, Acer cited a need to amend the definition to specify the underlying hardware-driven functions. 4, the first four documents to support this model, the hardware connecting four eight support.
Platform: | Size: 3072 | Author: 集散地 | Hits:

[matlabfreqz_m

Description: 求取系统的绝对幅度响应、相对的db值幅度响应、相位响应和群延时响应的函数 % %db为相对振幅(dB) %mag为绝对振幅 %pha为相位响应 %grd为群延时 %w为频率样本点向量 %b为Ha(z)分子多项式系数(对FIR而言,b=h) %a为Hz(z)分母多项式系数(对FIR而言,a=1) %-strike rate system in response to the absolute and relative value range db response phase and group delay response to the response function%% db relative amplitude (dB)% mag as the absolute amplitude% of MTS Phase Response% for the group delay grd% w frequency of sample points for the vector b Ha% (z) elements polynomial coefficient (F IR, b = h)% for a Hz (z) denominator polynomial coefficient (right FIR, a = 1)%
Platform: | Size: 1024 | Author: 吴江华 | Hits:

[SCMADuC841_TEST

Description: ADI公司ADuC841单片机源程序。 I2C.c: ADuC841单片机I2C接口函数。 kei841.h: ADuC841单片机内部寄存器定义。 delay.c:精确延时资函数。 main_new.c ADuC841单片机主函数,实现正弦波的输出和I2C接口LED显示-ADI ADuC841 MCU source. I2C.c : ADuC841 MCU I2C interface function. Kei841.h : ADuC841 MCU internal register definitions. Delay.c : precision-delay function. Main_new.c ADuC841 MCU main function, achieve sine wave output interface and I2C LED Display
Platform: | Size: 6144 | Author: 哇哈哈 | Hits:

[3G developlmi

Description: D-S.Kim, Y.S.Lee, W.H.Kwon, and H.S.Park, "Maximum Allowable Delay Bounds in Networked Control Systems", Control Engineering Practice (Elsvier Science) (Simulation Example - Matlab Code), PP.1301-1313, Vol.11, Issue 11, December, 2003-D-S.Kim, Y.S.Lee, W.H.Kwon, and H.S.Park, "Maximum Allowable Delay Bounds in Networked Control Systems", Control Engineering Practice (Elsvier Science) (Simulation Example- Matlab Code), PP.1301-1313, Vol.11, Issue 11, December, 2003
Platform: | Size: 3072 | Author: 田之秋 | Hits:

[SCMLCD12864

Description: 12864液晶原程序.#include <reg52.h> #include <intrins.h> typedef unsigned char BYTE typedef bit BOOL sbit rs=P2^0 sbit rw=P2^1 sbit e =P2^2 BYTE code dis[]={"www.zansi.com"} delay(BYTE ms) {-12864 LCD original procedures .# Include
Platform: | Size: 40960 | Author: yichongwen | Hits:

[assembly languageRT1602C

Description: 点液晶的程序,#include <util/delay.h> #include <avr/pgmspace.h> #include "lcd.h" #include "font6x8.h" #include "font8x16.h" #include "my_type.h"-Point procedures LCD,# Include
Platform: | Size: 233472 | Author: | Hits:

[SCMSoftTimer

Description: SoftTimer.h 利用定时器T2模拟多个软件定时器 特点: 只占用一个硬件定时器T2,就可以扩展出多达数十个以上的软件定时器 软件定时器基本定时单位是10ms,定时范围很宽:0.01~163.84s 软件定时器数量可以按需要设定,每增加一个,只多消耗2个字节的RAM空间 利用定时器T2的自动重装特性,能够实现所有软件定时器的精确定时 所有软件定时器都工作在14位倒计时方式,用TR和TF位控制,使用极为方便 第0号定时器专门用于Delay()函数,其它定时器可供用户程序自由使用 -T2 timer SoftTimer.h simulation using multiple software timer features: only takes up a hardware timer T2, can be extended out over dozens of software timer software timers basic timing unit is 10ms, a wide range of timing : 0.01 ~ 163.84s software timer may need to configure the volume, each additional only consume more than two bytes of RAM space for the use of timer T2 automatic reload features, all the software timer to achieve the precise timing of all software timers are working in 14 countdown mode, with TR and TF-bit control, the use of extremely convenient timer 0 No. devoted to Delay () function, the other timer program free to use for users
Platform: | Size: 1024 | Author: cumtsun | Hits:

[Linux-Unixnistnet

Description: NIST Net – A Linux-based Network Emulation Tool, It is a raw IP packet filter with many controllable channel parameters such as packet loss ratio, jitter, bandwidth variation, delay, and network buffer size. To simulate different network environments-NIST Net- A Linux-based Network Emulation Tool, It is a raw IP packet filter with many controllable channel parameters such as packet loss ratio, jitter, bandwidth variation, delay, and network buffer size. To simulate different network environments
Platform: | Size: 2309120 | Author: 北科 | Hits:

[SCMMSP430IIC

Description: MSP430与TMP100 I2C温度传感器的接口汇编程序,在ti公司代码的基础上改进,可以直接使用。-MSP430 and TMP100 I2C Temperature Sensor Interface compilation process, in ti company based on the improved code can be used directly.
Platform: | Size: 69632 | Author: suideliang | Hits:

[Embeded-SCM DevelopFX2Test

Description: 程序描述:使用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/syncdly.h 同步延时 FX2Test/lpregs.h 寄存器声明 FX2Test/lp.h EZ-USB头文件 FX2Test/fw.c C51主程序 FX2Test/periph.c 初始化及任务调度 FX2Test/FX2Test.hex 单片机Hex文件 FX2Test/STARTUP.A51 启动代码-Description: Use to provide Cypress' s EZ-USB development kit for the basic design of the firmware. Copy the installation source to your hard disk under a specific directory, use the Keil C compiler can run. However, the first to add a complete library of documents and files can be compiled. BasicUSB.SchDoc circuit schematic FX2Test/FX2Test.Uv2 Keil C51 works FX2Test/EZUSB.LIB EZ-USB library file descriptor FX2Test/dscr.a51 USB interrupt jump table FX2Test/USBJmpTb.OBJ USB sync delay FX2Test/syncdly.h Register FX2Test/lpregs.h statement FX2Test/lp.h EZ-USB headers FX2Test/periph.c main FX2Test/fw.c C51 initialization and task scheduling Hex file FX2Test/FX2Test.hex single-chip FX2Test/STARTUP. startup code A51
Platform: | Size: 43008 | Author: 刘可 | Hits:

[Other Embeded program89C51

Description: header to interface the c51 controller with special delay and otner initializing programs
Platform: | Size: 1024 | Author: smartec | Hits:

[Compress-Decompress algrithms1

Description: #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 PORTB.0 #define Mess2 PORTD.7 #define Mess3 PORTD.6 #define Mess4 PORTD.5 #define Mess5 PORTB.7 #define Mess6 PORTB.6 #define Buzzer PORTD.0 #define Zone1 PINC.0 #define Zone2 PINC.1 #define Zone3 PINC.2 #define Zone4 PINC.3 #define Zone5 PINC.4 #define Zone6 PINC.5 #define Zone7 PIND.1 -#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 PORTB.0 #define Mess2 PORTD.7 #define Mess3 PORTD.6 #define Mess4 PORTD.5 #define Mess5 PORTB.7 #define Mess6 PORTB.6 #define Buzzer PORTD.0 #define Zone1 PINC.0 #define Zone2 PINC.1 #define Zone3 PINC.2 #define Zone4 PINC.3 #define Zone5 PINC.4 #define Zone6 PINC.5 #define Zone7 PIND.1
Platform: | Size: 34816 | Author: Mohammad_zamani | Hits:

[Compress-Decompress algrithms4

Description: #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 PORTB.0 #define Mess2 PORTD.7 #define Mess3 PORTD.6 #define Mess4 PORTD.5 #define Mess5 PORTB.7 #define Mess6 PORTB.6 #define Buzzer PORTD.0-#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 PORTB.0 #define Mess2 PORTD.7 #define Mess3 PORTD.6 #define Mess4 PORTD.5 #define Mess5 PORTB.7 #define Mess6 PORTB.6 #define Buzzer PORTD.0
Platform: | Size: 11264 | Author: Mohammad_zamani | Hits:

[Compress-Decompress algrithms6

Description: #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 #define Mess5 PORTB.7 #define Mess6 PORTB.6 #define Buzzer PORTD.0 #define Zone1 PINC.0 #define Zone2 PINC.1 #define Zone3 PINC.2 #define Zone4 PINC.3 #define Zone5 PINC.4 #define Zone6 PINC.5 #define Zone7 PIND.1-#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 #define Mess5 PORTB.7 #define Mess6 PORTB.6 #define Buzzer PORTD.0 #define Zone1 PINC.0 #define Zone2 PINC.1 #define Zone3 PINC.2 #define Zone4 PINC.3 #define Zone5 PINC.4 #define Zone6 PINC.5 #define Zone7 PIND.1
Platform: | Size: 2048 | Author: Mohammad_zamani | Hits:

[ARM-PowerPC-ColdFire-MIPSAD7705(AVR)

Description: 介绍AD7705的开发注意事项,以及开发流程,附AVR单片机开发代码-#include <util/delay.h> #include <avr/eeprom.h> #include "ad7705.h" #include "main.h" #include "crc16.h" #include "Usart.h"
Platform: | Size: 7168 | Author: 向恒 | Hits:

[ARM-PowerPC-ColdFire-MIPSdelay

Description: It is a delay.h file witch delay function like _delay_ms (XXX) _delay_us(XXX) in AVR. Base on Systick
Platform: | Size: 1024 | Author: KaiHansen | Hits:

[ELanguageh.265

Description: H.265是ITU-T VCEG 继H.264之后所制定的新的视频编码标准。H.265标准围绕着现有的视频编码标准H.264,保留原来的某些技术,同时对一些相关的技术加以改进。新技术使用先进的技术用以改善码流、编码质量、延时和算法复杂度之间的关系,达到最优化设置。具体的研究内容包括:提高压缩效率、提高鲁棒性和错误恢复能力、减少实时的时延、减少信道获取时间和随机接入时延、降低复杂度等。H264由于算法优化,可以低于1Mbps的速度实现标清数字图像传送;H265则可以实现利用1~2Mbps的传输速度传送720P(分辨率1280*720)普通高清音视频传送。(H.265 is a new video coding standard developed by ITU-T VCEG after H.264. H.265 standard revolves around the existing video coding standard H.264. The new technology uses advanced technology to improve the relationship between code stream, coding quality, delay and algorithm complexity. The specific research contents include: improving compression efficiency, improving robustness and error recovery ability, reducing real-time delay, reducing channel acquisition time and random access delay. Because of the optimization of the algorithm, H264 can realize the standard digital image transmission at a speed of less than 1Mbps. H265 can transmit 720P (resolution 1280g 720) HD audio and video transmission at 1mbps.)
Platform: | Size: 16252928 | Author: DaisyK | Hits:

[Otherdelay.h

Description: Delay.h library for ATxMEGA32E5
Platform: | Size: 3072 | Author: RafaMXA | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net