搜索资源列表
C51精确延时
- 51单片机,精确延时小函数.提供500ms,200ms,10ms,1s的精确延时,直接调用即可.-51 microcontroller, small precision delay function. For 500ms, 200ms, 10ms, the precise 1s delay, can be called directly.
16ucosii
- 在ATmega16芯片上移植的ucosii系统应用,使用ICCAVR编译器。由于ATmega16芯片仅仅有16k的rom和1k的ram,因此这个移植范例中仅使用了系统延时函数来点亮led。-the ATmega16 chip transplant ucosii applications, use ICCAVR compiler. As ATmega16 mere 16k chip rom the 1k and the ram, Therefore, the transplant use only
CPU 测速(MHz)和高精度延时(微秒级)
- 一.高精度延时, 是 CPU 测速的基础 Windows 内部有一个精度非常高的定时器, 精度在微秒级, 但不同的系统这个定时器的频率不同, 这个频率与硬件和操作系统都可能有关。 利用 API 函数 QueryPerformanceFrequency 可以得到这个定时器的频率。 利用 API 函数 QueryPerformanceCounter 可以得到定时器的当前值。 根据要延时的时间和定时器的频率, 可以算出要延时的时间定时器经过的周期数。 在循环里用 QueryP
1602h
- 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()
C51sercom
- 键盘接口的CX51驱动程序。程序由主函数,读键盘函数和延时函数组成-keyboard interface CX51 driver. Procedures by the main function, keyboard functions and the time delay function composition
能延时退出的阻塞式socket函数的设计
- 摘 要:介绍了Win32平台(Windows95/98/NT)下socket的阻塞和非阻塞两种工作模式。结合两个具体程序模型,讨论了在网络环境下发送/接收数据使用阻塞式socket的必要性和不足之处,并提出用能延时退出的阻塞式socket读写函数的解决方案。-Abstract : the Win32 platform (describes) socket obstruction and two non-blocking mode. Combining two specific program m
yanshi.rar
- 给予VHDL的延时函数 是简单的开始时间的延时,VHDL delay to the start of the function is a simple time delay
QKTUtils
- 自己写的一些使用函数库,用于实现延时、加载资源文件、获取磁盘空间、关闭计算机、执行外部进程、转换文字编码、处理图像的颜色和灰度等等。-Some use to write their own libraries for the realization of delay, loading resource documents, access to disk space, shut down your computer, the implementation of the external proce
Delay
- c51用延时函数 支持晶振频率调节 包含毫秒 微秒 精确校准-c51 used time-lapse function, support the crystal frequency adjustment with millisecond microsecond precision calibration
Delay(vb)
- 在程序流程中经常要延时一段时间后再继续往下执行,在VB中常用的有以下几种方法 1、SLEEP 2、timer() 3、Windows API函数timeGetTime() -Process in the program often have to delay the implementation period of time then continue down, in VB there are several commonly used method 1, SLEEP 2, t
autorelation_function_to_obtain_the_delays_of_time
- 自相关法求取时间序列延时的函数,包括Simulink产生时间序列的文件,两个主函数,以及运行程序-Since the correlation function to obtain time series of delay, including time series generated Simulink file, the two main functions, and operational procedures
delay延时函数
- 用C语言编写,能够实现1秒,1毫秒精确延时(the program can delay 1s or 1ms with C.)
STM32_DelayUs
- STM32通用精确us延时函数;包含标准库和HAL库两种,直接声明调用即可。(STM32 HAL library common precision us delay function; standard library to use as long as the corresponding parameter variable to standard library format can be.)
1. 测试节拍延时函数的延时时间
- 测试节拍延时延时时间 ,ucos iii(Test time delay delay time, UCOS III)
第10天定时器作业1_us_ms延时函数添加
- 实现精准的延时,定时器的配置等等,想要多久的延时,就多少,超出用循环(sdjashdajsgdasjgasjf)
完美延时+高精度等待改良版
- 完美延时模块源码例程程序结合易语言多线程支持库,调用API函数实现完美延时功能。 易语言完美延时模块源码中还包括高精度等待的改良版。 延迟()——优点:不卡死。缺点:高cpu。 延时()——优点:低cpu;缺点:程序被卡死。 高精度等待()——不卡死、低cpu。缺点:高次数循环反应迟钝。 高精度等待_改良版()——不卡死、低cpu。缺点:未知。 完美延时()——不卡死、低cpu。缺点:未知。(Easy language perfect delay module source al
delay_1ms
- 51单片机1ms延时函数,可粗略延时1ms的时间(51 single chip microcomputer 1ms delay function)
新建 WinRAR ZIP 压缩文件
- 延时函数 可以延时1s到100s不等延时函数 可以延时1s到100s不等(Delay function can delay 1s to 100s You can choose the delay function you need)
STC8_Delay
- 次代码是针对STC8系列的单片机的延时函数,使用 此代码可以直接添加调用,程序自动获取内部系统时 钟后初始化延时函数。只要是ISP软件默认的时钟频 率都可以应用(特殊频率除外) 该代码为初版,还存在很多缺陷,请各位大佬勿喷,谢谢! 注意: 次代码仅适用于STC公司最新的STC8系列单片机(Delay Function of Single Chip Microcomputer)
延时函数C代码
- 延时函数C代码, 8051内核, 亲测可用