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

搜索资源列表

  1. music

    0下载:
  2. 一个播放音乐的例子,端口函数全部用的中断函数。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1263
    • 提供者:pan
  1. atpic

    0下载:
  2. freebsd unix中断处理 关于中断源intsrc 相关函数等
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:6074
    • 提供者:maomao
  1. s3c2440linuxsddriver

    0下载:
  2. 1. sysfs 层的总线类型处理: 注册一组 mmc 类型处理函数, 标志为 \"mmc\" 2. mmc/sd 快设备管理:注册一个块设备和一组 mmc 总线类型的 driver 子函数, 实现块设备的队列管理等 3. mmc/sd host管理: 实现 host 的管理 4. 针对特定的mcu实现一个host驱动实例:主要是注册一个 host实体,中断处理函数,io设置函数,请求处理函数等
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:15245
    • 提供者:ookulouyaaa
  1. zhongduanyuanma

    0下载:
  2. 中断原码,介绍各种处理程序的函数,有禁止中断等 -Interrupt code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:5403
    • 提供者:yl
  1. interrupt

    0下载:
  2. 针对2.4kernel中断模块流程的分析,并针对各函数调用情况,画的流程图-2.4kernel flow interruption module for analysis and function call for each situation, draw a flow chart
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-27
    • 文件大小:17832
    • 提供者:bradgei
  1. OStest3

    0下载:
  2. 操作系统软中断实验的一个小程序,用10号自定义软中断,自己写了一个很小的函数。-Soft interrupt the operating system in a small experimental program, with 10 custom soft interrupt, write a small function.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:23407
    • 提供者:建华
  1. test27

    0下载:
  2. 程序,要求程序运行后进入一个无限循环,打印用户按下的键的值,当用户按下中断键(Ctrl+Z)时,进入程序的自定义信号处理函数,当用户再次按下中断键(Ctrl+Z)后,结束程序运行;-Procedures, requirements to run the program into an infinite loop, printing the user presses a key value, when the user presses the interrupt key (CTRL+ Z), cu
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1115
    • 提供者:丁占成
  1. GPIO_Port_A_ISR.c

    0下载:
  2. 端口A中断服务函数根据底层程序取得的迷宫信息,经过该智能算法控制电脑鼠的下一状态,并送往底层驱动程序执行。-Port A interrupt service routine based on the underlying program maze of information, through the intelligent algorithm to control the next state of the computer mouse and sent to the bottom of th
  3. 所属分类:Driver develop

    • 发布日期:2017-11-18
    • 文件大小:40126
    • 提供者:李贺
  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. breaksleep

    0下载:
  2. 可中断睡眠函数实现,可以在指定睡眠时间,可以在时间没到之前中断睡眠-Interruptible sleep function implementation, you can specify the sleep time can be interrupted before the time not to sleep
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1281
    • 提供者:wu
  1. test2

    0下载:
  2. Linux软中断通信。 由父进程创建两个子进程,通过终端输入Crtl+\组合键向父进程发送SIGQUIT软中断信号或由系统时钟产生SIGALRM软中断信号发送给父进程;父进程接受到这两个软中断的其中某一个后,向其两个子进程分别发送整数值为16和17软中断信号,子进程获得对应软中断信号后,终止运行;父进程调用wait()函数等待两个子进程终止,然后自我终止。-Linux software interrupt communications. By the parent process creat
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:1232
    • 提供者:yongyong
  1. myOS

    0下载:
  2. 本操作系统有 1. 区分特权等级 2. 多进程 3. 系统时钟 4.键盘中断 5.系统调用门 6.Shell 7.显示 8.内存管理 文件夹有4个:1.Boot:用作搬操作系统入内核的 2. include:主要是用作装头文件 3.kernel:内核主要函数,以及头文件include.h用作编译的 4.Thread:进程调度,以及时间片处理. 本操作系统适合初学者练手.-The operating system has to distinguish privilege level 1
  3. 所属分类:Driver develop

    • 发布日期:2017-05-06
    • 文件大小:1408637
    • 提供者:金康程
  1. biaozhunlicheng-kuhanshubanben

    0下载:
  2. STM32F103标准库函数版本C程序,包含工程模板、跑马灯、按键、串口、定时器、外部中断、TFT显示等常用程序,非常好用,适合工程开发人员和STM32单片机学习人员。-Revision C standard library functions STM32F103 program, including project templates, marquees, keys, serial, timers, external interrupts, TFT display and other comm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-13
    • 文件大小:20793231
    • 提供者:陈吧
  1. myshell

    0下载:
  2. 实验4 信号处理(20分) 目的: 学习和掌握信号的处理方法,特别是sigaction,alarm,sigpending,sigsetjmp和siglongjmp等函数的使用。 要求: 1、编制具有简单执行时间限制功能的shell: myshell [ -t <time> ] 这个测试程序的功能类似实验1,但是具有系统shell (在cs8服务器上是bash)的全部功能。<time>是测试程序允许用户命令执行的时间限制,默认值为无限制。
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-28
    • 文件大小:17411
    • 提供者:苏茗伊
  1. kernel_timer

    0下载:
  2. linux设备驱动 内核定时器 在 Linux 内核中,时间由一个名为 jiffies 的全局变量衡量,该变量标识系统启动以来经过的滴答数。在最低的级别上,计算滴答数的方式取决于正在运行的特定硬件平台;但是,滴答计数通常在一次中断期间仍然继续进行。 Linux 提供了一个简单的 API 来构造和管理计时器。它包含一些函数(和助手函数),用于创建、取消和管理计时器。 计时器通过 timer_list 结构定义,该结构包括实现一个计时器所需的所有数据(其中包括列表指针和在编译时配
  3. 所属分类:Driver develop

    • 发布日期:2017-05-04
    • 文件大小:330110
    • 提供者:李笑
搜珍网 www.dssz.com