搜索资源列表
单片机C语言的精确延时程序设计
- 单片机C语言的精确延时程序设计,很有用的哦- The monolithic integrated circuit C language precise time delay programming, is very useful oh
单片机延时
- 单片机开发系统延时间程序,C语言开发,采用中断实现,程序简单易用,可以自由更改, 延时1秒到99999秒均可以实现。
单片机延时控制系统(使用状态机编程)
- 单片机延时控制系统(使用状态机编程) 两路检测,控制两路继电器输出。
AVR ICC延时头文件(经过校准)
- AVR单片机在ICC开发平台下的延时头文件,主频设定为1MHz和8MHz,经过了校准,比较实用。
C51单片机中的C语言精确延时的资料和例子
- 基于单片机的精确延时原理,及其常用的方法,其中给出了详细的程序,使读者方便易懂
51单片机Keil C延时程序的简单研究
- 51单片机Keil C延时程序的简单研究-51 SCM Keil C Delay simple procedure study
单片机课程设计1
- 编写一个延时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 th
单片机C语言的精确延时程序设计
- 单片机C语言的精确延时程序设计,很有用的哦- The monolithic integrated circuit C language precise time delay programming, is very useful oh
C51精确延时
- 51单片机,精确延时小函数.提供500ms,200ms,10ms,1s的精确延时,直接调用即可.-51 microcontroller, small precision delay function. For 500ms, 200ms, 10ms, the precise 1s delay, can be called directly.
51单片机 Keil C 延时程序的简单研究
- 转载!希望大家喜欢.主要是介绍用C编的C51的延时程序.-reproduced! Hope you like them. Mainly introduces C51 C series of procedural delay.
TIME211
- 51单片机延时时间计算 GOOD-51 microcontroller delay time calculated GOOD!
MCU-c-PreciseDelay
- 网上都说单片机延时不好,我下了一个单片机精确延时程序,和大家分享。-Single-chip delay-line that bad, I was a single-chip precision delay procedures, and to share.
单片机延时
- 单片机开发系统延时间程序,C语言开发,采用中断实现,程序简单易用,可以自由更改, 延时1秒到99999秒均可以实现。-Extension of time for single-chip development system process, C language development, the realization of the use of interruption, the program easy to use, be fre
delay_time
- 单片机延时计算小程序,只要输入相应的时间与晶阵,就会输出对应的数值-Small single-chip delay calculation procedures, as long as the input time and the corresponding crystal array, it will output the corresponding numerical
soft
- 包含单片机延时子程序 该延时程序不同于一般延时程序 可实现ms us的精确延时 还包含宏定义程序 可供单片机初学者参考-Subroutine contains the single-chip delay of the delay procedure is different from the general delay process can be delayed ms us the exact definition of the pr
MCU
- 此软件为单片机延时初值的计算小程序,给单片机开发者一个便捷!-This software calculate the initial value for the SCM applet delay, giving developers a convenient SCM!
Accurate-delay
- 51单片机延时程序,精确延时 附有详细说明-51 single-chip delay procedures, precision delay
实验1 1s延时
- 51单片机实现延时1秒的程序,采用汇编语言写成(51 single-chip delay to achieve 1 second)
yanshi5fenzhong
- 试编程采用软件延时的方法来延时5分钟。(系统时钟为6MHZ)(The trial programming uses a software delay method to delay 5 minutes. (system clock is 6MHZ))
单片机的精确延时的方法
- 单片机的精确延时的方法 /* 对一个变量int操作和char操作的指令时间不同,所以延时不一样,导致总线错误 char是单字节变量,int是双字节变量,单字节变量自减1和双字节变量自减1耗费 的CPU时间是不同的,换句话说,双字节变量自减1的操作时间要长于单字节变量, 而你这个延时程序纯粹就是靠CPU循环进行固定次数的自减操作实现的,所以 单字节变量变成双字节变量以后,自减操作的次数不变,延时时间会增长。 */(The p