CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 按键 计数

搜索资源列表

  1. deign-of-automation-line-of-goods

    0下载:
  2. 对在线商品进行数据采集,利用单片机对产品数量进行计数,通过数码管LED进行显示。 2、对在线商品产量的上下限各设一个默认的数值,利用数码管LED 显示上下限,通过键 盘按键对上下限进行设置,使上限不可以超过99、下限不可以低于0,并且上限的设置不能小于下限,同样下限的设置也不能大于上限。 -The online commodity data acquisition, the use of single-chip count on the number of products throug
  3. 所属分类:software engineering

    • 发布日期:2017-11-19
    • 文件大小:2842
    • 提供者:wangrui
  1. Traffic-light-control-system

    0下载:
  2. 编写一个交通灯控制程序,实现东西路口与南北路口状态灯的转换和紧急处理。采用8253芯片计数,输出1S的时钟脉冲,并使用8255接口芯片控制LED亮灭,同时让8279芯片显示倒计时,键盘控制紧急处理按键,以此实现交通灯指挥控制系统。-Write a traffic light control program, the conversion of the things the intersection with the north and south of the intersection stat
  3. 所属分类:assembly language

    • 发布日期:2017-11-01
    • 文件大小:12688
    • 提供者:chen
  1. 3

    0下载:
  2. 实验板中高两位和低两位数码管为两个独立计数器,利用键盘的两行按键通过外部中断方式分别控制它们的计数。每行选用三个按键分别作为一个计数器的启动、暂停、清0控制键。-High two and low-experimental board two digital tube into two independent counter, two rows of the keyboard keys by external interrupt, respectively, to control their co
  3. 所属分类:SCM

    • 发布日期:2017-11-22
    • 文件大小:1095
    • 提供者:qiang
  1. cnt10

    0下载:
  2. Clk为50MHz的时钟信号输入;rst为复位控制按键(低电平有效);en(0-2)通过三个按键分别控制3种状态(低电平有效)。 1. 当en(0)=`0`时,启动加法计数并将结果动态显示到两位数码管上,同时另外的两位数码管的6段以相反方向按顺序闪烁 2. 当en(1)=`0`时,启动减法计数并将结果动态显示到两位数码管上,同时另外的两位数码管的6段以相反方向按顺序闪烁,闪烁方向与加法的相反; 3. 当en(2)=`0`时,启动LED闪烁功能,LED灯按顺序逐个流水闪动; 4.
  3. 所属分类:Other systems

    • 发布日期:2016-01-27
    • 文件大小:9216
    • 提供者:冯君诗
  1. rlc-c51

    0下载:
  2. c51单片机 rlc f通过555定时器测量,有选择通道,并且使用数码管显示四个按键 可以选择计算测量的值 通过中断实现频率计数,本人呕血编程-rlc f by 555 timer measurement, select a channel, digital display and four buttons can choose to calculate the value of the measurement through the interrupt frequency count, I h
  3. 所属分类:SCM

    • 发布日期:2017-11-09
    • 文件大小:1750
    • 提供者:张韬
  1. main

    0下载:
  2. CAN开发板-数码管显示中断计数,每按一次中断按键,计数值加一,在数码管上显示。-CAN development board- digital tube display interrupt count, the count is incremented each time you press the interrupt button on the digital display
  3. 所属分类:software engineering

    • 发布日期:2017-12-05
    • 文件大小:894
    • 提供者:wangqian
  1. TrafficLight

    0下载:
  2. 利用 SPCE061A单片机、模拟交通灯控制模组建立十字路口交通控制模型,要求系统具有下述功能: 1. 十字路口的四个路口都有双色 LED(发红、绿光,叠加为黄色光)显示各路口的各条通道状态。 2. 每个路口有两位数码管显示当前红灯的倒计时。 3. 可利用按键或其它的方式模拟对车流量进行计数。 4.有四种工作状态:正常工作状态、紧急工作状态、设置状态和查旬状态。 5.红绿灯变换时有语音提示。 6.查询时,可语音播报当前路况。(作为扩展功能) -Using SP
  3. 所属分类:SCM

    • 发布日期:2017-11-29
    • 文件大小:2247106
    • 提供者:纪春龙
  1. jishu

    0下载:
  2. 利用单片机,模拟工厂里的产品扫描计数器。用按键代替扫描开关,可实现计数和清零等操作。-Use of microcontroller, analog factory scan counter. Switch button instead of scanning operations such as counting and cleared.
  3. 所属分类:SCM

    • 发布日期:2017-12-09
    • 文件大小:882
    • 提供者:浊酒醉
  1. sk19

    0下载:
  2. 主要功能为:实现按键控制蜂鸣器和LED灯与脉冲计数-Main function is: the button control buzzer and LED lights and pulse counting
  3. 所属分类:SCM

    • 发布日期:2017-12-10
    • 文件大小:19059
    • 提供者:邓翔
  1. 1

    0下载:
  2. 用外部中断输入引脚RB0/INT接收连接在该引脚上的按键信息。每检测到一次按键就对8位计数器COUNT 加1,将COUNT的值直接送给8个发光二极管显示。 单片机复位后,COUNT的初始值为二进制数00000000B,对应的8只发光二极管都不亮。当按键RB0/INT被按下时,COUNT的值加1,发光二极管D0点亮,以表示二进制数00000001B。然后松开按键之后,如果再次按下RB0/INT时,COUNT的值加1,发光二极管D1点亮,以表示二进制数00000010B……,以此类推。通过观测
  3. 所属分类:SCM

    • 发布日期:2017-11-23
    • 文件大小:1116
    • 提供者:李宁
  1. 19-TMR1-Counter-LT-10000

    0下载:
  2. 用工作于计数方式的TMR1实现按键或脉冲计数,每按键一次记录为1,可以累加和复位。-With the work in the way of counting the TMR1 key or pulse counting, every button once for a record 1, can be accumulated and reset.
  3. 所属分类:SCM

    • 发布日期:2017-12-01
    • 文件大小:20377
    • 提供者:彭彬
  1. programme

    0下载:
  2. 1. 用51单片机内部的定时器实现秒计数,用两个七段LED显示器上显示秒时间,用一个按键控制秒表的计数和清零。 2. 按键入口选用P1口。 3. 按键采用软件去抖动。 4. 七段显示器接口采用串行口扩张并行口,显示方式为静态显示。 -With 51 MCU internal timer to count seconds and display the second time with two seven-segment LED display, a button control
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-11-14
    • 文件大小:801
    • 提供者:
  1. jishuqi_shiyan

    0下载:
  2. 用verilog语言实现按键去抖 利用分频计数实现去抖功能-Verilog language debounces the dividing count to achieve debounce feature
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-20
    • 文件大小:1893376
    • 提供者:谭文强
  1. cfm_count

    0下载:
  2. 程序可以完成以下功能: (1)本程序以stc12c5410ad为控制器而设计 (2)本程序可以完成计数功能,最大值为9999。 (3)计数接口采用stc12c5410ad的第13个引脚,即P2.5。 (4)P2.5平时为高电平,当P2.5变为低电平,且低电平时间超过907us时,则计数器加1。 (5)本程序具有计时功能,当单片机上电复位之后开始计时,时间以秒的形式显示出来。 计时最大值为9999s。 (6)四个数码管显示计数值,当按下KEY3键时,显示时间,即单片机
  3. 所属分类:SCM

    • 发布日期:2017-11-14
    • 文件大小:32552
    • 提供者:cfm
  1. 1602-shows-the-number-of-keystrokes

    0下载:
  2. AT89C51单片机,一个按键做累加,一个按键做清零,计数从0-49,并用1602显示-AT89C51 microcontroller, a button to do accumulate, cleared a key count from 0-49, 1602
  3. 所属分类:SCM

    • 发布日期:2017-11-30
    • 文件大小:50966
    • 提供者:陈春海
  1. FPGA

    0下载:
  2. 一些verilog语言程序,可在板子上实现流水灯,计数,按键等功能。-Some verilog language program, can be achieved on the board flowing water light, count, buttons, and other functions.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-13
    • 文件大小:2227785
    • 提供者:王先生
  1. counting_number

    0下载:
  2. 四个按键控制:第一:用于开始和暂停计数(0——100 一秒计数) 第二:用于复位 第三:在暂停时加 第四:暂停时减-Four buttons control: First: used to start and pause count (0- 100 one second count): used to reset the Third: during the break, plus a fourth: pause Less
  3. 所属分类:SCM

    • 发布日期:2017-12-03
    • 文件大小:38504
    • 提供者:adc
  1. Counts-interrupt-times

    0下载:
  2. 51单片机通过连接在INT0和INT1的按键K1与K2实现程序对外部中断次数进行计数,并显示计数值 -The program counts the times of the external interrupt of single chip and shows the times.
  3. 所属分类:SCM

    • 发布日期:2017-11-06
    • 文件大小:111372
    • 提供者:yingkuix
  1. clock

    0下载:
  2. 基于FPGA平台,通过数码管显示完成秒表的功能。通过按键,可实现从0到99的正向计数或反向计数。-FPGA-based platform, through the digital display to complete the stopwatch function. Through the key, can be realized from 0 to 99 counts forward or reverse counting.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:13991
    • 提供者:马飞
  1. Counter

    0下载:
  2. lpc2103 按键控制数码管计数加减,有完整的源代码和proteus仿真文件-lpc2103 buttons to control the digital counting and subtraction, with complete source code and proteus simulation files
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:341089
    • 提供者:刘一
« 1 2 3 4 5 6 7 89 10 11 »
搜珍网 www.dssz.com