CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - timer linux

搜索资源列表

  1. Linux下C语言编程——时间概念

    0下载:
  2. Linux下C语言编程--时间概念,包括时间表示,时间测量,计时器的使用三部分内容。仅供参考。-Linux C programming language -- the concept of time, including time, time measurement, the use of timer three parts. For reference purposes only.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:9.47kb
    • 提供者:李琳
  1. timerforlinux

    0下载:
  2. linux下如何实现多个定时器 timer-linux realize how many Timer timer
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1.69kb
    • 提供者:chenyong
  1. TIMER

    0下载:
  2. 清华大学-电子信息工程系-实验用ARM-linux-源代码-TIMER篇
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:8.18kb
    • 提供者:姜勇
  1. timer.rar

    0下载:
  2. linux下的一个简单定时器设计,使用select函数实现功能,linux timer under a simple design, using the select function implementation function
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:1.04kb
    • 提供者:高英杰
  1. timer.tar

    1下载:
  2. linux下同一个进程中多个定时器实现。简单描述下定时器模块的实现,有一个manager单例类保存所有CTimer对象,开启一线程运行延迟函数,每次延迟间隔到,扫描保存CTimer的容器,对每个CTimer对象执行减少时间操作,减少到0则执行回调函数。对一次性CTimer,超时则从容器中删除,循环型的将间隔时间重置,不从容器中移除。 CTimer的start执行将对象插入到manager容器中操作;stop执行将对象从manager容器中删除的操作;reset执行先删除,重置间隔,然后再放到
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-09-30
    • 文件大小:5.97kb
    • 提供者: 刘竞楠
  1. timer

    0下载:
  2. Linux 用户模式下高精度定时器实现源代码-Linux user mode to achieve high-precision timer
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-10-27
    • 文件大小:3.57kb
    • 提供者:victor
  1. linuxtimer

    0下载:
  2. 内核定时器的使用+linux+timer-The use of the kernel timers+ linux+ timer
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-10-27
    • 文件大小:7.74kb
    • 提供者:龙建一
  1. timer

    0下载:
  2. 这是有关于使用linux下的定时器的实验,通过下载到实验板上,可以观察到linux下统计进程执行时间。-This is under linux timer on the use of experiments to test the board by downloading, can be observed under linux statistical process execution time.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:6.82kb
    • 提供者:suting
  1. Base_Timer.tar

    0下载:
  2. linux下的一个基本定时器,精确到ms。访问接口类似于windows下的setTimer接口。-linux under a basic timer, accurate to ms. Access interface similar to the windows under the setTimer interface.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:5.23kb
    • 提供者:li
  1. Linux_timer_alarm_and_setitimer

    0下载:
  2. linux 下定时器timer alarm 和 settitimer使用-linux timer alarm function and settitimer sample
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:5.93kb
    • 提供者:plzdx
  1. ARM(LINUX)timerdriver

    0下载:
  2. linux下定时器的驱动程序,用于linux下定时器的驱动-linux drivers under the timer, the timer for the driver under linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:91.95kb
    • 提供者:chenbin
  1. timer

    0下载:
  2. hi this simple linux device driver for rtc and it is also contain user space driver-hi this is simple linux device driver for rtc and it is also contain user space driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:1.38kb
    • 提供者:Bharath
  1. timer

    0下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:5.03kb
    • 提供者:李有森
  1. Timer

    0下载:
  2. 实现了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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:3.55kb
    • 提供者:GuoQi
  1. timer

    1下载:
  2. 本实验是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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:1.23kb
    • 提供者:tiger
  1. linux-char-driver-by-timer

    0下载:
  2. linux 字符驱动实例,基于定时器的,可以用的源码。-linux instances of character-driven, based on the timer, you can use the source code.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:2.51kb
    • 提供者:王涛
  1. timer

    0下载:
  2. linux环境下通过定时信号实现定时器,采用差分链管理定时器-linux environment achieved through the timing signal timer, timer differential chain management
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:3.95kb
    • 提供者:北极冰
  1. timer

    0下载:
  2. Linux下的C的编程,定时器的创建,可根据需要创建不同时间间隔的定时时钟-The C programming under Linux, the timer creation, according to the need to create different time interval timing clock
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:759byte
    • 提供者:sanny
  1. Timer.tar

    0下载:
  2. linux 单进程下的多个定时器的实现。时间精度10ns。-linux single-process implementation under more than one timer. Time precision 10ns.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:1.35kb
    • 提供者:John Lee
  1. linux-timer-example

    0下载:
  2. Linux Timer方面的教程。解释详尽,清晰。例子清晰,实用。能很好的帮助你掌握Linux Timer。-Linux Timer tutorial. Explain the detailed and clear. Examples of clear and practical. Well help you to master Linux Timer.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:71.57kb
    • 提供者:liuzhiwei
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com