CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 8253

搜索资源列表

  1. 11

    0下载:
  2. 先初始化各芯片,包括8233接二极管,8253接1MHZ频率,数据口放入0C350H,8259用IRQ3等;然后,开中断,等待脉冲中断。一次脉冲会在DATA6中记录,满20次脉冲表明过了1秒钟,此时,LED更新时间,中断处理程序用来实现LED显示的控制和状态是否要改变的判断;WATING程序段用来实现二极管的显示以及是否进入3秒以内,若小于等于3秒,则调用闪烁程序。 设置DI作为变量保存状态2到状态9执行一次的循环次数,循环一次,DI就自减1,若DI不为0,则跳转到状态2重复执行,若DI减
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:3774
    • 提供者:linjie
  1. shuzimiaobiao

    0下载:
  2. 题目 电子秒表模拟程序设计 一、设计目的:掌握定时/计数器8253和中断的使用。 二、设计任务:编写汇编程序,在PC机上完成电子秒表功能。 -Subject of electronic stopwatch simulator designed, designed to: master the timer/counter 8253 and interrupted use. Second, the design task: the preparation of assembler, th
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:4265
    • 提供者:田有林
  1. musicplayer

    0下载:
  2. 利用8253作为音阶频率发生器,应先对一段音乐进行编码后存入音符表,并建好音阶表(只建一个八度即可),音符长度不能少于60个,连续播放三遍即可停止。-musicplayer
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:13466
    • 提供者:doudou
  1. recorder

    0下载:
  2. 汇编原理中利用8253、8255、0809及0832实现录音机的功能,内附有实验原理、流程图、电路图等-Assembly principle using 8253,8255,0809 and 0832 to achieve the functions of recorder, containing a test theory, flow charts, schematics, etc.
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:122665
    • 提供者:yvonne
  1. 8253timercounter

    0下载:
  2. 利用8253定时计数器在工作方式3情况下产生方波-Use 8253 timer counter 3 in the works produced square-wave cases
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:4010
    • 提供者:Jahgmn
  1. 4156464654

    0下载:
  2. 利用8253定时器设计一个具有时、分、秒显示的电子时钟,并定义一个启动键,当按下该键时电子时钟从当前设定值(可在显示缓冲区中予置)开始走时-Design using a timer 8253, the minutes and seconds display electronic clock, and define a start button, when you press the key, electronic clock from the current settings (which ca
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:28538
    • 提供者:银行
  1. ad_convet_serial

    0下载:
  2. 微机原理与接口,a/d转换,串口输出代码。用到8251,8255,8253可编程芯片-Microcomputer Principle and Interface, a/d converter, serial output code. Programmable chips used in 8251,8255,8253
  3. 所属分类:assembly language

    • 发布日期:2017-03-22
    • 文件大小:804
    • 提供者:pc
  1. dianzimiaobiao

    0下载:
  2. 微机原理课程设计 8253电子秒表实验报告-sdadafafffcafa
  3. 所属分类:assembly language

    • 发布日期:2017-03-24
    • 文件大小:18307
    • 提供者:fht
  1. pianoASM

    0下载:
  2. 根据乐曲中不同的音符是由输出不同频率的声波而产生的原理,通过设置PC机中 8253定时器不同的计数值,可由扬声器发出不同的曲调。 以下是实现PC机作为一架可弹奏的钢琴演奏预定的曲调。程序中采用了INT 21H软中断调用了DOS的常用子程序。-According to different notes in music from the output generated sound waves of different frequencies principle, PC, in 8253 by se
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:2646
    • 提供者:李明洲
  1. 8253delaysystem

    0下载:
  2. 8253 定时器/计数器接口实验,3个计数器分别使用。此代码为演示作用。-8253 timer/counter interface experiment, three counters were used. Demonstration effect of this code.
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:594
    • 提供者:lmz
  1. 1

    0下载:
  2. 可编程定时器/计数器(8253):1、 将计数器0设置为方式0,计数器初值为N(N≤0FH),用手动逐个输入单脉冲,编程使计数值在屏幕上显示,并同时用逻辑笔观察OUT0电平变化(当输入N+1个脉冲后OUT0变高电平)。 2、将计数器0、计数器1分别设置为方式3,计数初值设为1000,用逻辑笔观察OUT1输出电平的变化(频率1HZ)。-Programmable timer/counter (8253): 1, counter 0 is set to mode 0, the counter in
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:709
    • 提供者:朱嘉怡
  1. uu

    0下载:
  2. 计算机接口与通信课程设计8253和8255音乐演奏器的设计,大学课程设计题目,内含编译的源代码。-Computer interface and communication course design 8255 music playing 8253 and the design, university curriculum design topic, contains the compiler of source code.
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:53114
    • 提供者:wang
  1. jiekoushiyan2

    0下载:
  2. 使用8255和8253等进行的接口试验,采用visual c++编程环境-8255 and 8253, etc. using the interface tests, using visual c++ programming environment
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:15612
    • 提供者:ray
  1. shizhong-8253-8255-8259

    0下载:
  2. 8259 8254 8255 网上搜集,用于综合试验-8259 8254 8255
  3. 所属分类:assembly language

    • 发布日期:2017-03-27
    • 文件大小:86572
    • 提供者:moen
  1. traffic

    0下载:
  2. 一个交通等管理,实现基本的控制信息。有延时手动控制功能。用到接口8253.8255.8259-A traffic management, and basic control information. Delayed manual control. Use interfaces 8253.8255.8259
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:30845
    • 提供者:liucaihong
  1. 7

    0下载:
  2. 抢答器汇编语言8253,8255芯片,中断控制,六个组别,用8253芯片完成计时功能-anwsermachine code
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1038
    • 提供者:lunotlu
  1. miaobiao

    0下载:
  2. 利用8255,8253,终端实现秒表功能-Using 8255,8253, stopwatch function to achieve the terminal
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:984
    • 提供者:rbc
  1. findthebigest

    0下载:
  2. 通过16/32位微机元件8255,8253,完成输入10 个数,输出最大的数。用到了栈和循环。-8255,8253 16/32 bit computer components through to complete 10 the number of input and output the largest number. Use the stack and cycle.
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1134
    • 提供者:yymind
  1. H9

    0下载:
  2. 本实验利用8253做定时器,用定时器输出的脉冲控制8259产生中断 在8259中断处理程序中,对时、分、秒进行计数,在等待中断的循 环中用LED显示时间。 8253用定时器/计数器1,8253片选接CS4,地址为0C000H。8253时钟 源CLK1接分频电路的F/64输出。分频器的Fin接4MHz时钟。8253的 GATE1接VCC。 8259中断INT0接8253的OUT1,片选接CS5,地址为0D000H。 -useing 8255 and 8253
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:1624
    • 提供者:建州
  1. H25

    0下载:
  2. 本实验用8253做定时器输出音频信号,控制喇叭发出声音 将8253的CLK1接到1MHz脉冲信号上(1MHz信号可由4MHz信号 分频后得到),GATE1接VCC,OUT1接喇叭的脉冲输入。-useing the chip of 8253 to control the loudspeaker
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:1217
    • 提供者:建州
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com