CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 嵌入式Linux 搜索资源 - 框架系统

搜索资源列表

  1. IntroductionOfBootloader

    0下载:
  2. 本文详细地介绍了基于嵌入式系统中的 OS 启动加载程序 ―― Boot Loader 的概念、软件设计的主要任务以及结构框架等内容。-described in detail based on the embedded system OS boot loader -- Boot Loade r concept, software design and the main tasks such as structural framework.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:24882
    • 提供者:曾志明
  1. v4l2-video-capture

    2下载:
  2. 在linux系统下采用v4l2框架实现对摄像头视频的实时采集,并且在Qt界面上显示,可以运用在linux PC机上,也可以用在嵌入式系统下/-V4l2 linux system used under the framework implementation of real-time collection of video camera, and displayed on the Qt interface can be used in the linux PC machine can also b
  3. 所属分类:嵌入式Linux

    • 发布日期:2014-01-11
    • 文件大小:4121
    • 提供者:彭志军
  1. USB_camera

    0下载:
  2. 本文介绍了嵌入式Linux 系统中USB 设备驱动程序开发的基本原理, 通过分析USB 驱动程序开发的程序框架和重要数据结构, 实现了USB 摄像头的嵌入式Linux 驱动程序, 并在S3C2410 的平台上实现了图像采集。-This paper introduces embedded Linux system, USB device driver development of the basic principles, through the analysis of USB driver de
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-31
    • 文件大小:71949
    • 提供者:陈天葆
  1. Design_and_Implementation_of_IIC_Drivers_Based_on_

    0下载:
  2. 摘要:为了设计出稳定可靠的驱动程序,首先介绍 IIC 总线数据传输的时序和嵌入式 Linux 系统驱动程序的框架结构, 然后分 析了基于 ARM9 嵌入式 Linux 系统 IIC 设备驱动程序设计的技术难点及解决方法, 最后介绍了基于 X1227 芯片 EEPROM设 备驱动程序的实现步骤。-Abstr act:To design credible drivers, first introduces the time sequence of data transmission on I
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:139922
    • 提供者:huitng
  1. VPN_Gateway_Design_and_Implementation

    0下载:
  2. IPSec协议是VPN的实现方式之一。该文简要介绍了IPSec协议,分析TI inux2.4内核的NetnItcr框架和/pr c文件系统,提出T -种在Linux中实现VPN网关的方法-IPSec protocol is a way to achieve one of the VPN. This article briefly introduces the IPSec protocol, analysis of TI inux2.4 kernel NetnItcr framework and/
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-24
    • 文件大小:214756
    • 提供者:jsh
  1. Design-and-implementation-of-RFID-Terminnal-based-

    0下载:
  2. 1、搭建了RFID手持移动终端的嵌入式Linux开发平台,基本工作包括硬件 平台的设计和软件平台的实现,其中软件平台的实现又包括Bootloader的移植、 内核的裁减与编译以及文件系统的制作三部分。 2、讨论并实现了RFID手持移动终端的若干基本功能模块,基本工作包括存 储管理模块的研究、人机交互模块的研究以及通讯模块的研究,其中每一模块又 包括硬件的设计和软件的实现,而软件的实现又包括驱动软件的开发和部分应用 软件接口的实现。所有这些模块功能独立,协同工作,共同构建了
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-09
    • 文件大小:4480414
    • 提供者:宋阳
  1. ARM-small-system

    0下载:
  2. ARM 入门 最小系统框架 基础接口设计-Introduction to ARM-based interface design framework of minimum system
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-04
    • 文件大小:949328
    • 提供者:张夏
  1. S3C2440Bootloader

    0下载:
  2. 结合嵌入式Linux系统的引导程序,重点分析了基于ARM处理器的嵌入式Bootloader总体框架,设计出了基于“NAND Flash +SDRAM”存储方式的Bootloader,并对SDRAM的地址进行测试,结果表明此Bootloader灵活高效。-Embedded Linux system with the boot process, focusing on analysis of embedded processors based on ARM Bootloader general fr
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:18811
    • 提供者:张凯
  1. Embedded-BootLoader-technology-

    0下载:
  2. 嵌入式 BootLoader 技术内幕 本文详细地介绍了基于嵌入式系统中的 OS 启动加载程序 ―― Boot Loader 的概念,软件设计的主要任务以及结构框架等内容.-Embedded BootLoader Insider This paper introduces the concept, the main task of software design and structural framework based embedded systems in the OS boot load
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-08
    • 文件大小:277567
    • 提供者:lt
  1. exp4_hello-driver

    0下载:
  2. 此程序代码是基于达芬奇系列DM6446嵌入式开发之驱动程序开发示例程序,该程序包中包含C语言源程序demo.c,test_demo.c和Makefile文件。该程序简洁明了,旨在说明驱动程序的框架结构,以及嵌入式驱动程序开发的步骤,对嵌入式驱动程序开发入门的同志非常有帮助。该程序经过反复的调试运行,没有错误,可直接运行。 调试步骤 1、仔细读目录中的代码:demo.c,demo.h,test_demo.c。 分析各部分代码的功能,以及应用程序和驱动程序的调用,数据读写的方法和流程
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-16
    • 文件大小:39003
    • 提供者:yanghao
  1. klish-1.6.7

    2下载:
  2. klish (Kommand Line Interface SHell) 是一个在 Unix 系统上实现了 Cisco 方式的命令行接口的框架,可通过XML进行配置。是 clish 的衍生版本。-The klish is a framework for implementing a CISCO-like CLI on a UNIX systems. It is configurable by XML files. The KLISH stands for Kommand Line Interfa
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:563748
    • 提供者:tongyimingzi
搜珍网 www.dssz.com