搜索资源列表
DSP用定时器实现震荡波(C语言)
- 此程序清晰的反应了CCS环境下用C语言进行编程的结构基础,并能清楚的介绍定时器的使用. 本程序在CCS2.2或者3.3调试成功.
定时器1
- ;T0为0.1秒计时,T1为外部中断计数,根据中断次数实现1秒的计时时间, ;然后控制P17以1秒为周期翻转。 ;P17接LED,P10接T1脚
多媒体定时器实现
- 多媒体定时器用于实时系统的Pc实现,能够将定时控制在1ms以内,这是众多其他软件无法做到的
利用软件定时器方式实现数据采样
- 利用软件定时器方式实现数据采样,开发工具VC++,实现12位AD转换卡的实时采样,很有参考价值
VB小定时器
- 用VB实现的一个很漂亮的定时器小工具,可以随时提醒自己的日程-VB one of the very beautiful timer small tools, can always remind ourselves of the agenda
屏幕闪烁
- 该程序关于BMP位图的导入、显示及相关操作,通过定时器的使用来实现屏幕闪烁-procedures on the bitmap BMP import, display and related operations, through the use of timers to achieve scintillation screen
MultiTimer
- 各种定时器编程,可实现高精度的定时器,实现毫秒级或微秒级的延时-various timer programming can achieve high-precision timer, achieving millisecond or microsecond delay
timerDSP
- 在Ti的c55平台下实现定时器的程序,直接运行可以看到对应的波形-Ti in the c55 platform timer under the procedures can be seen running directly corresponding to the waveform
TimerTest
- 自己编写的关于定时器使用方面的例子,其中包括多种定时器的实现(多媒体,queryPerformance等),其中罪突出的是设计了一个基于多线程同步方式实现的1ms精度的定时器,改方法精度高占用资源少。-I have written on the timer in the use of examples, including the realization of a wide range of timer (multimedia, que
Timer.tar
- linux 单进程下的多个定时器的实现。时间精度10ns。-linux single-process implementation under more than one timer. Time precision 10ns.
单片机定时器实现秒计时和显示
- 1 基础部分: (1) 用51的p1口作为数据输出口,p2口为共阴数码管位选信号,利用定时器0实现秒计时和显示。 (2) 上电复位后,显示00。 (3) 按键按下S2键后开始计数。采用加法计数形式。计到60停止。蜂鸣器鸣响。 (4) 鸣响2秒后停止,恢复显示00。 (5) 当再次按下S2键后重复1-4过程。 2 提高部分: 利用S2,S4,S6完成进入设置;进行数字十位和个位设置;存储,启动等动作; 工作过程如下:
定时器中断
- 这是基于STM32单片机建立的MDK工程,可以实现定时器中断。(This is based on the establishment of STM32 microcontroller MDK project, you can achieve timer interrupt.)
定时器中断
- stm32芯片定时器的中断的实现,对32定时器的初始化和GPIO口的操控(STM32 chip timer interrupt the realization of the 32 timer initialization and GPIO port control)
定时器产生延时通7秒断13秒程序
- c语言程序实现定时器产生延时通7秒断13秒的小程序(C language program to achieve a timer delay, 7 seconds to break 13 seconds of small procedures)
定时器中断实验
- 用stm32f407实现的定时器与中断联合的一个实验。(Using stm32f407 to achieve a combination of timers and interrupts.)
一个可设置时间的倒计时定时器(0到99)
- 通过按键k1到k6实现设置定时器的时间设置,并且启动倒计时。当倒计时到达0时自动报警3次(Set timer time Settings by keystroke k1 to k6, and start the countdown. Automatic alarm 3 times when the countdown reaches 0)
Timer
- 定时器的实现,使用的是VC++,调用回调函数使用(Implementation of a timer)
STM32 定时器中断
- 软件定时器,STM32F103系列的源码,实现简单的软件定时功能(Software timer, STM32F103 series of source code, to achieve a simple software timing function)
32-TIM—基本定时器
- 可以实现stm32的基本定时器的相关内容(The relevant content of the basic timer of STM32 can be implemented)
定时器模拟串口src
- 实现使用单片机的定时器扩展两个串口,加上原串口共3个串口。程序为一个工程用到的所有源代码,实测好用。(expand STM8 MCU's UART PORT by using the internal timer resouces, for the demand of multiple-uart and low cost solution.)