搜索资源列表
51延时计算
- 用于51系列的高精度的实用延时程序,是编程的很好参考资料。-51 for a series of high-precision delay practical procedures, programming is a good reference.
单片机C语言的精确延时程序设计
- 单片机C语言的精确延时程序设计,很有用的哦- The monolithic integrated circuit C language precise time delay programming, is very useful oh
51单片机 Keil C 延时程序的简单研究
- 转载!希望大家喜欢.主要是介绍用C编的C51的延时程序.-reproduced! Hope you like them. Mainly introduces C51 C series of procedural delay.
51单片机Keil C延时程序的简单研究
- 51单片机Keil C延时程序的简单研究-51 SCM Keil C Delay simple procedure study
8051keil延时程序
- 8051设计延时程序说明。-8051 design descr iption of the procedures.
C51单片机中的C语言精确延时的资料和例子
- 基于单片机的精确延时原理,及其常用的方法,其中给出了详细的程序,使读者方便易懂
51延时程序
- 51延时程序,包括C与汇编语言
delay.rar
- 用vhdl的状态机实现精确的1us的延时程序,VHDL state machine used to achieve precise 1us delay procedures
vhdl
- VHDL 的一个流水灯程序 开发平台Quartusii 使用的延时方法为分频思想
soft_timer
- 51单片机的软件延时,在12MHZ下的多种延时程序-51 SCM software delay, at 12MHZ procedures under a variety of delay
yanshi
- 各种不同时间段的延时程序,都是用汇编语言编写的。-Different time delay procedures are prepared to use assembly language.
duqujianpan
- 这是读取键盘的子程序 主要内容为:如何定义位,如何得到按键状态,防止键盘干扰的方法 以及如何处理读入的键值 思路:首先在某一引脚输出一个电平,然后读入引脚的电平,如果刚好相反 那么可能有按键发生,但是不排除干扰,为了防止干扰,需要软件延时20ms 消除干扰,然后,等待用户释放,否则,可能重复的到某种结果,发生意外情况 应该说键盘输入是单片机外部指令输入的重要途径,因此如何设计键盘以及键盘的工作原理、读键盘的方法、键盘的抗干扰设计等在单电能机系统设计中占有重要地位。
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
300ms_delay
- 300ms 软件延时程序的设计 300ms 软件延时程序的设计-300ms delay asm 300ms delay asm 300ms delay asm
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 procedure also includes macros f
Accurate-delay
- 51单片机延时程序,精确延时 附有详细说明-51 single-chip delay procedures, precision delay
延时程序
- 延时程序,自己整理的一个延时程序集合,可以方便调用直接使用不需要计算(Delay procedures, finishing a collection of their own delay procedures, you can easily call the direct use, do not need to calculate)
按键触发延时3分钟程序
- 通过c语言程序实现继电器应用模块按键触发延时3分钟程序(Through the C language program to achieve Relay Application module, the trigger delay 3 minutes program)
STM8S105定时器2精确延时
- STM8S105的定时器2的精确延时程序(STM8S105 timer 2 precise delay program)
单片机的精确延时的方法
- 单片机的精确延时的方法 /* 对一个变量int操作和char操作的指令时间不同,所以延时不一样,导致总线错误 char是单字节变量,int是双字节变量,单字节变量自减1和双字节变量自减1耗费 的CPU时间是不同的,换句话说,双字节变量自减1的操作时间要长于单字节变量, 而你这个延时程序纯粹就是靠CPU循环进行固定次数的自减操作实现的,所以 单字节变量变成双字节变量以后,自减操作的次数不变,延时时间会增长。 */(The precise time delay method of si