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

搜索资源列表

  1. softint

    0下载:
  2. 软中断实现64位的加法,可以过程调用,ASM跟C的混编。-swi realase the 64 s plus
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:40618
    • 提供者:杨杰
  1. pianoASM

    0下载:
  2. 根据乐曲中不同的音符是由输出不同频率的声波而产生的原理,通过设置PC机中 8253定时器不同的计数值,可由扬声器发出不同的曲调。 以下是实现PC机作为一架可弹奏的钢琴演奏预定的曲调。程序中采用了INT 21H软中断调用了DOS的常用子程序。-According to different notes in music from the output generated sound waves of different frequencies principle, PC, in 8253 by se
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:2646
    • 提供者:李明洲
  1. zzc

    0下载:
  2. 1)进程的创建: 编写一段程序,使用系统调用fork() 创建两个子进程。当此程序运行时,在系统中有一个父进程和两个子进程活动。让每一个进程在屏幕上显示一个字符:父进程显示字符“a”,子进程分别显示字符“b”和“c”。试观察记录屏幕上的显示结果,并分析原因。 (2)进程的控制 修改已经编写的程序,将每个进程输出一个字符改为每个进程输出一句话,再观察程序执行时屏幕上出现的现象,并分析原因。 如果在程序中使用系统调用lockf () 来给每一个进程加锁,可以实现进程之间的互斥,观察并
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:113751
    • 提供者:sky
  1. INT_011

    0下载:
  2. 基于S3C2410 外部中断和软中断的代码-Based on S3C2410 external interrupt and soft interrupt code
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:57760
    • 提供者:小华
  1. Soft-interrupt--examples

    0下载:
  2. 软中断通信实例3个,包括文本输出、显示字符、终止子进程-Example 3 soft interrupt communications, including text output, display characters, the child process to terminate
  3. 所属分类:Linux Network

    • 发布日期:2017-03-24
    • 文件大小:1097
    • 提供者:timmylee
  1. Linux-driver-development10

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第10章、中断与时钟。本章主要讲解Linux设备驱动编程中的中断与定时器处理。由于中断服务程序的执行并不存在于进程上下文,因此,要求中断服务程序的时间尽可能地短。因此,Linux在中断处理中引入了顶半部和底半部分离的机制。另外,内核中对时钟的处理也采用中断方式,而内核软件定时器最终依赖于时钟中断。10.1节讲解中断和定时器的概念及处理流程。10.2节讲解Linux中断处理程序的架构,顶半部、底半部之间的关系
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:474053
    • 提供者:华清远见
  1. Soft_C

    0下载:
  2. oft_C 为c语言的软中断程序,实现方式是利用raise(*)强制产生一个软中断。测试很成功。-oft_C, c language software interrupt program implementation is to use the raise (*) mandatory to produce a soft interrupt. Test was successful.
  3. 所属分类:DSP program

    • 发布日期:2017-04-25
    • 文件大小:18432
    • 提供者:滕涌澎
  1. ProcessManagementExp

    0下载:
  2. 实现进程的软中断通信。 使用系统调用fork()创建两个子进程,再用系统调用signal()让父进程捕捉键盘上来的中断信号(即DEL键);当捕捉到中断信号后,父进程用系统调用kill()向两个进程发出信号,子进程捕捉到信号后分别输出下列信息后终止: Child Process 1 is Killed by Parent! Child Process 2 is Killed by Parent! 父进程等待两个子进程终止后,输出如下信息后终止: Parent Proce
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:3393
    • 提供者:
  1. danpianji

    0下载:
  2. 基于单片机的抢答器设计,采用外部中断控制,可以实现即时并正确判断,比软中断准确。-Responder microcontroller-based design, the use of an external interrupt control, instant and accurate assessment than the soft interrupt accurate.
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:295112
    • 提供者:jim
  1. ASWIIrarR

    0下载:
  2. ARM汇编实现软中断,用ADS开发。先调用Init装中断,再跳转到SWWIhandler,SWIhandler为中断服务程序源码 -ARM assembler soft interrupt with the ADS development. Call the Init loaded interrupt, jump to SWWIhandler, SWIhandler for the source of the interrupt service routine
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:16942
    • 提供者:郭娟
  1. Wc_txz_srcr

    0下载:
  2. 用纯C语言写的一个推箱子游戏,运行于CMD环境(DOS)下,通过这个游戏你可以学到很多汇编底层的东西,涉及到软中断、二维数组、键盘操作以以及图形化函数等方面的知识,还可以掌握显示器中断寄存器的设置、二维数组及结构体的定义、键盘键值的获娶图形下光标的显示与定位等,不要小看它哦! -A Sokoban game written in pure C language, run the CMD environment (DOS), this game you can learn a lot of
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:46327
    • 提供者:leyuan
  1. c_tuixiangzi

    0下载:
  2. 纯C语言写的推箱子游戏。推箱子游戏是一款很有趣味的游戏,其开发过程有一定的技巧和方法,其中涉及到软中断、二维数组、键盘操作以及图形化函数等方面的知识。-Pure C language to write Sokoban game. Sokoban game is a very interesting game, certain skills and methods in the development process, which comes to the knowledge of the sof
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-30
    • 文件大小:46169
    • 提供者:kaigo
  1. linuxinterruptdev

    0下载:
  2. Linux操作系统中断程序的处理,以及工作队列和软中断的相关定义。-Linux operating system interrupt handling procedures, and the soft interrupt work queue and related definitions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:20386
    • 提供者:suwei
  1. bluemoon0507

    0下载:
  2. ucos ii在DSP2812上的移植,此程序并非完全本人写完,而是从网上下载学习后,将部分软中断,直接改为调用,进行任务切换,仅供学习之用,开发环境是ccs2.0-Ucos ii DSP2812 in the transplantation, the program is not entirely I finished writing, but downloaded from the Internet learning, will be part of the soft interrupt,
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:982265
    • 提供者:jinshang12
  1. LinuxDrv

    0下载:
  2. 介绍了Linux下的串口驱动的设计层次及接口, 并指出串口与TTY终端之间的关联层次(串口可作TTY终端使用), 以及Linux下的中断处理机制/中断共享机制, 还有串口缓冲机制当中涉及的软中断机制 -Linux serial driver level design and interface, and pointed out that the level of association between the serial TTY terminal (serial port can be use
  3. 所属分类:Driver develop

    • 发布日期:2017-11-14
    • 文件大小:16054
    • 提供者:dinny
  1. switsk

    0下载:
  2. DSP软中断与任务学习,在任务中调用软中断,可通过改变任务与软中断优先级来学习DSP中任务与软中断的处理方式,可在CCS3.3仿真环境,TMSC6711平台直接导出switsk.out文件来查看运行结果。-DSP soft interrupt and task learning tasks call soft interrupt, the interrupt priority to learn the way of the DSP processing tasks and soft interr
  3. 所属分类:DSP program

    • 发布日期:2017-11-29
    • 文件大小:155955
    • 提供者:
  1. SWIsaddfasfasfa

    0下载:
  2. KEIL下的实例程序,软中断程序,前面的默认设置比较重要-KEIL example programs, soft interrupt program, the default settings for the front is more important
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-20
    • 文件大小:11660
    • 提供者:吴伟
  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-09
    • 文件大小:1232
    • 提供者:yongyong
  1. test

    0下载:
  2. 测试软中断的一段源码,证明王爽12.12是错误的说法-a test asm,write by NASM
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:753
    • 提供者:ryan
  1. SWI_C6713

    0下载:
  2. dsp-c6713软中断例程,包含两套代码,分别验证不同优先级的软中断工作过程以及mailbox之间的配合使用!-Dsp-c6713 soft interrupt routines, including two sets of code, to verify each matched between different priority soft interrupt working process and mailbox!
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:260324
    • 提供者:Java
« 1 2 34 5 »
搜珍网 www.dssz.com