虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

片外Flash和<b>srAM</b>实验

  • 这是简易波形发生器单片机源程序

    这是简易波形发生器单片机源程序,利用7289和89c51来完成实验,程序简单

    标签: 波形发生器 单片机源程序

    上传时间: 2013-12-19

    上传用户:hullow

  • SPI总线驱动

    SPI总线驱动,可驱动FLASH和数码管等设备。 LPC基于2138芯片的中间件

    标签: SPI 总线 驱动

    上传时间: 2015-08-10

    上传用户:金宜

  • 单片机硬件系统设计原则一个单片机应用系统的硬件电路设计包含两部分内容:一是系统扩展

    单片机硬件系统设计原则一个单片机应用系统的硬件电路设计包含两部分内容:一是系统扩展,即单片机内部的功能单元,如ROM、RAM、I/O、定时器/计数器、中断系统等不能满足应用系统的要求时,必须在片外进行扩展,选择适当的芯片,设计相应的电路。二是系统的配置,即按照系统功能要求配置外围设备,如键盘、显示器、打印机、A/D、D/A转换器等,要设计合适的接口电路。

    标签: 单片机 硬件系统 应用系统

    上传时间: 2015-08-31

    上传用户:zhouchang199

  • 显示登陆界面

    显示登陆界面,选择分之显示FLASH和 相册然后退出

    标签:

    上传时间: 2013-11-26

    上传用户:cooran

  • LPC2148核心版原理图,包括LPC2148核心

    LPC2148核心版原理图,包括LPC2148核心,电源模块,片外晶振,一个程序LED,所有管脚引出。

    标签: 2148 LPC 核心 原理图

    上传时间: 2014-01-15

    上传用户:270189020

  • 一个单片机应用系统的硬件电路设计包含两部分内容:一是系统扩展

    一个单片机应用系统的硬件电路设计包含两部分内容:一是系统扩展,即单片机内部的功能单元,如ROM、RAM、I/O、定时器/计数器、中断系统等不能满足应用系统的要求时,必须在片外进行扩展,选择适当的芯片,设计相应的电路。二是系统的配置,即按照系统功能要求配置外围设备,如键盘、显示器、打印机、A/D、D/A转换器等,要设计合适的接口电路。

    标签: 单片机 应用系统 硬件电路设计

    上传时间: 2016-01-01

    上传用户:sardinescn

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    标签: represented integers group items

    上传时间: 2016-01-17

    上传用户:jeffery

  • 51单片机常用RAM初始化子程序库

    51单片机常用RAM初始化子程序库,包括片内RAM、片外RAM初始化、内部RAM数据复制程序、外部RAM数据复制程序、外部RAM数据复制到内部RAM程序等

    标签: RAM 51单片机 初始化 程序库

    上传时间: 2014-01-02

    上传用户:wyc199288

  • The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

    The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).

    标签: converts Toolbox complex logical

    上传时间: 2016-02-12

    上传用户:a673761058

  • vivi是MIZI公司开发的系统引导程序,原本只支持串口下载。本文以S3C2410处理器加CS8900网络芯片为例,介绍一种在vivi基础上增加网络支持的设计方法

    vivi是MIZI公司开发的系统引导程序,原本只支持串口下载。本文以S3C2410处理器加CS8900网络芯片为例,介绍一种在vivi基础上增加网络支持的设计方法,使vivi能够通过TFTP下载文件,可以有效地缩短系统的开发周期,方便用户使用。 关键词 vivi Bootloader TFTP协议 网络功能扩展   随着嵌入式的发展,基于ARM的系统越来越流行。在开发ARM系统时,第一步就是要选择一种合适的Bootloader。目前网络上可得到的Bootloader很多,一般几十KB,所以除非要求把Bootloader限制在几KB以内,否则没有必要自己去写一个Bootloader。Bootloader一般存放在Flash中。当前主流的Flash分为NOR Flash和NAND Flash。前者价格比后者高出很多,而性能相差无几。如果系统采用的是NAND Flash,那么vivi可能会是一个好的选择。

    标签: vivi S3C2410 MIZI 8900

    上传时间: 2014-01-03

    上传用户:moerwang