搜索资源列表
jianpansshibie
- 4×4矩阵键盘识别处理,键盘处理程序的任务是:确定有无键按下,判断哪一个键按下,键的功能是什么;还要消除按键在闭合或断开时的抖动。两个并行口中,一个输出扫描码,使按键逐行动态接地,另一个并行口输入按键状态,由行扫描值和回馈信号共同形成键编码而识别按键,通过软件查表,查出该键的功能。 -4 × 4 matrix keyboard recognition processing, the keyboard handler task is: to determine whether
2009S3C2410init.S
- 2410Init.s包括了板子上电后的初始话,具体有几个步骤: 讲述S3C2410启动程序设计 1. 屏蔽所有中断,关看门狗。 2. 根据工作频率设置PLL寄存器 3. 初始化存储控制相关寄存器 4. 初始化各模式下的栈指针 5. 设置缺省中断处理函数 6. 将数据段拷贝到RAM中,将零初始化数据段清零 7. 跳转到C语言Main入口函数中-2410Init.s including the board after t
divideoverflow
- 设AX/BL,当BL=0时产生除数为零中断,编写除数为零中断处理程序,显示DIVIDED BY ZERO!-Set AX/BL, while BL = 0 division by zero interrupt generated when the preparation of the division by zero interrupt handler, display DIVIDED BY ZERO!
rxsample
- An example that will listen on a telnet port for incoming data, and pass this received data to a user handler, optionally striping the telnet controll codes out.-An example that will listen on a telnet port for incoming data, and pass
divideerror!
- 编写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
pingbao7
- 屏幕保护程序的编写由静态链接库 SCRNSAVE.LIB 支持,它包含了建立屏幕保护程序的主程序和缺省功能,如建立一个缺省的大小为全屏幕的窗口供用户使用,并提供缺省的消息处理程序-The preparation of the screen saver from the static link library SCRNSAVE.LIB support, which includes the establishment of the main program screen saver and the
6
- 适合设计6路抢答器设计,功能有查询程序,非法抢答处理程序,抢答时间R1调整程序等- English Chinese (Simplified) Spanish 6 Responder design suitable for the design, function, query procedures, illegal
fljgWorkFlow
- TC2次开发的ITK的handler代码,功能是自动签审AutoCAD,Excel,Word,是用C++书写的-TC2 developed ITK handler code, the function is automatically signed trial AutoCAD, Excel, Word, written with C++
myIntGate
- 通过中断门访问内核 象全局描述符表GDT一样,在整个系统中,中断描述符表IDT只有一个。中断描述符表寄存器IDTR指示IDT在内存中的位置。由于80386只识别256个中断向量号,所以IDT最大长度是2K。 中断描述符表IDT所含的描述符只能是中断门、陷阱门和任务门。也就是说,在保护模式下,80386只有通过中断门、陷阱门或任务门才能转移到对应的中断或异常处理程序。 -By interrupt doors to access the kernel Like the Glo
linghaozhongduan
- 编写0号中断处理程序,使得在除法溢出发生时,在屏幕中间显示字符串“divide error!”,然后返回DOS。-Write 0 interrupt handler, so that when the division overflow occurs in the middle of the screen displays the string divide error! , And then return to DOS.
TEST6
- 实验六 字符处理程序设计 1.实验目的 (1)熟悉串操作指令的功能与应用; (2)掌握串操作指令的寻址方式及使用方法,编写常用的字符串处理程序。-Experiment 6 character processing programming 1. Purpose (1) familiar with the function and application instruction string operation
exp602
- 汇编程序,显示错误信息show_err 。在调用DOS的文件管理功能时,如果出现错误,DOS处理程序将把进位标志位置1,并在AX中装入错误码,然后调用show-err程序将错误信息显示出来。错误码1~35、80~83各表示一种DOS错误,36~79为保留代码,其它代码(小于1或大于83)为无效代码。show-err程序,根据AX中的错误码分别显示错误信息,保留代码信息或无效代码信息(使用debug命令调试)。-Assembler displays an error message show_er