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

搜索资源列表

  1. 1

    0下载:
  2. 利用单片机定时器0实现脉冲计数,通过tl0查询巧妙地去除按键的抖动-The use of single-chip Timer 0 for Pulse count, by cleverly removing key tl0 check the jitter
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:735
    • 提供者:yinqiniqin
  1. DS1302

    0下载:
  2. 单片机按键扫描并对按键次数进行计数和显示-Single chip microcomputer and the number of buttons scan button to count and display
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:1482
    • 提供者:李雄酷
  1. miaobiao

    0下载:
  2. 按键控制秒表,实现计数和数码管的显示。包括数码管的显示,按键的实现。-Buttons control the stopwatch
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:25554
    • 提供者:fancy
  1. stopwatch

    0下载:
  2. 双数码管可调秒表 由于单片机I/O资源足够,所以双数码管可接成静态显示方式,两个共阴数码管分别接在P1(秒十位)和P2(秒个位)口,它们的共阴极都接地,安排两个按键接在P3.2(十位数调整)和P3.3(个位数调整)上,为了方便计时,选用12MHz的晶体。为了达到精确计时,选用定时器方式2,每计数250重载一次,即250us,定义一整数变量计数重载次数,这样计数4000次即为一秒。定义两个字节变量S10和S1分别计算秒十位和秒个位。-Double digital tube adjustable s
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1371
    • 提供者:rendong
  1. home_purge_sys

    0下载:
  2. 家用自来水处理系统;主要通过2个浮球信号、按键、结合时间计数控制4个电磁阀对超滤器自动清洗排污、缓冲桶、水塔的管理。-Home water treatment system mainly through two float signal, combined with two buttons and control 4 count the time the solenoid valve for ultra-filter automatic cleaning sewage water tower
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:307566
    • 提供者:叶升淼
  1. digitalClock

    0下载:
  2. 数字表,自动安秒计数,自带按键停止,清零功能。适用于51系列单片机-digital clock asm file for 51.
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:44925
    • 提供者:Davy Lee
  1. clock

    0下载:
  2. clk: 标准时钟信号,本例中,其频率为4Hz; clk_1k: 产生闹铃音、报时音的时钟信号,本例中其频率为1024Hz; mode: 功能控制信号;为0:计时功能; 为1:闹钟功能; 为2:手动校时功能; turn: 接按键,在手动校时功能时,选择是调整小时,还是分钟; 若长时间按住该键,还可使秒信号清零,用于精确调时; change: 接按键,手动调整时,每按一次,计数器加1; 如果长按,则连续快速加1,用于快速调时和定时; hour,min,se
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:491790
    • 提供者:happy
  1. 1

    0下载:
  2. 定时、计数、显示 设计一系统,系统要求: 1、有一发光二极管闪烁,闪烁周期为2S,有一按键S1对其进行控制(按一次开,再按一次停) 2、对一脉冲源进行计数,所记录的脉冲个数以十进制形式在数码管显示(最大225),有一按键S2对其进行控制(按一次开,再按一次停)。 S1不开是,发光二极管灭;S2不开时数码管显示自己的学号。 -Timing, counting, display System design, system requirements: 1, a light-
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:652
    • 提供者:
  1. anjian

    0下载:
  2. 用按键来达到计数的目的。并且用proteus仿真电路实现C语言程序设计-With the purpose of the button to achieve count. And proteus simulation with circuit implementation language C program design
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:47249
    • 提供者:林欣
  1. PWM-PID-motor

    0下载:
  2. 运用PID调节器,实现直流电机在带动负载的情况下也能稳定的运行。运用A/D转换芯片将滑动变阻器的模拟电压转换为数字量作为控制直流电机速度的给定值;用压控振荡器模拟直流电机的运行(电压高-转速高-脉冲多),单片机在单位时间内对脉冲计数作为电机速度的检测值;应用数字PID模型作单片机控制编程,其中P、I、D参数可按键输入并用LED数码显示;单片机PWM调宽输出作为输出值,开关驱动、电子滤波控制模拟电机(压控振荡器)实现对直流电机的PID调压调速功能。-Use of the PID controlle
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:313892
    • 提供者:秦军红
  1. main

    0下载:
  2. 具有一定的抗干扰能力;利用单片机内部定时器中断实现自动计数;数码管显示当前计数值;独立按键实现对计数的加减,暂停,继续,清零等设置操作。当按键按下,蜂鸣器发出声音。 -Anti-jamming capability MCU internal timer interrupt automatic count digital display the current count value individual keys to the addition and subtraction, count
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:1412
    • 提供者:mary
  1. key_test_new

    0下载:
  2. 单片机按键去抖动源程序,不通过延时判断,通过累积计数,判断按键按下时间长度-SCM buttons to dither source program, not through the delay judgment, through the cumulative count, judge keys pressed the length of time
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-02
    • 文件大小:8360
    • 提供者:feg
  1. keyboard

    0下载:
  2. 基于VHDL的4*4矩阵键盘扫描,包括按键次数计数功能,已处理防抖、长按、双键-Count function based on VHDL-4* 4 matrix keyboard scanning, including the number of keys, and have been processed image stabilization, long, double bond
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-10
    • 文件大小:1639027
    • 提供者:Charles
  1. IIC-AT24C16-msp430f149

    0下载:
  2. 基于msp430的eeprom测试程序,三个按键控制,计数,保存于回放数据-Based on the msp430 the eeprom test program, three button control, count, stored in the playback data
  3. 所属分类:source in ebook

    • 发布日期:2017-03-23
    • 文件大小:50440
    • 提供者:胡广
  1. INT0-

    0下载:
  2. 每次按下第 1 个计数键时, 第1 组计数值累加并显示在右边3 只数 码管上, 每次按下第 2 个计数键时,第 2 组计数值累加并显示在左边3 只数码管上,后两个按键分别清零。-Each time you press a count key, the first group count value accumulated and displayed on the right three digital tube, each time you press the two counts
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:713
    • 提供者:易德辉
  1. 74HC595aSP

    0下载:
  2. 1、以单片机4位数码管和S0/S1两个按键为硬件电路。 2、按下S0升序计数,极限为9999 按下S1降序计数,极限为0000 -A hardware circuit to microcontroller 4 digital tube and S0/S1 two keys. 2, press the S0 ascending count limit is 9999 press S1 descending count limit is 0000
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:98062
    • 提供者:易德辉
  1. keyled1

    0下载:
  2. elan单片机编程 2个八位数码管计数,按键一次,从0-99递增-SCM Elan programming2 of eight digital tube counting, button once, from 0-99 increments
  3. 所属分类:SCM

    • 发布日期:2017-12-04
    • 文件大小:1963
    • 提供者:曾坊
  1. sy1(1)

    0下载:
  2. 每按一次按键,累计按键次数并通过LED显示出来,且采用16进制计数。-Each time you press the button, the cumulative number of keystrokes and through the LED display and hexadecimal count.
  3. 所属分类:SCM

    • 发布日期:2017-11-24
    • 文件大小:15838
    • 提供者:钟建新
  1. anjian

    0下载:
  2. 通过按键多功能显示数码管,并可以计数显示所按下的次数-Digital tube, and can count the number of times the display by pressing the button multi-function display
  3. 所属分类:SCM

    • 发布日期:2017-11-29
    • 文件大小:1101
    • 提供者:
  1. TEXT6

    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. 所属分类:Other Embeded program

    • 发布日期:2017-11-17
    • 文件大小:30140
    • 提供者:zengbini
« 1 2 3 4 5 6 78 9 10 11 »
搜珍网 www.dssz.com