搜索资源列表
sleep
- vb中的 定(延)时函数大比拼,让你对vb的各个定时函数有个深刻的了解
Delay_time
- 用C编写的微秒级精确延时DLL函数库,通过调用kernel32.dll的QueryPerformanceFrequency()、QueryPerformanceCounter()函数实现。
6410_delay_test-ysirss
- arm linux平台下延时函数精度测试,对usleep、nanosleep、select三种方法进行对比分析,可直接用于各种arm linux平台,需要精确延时的帮助很大-arm linux platform, precision time delay function testing, usleep, nanosleep, select three methods were compared, can be used for a variety of arm linux platform,
sleeps_test
- linux/unix下延时函数的精确度的测试代码-linux/unix time delay function of the accuracy of the test code
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(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
ex8led
- 使用C的不同数据类型的延时函数控制LED流水灯闪烁,用不同数据类型控制灯闪烁时间,定义无符号整形变量,双字节数据,值域为0~65535,程序分别用整形数据、字符型数据延时时间,主程序用循环延时打开熄灭流水灯。-C of different data types delay function control LED lights flashing, blinking time with different data types defined unsigned integer variable,
ex4c
- C实现单片机LED灯闪烁,函数功能:延时一段时间 显示-C to achieve single-chip LED flashes Function: delay for a period of time
DelayTime
- delphi下的延时函数,使用gettickcount精确到1毫秒-delay time in delphi, User gettick count for 1ms
timer1-0.tar
- 网上有很多arm驱动18b20的程序,但是那些调试可以,下载但板子上由于延时函数的不正确而不能正常运行,本程序的延时由Timer实现,经测试完全可用。-arm operating procedures DS18B20,the delay function was achieved by Timer。
ym_c-dianzhen-8X8GD.C-hicode
- C语言实现8X8点阵滚动显示温度,DS18B20的操作程序 sbit DQ P3^3 unsigned char time //设置全局变量,专门用于严格延时 函数功能:将DS18B20传感器初始化,读取应答信号 出口参数:flag bit Init_DS18B20(void) { bit flag //储存DS18B20是否存在的标志,flag 0,表示存在;flag 1,表示不存在 DQ 1 //先将数据线拉
codt-technology
- MFC下动态的显示图形的画法,主要用了Bresenham算法来画出三角型和圆,程序中还用了Sleep函数来实现延时,()