CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - Introduction to Embedded Systems

搜索资源列表

  1. Cygwin使用指南

    0下载:
  2. cygwin是一个在windows平台上运行的unix模拟环境,是cygnus solutions公司开发的自由软件(该公司开发了很多好东西,著名的还有eCos,不过现已被Redhat收购)。它对于学习unix/linux操作环境,或者从unix到windows的应用程序移植,或者进行某些特殊的开发工作,尤其是使用gnu工具集在windows上进行嵌入式系统开发,非常有用。随着嵌入式系统开发在国内日渐流行,越来越多的开发者对cygwin产生了兴趣。本文将对其作一介绍。-cygwin is one
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4049
    • 提供者:一剑客
  1. introduction-to-real-time-and-embedded-systems

    0下载:
  2. 介绍了实时嵌入式系统的相关内容,对于研究嵌入式很用用.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:105685
    • 提供者:tom
  1. uCOS-II_for_VS2008.rar

    0下载:
  2. 嵌入式操作系统入门都比较难,而搭建 uCOS-II 的环境一般需要嵌入式硬件支持,配置也相当麻烦。 为了使初学者能够学习 uCOS-II 操作系统,我特地制作了这个视频教程,供学习操作系统的初学者学习。 uCOS-II 源代码和 移植文件, 全在里面,并给出了一个程序实例,让uCOS-II 跑起来。非常不错(:,Introduction to embedded operating systems are more difficult, and the structures uCOS-II
  3. 所属分类:uCOS

    • 发布日期:2017-05-13
    • 文件大小:3389427
    • 提供者:胡辉
  1. Designandimplementationofportableendoscopesystemba

    0下载:
  2. 在介绍通用工业内窥镜的结构及原理的基础上,推出了一种基于ARM9的便携式内窥镜 装置。该装置由照明系统、CMOS摄像头、嵌入式系统三部分组成。相对于普通内窥镜而言,具有体积小、重量轻、结构简单、携带方便、成本低等优点。-Introduction General Industrial endoscope at the structure and basic principles on the introduction of an ARM9-based portable endoscopic d
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-26
    • 文件大小:290902
    • 提供者:不想了
  1. PalmprintVerificationSystemImplementedonARM9Embedd

    0下载:
  2. 掌纹识别技术是一种新兴的生物识别技术,是近年来生物识别研究的热点。介绍了一种掌纹识别算法在ARM9嵌入式系统上的实现方案。介绍了系统的各部分组成,包括基于排序测度的掌纹识别算法、嵌入式系统的软件设计和硬件设计。针对算法在嵌入式系统上实现的困难,提出了提高算法速度的解决方案。-Palmprint recognition technology is an emerging biometric technology, biometric research in recent years are the
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-07
    • 文件大小:244633
    • 提供者:不想了
  1. ARM_develop

    0下载:
  2. ARM应用系统开发详解全集 本书在全面介绍 ARM 处理器的体系结构、编程模型、指令系统和开发工具的同时,以 Samsung 公司的一款基于以太网系统的 ARM 处理器-S3C4510B 为核心,详细讲解系统的 设计、调试,以及相关的软件设计和嵌入式操作系统的移植过程。通过阅读本书,可以使具备一定的系统设计能力的读者全面掌握开发基于 ARM 微处理器系统的多方面知识,从而具备设计开发基于 ARM 微处理器的特定应用系统的能力。 本书可作为基于 ARM 的软件编程和硬件系统设计的
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-09
    • 文件大小:2244534
    • 提供者:zhaoxuemin
  1. 1

    0下载:
  2. Embedded Control Systems in C/C++: An Introduction for Software Developers Using MATLAB-Embedded Control Systems in C/C++: An Introduction for Software Developers Using MATLAB The author of this text illustrates how to implement control systems
  3. 所属分类:matlab

    • 发布日期:2017-05-28
    • 文件大小:10536538
    • 提供者:Yonghua Wu
  1. Embedded_C_Book

    0下载:
  2. This book provides a ‘hardware-free’ introduction to embedded software for people who: 1.Already know how to write software for ‘desktop’ computer systems. 2.Are familiar with a C-based language (Java, C++ or C). 3.Want to learn how C is used
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-11
    • 文件大小:2159601
    • 提供者:dhiraj
  1. FullEmbeddedLinuxNotes

    0下载:
  2. 本书全面介绍了嵌入式Linux系统开发过程中,从底层系统支持到上层GUI应用的方方面面,内容涵盖Linux操作系统的安装及相关工具的使用、配置,嵌入式编程所需要的基础知识(交叉编译工具的选项设置、Makefile语法、ARM汇编指令等),硬件部件的使用及编程(囊括了常见硬件,比如UART、I*IC、LCD等),U-Boot、Linux内核的分析、配置和移植,根文件系统的构造(包括移植busybox、glibc、制作映象文件等),内核调试技术(比如添加kgdb补丁、栈回溯等),驱动程序编写及移植(
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:561016
    • 提供者:流浪
  1. avr1

    0下载:
  2. AVR单片机嵌入式系统原理与应用实践-第一篇基础与入门1-5章参考文献-AVR Microcontroller Theory and Application of Embedded Systems- Introduction to first base and References Chapter 1-5
  3. 所属分类:SCM

    • 发布日期:2017-06-18
    • 文件大小:27753186
    • 提供者:秦俊权
  1. Introduction_to_embedded_systems_and_processor

    0下载:
  2. 嵌入式系统及处理器的介绍PPT,讲解的很好,和大家分享-Introduction of embedded systems and processors PPT, explain the good and to share
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-16
    • 文件大小:147979
    • 提供者:source
  1. linux

    0下载:
  2. PPT介绍了嵌入式的系统概论,ARM处理器的相关知识,linux编程简介-PPT introduced the introduction of embedded systems, ARM processor, knowledge, linux, etc. Introduction to Programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-11
    • 文件大小:18762203
    • 提供者:daiyaohui1
  1. IntroEmbSys.pdf

    0下载:
  2. introduction to embedded systems using windows embedded CE
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:5201796
    • 提供者:zoel
  1. C_CPPEmbedded-Systems-Programming

    0下载:
  2. 是一本不错的介绍嵌入式系统编程的书籍,主要以C/C++为主。-Is a good introduction to embedded systems programming books, mainly in C/C++ based.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-12
    • 文件大小:2775685
    • 提供者:liupeng
  1. Introduction-to-Embedded-Systems

    0下载:
  2. 嵌入式系统入门,详细介绍嵌入式从入门到精通的过程,对于初学者有很大帮助-Introduction to embedded systems, embedded details of the process from entry to the master, very helpful for beginners
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-04
    • 文件大小:47462400
    • 提供者:feiying
  1. embedded-systems

    0下载:
  2. 有关嵌入式系统的相关文章,其中包括嵌入式系统的综述,帮助初学者了解嵌入式系统的概况。-Articles on embedded systems, including the introduction of embedded systems, as well as compilation, etc., to explain in detail.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-02
    • 文件大小:617269
    • 提供者:zhaona
  1. Introduction_to_embedded_system

    0下载:
  2. 嵌入式系统导论-东软.rar • 第一章:嵌入式系统基础知识  什么是嵌入式系统?结构?应用?微处理器?操作系统? • 第二章:嵌入式交叉编译环境  NFS、Samba服务、GCC、GDB、make及makefile • 第三章:嵌入式开发环境搭建  BootLoader、内核、文件系统、驱动程序 • 第四章:MiniGUI 
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-18
    • 文件大小:4866048
    • 提供者:eric
  1. INTRODUCTION-TO-EMBEDDED-SYSTEMS-by-ISM

    0下载:
  2. Introduction to Embedded system Design by ISM
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:232618
    • 提供者:Pushblog
  1. Intro-to-RT-ES

    0下载:
  2. 嵌入式实时操作系导论:介绍嵌入式基础和基本概念。-Introduction to embedded and real-time systems Robert Oshana Engineering Manager Texas Instruments roshana@ti.com
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-25
    • 文件大小:104615
    • 提供者:孔令昌
  1. Embedded Systems

    0下载:
  2. introduction to embedded systems
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:16384
    • 提供者:prithi
« 12 »
搜珍网 www.dssz.com