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

搜索资源列表

  1. LEDdisplay

    0下载:
  2. 实现单片机按键值得获取,每按下一个键,自动从LED上显示出其键值-Worthy of the achievement of single-chip access keys, each press of a button, automatically from the LED to show its key
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:8632
    • 提供者:高巍
  1. KEY8255

    0下载:
  2. 8255键盘试验,按键后键值在DOS显示.要BH-86/51试验箱-8255key experiment,when press key,the key will be shown in DOS
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:14061
    • 提供者:高春廷
  1. 89LV51sourcecode

    0下载:
  2. 基于NRF24L01的51开发板源程序,功能如下:按下开发板的按键,对应的LED灯将点亮,同时另外一块开发板将接收到的键值数据通过串口发 送到PC并在串口调试工具上实时显示。 -Based on the 51 development board NRF24L01 source, function is as follows: press the key development board, the corresponding LED lights will be lit at the sam
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:33366
    • 提供者:落叶归根
  1. ReadCC2520Register

    0下载:
  2. 读取cc2520寄存器,当按键1被按下,寄存器的值通过SPI口输出。-This application reads the register values of CC2520. The values are output on the serial port when Button 1 is pushed. Configure the PC HyperTerminal for baudrate 38400 bps, 8 data bits no parity
  3. 所属分类:RFID

    • 发布日期:2017-03-29
    • 文件大小:77763
    • 提供者:liuxiang
  1. jianpan

    0下载:
  2.   键盘扫描结束了,寄存器R1的值就直接表示了是那个键按下的,根据不同的键值去执行不同的程序,从而实现了十六个矩阵键盘扫描,同样原理,最多可以识别255个按键的矩阵扫描。   我们可以每次键盘扫描开始时检查R0的值是否为0,只有在为0才扫描键盘,不为0就证明刚刚扫描过键值,相应的按键工作还没有完成。但是必须记得,每个按键命令执行完成后,要给R0写上0,表示可以扫描键盘。-The end of the keyboard scanning, registers the value of R
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-10
    • 文件大小:700
    • 提供者:游雪峰
  1. IIC

    0下载:
  2. 本程序测试7279,实现按键显示功能,即按下键后在数码管最后一位显示键值的功能。 7279 CS P3.0 7279 CLK P3.1 7279 DAT P3.2 7279 KEY P3.3-7279 test of the procedures to achieve key display, press the button that is in digital tube display the last function key. 7279 CS P3.0 7279
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:32062
    • 提供者:chenkun
  1. microcomputercontroltrafficlight

    0下载:
  2. 单片机交通灯控制 按键功能: 正常运行模式时: LEFT :切换到设置模式 UP :无效 DOWN :无效 RIGHT :切换到交通管制状态 设置模式时: LEFT :切换到正常运行模式 UP :对应设置项的设置值加1 DOWN :对应设置项的设置值减1 RIGHT :切换设置项(南/北直行时间、南/北左转时间、东/西直行时间、东/西左转时间、右转时间) 交通管制状态时: LEFT :无效 UP :无效
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-02
    • 文件大小:333267
    • 提供者:long
  1. UpperCaseField

    0下载:
  2. 当输入内容时,文本框的值会改变成当期输入的值。实现按键配置的功能。-When the input when the value of text box will change into the current input value. Configuration to achieve the function keys.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-12
    • 文件大小:753
    • 提供者:D-io
  1. example5

    0下载:
  2. 按键控制即用8个按键对应8个数字显示,初始值为0。按key1到key8可以显示1到8的数值。-Button control with eight buttons that correspond to eight figures show that the initial value of 0. Key1 by to show key8 Numerical 1-8.
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:28540
    • 提供者:zzl
  1. DAC

    0下载:
  2. 频率、幅度、占空比可调方波,有proteus仿真,可通过示波器查看,按键 12调整频率 34调整幅值 56调整占空比 -Frequency, amplitude, variable duty cycle square wave, and proteus simulation, can be read through the oscilloscope, adjust the frequency of 34 keys 12 to adjust the amplitude to adjust th
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:90747
    • 提供者:赵江
  1. jinyang

    2下载:
  2. 步进电机反馈控制系统 1)基本要求与提示 (难度系数1.0) 利用利用8255 输出脉冲序列,控制BA,BB,BC,BD 脉冲,经放大后驱动小型步进电机,达到使 电机定速运转之目的.。控制过程采取开环与闭环两种方式实现: (1)按指定速度控制输出实现开环转速变化; (2)按指定速度控制输出实现闭环转速变化,闭环控制根据偏差增减输出(固定值或与偏差成比例,类 似于积分调节); 《微机实验及课程设计》实验指导书 62 (3)速度参数可选择通过实验装置上的可变电位器
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:3133
    • 提供者:杨进
  1. LED

    0下载:
  2. 键盘扫描程序发现有按键按下,通过行扫描法得到键值,转相应的处理程序-Scanner keyboard button press is found through the line scanning method to be key, to the corresponding process
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:19851
    • 提供者:金龙
  1. key

    0下载:
  2. 这是一个通过89S52单片机来实现对键盘扫描的程序。每个按键对应一个键值-This is a single chip to achieve the adoption of 89S52 on the keyboard scanning process. Each key corresponds to a key
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:1141
    • 提供者:Shi wei
  1. lesson5_2

    0下载:
  2. 矩阵按键,按下一个键,就可以显示一个键值。如果按下第一键,就显示1,按下第二键就显示2。-Matrix keys, press a key, you can display a key value. If you press the first button on the display 1, press the second button on the display 2.
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:10233
    • 提供者:啊Q
  1. wannianli

    0下载:
  2. 1,不使用外部时钟芯片, 2,可调整时间和日期 3,使用AT89C51内部RTC(实时时钟,12MHz) 4,显示使用LCD1620 5,只设置了四个按键 a, 复位按键 b, 调整模态选择按键,切换调整不同参数 c, 上调按键,调整模式下按此键被调整值上调 d, 下调按键,调整模式下按此键被调整值下调. 6,使用Keil51编译 7,附带PROTEUS仿真图-1, do not use an external clock chip 2, a
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:63692
    • 提供者:shuangfeiyuer
  1. matrix

    0下载:
  2. 距阵按键处理键值汇编,能够对矩阵处理作出极快的反应-To deal with the compilation of key matrix keypad can be made on the matrix to deal with fast response
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:580
    • 提供者:李建
  1. I2C_EEPROM

    0下载:
  2. 用PIC单片机对EEPROM进行读写操作。 按单排按键“1”,程序从从8位拨动开关读入地址(范围0x00~0xFF),并从EEPROM读出该地址的值,地址与数据都显示在液晶屏上。 按单排按键“2”,程序从从8位拨动开关读入地址(保存,作为写入地址),液晶屏提示输入8位数据,此时拨动8位开关,再按一次按键“2”将拨动开关的状态(8位数据)写入之前保存的地址-PIC single-chip EEPROM with read and write operations on. By single
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-30
    • 文件大小:2002
    • 提供者:黄贤聪
  1. c8051adcuartkeydac

    0下载:
  2. (1) ADC&UART: 摘 要:本文件是AD采样及串口测试程序;AD输入端子(J7)可输入8路AD(AIN0--AIN7),另有1路可测量片内温度,9路采样值都通过串口(使用串口必须将JP3的1,2及3,4脚短路)发送出去,在串口调试助手上看观察其值。8路AD输入中AIN7可通过跳以器(JP1)“ADC”(1,2脚短接)与板上电位器相连,通过手动调VR1可以观察到电压值的变化。 (2) KEY&DAC: 摘 要:本文件是键盘及DA输出测试程序;DA输出端子(J9)
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-27
    • 文件大小:50215
    • 提供者:hyy
  1. key

    0下载:
  2. 4*4的矩阵键盘参考程序:按某个按键显示一个值-4* 4 matrix keyboard reference procedure: press a button displays a value
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:8984
    • 提供者:hua li
  1. zlg7289_test

    0下载:
  2. 基于zlg7289和c8051f020单片机按键和显示调试程序,程序功能为按键取值,适合学习和调试只用-Zlg7289 and based on the keys and display c8051f020 single-chip debugger, the program function key values for learning and debugging only
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:53835
    • 提供者:陈东旭
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 42 »
搜珍网 www.dssz.com