Welcome![Sign In][Sign Up]
Location:
Search - 延时

Search list

[SourceCodeAVR ICC延时头文件(经过校准)

Description: AVR单片机在ICC开发平台下的延时头文件,主频设定为1MHz和8MHz,经过了校准,比较实用。
Platform: | Size: 49152 | Author: quanjj | Hits:

[SCMC51单片机中的C语言精确延时的资料和例子

Description: 基于单片机的精确延时原理,及其常用的方法,其中给出了详细的程序,使读者方便易懂
Platform: | Size: 50176 | Author: liubo19880925 | Hits:

[Program doc51延时程序

Description: 51延时程序,包括C与汇编语言
Platform: | Size: 12891 | Author: taxue4485 | Hits:

[SCM51单片机Keil C延时程序的简单研究

Description: 51单片机Keil C延时程序的简单研究-51 SCM Keil C Delay simple procedure study
Platform: | Size: 6144 | Author: 熊熊 | Hits:

[SCM8051keil延时程序

Description: 8051设计延时程序说明。-8051 design description of the procedures.
Platform: | Size: 30720 | Author: 隋永全 | Hits:

[Internet-Network能延时退出的阻塞式socket函数的设计

Description: 摘 要:介绍了Win32平台(Windows95/98/NT)下socket的阻塞和非阻塞两种工作模式。结合两个具体程序模型,讨论了在网络环境下发送/接收数据使用阻塞式socket的必要性和不足之处,并提出用能延时退出的阻塞式socket读写函数的解决方案。-Abstract : the Win32 platform (describes) socket obstruction and two non-blocking mode. Combining two specific program model discussed in the network environment to send/receive data using block-socket and the need for deficiencies, and make use can delay the withdrawal of obstructive type socket read and write function solutions.
Platform: | Size: 17408 | Author: 王静 | Hits:

[SCM单片机C语言的精确延时程序设计

Description: 单片机C语言的精确延时程序设计,很有用的哦- The monolithic integrated circuit C language precise time delay programming, is very useful oh
Platform: | Size: 2048 | Author: 吕吕 | Hits:

[SCMC51精确延时

Description: 51单片机,精确延时小函数.提供500ms,200ms,10ms,1s的精确延时,直接调用即可.-51 microcontroller, small precision delay function. For 500ms, 200ms, 10ms, the precise 1s delay, can be called directly.
Platform: | Size: 1024 | Author: hamlemon | Hits:

[SCM51单片机 Keil C 延时程序的简单研究

Description: 转载!希望大家喜欢.主要是介绍用C编的C51的延时程序.-reproduced! Hope you like them. Mainly introduces C51 C series of procedural delay.
Platform: | Size: 3072 | Author: 龙军 | Hits:

[DocumentsCPU 测速(MHz)和高精度延时(微秒级)

Description: 一.高精度延时, 是 CPU 测速的基础 Windows 内部有一个精度非常高的定时器, 精度在微秒级, 但不同的系统这个定时器的频率不同, 这个频率与硬件和操作系统都可能有关。 利用 API 函数 QueryPerformanceFrequency 可以得到这个定时器的频率。 利用 API 函数 QueryPerformanceCounter 可以得到定时器的当前值。 根据要延时的时间和定时器的频率, 可以算出要延时的时间定时器经过的周期数。 在循环里用 QueryPerformanceCounter 不停的读出定时器值, 一直到经过了指定周期数再结束循环, 就达到了高精度延时的目的。 高精度延时的程序, 参数: 微秒 二.测速程序 利用 rdtsc 汇编指令可以得到 CPU 内部定时器的值, 每经过一个 CPU 周期, 这个定时器就加一。 如果在一段时间内数得 CPU 的周期数, CPU工作频率 = 周期数 / 时间 为了不让其他进程和线程打扰, 必需要设置最高的优先级 以下函数设置当前进程和线程到最高的优先级。 SetPriorityClass(GetCurrentProcess(), REALTIME_PRIORITY_CLASS) SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_TIME_CRITICAL) CPU 测速程序的源代码, 这个程序通过 CPU 在 1/16 秒的时间内经过的周期数计算出工作频率, 单位 MHz: -one. High-precision delay, the CPU speed is the basis of Windows within a very high accuracy of the timer, the microsecond precision, but in the system timer different frequencies, the frequency and hardware and the operating system are likely. Using API function can be QueryPerformanceFrequency the timing The frequency. Use QueryPerformanceCounter API function can be the current timer value. According to the delay time and the frequency of the timer, you could calculate the time to delay timer after a few cycles. The circle with QueryPerformanceCounter repeatedly read out the timer value, until after a specified number of cycles end the cycle again, it reached a high precision delay purposes. High-precision delay the procedure parameters : 2 microsecond. Gun utilize RDTSC instruction can
Platform: | Size: 1024 | Author: 马俊 | Hits:

[SCM单片机延时

Description: 单片机开发系统延时间程序,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 free to change, delay 1 seconds to 99,999 seconds are achievable.
Platform: | Size: 1024 | Author: 林海 | Hits:

[matlab延时滤波器

Description: matlab设计小数延时滤波器:滤波器长度,期望延迟量可调整(matlab design fractional delay filter: filter length, adjustable delay expected)
Platform: | Size: 16384 | Author: sieber | Hits:

[SCM延时程序

Description: 延时程序,自己整理的一个延时程序集合,可以方便调用直接使用不需要计算(Delay procedures, finishing a collection of their own delay procedures, you can easily call the direct use, do not need to calculate)
Platform: | Size: 1024 | Author: 子徒jay | Hits:

[Other按键触发延时3分钟程序

Description: 通过c语言程序实现继电器应用模块按键触发延时3分钟程序(Through the C language program to achieve Relay Application module, the trigger delay 3 minutes program)
Platform: | Size: 16384 | Author: NINIABC | Hits:

[uCOS1. 测试节拍延时函数的延时时间

Description: 测试节拍延时延时时间 ,ucos iii(Test time delay delay time, UCOS III)
Platform: | Size: 601088 | Author: 大橘色为重233 | Hits:

[Other网络延时检测器1.3

Description: 检测网络延时,可以自主选择是否保存检测文本,检测数(Detecting network delay)
Platform: | Size: 11264 | Author: 萧晨 | Hits:

[assembly language测试3 中断延时动态数码管显示

Description: 中断延时动态数码管显示,中断加延时动态数码管的显示,数码管依次显示(Interrupt delay dynamic digital tube display)
Platform: | Size: 16384 | Author: 远方的你 | Hits:

[SCMSTM8S105定时器2精确延时

Description: STM8S105的定时器2的精确延时程序(STM8S105 timer 2 precise delay program)
Platform: | Size: 22528 | Author: omeac | Hits:

[Embeded-SCM DevelopPIT_延时

Description: PIT延时(PIT delay)
Platform: | Size: 1926144 | Author: Frogrey | Hits:

[Other单片机的精确延时的方法

Description: 单片机的精确延时的方法 /* 对一个变量int操作和char操作的指令时间不同,所以延时不一样,导致总线错误 char是单字节变量,int是双字节变量,单字节变量自减1和双字节变量自减1耗费 的CPU时间是不同的,换句话说,双字节变量自减1的操作时间要长于单字节变量, 而你这个延时程序纯粹就是靠CPU循环进行固定次数的自减操作实现的,所以 单字节变量变成双字节变量以后,自减操作的次数不变,延时时间会增长。 */(The precise time delay method of single chip microcomputer)
Platform: | Size: 2048 | Author: BlueD | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net