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

搜索资源列表

  1. Ad_fifo

    0下载:
  2. DOS下,使用中断模式实现AD数据采集程序-use interrupt mode to achieve AD data collection Demo under DOS environment
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:889
    • 提供者:杨志无
  1. multiply

    0下载:
  2. 本实验为设计实验。要求实现两个较大的十进制数相乘,最后乘积用非压缩BCD码调整为十进制形式。实验中要用到DOS或BIOS中断;用非压缩BCD码调整乘积。本实验用到算术运算指令、十进制调整指令、子程序设计、DOS和BIOS中断等,所以通过本实验我们对这些知识应能熟练掌握并应用。-Experiment for the design of this experiment. Demands of the two larger decimal number multiplication, the fin
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:4438
    • 提供者:
  1. Int

    0下载:
  2. DOS 环境下的 C语言中断程序,每秒50次中断-DOS environment C language interrupt procedures, 50 per second interruption
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:2243
    • 提供者:lqs
  1. 5

    0下载:
  2. PC/XT机的8259A的IR2引脚上接有能随机 产生中断请求信号的外设,要求每响应一次中 断在显示器上显示“This is a 8259A interrupt!”, 中断10次后程序返回DOS。 -PC/XT machines IR2 pin on the 8259A then there can be randomly generated peripheral interrupt request signal, in response to a disruption of e
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:530
    • 提供者:黄赛杰
  1. comm

    0下载:
  2. 一个完整的串行通讯源代码,C语言,同时支持两个串行端口,中断方式,自定义数据校验协议,对开发DOS下的通讯程序非常实用-A complete source code for serial communication, C language, while supporting two serial ports, interrupt, custom data validation agreement, under DOS on the development of the communication
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:10408
    • 提供者:OURS
  1. BIOS

    0下载:
  2. BIOS的中断以及功能说明.内容是英文的. ----------------------------------------------------------- INT 00 - DIVIDE ERROR (internal interrupt) Automatically called at end of DIV or IDIV operation that results in error. Normally set by DOS to display an er
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:33609
    • 提供者:qu
  1. comrxtx

    0下载:
  2. 本程序是在DOS环境下实现TURBOC串口编程。其主要功能是实现中断接收功能和发送功能-This procedure is in the DOS environment to achieve TURBOC serial programming. Its main function is to achieve the interruption of receiving and sending functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1753
    • 提供者:陈世适
  1. c_txz_src

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

    • 发布日期:2017-04-05
    • 文件大小:46174
    • 提供者:138
  1. DOS_IRQ

    0下载:
  2. x86嵌入式主板平台,ms-dos系统,中断测试程序源码-Embedded x86 mainboard platform, ms-dos system, interrupt test program source code
  3. 所属分类:uCOS

    • 发布日期:2017-04-08
    • 文件大小:1041
    • 提供者:liuyang
  1. zhongduan_list

    0下载:
  2. 大家好,这是dos里的所有中断向量表,包括没有发布的都有,而且有非常详细的说明和简单的例子在里面-Hello everyone, this is where all the dos interrupt vector table, including those with no release of both, but also very detailed instructions and simple examples in which
  3. 所属分类:assembly language

    • 发布日期:2017-05-16
    • 文件大小:4579371
    • 提供者:李文锋
  1. 070420072985

    0下载:
  2. 汇编实验 之 输入/输出与中断实验 一、实验目的 1.掌握输入/输出与中断指令的使用方法; 2.掌握中断向量表的结构及使用方法; 3.掌握INT指令的使用方法; 4.掌握BIOS中断功能调用的使用方法; 5.掌握DOS功能调用的使用方法。 二、实验要求 1.了解INT指令与CALL指令的不同点; 2.会用DEBUG观察中断向量表; 3.会用DEBUG的T命令和P命令执行INT指令; 4.会用INT 10H、INT 16H编制程序;
  3. 所属分类:assembly language

    • 发布日期:2017-04-23
    • 文件大小:70010
    • 提供者:星东
  1. 2

    0下载:
  2. 2. 用8251A实现串行口异步通信,自发自收,波特率1200bps。采用查询方式发送、中断方式接收。从键盘输入字符串(字符个数≤255)存入发送缓冲区并显示,启动发送键由实验者自己定义,自收结果显示于屏幕。按Esc返回DOS。(定义回车键为启动发送键)-2. With the 8251A Serial port asynchronous communication, spontaneous self-income, the baud rate 1200bps. Using query mode
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:2202
    • 提供者:Rachel
  1. TypingGame

    0下载:
  2. 打字游戏设计 采用DOS功能调用(INT21H)中的AH=2CH得到系统时间,系统时间除模26得随机数,在此基础上加上基准字母,就可以得到随机字母。再利用BIOS功能调用中的INT10H AH=02H、06H、09H、0AH就可以控制字母的下降及判断字母的正确与否。利用8253的方式2进行计时和8259A中断就可以控制每10分钟打印,而打印则采用并行接口芯片8255A与中断芯片8259A以中断方式打印。-Typing game design using DOS function calls
  3. 所属分类:Project Design

    • 发布日期:2017-03-28
    • 文件大小:265057
    • 提供者:徐氏
  1. 2

    0下载:
  2. 用8251a实现串行口异步通信,自发自收,波特率1200bps,采用查询方式发送,中断方式接受。自收结果显示于屏幕。按esc返回dos -8251a Serial port with asynchronous communication, spontaneous self-income, the baud rate 1200bps, using queries sent, interrupt to receive treatment. Since the close results show
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:923
    • 提供者:陈志超
  1. x86_cpu_irq

    0下载:
  2. x86_CPU中断与DOS功能调用参考手册-x86_CPU Interrupts and DOS function calls reference manual
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-08
    • 文件大小:151027
    • 提供者:liuyuguajgn
  1. CPUinterupt

    0下载:
  2. cpu中断函数代码是可以在dos系统下调用的的一种代码可以通过代码来实现cpu的中断从而实现定时或者计时-cpu interrupt function code can be invoked under dos system, a code can be achieved through code cpu interrupt in order to achieve timing, or time
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-15
    • 文件大小:8561
    • 提供者:waket
  1. DOS_INT

    0下载:
  2. 我学习DOS时所收集的关于中断的调用资料与要用的人共享-When I learned DOS interrupt calls to collect on the information and use of shared
  3. 所属分类:OS Develop

    • 发布日期:2017-04-16
    • 文件大小:24574
    • 提供者:陈四哥
  1. dosint

    0下载:
  2. 这是一个dos下的中断驻留程序,可以根据已经提供的框架加上自己的代码-This is a dos program under the TSR may be based on the framework already provided with its own code
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:74896
    • 提供者:li
  1. BOOT

    0下载:
  2. 这是一个引导型DOS病毒,通过修改MBR和系统中断向量来实现其操作-This is a DOS boot-type virus by modifying the MBR and the system interrupt vector to achieve its operational
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:902
    • 提供者:GhostRiderXX
  1. divideerror!

    0下载:
  2. 编写0号中断的处理程序,使得在除法溢出发生时,在屏幕中间显示字符串“divide error!”,然后返回到DOS,吴泽乐-Write 0# interrupt handler, making the division overflow occurs, in the middle of the screen displays the string " divide error!" , And then return to DOS, Le WU Ze
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:1631
    • 提供者:
« 1 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com