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

10.23

  • MCS-51单片机实用子程序库实验(三)

    入口条件:待转换的双字节BCD码小数在R4、R5中。出口信息:转换后的双字节十六进制小数在R2、R3中。*影响资源:PSW、A、R2~R6 堆栈需求: 2字节BHD2: MOV R6,#10H ;准备计算两个字节小数BHD3: MOV A,R5 ;按十进制倍增

    标签: MCS 51 单片机实用 程序库

    上传时间: 2013-10-23

    上传用户:zhang_yi

  • 8086单芯片计算机显示接口的设计与实现

    基于对8086 单芯片计算机的研究,设计了系统显示接口模块,其中包括SDRAM 显示存储器,DMA 显示传输通道和VGA 显示终端3 个主要功能单元。整个设计遵循ASIC流程,讨论了基于FPGA 的实现技术。使用具体显示实例验证,结果表明,该显示接口能够正确完成所要求的单芯片计算机显示操作。关键词:8086 单芯片计算机;显示接口;SDRAM;DMA 通道;VGA

    标签: 8086 单芯片 计算机 显示接口

    上传时间: 2013-10-10

    上传用户:tyler

  • 基于MCS 51单片机的PLC仿真器

    可编程控制器PLC以抗扰性强、可靠性高和编程灵活等特点在工业上得到广泛应用,为了优化PLC系统设计,介绍一种基于MCS.51单片机的PLC仿真器,并给出了硬、软件设计与实现方法。编程设计主要包括监控主程序、与主机通讯子程序及用户指令解释子程序等模块设计,该设计方案简洁,输入/输出接点可扩展,为PLC系统设计及实验教学提供了理论数据和途径。

    标签: MCS PLC 51单片机 仿真器

    上传时间: 2013-10-23

    上传用户:chendawei

  • P89C51Rx2xx硬件进入ISP的方法

    P89C51Rx2xx是具有ISP功能的FLASH单片机,使用ISP功能可以实现在系统中更新应用程序。进入ISP的前提是芯片的向量字为0FCH,这是指明ISP的入口地址为0FC00H。另外还有一个状态字用于指明复位后是运行用户程序还是直接进入ISP,若状态字为0则运行用户程序,否则进入ISP。当状态字为0时,进入ISP需要硬件触发,即PSEN脚接地,复位系统即进入ISP。

    标签: P89 2xx 89C C51

    上传时间: 2013-10-23

    上传用户:透明的心情

  • PCA9518 Expandable 5channel I2

    The PCA9518 is a BiCMOS integrated circuit intended forapplication in I2C and SMBus systems.While retaining all the operating modes and features of the I2Csystem, it permits extension of the I2C-bus by buffering both thedata (SDA) and the clock (SCL) lines, thus enabling virtuallyunlimited buses of 400 pF.

    标签: Expandable 5channel 9518 PCA

    上传时间: 2013-10-23

    上传用户:dumplin9

  • PCA9672 Remote 8-bit IO expand

    The PCA9672 provides general purpose remote I/O expansion for most microcontrollerfamilies via the two-line bidirectional bus (I2C-bus) and is a part of the Fast-mode Plusfamily.The PCA9672 is a drop-in upgrade for the PCF8574 providing higher Fast-mode Plus(Fm+) I2C-bus speeds (1 MHz versus 400 kHz) so that the output can support PWMdimming of LEDs, higher I2C-bus drive (30 mA versus 3 mA) so that many more devicescan be on the bus without the need for bus buffers, higher total package sink capacity(200 mA versus 100 mA) that supports having all LEDs on at the same time and moredevice addresses (16 versus 8) are available to allow many more devices on the buswithout address conflicts.

    标签: Remote expand 9672 PCA

    上传时间: 2013-10-23

    上传用户:jasonheung

  • 基于状态分析的键盘管理软件设计

    介绍一种基于状态分析的人机交互接口设计方法,提出运用状态分析法设计人机接口的几个关键步骤。运用此方法, 可以很方便、快速地设计出各类人机交互接口。

    标签: 状态 键盘 管理软件

    上传时间: 2013-10-23

    上传用户:2404

  • Input Signal Rise and Fall Tim

    All inputs of the C16x family have Schmitt-Trigger input characteristics. These Schmitt-Triggers are intended to always provide proper internal low and high levels, even if anundefined voltage level (between TTL-VIL and TTL-VIH) is externally applied to the pin.The hysteresis of these inputs, however, is very small, and can not be properly used in anapplication to suppress signal noise, and to shape slow rising/falling input transitions.Thus, it must be taken care that rising/falling input signals pass the undefined area of theTTL-specification between VIL and VIH with a sufficient rise/fall time, as generally usualand specified for TTL components (e.g. 74LS series: gates 1V/us, clock inputs 20V/us).The effect of the implemented Schmitt-Trigger is that even if the input signal remains inthe undefined area, well defined low/high levels are generated internally. Note that allinput signals are evaluated at specific sample points (depending on the input and theperipheral function connected to it), at that signal transitions are detected if twoconsecutive samples show different levels. Thus, only the current level of an input signalat these sample points is relevant, that means, the necessary rise/fall times of the inputsignal is only dependant on the sample rate, that is the distance in time between twoconsecutive evaluation time points. If an input signal, for instance, is sampled throughsoftware every 10us, it is irrelevant, which input level would be seen between thesamples. Thus, it would be allowable for the signal to take 10us to pass through theundefined area. Due to the sample rate of 10us, it is assured that only one sample canoccur while the signal is within the undefined area, and no incorrect transition will bedetected. For inputs which are connected to a peripheral function, e.g. capture inputs, thesample rate is determined by the clock cycle of the peripheral unit. In the case of theCAPCOM unit this means a sample rate of 400ns @ 20MHz CPU clock. This requiresinput signals to pass through the undefined area within these 400ns in order to avoidmultiple capture events.For input signals, which do not provide the required rise/fall times, external circuitry mustbe used to shape the signal transitions.In the attached diagram, the effect of the sample rate is shown. The numbers 1 to 5 in thediagram represent possible sample points. Waveform a) shows the result if the inputsignal transition time through the undefined TTL-level area is less than the time distancebetween the sample points (sampling at 1, 2, 3, and 4). Waveform b) can be the result ifthe sampling is performed more than once within the undefined area (sampling at 1, 2, 5,3, and 4).Sample points:1. Evaluation of the signal clearly results in a low level2. Either a low or a high level can be sampled here. If low is sampled, no transition willbe detected. If the sample results in a high level, a transition is detected, and anappropriate action (e.g. capture) might take place.3. Evaluation here clearly results in a high level. If the previous sample 2) had alreadydetected a high, there is no change. If the previous sample 2) showed a low, atransition from low to high is detected now.

    标签: Signal Input Fall Rise

    上传时间: 2013-10-23

    上传用户:copu

  • 汇编语言在数据处理中的应用

    汇编语言在数据处理中应用(自学)1、数值转换中应用          数据输入/输出时的转换2、串操作中应用                                                               串移动、串搜索、串比较、          串插入、串删除3、代码转换中应用           ASCII码          BCD码           二进数           BCD码 4、算术运算          在这一部分,我们将汇编语言在数据处理中的应用集中起来给大家,其中有些程序在11章中已经介绍过。

    标签: 汇编语言 数据处理 中的应用

    上传时间: 2013-10-23

    上传用户:qwer0574

  • ICCAVR软件中文使用说明书

    ICCAVR软件中文使用说明书:一ImageCraft 的ICC AVR 编译器安装1 运行光盘上的SETUP.EXE 程序进行安装方法一a 打开我的电脑b 打开光盘驱动器所对应的盘符c 双击光盘中文件SETUP.EXE 的图标d 按照屏幕提示选定一个安装路径后进行安装方法二a 在开始菜单中选择运行项目b 在运行对话框中填入drive:\setup.exe注意drive 对应你的机器中的光盘驱动器盘符c 按确定键开始安装d 其余同方法一注意按上述方法进行安装后得到的是一个只可以使用30 天的未注册版对正式版用户还要进行第二步的注册才可得到一个无时间限制的正式版ICC AVR 正式版分标准版和专业版在标准版中有一些功能限制如代码的压缩工程和文件的配置检查在标准版中不可以使用

    标签: ICCAVR 软件 使用说明书

    上传时间: 2013-10-23

    上传用户:hwl453472107