搜索资源列表
Linux下C语言编程——时间概念
- Linux下C语言编程--时间概念,包括时间表示,时间测量,计时器的使用三部分内容。仅供参考。-Linux C programming language -- the concept of time, including time, time measurement, the use of timer three parts. For reference purposes only.
timer.rar
- linux下的一个简单定时器设计,使用select函数实现功能,linux timer under a simple design, using the select function implementation function
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
timer
- 2440 定时器 学习与应用 嵌入式linux开发-2440 timer
linuxtimer
- 内核定时器的使用+linux+timer-The use of the kernel timers+ linux+ timer
timer
- 详细描述了linux系统中定时器的内容,结合代码进行详细的讲解。-A detailed descr iption of the contents of the timer linux system, combined with the code for detailed explanations.
LinuxTimerDesign
- Linux下的定时器设计文档 介绍Linux下定时器设计的思路,方法已经常用的函数,TIMER设计提供参考-Linux Timer Design Document About how to design the timer in linux and the useful function abt timer
time
- LINUX TIMER 驱动 程序 ARM S3C2410平台- DRIVER OF TIMER ON ARM S3C2410
timer.tar
- 自己实现的Linux下多实例定时器timer,超好用,有测试代码和Makefile. 包含: timer.h/c and main.c and Makefile.-Own implementation of multiple instances of Linux timer, super useful, a test code and Makefile. Include: timer.h/c and main.c and Makefile.
timer
- s3c2440 定时器程序附带详细注释,linux下编译通过-s3c2440 timer program with detailed notes, linux compile by
timer
- that s as the timer interrupt used in the linux application as the sample -that s as the timer interrupt used in the linux application as the sample
Timer
- 实现了linux unix下基于posix标准的定时器机制,支持定义定时事件链表,用于学习。-a timer class baseed on posix ,which can be used in linux and unix.This class support timer event array. just for share and study
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
linux-char-driver-by-timer
- linux 字符驱动实例,基于定时器的,可以用的源码。-linux instances of character-driven, based on the timer, you can use the source code.
timer
- linux环境下通过定时信号实现定时器,采用差分链管理定时器-linux environment achieved through the timing signal timer, timer differential chain management
linux-timer
- 这是驱动开发中的关键技术,timer的编程。-This is the key technology-driven development, timer programming.
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.
linux-timer-example
- Linux Timer方面的教程。解释详尽,清晰。例子清晰,实用。能很好的帮助你掌握Linux Timer。-Linux Timer tutorial. Explain the detailed and clear. Examples of clear and practical. Well help you to master Linux Timer.