搜索资源列表
10、定时器中断和驱动程序
- 上海勤研的KY44B0X有中断的BIOS源码-Shanghai Institute of KY44B0X a BIOS interrupt source
linuxtimer
- linux下的进程间定时器程序,可以设定定时间隔,感觉很实用。-the process under linux timer procedures can set regular intervals, the feeling is very practical.
timerforlinux
- linux下如何实现多个定时器 timer-linux realize how many Timer timer
LINUX
- LINUX源码分析 包括定时器 系统调用
Rhapsody-0.1.8.tar
- sourceforge历史版本完整下载: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b树索引算法的文件数据数据库模块详见storage/目录下面的 btree.c与pager.c container目录为常用的容器实现,如果rbtree avltree map heap list vector hashtable deque T树 B树, test目录为测试程序代码经过初步测试,比较稳定。 os_api:装
timer.tar
- linux下同一个进程中多个定时器实现。简单描述下定时器模块的实现,有一个manager单例类保存所有CTimer对象,开启一线程运行延迟函数,每次延迟间隔到,扫描保存CTimer的容器,对每个CTimer对象执行减少时间操作,减少到0则执行回调函数。对一次性CTimer,超时则从容器中删除,循环型的将间隔时间重置,不从容器中移除。 CTimer的start执行将对象插入到manager容器中操作;stop执行将对象从manager容器中删除的操作;reset执行先删除,重置间隔,然后再放到
timer
- Linux 用户模式下高精度定时器实现源代码-Linux user mode to achieve high-precision timer
linuxtimer
- 内核定时器的使用+linux+timer-The use of the kernel timers+ linux+ timer
Base_Timer.tar
- linux下的一个基本定时器,精确到ms。访问接口类似于windows下的setTimer接口。-linux under a basic timer, accurate to ms. Access interface similar to the windows under the setTimer interface.
Linux_timer_alarm_and_setitimer
- linux 下定时器timer alarm 和 settitimer使用-linux timer alarm function and settitimer sample
time2
- linux下面的timer(定时器)实现,用户可以用于做的大型并发系统----
Redhat
- 这是我在学习Linux过程中遇到的问题例如:windows xp与linux共享文件夹,GCC安装,Linux定时器的使用等,以及解决方法.-This is what I encountered in the process of learning Linux issues such as: windows xp and linux shared folder, GCC installed, Linux uses the timer, as well as solutions.
2
- linux c定时器,介绍了几个定时器的使用方法,含有部分代码-linux c timer timer introduced the use of several methods, containing part of the code
timer
- 本实验是setitimer定时器实验。Linux下经常使用的定时器函数有两种:alarm和setitimer。如果定时要求不是非常精确的话,用alarm( )和signal( )配合就足够了。如果定时要求精确的话,可以使用setitimer函数。 开发环境 Redhat9.0-This experiment is setitimer timer experiment. Often used under Linux, there are two timer functions: alarm
timer
- linux环境下通过定时信号实现定时器,采用差分链管理定时器-linux environment achieved through the timing signal timer, timer differential chain management
timer
- Linux下的C的编程,定时器的创建,可根据需要创建不同时间间隔的定时时钟-The C programming under Linux, the timer creation, according to the need to create different time interval timing clock
Timer.tar
- linux 单进程下的多个定时器的实现。时间精度10ns。-linux single-process implementation under more than one timer. Time precision 10ns.
cticker
- go语言写的延时任务器,时间轮定时器,跨平台。(Go language to write the delay task, timer wheel timer.)
QTimer
- qt定时器的使用,通过QT的定时器,进行数码管的倒计时(The use of the QT timer)
7.滴答定时器实验
- Systick就是一个定时器而已,只是它放在了NVIC中,主要的目的是为了给操作系统提供一个硬件上的中断(号称滴答中断)。滴答中断?这里来简单地解释一下。操作系统进行运转的时候,也会有“心跳”。它会根据“心跳”的节拍来工作,把整个时间段分成很多小小的时间片,每个任务每次只能运行一个“时间片”的时间长度就得退出给别的任务运行,这样可以确保任何一个任务都不会霸占整个系统不放。或者把每个定时器周期的某个时间范围赐予特定的任务等,还有操作系统提供的各种定时功能,都与这个滴答定时器有关。因此,需要一个定时