搜索资源列表
T139
- 今天问周立功要到的关于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
汇编语言课程设计报告
- 汇编程序报告,有详细解析和源代码.用于实现DOS窗口右上角显示计时器的中断服务程序.-assembler report, a detailed analysis and source code. DOS window for the upper right-hand corner shows the timer interrupt service procedures.
rising钥匙盘破解源码
- DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 3 MOV BX,300 ;内存基址(1面) MOV DH,01 ;磁头号01 MOV DL,00 ;驱动器号00(A盘) MOV
8259
- 基于赛思伟福实验仪上的8259外部中断代码.用8088/86控制8259可编程中断控制器,实现对外部中断的响应和处理.要求程序中对每次中断进行计数,并将计数结果显示在LED数码管上.-Steamboat Fu experimental apparatus based on race on the 8259 external interrupt source. With the 8088/86 Control 8259 programmable interrupt controller, to r
LO
- .将单脉冲作为中断源输入给8259A的IR0,按一次脉冲使8259A产生一次中断,中断服务计数中断次数,并可通过8255的PA口输出至L7 L0显示-. The single pulse as the input to the 8259A interrupt source of the IR0, according to a pulse to generate an 8259A interrupt, the interrupt service counting interrupti
2
- 利用8253的秒表计时程序,中断的源代码-Procedures for the use of 8253' s stopwatch timing, interrupt source
Aexp14
- 中断控制器8259应用实验-中断方式控制彩灯点亮 * 中断方式控制彩灯点亮程序source file * 运行步骤:1.将PC4和IRQ10两个跳接开关分别联上 * 2.按下1次SW3,申请1次中断,使LED灯点亮1次-Interrupt Controller 8259 application test- interrupt control the lights lit* Interrupt control the lantern lit program source file
vs
- My Mini 操作系统 源码.目前已经实现的功能: 阶段1: 1 BootSect 2 Kernel Loader (已经进入保护模式,并且将必要的参数传递给Kernel) 3 Kernel (开启页式存储,物理内存的简单管理,为中断提供了一套基本的接口,利用Bget建立了一个简单的堆) 阶段2: 1 优化了一部分代码,包括内核堆,内核栈的重新布置 2 初始化了一个TSS,用以处理特权级变化 3 将GDT从以前的KernelLoader空间到自己的空间 4
Serial-Comunication.tar
- windows系统下汇编语言实现的串口聊天小程序,具有简易的聊天界面,支持聊天记录保存,使用中断及查询方式实现,支持二进制和字符传送。 1. 文件功能描述: 1com1.asm为打开com1通信的源文件 2com2.asm为打开com2通信的源文件 2个源代码除了串口地址不同,其他代码相同 同理1com1.exe 和2com2分别打开com1和com2来通信 2. 二进制传送格式: 当选择菜单二进制传送时(菜单2和3) 发送方
8259A
- 用开关做中断源输入部分,发光二极管显示输出结果,当分别拨动开关KK1、KK2、KK3、KK4时发光二极管相应作左、右、由中间向两边和反显流水灯显示-With the switch as interrupt source input section, light-emitting diode display output, respectively, when the toggle switch KK1, KK2, KK3, KK4 when the corresponding light-emi
poco-1.4.3p1
- POCO C++库是开源的用于简化和加速C++开发面向网络、可移植应用程序的C++库集,POCO库和C++标准库可以很好的集成并填补了C++标准库缺乏的功能空隙。POCO库的模块化、高效的设计及实现使得POCO特别适合嵌入式开发。在嵌入式开发领域,由于C++既适合底层(设备I/O、中断处理等)和高层面向对象开发,越来越流行。当然POCO也准备好了面对企业级挑战。-The POCO C library is open source is used to simplify and speed up
KEYINTS
- 微机实验课键盘中断源代码代码。按一次键盘即推出任务-Keyboard interrupt source code of computer experiment course code. Time you press the keyboard that launch the task
LINUX-Device-Driver(att.Source)
- LINUX设备驱动程序第三版配套源码; 设备驱动最通俗的解释就是“驱使硬件设备行动”。驱动与底层硬件直接打交道,按照硬件设备的具体工作方式,读写设备的寄存器,完成设备的轮询、中断处理、DMA通信,进行物理内存向虚拟内存的映射等,最终让通信设备能收发数据,让显示设备能显示文字和画面,让存储设备能记录文件和数据。-LINUX device drivers third edition of the supporting source Device Driver is the most popul
danpianjizhongduanfangzhen
- 单片机仿真。proteus环境内。包含仿真,源文件,kell文件。内容:51单片机中断控制,使得LED灯1秒亮灭,60秒亮灭,1小时亮灭。-SCM simulation. proteus environment. Including simulation, source files, kell file. Content: 51 microcontroller interrupt control, LED lights light off one second, 60 seconds light
2013061811111231
- 用PC机内部的中断控制器8259A,中断源用TPC-H实验箱上的8253,使8253每隔4秒产生一次中断请求-Using a PC to the internal interrupt controller 8259A, interrupt source with the TPC-H experimental box 8253, making 8253 every 4 seconds to generate an interrupt request
src
- 1.定时器原理 Timer,能产生特定的周期性中断。这个中断可以看作是操作系统心脏的脉动,用于实现时间的延时和确认超时。时钟节拍的频率越高,系统用于处理时钟中断的额外开销也越大。 W90P710 的24位 Timer 含有两个通道,分别是 Timer0 和 Timer1。每个通道有一个独立的时钟源,每隔一定时间,计数寄存器的值减 1,当计数寄存器的值达到零时,就会触发一次中断。设计通用软件可以在每个中断发生时加 1,达到计数的目的。 -timer principle
timer
- stm32f103的定时器中断程序,调试过的好用的程序源码。-stm32f103 timer interrupt program, easy to use program debugging source code.
LPC213x_drive
- LPC213x系列底层硬件驱动函数库,包含:GPIO、UART、I2C、SPI、SSP、PWM、定时计数器、ADC、DA、实时时钟、看门狗、中断控制器、锁相环PLL、IAP等,有使用说明和源码分析。-LPC213x series of underlying hardware driver library, including: GPIO, UART, I2C, SPI, SSP, PWM, timer counter, ADC, DA, real-time clock, watchdog, in
GPIO_Interrupt
- TMS320C6678 GPIO源代码,TMS320C6678是TI公司推出的一款8核DSP,具有强大的并行处理能力,GPIO主要用于通用管脚的输入输出,可以响应中断,代码书写简单,可以用于简单的命令控制-TMS320C6678 GPIO source code, TMS320C6678 is TI has introduced an 8-core DSP, a powerful parallel processing capability, GPIO mainly used for gener
interrupt
- 编一程序,在显示器上显示时、分、秒,借用计数器8253的Timer0作为中断源,通过8259A向CPU发送中断,每10ms产生一次中断。在中断服务程序中管理刷新时、分、秒。 输入文件名(如:CLK)后清屏显示:Current:xx:xx:xx(时分秒键盘输入),打回车,时分秒开始计时,始终不停刷新。当键入ctrl+c时,停止计时,返回系统,且系统正常运行不死机。 -Compile a program that is displayed on the monitor, minutes,