CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 软中断

搜索资源列表

  1. MCS-51系统中断优先级的软扩展

    0下载:
  2. 鉴于MCS-51系统只提供“二级中断嵌套”,提出扩展51系统中断优先级的纯软件方法。其利用51系统内建的中断允许寄存器IE和中断优先级寄存器IP,通过屏蔽字机制来实现;以C51的形式,给出这种扩展方法的函数库实现,为该方法的使用赋予友好、简洁的用户接口。-Given MCS-51 systems only provide "two interrupt nesting," expanded 51 priority system interruption of pure soft
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:75711
    • 提供者:江丰
  1. T139

    0下载:
  2. 今天问周立功要到的关于UCOSII的源代码,是基于软中断形式的,移植UCOSII最好使用软中断法,比较直观,易调试-this week, who asked to be on the UCOSII the source code is based on the form of soft interrupt, Transplant UCOSII best use of soft interrupt, intuitive and easy debugging
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:472573
    • 提供者:道德法
  1. semihost

    0下载:
  2. 关于软中断和semihosting的一个程序,根据ADS1.2源代码修改,希望能对大家有帮助-soft on the suspension and semihosting a procedure, ADS1.2 according to the source code, hoping to be helpful
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:48399
    • 提供者:tower
  1. swihandle

    0下载:
  2. 软中断处理程序,arm异常中断测试程序,可以很好的理解软中断的处理过程。
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:50738
    • 提供者:xingbo
  1. shubiaozuotu

    0下载:
  2. 所有的鼠标驱动程序都遵循一定的原则INT33H是系统专门留给DOS使用的,绝大多数标准化驱动程序都使用这一软中断实现驱动本例主要实现鼠标中断编程的事例
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:22654
    • 提供者:殷鸿展
  1. linux

    0下载:
  2. 操作系统原理的4个进程程序。 进程的软中断通信等。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2741
    • 提供者:李威
  1. 中断矢量设置与读取有关的DOS功能调用

    0下载:
  2. 与中断矢量设置与读取有关的DOS功能调用,本例演示了如何编写中断服务程序,如何安装(将中断服务程序的地址设置到中断矢表中),以及如何通过软中断指令调用中断服务程序。为了突出重点,本例中中断服务程序代码未驻留内存。-and vector interrupt settings and read the DOS function calls, which in this case demonstrated how to prepare interrupted service procedures, h
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:4378
    • 提供者:张东
  1. linux_Serial_Port_Driver_Development

    0下载:
  2. linux下串口驱动开发文档,:介绍了Linux 下的串口驱动的设计层次及接口, 并指出串口与TTY终端之间的关联层次(串口可作TTY 终端使用), 以及Linux 下的中断处理机制/中断共享机制, 还有串口缓冲机制当中涉及的软中断机制 其中有关w83697/w83977 IC 方面的知识, 具体参考相关手册, 对串口的配置寄存器有详细介绍,。-linux_Serial Port Driver Development
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:224649
    • 提供者:thinkbig
  1. 深入浅出分析Linux设备驱动程序中断

    0下载:
  2. Linux的中断宏观分为两种:软中断和硬中断。声明一下,这里的软和硬的意思是指和软件相关以及和硬件相关,而不是软件实现的中断或硬件实现的中断。
  3. 所属分类:咨询培训

  1. swi

    0下载:
  2. ARM处理器软中断处理。a_swi.s文件是最开始处理的SWI句柄,用ARM汇编指令编写。c_swi.c文件是在执行a_swi.s文件之后调用执行的C语言SWI句柄。 -ARM processor soft interrupt handling. a_swi.s document is the beginning of the SWI handler deal with the preparation of ARM compilation directives. c_swi.c document
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-28
    • 文件大小:11368
    • 提供者:semihost
  1. swi

    0下载:
  2. 平台44B0开发板,里面包含一个bootloader程序,由此连接一个led灯控制程序,可以直接生成bin文件,实现烧写,非调制版,实现软中断和bootloader启动初始化-44B0 platform development board, which contains a bootloader program, which led to connect a signal-controlled process, can be directly generated bin file, the re
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-26
    • 文件大小:12828
    • 提供者:林锋
  1. swi

    0下载:
  2. 在s3c2440开发板裸板上模拟软中断处理程序,处理程序中是对LED灯的控制。-Development board in the bare board s3c2440 simulation soft interrupt handling procedures, the processing procedure is the control of LED lights.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-01
    • 文件大小:33551
    • 提供者:彭宗山
  1. interrupt

    0下载:
  2. 对于系统级语言设计之一的中断程序设计包括软中断和硬中断。后者设计到硬件端口的读写操作等等,应该用汇编实现比较好。而前者用C实现就要方便得多的了。-For system-level language design, one of the interrupt program design including soft and hard break interrupt. The latter design to the hardware port to read and write operation
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:7283
    • 提供者:小东
  1. 1

    0下载:
  2. 一个简单的进程通信的例子——利用软中断实验进程之间的通信-A simple example of the process of communication- the use of soft interrupt the process of communication between the experimental
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1275
    • 提供者:rebecca
  1. SWI_ADD_01

    0下载:
  2. 通过软中断的方式实现在arm上面64位加法的ads工程文件-failed to translate
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-28
    • 文件大小:83668
    • 提供者:hzizh
  1. LPC2368

    1下载:
  2. lpc2368 +ucos-ii 2.52 + 5个中断(软中断,uart,uart1 ,int0,int1)调试成功,CPU开销小-lpc2368+ ucos-ii 2.52+ 5 interrupt (software interrupt, uart, uart1, int0, int1) debug successful, CPU overhead,
  3. 所属分类:Software Testing

    • 发布日期:2015-12-18
    • 文件大小:526905
    • 提供者:呵呵
  1. swi

    0下载:
  2. s3c2410软中断程序,用来测试s3c2410软中断是否可行,我的开发环境是gt2440
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-04
    • 文件大小:9798
    • 提供者:马文骏
  1. osruanzhongduan

    0下载:
  2. 操作系统实验 进程软中断通信 编写一段程序,父进程创建一个子进程p1;并使子进程利用系统调用kill()向父进程发送信号,父进程得到信号后输出字符串“received p1 signal.” 。 -Experimental process, the operating system write a soft interrupt communication procedures, the parent creates a child process p1 and to the child pro
  3. 所属分类:OS Develop

    • 发布日期:2017-03-24
    • 文件大小:31593
    • 提供者:董俐
  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-05
    • 文件大小:23407
    • 提供者:建华
  1. a

    0下载:
  2. 编制一个程序,使其实现进程的软中断通信。父进程发信号控制子程序的终止。 使用系统调用fork()创建两个子进程,再用系统调用signal()让父进程捕捉键盘上的中断信号;当捕捉到中断信号后,父进程用系统调用Kill()向两个子进程发出信号,子进程捕捉到信号后分别输出下列信息后终止: Child Proeess 1 is Killed by Parent! Child Process 2 is Killed by Parent! 父进程等待两个子进程终止后,输出如下的信息
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:zxy_958
« 12 3 4 5 »
搜珍网 www.dssz.com