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

搜索资源列表

  1. softhy597g

    0下载:
  2. 适用于企事业单位、管理部门等在确定了某个候选的新闻、事件、活动、图片、徽标、歌曲等候选项目后,由本单位职工或其他任何人通过网络进行投票,选出其中几项的投票活评选活动。 -Applicable to enterprises and institutions, such as management identified a candidate in the news, events, activities, pictures, logos, songs such as the candidate
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-03
    • 文件大小:513103
    • 提供者:青苹果
  1. gsapi

    0下载:
  2. 打印像素处理,可以设置打印像素,详细的请看程序。-This software was written by Alessandro Briosi with the assistance of Russell Lang, as an example of how the Ghostscr ipt DLL may be used Delphi. It is not a finished product. The test program is precompiled as Tes
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:170307
    • 提供者:abner
  1. pollmonitor

    0下载:
  2. 使用非阻塞 I/O 的应用程序常常使用 poll, select, 和 epoll 系统调用. poll, select 和 epoll 本质上有相同的功能: 每个允许一个进程来决定它是否可读或者写一个或多个文件而不阻塞. 这些调用也可阻塞进程直到任何一个给定集合的文件描述符可用来读或写. 因此, 它们常常用在必须使用多输入输出流的应用程序, 而不必粘连在它们任何一个上. 相同的功能常常由多个函数提供, 因为 2 个是由不同的团队在几乎相同时间完成的: select 在 BSD Unix 中引入
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:756
    • 提供者:王立冰
  1. poll()function

    0下载:
  2. UNIX 中的POLL 函数相关介绍,应用和函数说明-UNIX in the POLL function related presentations, applications, and function descr iption
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:63156
    • 提供者:茗玲
  1. poll

    0下载:
  2. poll定时等待输入的应用,若规定时间内没有输入,跳过输入-poll time to wait for input application, if not entered within the specified time, skip the input. .
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:9315
    • 提供者:swekey
  1. poll

    0下载:
  2. linux poll driver for 2410
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:3850
    • 提供者:dylan
  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. scull-poll

    0下载:
  2. LINUX 驱动入门 字符设备 从入门到提升之 mydve_po-linux driver primer
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:102086
    • 提供者:小敏
  1. Help-to-understand-select-poll-epoll

    0下载:
  2. 帮助了解select poll函数的运行机制 熟悉Linux kernel休眠等待机制-Help to understand select poll function mechanism Familiar with Linux kernel dormant waiting mechanism
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:186928
    • 提供者:adam
  1. timer

    0下载:
  2. UNIX/Linux应用程序在使用select/poll调用实现I/O的集中控制时,可借此实现通用的定时器功能。因为依赖于之前上传的双向链表实现,故而也包含在其中。-UNIX/Linux applications to achieve the centralized control of the I/O using select/poll call will be able to achieve universal timer functions. Doubly linked list impl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-29
    • 文件大小:3331
    • 提供者:Richard
  1. blk-iopoll

    0下载:
  2. Linux Driver, Functions related to interrupt-poll handling in the block layer. This is similar to NAPI for network devices.-Linux Driver, Functions related to interrupt-poll handling in the block layer. This is similar to NAPI for network devices.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-23
    • 文件大小:2149
    • 提供者:viegecer
  1. select

    0下载:
  2. This file contains the procedures for the handling of select and poll
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-02
    • 文件大小:7745
    • 提供者:hangwingcu
  1. tengnuo

    0下载:
  2. 键盘驱动源码,应用程序源码 本驱动是基于中断方式的,在此创建一个等待队列,以配合中断函数使用;当有按键按下并读取到键 值时,将会唤醒此队列,并设置中断标志,以便能通过 read 函数判断和读取键值传递到用户态;当没有按 键按下时,系统并不会轮询按键状态,以节省时钟资源*/ -Keyboard driver source code, the application source code of this driver is interrupt-based approach, in
  3. 所属分类:Driver develop

    • 发布日期:2017-11-20
    • 文件大小:6801
    • 提供者:藤诺
  1. 6.key_poll_ok

    0下载:
  2. 基于S3C6410 Poll按键驱动,供学习使用-Based on S3C6410 Poll key driver for learning to use
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:3065
    • 提供者:fsk
  1. StringDriver

    0下载:
  2. LINUX2.6内核字符型设备驱动程序,采用了非阻塞机制、互斥机制,使用了poll接口。使用方法不用多说了,跟其他字符驱动没区别,可以自行百度。ps: Makefile也包含在里面了。-LINUX2.6 kernel character device driver, using a non-blocking mechanism, mutual exclusion mechanism, using a poll interface. Use Needless to say, no differen
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:3529
    • 提供者:万园春
  1. poll

    0下载:
  2. linux操作系统下面的poll函数的用法 源代码 驱动-linux poll
  3. 所属分类:Driver develop

    • 发布日期:2017-04-26
    • 文件大小:73698
    • 提供者:卢哈哈
  1. poll

    0下载:
  2. 一个linux dirver示例:关于poll阻塞的简明而又很好的示例。-A linux dirver example: Brief but good example on poll obstruction.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:2651
    • 提供者:wzn
  1. poll

    0下载:
  2. Linux Poll机制的分析,有源代码,也有写的一份记录文档,很好的分析poll机制的实现-linux poll code and text
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:5165
    • 提供者:丁洋
  1. poll

    0下载:
  2. Structure of file descr iptor event pairs supplied in the poll arrays.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1815
    • 提供者:jociemp
  1. poll聊天服务器

    0下载:
  2. 1. 聊天室服务器端的创建。 2. 聊天室客户端的创建。 3. 实现客户与服务器的连接通讯。 4. 实现客户之间的私聊 5. 实现客户端的在线信息显示。 6. 实现服务器端当前在线客户信息。(1. chat room server side creation. 2. chat room client creation. 3. realize the connection communication between client and server. 4., to achieve
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-26
    • 文件大小:2048
    • 提供者:weibaba
« 12 3 »
搜珍网 www.dssz.com