搜索资源列表
DS18b20
- 基于单片机msp430f149的DS18B20测温程序,内含精确延时函数-MSP430F149 single-chip microcomputer-based measurement procedures for the DS18B20 containing accurate delay function
timedelay
- 延时函数,一种使用程序实现精确延时的函数,比较实用。-way to set time delay
SYSTICK_SET
- 基于STM32的1ms定时器设置程序,可以精确延时1MS,且延时时间可以改动(8M)-Program, you can set based on the STM32 1ms timer precision delay 1MS, and the delay time can be changed (8M)
Frmwelcome
- 延时软件,能解决占用CPU大的问题,不是踢精确。-Delay software, can solve the problem of the CPU, not kicked accurate.
cPPbulider-jingmiyashi
- 利用计算机时钟滴答做的延时,可以提高程序的运行效率和精确延时。-Done using the computer clock ticks delay, can improve operating efficiency and precision delay the program.
YS
- VB写的延时模块防止 SLEEP假死 非精确计时 VB写的延时模块防止 SLEEP假死 非精确计时-The delay module written in VB to prevent the SLEEP suspended animation non accurate timing The delay module written in VB to prevent the SLEEP suspended animation non accurate timing
fenhen_v71
- 包括广义互相关函数GCC时延估计,利用matlab针对图像进行马氏距离计算 ,可以得到很精确的幅值、频率、相位估计。- Including the generalized cross-correlation function GCC time delay estimation, Using matlab to calculate the Mahalanobis distance for the image, You can get a very accurate amplitude, frequ
Delay_MS
- 相比labview中的Vi控件要好,可以精确延时到毫秒。(Can be accurately delayed to milliseconds.)
单片机的精确延时的方法
- 单片机的精确延时的方法 /* 对一个变量int操作和char操作的指令时间不同,所以延时不一样,导致总线错误 char是单字节变量,int是双字节变量,单字节变量自减1和双字节变量自减1耗费 的CPU时间是不同的,换句话说,双字节变量自减1的操作时间要长于单字节变量, 而你这个延时程序纯粹就是靠CPU循环进行固定次数的自减操作实现的,所以 单字节变量变成双字节变量以后,自减操作的次数不变,延时时间会增长。 */(The precise time delay method of si