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

搜索资源列表

  1. xiangling

    0下载:
  2. 编写一个中断处理程序,在主程序运行过程中,每隔10秒响铃一次,同时在屏幕右上角开窗口显示信息“The bell is ring!” 以及时、分、秒。-prepared an interrupt handling procedures, the main program process, beep every 10 seconds once, in the upper right open window screen display information, "The bell is r
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:1360
    • 提供者:周玉金
  1. CanPrograme

    0下载:
  2. 现场总线can基于sja1000通信控制芯片的初始化程序及通信程序和相应的中断处理-fieldbus communication sja1000 can control based on the chip initialization procedures and communication procedures and the corresponding the interrupt handling
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:5734
    • 提供者:刘成俊
  1. 200652622134161862

    0下载:
  2. 程序为D12的USB测试程序 main.c为主程序 D12.c为PDIUSBD12芯片操作子程序 usb,c为usb协议部分 isr.c为中断处理程序 包括定时器中断(没用)/INT0中断(单片机INT0脚与PDIUSBD12中断脚相连) hard.c为硬件底层程序,读写端口 mydev.c为我的设备请求程序-procedures for the testing procedure main.c USB mainly procedure
  3. 所属分类:USB编程

    • 发布日期:2008-10-13
    • 文件大小:11942
    • 提供者:吕归尘
  1. russion_chinese

    0下载:
  2. 部分源码来自于网上下载,本人将程序进行了部分汉化。 本人认为这个程序对于嵌入式编程人员很值得参考的,里面涉及到中断处理、汉字显示、算法控制等。 通过这种底层程序的学习,可以很快在嵌入式领域入门。每一个LINVX、UC/OS、VXWORKS高手应该都是非常精通DOS环境编程的。 希望对大家有用。欢迎探讨-some source downloaded from the Internet, I will be part of the procedures for the Manchus.
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:829997
    • 提供者:周国翔
  1. AD4Input

    0下载:
  2. TI MSC1210 的AD4中断处理程序!非常经典! 不可不看!-TI MSC1210 AD5 interrupt handling procedures! Very classic! Must-see!
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:19615
    • 提供者:PK559
  1. ARMintrupu

    0下载:
  2. arm的中断处理过程,主要是针对VXWORKS操作系统来说明的-arm of interrupt handling process is targeted mainly VxWorks operating system to illustrate the
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:225209
    • 提供者:王宾
  1. AT91M42800A-Interrupt-ADS1_2-2_0

    0下载:
  2. AT91M42800A的bootloader源代码,实现了中断处理以及中断矢量。-RISC Bootloader source code, achieve interruption of treatment and interrupt vectors.
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:209681
    • 提供者:freducn2002
  1. OSTime

    0下载:
  2. 自制时钟及时钟中断处理程序的编制 在CMD下运行,在右上角将出现当前的时间,同时可以输入CMD下的各种命令 相当于把单任务的操作系统改成多任务(一个显示时间,一个处理各种命令)-homemade clocks and clock interrupt handling procedures in the establishment of CMD running, in the upper right-hand corner there will be the current time, C
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:25407
    • 提供者:徐欣民
  1. MCS5_uCOC_II

    0下载:
  2. 移植到MCS51的uCOS_II。 1。在文件OS_CORE.C中OSMapTbl和OSUnMapTbl数组用于查表,所以应该放在code里。 增加code关键字。UCOS_II.H和OS_CORE.C。 2。OS_CFG.H堆栈大小MaxStkSize改为900。 3。OS_CPU_C.C的InitTimer0函数增加了关于开T0中断的解释。 允许T0中断,此时EA=0(51上电缺省值),中断还不会发生,满足在OSStart()前不产生中断的要求。
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:157834
    • 提供者:zhangk
  1. 9200UCOS

    0下载:
  2. 移植文件针对中断处理部分作了处理,支持中断嵌套!(重新编译若出现错误,请删掉原编译的文件,后重新编译或者删掉工程文件后,重新利用源码文件建立新工程文件即可!)-portable document against interrupt handling of processed, nested interrupt support! (Recompiled if there is a mistake, please delete the original translation of document
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:129668
    • 提供者:otkill
  1. LMSmatlab

    0下载:
  2. ARM编程特别是系统初始化代码的编写中通常需要实现中断的响应、解析跳转和返回等操作,以便支持上层应用程序的开发,而这往往是困扰初学者的一个难题。中断处理的编程实现需要深入了解ARM内核和处理器本身的中断特征,从而设计一种快速简便的中断处理机制。需要说明的是,具体的上层高级语言编写的中断服务函数不在本文的讨论范围之内-ARM programming particular system initialization code in preparation usually need to achiev
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:36871
    • 提供者:wangjun
  1. comin

    0下载:
  2. LPC串口初始化源代码,含发送接收和中断处理程序-LPC serial port initialization source code, including receiving and sending interrupt handling procedures
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:1575
    • 提供者:唐友灿
  1. zhongduanchuli

    0下载:
  2. 具有中断处理功能模型机的设计与实现,计算机组成原理课程设计-interrupt handling is functional model for the design and implementation of computer architecture course design
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:3500
    • 提供者:佳佳
  1. 20051030222745258

    0下载:
  2. RTOS ucOS II移植.经过严格测试,保证可用,移植文件针对中断处理部分作了处理,支持中断嵌套.-RTOS ucOS II transplantation. After rigorous testing to ensure that available, Document transplant interrupt handling of processed, nested interrupt support.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:127151
    • 提供者:leisuee
  1. 430format

    0下载:
  2. MSP430的编程格式,包括晶振的跳转、中断处理等待-MSP430 programming format, including the Crystal Oscillator Jump, interrupt handling wait
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5732
    • 提供者:alex
  1. UDISK-example223

    0下载:
  2. 对于U盘的固件的程序设计,描述符的配置,端口的中断处理,数据的读取都有处理。-U site for the procedure firmware design, configuration descr iptor, the port handled the interruption, have read the data processing.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6862
    • 提供者:谢先涛
  1. interrupt

    0下载:
  2. 嵌入式系统中中断处理程序-embedded system interrupt handling procedures
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:2201
    • 提供者:练三元
  1. cepin

    0下载:
  2. 通过提升机械传动轴的转角脉冲计数,将计数值与预置值作对比,即可确定驱动电机的启停升降,达到平层就位的目的.以AT89C51为CPU,在中断处理程序中对外来脉冲计数.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:59967
    • 提供者:yun
  1. interrupt

    0下载:
  2. arm s3c2410 中断处理 新手需要
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2928
    • 提供者:崔伟
  1. showtime

    0下载:
  2. 1.掌握系统中断向量(1CH)的获取和设置的方法,掌握中断处理程序的设计方法。 2.显示的形式为“2007—07—XX XX:XX:XX”,以秒为增量单位。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:16750
    • 提供者:佟佟
« 1 2 34 5 6 7 8 9 10 ... 42 »
搜珍网 www.dssz.com