您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 《AVR C语言编程初步》相关文件

  2. /*函数实现的功能为8个LED每2秒钟点亮一次*/ #include #include /*1ms延时函数,时钟应选为内部8M*/ void delay_1ms(void) { unsigned int i; for (i=1;i<1142;i++); } /*延时函数,形参为延时时长 */ void delay(unsigned int n) { unsigned int i=0; for(i=0;i<n;i++) { del ay_1ms(); } } /*端口初始化函数*
  3. 所属分类:C

    • 发布日期:2009-05-13
    • 文件大小:21kb
    • 提供者:ylj195
  1. 基于Linux内核的键盘模拟实现

  2. 1 引言 当前,由于Linux资源完全公开,使得Linux的发展日益广泛快速。基于Linux的各种应用已逐渐深入日常生活的方方面面,尤其是在嵌入式领域,由于内核可裁减定制,因此可随意地根据用户需求进行整个系统的定制与重构。其中,我们可以通过对各种标准外部设备的驱动进行改造,从而实现用户对标准设备的特定需求,例如可以通过对键盘的模拟来实现操作的自动化,从而可以避免重复的键盘操作。 2 Linux内核支持的外部调用接口 由于Linux内核作为系统最深层次的核心,因此外部的开发人员并不能直接对内核进
  3. 所属分类:Linux

    • 发布日期:2009-05-19
    • 文件大小:27kb
    • 提供者:jayzf0503
  1. 虚拟机C/C++实现

  2. 虚拟机基础参考读物。 The book begins with a discussion of the theoretical underpinnings of the author's HEC virtual machine and its fundamental design goals, and continues with a section on the implementation of the virtual machine and its debugger. The final
  3. 所属分类:C

    • 发布日期:2009-05-28
    • 文件大小:5mb
    • 提供者:mytopology
  1. uCOSII [繁體版]

  2. Chapter 1, Sample Code This chapter is designed to allow you to quickly experiment with and use μC/OS-II. The chapter starts by showing you how to install the distribution diskette and describe the directories created. I then explain some of the cod
  3. 所属分类:C

    • 发布日期:2009-07-09
    • 文件大小:1mb
    • 提供者:channinglan
  1. Data_Logger_RTC

  2. This example shows how to set up a code banking project using the Cygnal // IDE and the KEIL development tools. It uses Timer3 and Timer4 interrupts // to blink the LED and output a 1 kHz sine wave on DAC1, respectively. The // code that blinks the
  3. 所属分类:其它

    • 发布日期:2009-07-13
    • 文件大小:63kb
    • 提供者:lyw598
  1. interupt 英文版

  2. What are Interrupts? Page 2 Interrupts and Intel Architecture Page 3 Hardware Interrupts Page 3 Implementing the Interrupt Service Routine (ISR) Page 5 Using your new Interrupt Service Routine Page 6 The Programmable Interrupt Controller Page 7 IRQ2
  3. 所属分类:Java

    • 发布日期:2009-07-28
    • 文件大小:48kb
    • 提供者:h4xxor1337
  1. Embedded software development wit eCos

  2. 作者:Anthony J. Massa 目录: Chapter 1 An Introduction to the eCos World Chapter 2 The Hardware Abstraction Layer Chapter 3 Exceptions and Interrupts Chapter 4 Virtual Vectors Chapter 5 The Kernel Chapter 6 Threads and Synchronization Mechanisms Chapter
  3. 所属分类:专业指导

    • 发布日期:2009-08-03
    • 文件大小:1mb
    • 提供者:lermontov
  1. linux 内核图解

  2. Linux Kernel核心中文手册 Hardware Basic(硬件基础知识) Software Basic(软件基础) Memory Management (内存管理) Processes (进程) Interprocess Communication Mechanisms(进程间通讯机制) PCI Interrupts and Interrupt Handling(中断和中断处理) Device Drivers(设备驱动程序) The File System(文件系统) Network
  3. 所属分类:Linux

    • 发布日期:2009-08-05
    • 文件大小:546kb
    • 提供者:tellet
  1. The Linux Process Manager

  2. John O’Gorman Contents: 1 Introduction 2 Representing processes in Linux 3 Organising the task structures 4 Wait queues 5 Mutual exclusion with locks 6 Mutual exclusion with waiting 7 Scheduling 8 Process creation 9 Process termination 10 Interrupti
  3. 所属分类:Linux

    • 发布日期:2009-08-06
    • 文件大小:5mb
    • 提供者:lermontov
  1. Linux Kernel核心中文手册

  2. Linux Kernel核心中文手册 Chapter 1 Hardware Basic( 硬件基础知识 ) Chapter 2 Software Basic( 软件基础 ) Chapter 3 Memory Management (内存管理) Chapter 4 Processes (进程) Chapter 5 Interprocess Communication Mechanisms (进程间通讯机制) Chapter 6 PCI Chapter 7 Interrupts and Inter
  3. 所属分类:Linux

    • 发布日期:2009-08-26
    • 文件大小:546kb
    • 提供者:qqjoel
  1. linux内核 0.11版本源码 带中文注释

  2. 目录树 下面再给个样例 ├─Makefile │ ├─boot │ bootsect.s │ head.s │ setup.s │ ├─fs │ bitmap.c │ block_dev.c │ buffer.c │ char_dev.c │ exec.c │ fcntl.c │ file_dev.c │ file_table.c │ inode.c │ ioctl.c │ Mak efile │ namei.c │ open.c │ pipe.c │ read_write.c │ stat.
  3. 所属分类:C

    • 发布日期:2009-08-31
    • 文件大小:284kb
    • 提供者:paomadi
  1. 论文《Implementing Hybrid Operating Systems with Two-Level Hardware Interrupts》

  2. 论文《Implementing Hybrid Operating Systems with Two-Level Hardware Interrupts》
  3. 所属分类:专业指导

    • 发布日期:2010-03-22
    • 文件大小:324kb
    • 提供者:morre
  1. (部分翻译)DSP System Control and Interrupts Reference Guide.pdf

  2. 自己翻译“DSP System Control and Interrupts Reference Guide.pdf”关键部分的内容,希望对初学者有用
  3. 所属分类:硬件开发

    • 发布日期:2010-11-19
    • 文件大小:1mb
    • 提供者:devil10096
  1. Linux Interrupts

  2. 大师写的Interrupts and Exceptions
  3. 所属分类:Linux

    • 发布日期:2011-01-28
    • 文件大小:99kb
    • 提供者:lizongqi
  1. TMS320x281x System Control and Interrupts Reference Guide

  2. TMS320x281x System Control and Interrupts Reference Guide
  3. 所属分类:专业指导

    • 发布日期:2011-03-21
    • 文件大小:722kb
    • 提供者:erhaiwa
  1. Setting Up TMS320 DSP Interrupts in C

  2. Setting Up TMS320 DSP Interrupts in C dsp的中断参数设置
  3. 所属分类:其它

    • 发布日期:2012-11-16
    • 文件大小:169kb
    • 提供者:shanbravo
  1. TMS320x2833x, 2823x System Control and Interrupts

  2. TMS320x2833x, 2823x System Control and Interrupts
  3. 所属分类:硬件开发

  1. ALL INTERRUPTS IN DOS

  2. ALL INTERRUPTS IN DOS ,THAT MAY HELP ASSAMBLE PROGRAM.
  3. 所属分类:其它

    • 发布日期:2008-12-17
    • 文件大小:5mb
    • 提供者:redhatbluebird
  1. 中文版 TMS320x280x, 2801x, 2804x DSP System Control and Interrupts.pdf

  2. 中文版 TMS320x280x, 2801x, 2804x DSP System Control and Interrupts.pdf
  3. 所属分类:硬件开发

    • 发布日期:2009-02-06
    • 文件大小:1mb
    • 提供者:chuanghong2015
  1. ARM STM32F407 Interrupts.pdf

  2. Each STM32F4 device has 23 external interrupt or event sources. ... STM32F4 has 7 interrupt handlers for GPIO pins. ..... to properly enable/disable interrupts in ARM Cortex-M? All STM32F4 tutorials · STM32F4 FFT example ...
  3. 所属分类:C

    • 发布日期:2019-05-15
    • 文件大小:538kb
    • 提供者:whyatt
« 12 3 4 5 6 7 8 9 10 ... 14 »