搜索资源列表

  1. 中断矢量设置与读取有关的DOS功能调用

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

    • 发布日期:2008-10-13
    • 文件大小:4378
    • 提供者:张东
  1. ARM7给菲利蒲LPC2214移植的UCOSII

    0下载:
  2. ARM7给菲利蒲LPC2214移植的UCOSII,软件分为标准版和高效版,其中高效版的任务切换速度会块些。支持软中断和THUMB模式-ARM7 to Philippe LPC2214 transplant UCOSII, software and Standard Edition version efficient, effective version of the task switching speed will block mor
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-21
    • 文件大小:8192
    • 提供者:周星施
  1. 中断矢量设置与读取有关的DOS功能调用

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

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:张东
  1. MCS-51系统中断优先级的软扩展

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

    • 发布日期:2024-05-21
    • 文件大小:75776
    • 提供者:江丰
  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
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:472064
    • 提供者:道德法
  1. swihandle

    0下载:
  2. 软中断处理程序,arm异常中断测试程序,可以很好的理解软中断的处理过程。-Soft interrupt processing, arm abnormal interruption of the test procedures, can be a very good understanding of soft-interrupted process.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-21
    • 文件大小:55296
    • 提供者:xingbo
  1. linux

    0下载:
  2. 操作系统原理的4个进程程序。 进程的软中断通信等。-Operating principle of the four process procedures. The process of soft interrupt communications.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:李威
  1. DOS

    0下载:
  2. 在DEBUG状态下,显示中断向量表,找一个空闲的中断类型号,以此软中断作为新增加的系统调用中断。编制一个系统调用服务与初始化程序syscall.asm,要求包括以下两部分内容:① 系统调用服务例程;② 初始化程序:设置新的中断向量和驻留新增加的例程。编制一个用户程序user.asm,其目的是检测新增加的功能调用是否成功。在DEBUG状态下:① 查找中断向量表中新增加的系统调用的中断向量;② 显示扩充的中断服务例程;③ 找到该中断服务例程
  3. 所属分类:汇编语言

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:燕子
  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 compilatio
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-21
    • 文件大小:15360
    • 提供者: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 direc
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-21
    • 文件大小:12288
    • 提供者:林锋
  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等)

    • 发布日期:2024-05-21
    • 文件大小:33792
    • 提供者:彭宗山
  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 po
  3. 所属分类:汇编语言

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者:小东
  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编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:rebecca
  1. SWI_ADD_01

    0下载:
  2. 通过软中断的方式实现在arm上面64位加法的ads工程文件-failed to translate
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-21
    • 文件大小:83968
    • 提供者:hzizh
  1. LPC2368

    0下载:
  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. 所属分类:软件工程

    • 发布日期:2024-05-21
    • 文件大小:527360
    • 提供者:呵呵
  1. linux_Serial_Port_Driver_Development

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

    • 发布日期:2024-05-21
    • 文件大小:224256
    • 提供者:thinkbig
  1. swi

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

    • 发布日期:2024-05-21
    • 文件大小:10240
    • 提供者:马文骏
  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 pr
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:31744
    • 提供者:董俐
  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编程

    • 发布日期:2024-05-21
    • 文件大小:23552
    • 提供者:建华
  1. a

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

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:zxy_958
« 12 3 4 5 6 »

源码中国 www.ymcn.org