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

搜索资源列表

  1. UART

    0下载:
  2. Linux UART polling method sample code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:7073
    • 提供者:B.J.
  1. aaa

    0下载:
  2. 此文件可实现对某一文件夹下文件的轮询功能-This document can be realized on a file folder polling function
  3. 所属分类:Network Security

    • 发布日期:2017-04-13
    • 文件大小:2526
    • 提供者:vicky
  1. ps2_keyboard_polling

    0下载:
  2. ps2 keyboard polling method keylogger
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-09
    • 文件大小:2509243
    • 提供者:Lee
  1. thread

    0下载:
  2. 概述一下原理和每个类的作用 (1): CTask 一个任务基类,作为线程的参数用 (2): CWorkThread:工作线程类,轮询检测参数是否可用,如果可用的话, 就去调用参数CTask的执 行函数Execute,如果参数不可用就等待 (3): CWorkQueue:是一个任务队列,里面装载CTask子类的对象,是一个对象的容器 (4): CWorkThreadPool:工作线程池,其中包含了工作线程组,调度线程,调度线程不停的检测 任务队列中是否有可用
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-03-18
    • 文件大小:39186
    • 提供者:金建业
  1. selectpoll

    0下载:
  2. polling methods in linux programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:5306
    • 提供者:hireraju
  1. Linux-driver-development8

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第8章、Linux设备驱动中的阻塞与非阻塞I/O。阻塞和非阻塞I/O是设备访问的两种不同模式,驱动程序可以灵活地支持用户空间对设备的这两种访问方式。8.1节讲解阻塞I/O和非阻塞I/O的区别,实现阻塞I/O的等待队列机制,以及在globalfifo设备驱动中增加对阻塞I/O支持的方法,并进行了用户空间的验证。8.2节讲解设备驱动的轮询(poll)操作的概念和编程方法,poll操作可以帮助用户了解是否能对设备
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:399259
    • 提供者:华清远见
  1. Linux-driver-development9

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第9章、Linux设备驱动中的异步通知与异步I/O。在设备驱动中使用异步通知可以使得对设备的访问可进行时,由驱动主动通知应用程序进行访问。这样,使用无阻塞I/O的应用程序无须轮询设备是否可访问,而阻塞访问也可以被类似“中断”的异步通知所取代。 9.1节讲解了异步通知的概念和作用,9.2节讲解了Linux异步通知的编程方法,9.3节讲解了增加异步通知的globalfifo驱动及其在用户空间的验证。-Aut
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:463247
    • 提供者:华清远见
  1. myLinuxSerialportTools

    0下载:
  2. 1:支持串口数据16进制格式收发。 2:支持9以上的串口通信。 3:支持自动收发保存数据。 4:自由控制数据显示。 5:实时显示收发数据字节大小以及串口状态。 6:智能清空缓冲数据。 7:采用polling模式,以便移植到linux。 8:全中文对话框。 9:数据收发精准,增加延时处理。 10:支持短信猫调试,智能识别回车符。 11:界面清爽,布局人性化。 -1: Support for sending and receiving serial dat
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-30
    • 文件大小:81087
    • 提供者:
  1. huahuan

    0下载:
  2. 轮询设备机制,轮询设备基本信息以及IP地址、MAC地址-Mechanism of polling equipment, basic information on polling device and IP address, MAC address, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-04
    • 文件大小:1913189
    • 提供者:sparrow
  1. ar6k_events

    0下载:
  2. AR6K Driver layer event handling (i.e. interrupts, message polling)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-08
    • 文件大小:7009
    • 提供者:Shakira6901
  1. spi_bitbang

    0下载:
  2. linux 系统下polling/ bitbanging SPI主控制器驱动程序实用程序,非常好用-linux system the polling/bitbanging SPI master controller driver utility, very easy to use
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-15
    • 文件大小:4918
    • 提供者:nfhiuhr
  1. ar6k_events

    0下载:
  2. LINUX系统上AR6K驱动层的事件处理(即中断,消息轮询)-LINUX system AR6K driver layer event handler (ie interrupt message polling)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-19
    • 文件大小:6578
    • 提供者:eucalytust
  1. kgdboc

    0下载:
  2. Based on the same principle as kgdboe using the NETPOLL api, this driver uses a console polling api to implement a gdb serial inteface which is multiplexed on a console port.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-21
    • 文件大小:2593
    • 提供者:pywit2
  1. mpu401_uart

    0下载:
  2. MPU-401 supports UART mode which is not capable generate transmit interrupts thus output is done via polling for linux.-MPU-401 supports UART mode which is not capable generate transmit interrupts thus output is done via polling for linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-24
    • 文件大小:4582
    • 提供者:fieqiexei
  1. msnd_midi

    0下载:
  2. MPU-401 supports UART mode which is not capable generate transmit interrupts thus output is done via polling for linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-30
    • 文件大小:1844
    • 提供者:qenlender
  1. phHciNfc_CE_A

    0下载:
  2. brief HCI polling loop Management Routines.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-24
    • 文件大小:12205
    • 提供者:yonqerzou
  1. SDL_wimppoll

    0下载:
  2. Implements Pumping of events and WIMP polling.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-10
    • 文件大小:3162
    • 提供者:neiwicun
  1. SDL_riscosevents

    0下载:
  2. Implements keyboard setup, event pump and keyboard and mouse polling.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-21
    • 文件大小:5564
    • 提供者:jojuiweng
  1. debugport

    0下载:
  2. Use polling to get a single character from the kernel debug port.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1198
    • 提供者:mundonwiu
  1. button_poll10

    0下载:
  2. 友善支臂mini2440开发板,底层驱动按键,含有poll轮询机制,含有测试程序!-A friendly arm mini2440 development board, the key underlying drivers containing poll polling mechanism, containing the test!
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:5989
    • 提供者:fanyanlai
« 12 »
搜珍网 www.dssz.com