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

搜索资源列表

  1. KEYM

    0下载:
  2. 单片机设计的行列键盘扫描子程序一点点拉没有了-microcontroller design of the keyboard scan the ranks of a small subroutine no Rafah
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:8274
    • 提供者:陈建清
  1. PID.rar

    0下载:
  2. 89C51单片机,通过键盘输入预设值,与DS18B20测得的实际值做比较,然后驱动制冷或加热电路。用keil C语言来实现PID的控制。 ,89C51 microcontroller, through keyboard input default, and DS18B20 measured to compare the actual value, and then drive circuit refrigeration or heating. Keil C language used to a
  3. 所属分类:书籍源码

    • 发布日期:2017-03-29
    • 文件大小:3242
    • 提供者:赵云
  1. dianzq

    0下载:
  2. 利用单片机设计电子琴,在弹奏的时候同时显示所弹奏的音符。其中包括附有PROTUES的仿真电路图和用汇编编写的程序。-The use of microcontroller design keyboard, at the time when playing the notes indicate the play. These include the simulation with PROTUES circuit diagram and a program written in assembler.
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:39677
    • 提供者:周强强
  1. 200564152459878

    0下载:
  2. 针对PIC单片机,提供了200个汇编语言实用子程序,包括科学计算、信息处理、查表技术、串行通信、数字滤波、键盘、显示、打印和各种模块应用等方面。这些实用子程序均已通过实际应用的检验,每个子程序都有编制说明和程序框图,以方便读者分析子程序结构和修改子程序;每个子程序都注明出/入口条件和参数,便于读者直接调用。-For PIC microcontroller, provides a practical 200 assembly language subroutines, including scie
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:150573
    • 提供者:fei
  1. 16tt23

    0下载:
  2. 学习单片机的教程往往是流水灯、数码管、键盘等等。这些例程主要是熟悉单片机的端口性质,程序算法一般都比较简单。极少见结合单片机I/O端口,内部存储器以及运算技巧为一体的综合性练习。超简单单片机学习套材中的16X16汉字点阵模块提供了一个全新的学习平台。在一块只能显示一个汉字的点阵中,只利用Atmega48的内部资源实现几个汉字的移动,不但要清楚点阵的物理性能,知道如何送数据;还要了解单片机的可用资源,并通过编程利用内部存储器移动交换数据,确实是需要些技-Microcontroller tutori
  3. 所属分类:assembly language

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

    0下载:
  2. 基于89C51单片机控制的电子琴原代码程序 连续型 查询式键盘-Based on 89C51 microcontroller source code control procedures for organ-type keyboard Continuous Query
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:1200
    • 提供者:程世节
  1. chengxu

    0下载:
  2. 一个很好的键盘控制流水灯的程序,能够帮助大家更好的去了解单片机。-A good keyboard light water programs, to help us better to understand the microcontroller.
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1768
    • 提供者:yongkai
  1. Electronic_music

    0下载:
  2. 单片机电子琴程序,这是一个单片机做的电子琴,里面包含有硬件和实现代码。-Microcomputer keyboard, this is a microcontroller to do the flower, which contains the hardware and implement the code.
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:62844
    • 提供者:欧阳中厚
  1. KEY_SCAN

    0下载:
  2. C51单片机中,对矩阵式键盘进行扫描以得到其所对应的键值-C51 microcontroller, the right to scan the keyboard matrix to get its corresponding key
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:640
    • 提供者:王渊博
  1. shouyinji

    0下载:
  2. 1、设计目的: 利用MCS-51单片机及相关芯片构成简易收银机。 2、设计要求: 系统实现如下功能: ⑴ 具有可扩展键盘用以实现数字和“+”、“×”、“=”的输入。 ⑵ 可循环实现单个用户消费总金额的计算。 ⑶ 具有复位、单步返回和小数点显示等扩展的功能。 -1, is designed to: The use of MCS-51 microcontroller and related chips constitute a simpl
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:91153
    • 提供者:yanyan
  1. ddd

    0下载:
  2. 单片机源程序,用Dtled-6芯片驱动6个数码管,用来显示当键盘按下时所对应的键值,其中键盘为矩阵- Microcontroller with Dtled-6 chip driving six digital tube, used to display when the keyboard is pressed, the corresponding key, in which the keyboard for the matrix
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:4452
    • 提供者:woaini
  1. mcu

    0下载:
  2. 通过实时反馈使得液晶的显示与键盘同步,该程序简单,是学习单片机的液晶和键盘的好例子。-Through real-time feedback makes the liquid crystal display and keyboard synchronization, the program is simple to learn the LCD and keyboard microcontroller good example.
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:775
    • 提供者:
  1. dianziqin

    0下载:
  2. 利用单片机89c51,用汇编语言编写的电子琴小程序!对初学单片机的人来说帮助很大!-Using microcontroller 89c51, written in assembly language keyboard applet! Microcontrollers for beginners of great help for people who!
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:1176
    • 提供者:雷雷
  1. The-SCM-matrix-keyboard-code-

    0下载:
  2. 单片机矩阵键盘代码 单片机矩阵键盘代码 -microcontroller matrix keyboard code for the MCU matrix keyboard code
  3. 所属分类:assembly language

    • 发布日期:2017-11-29
    • 文件大小:11472
    • 提供者:季晓熊
  1. mat-keyboard

    0下载:
  2. 单片机的一个基于4X4矩阵键盘的控制程序,按下KEY1数码管显示1,依次类推-Microcontroller of a 4X4 matrix keyboard-based control program, press the the KEY1 digital tube display 1, and so on
  3. 所属分类:assembly language

    • 发布日期:2017-11-30
    • 文件大小:939
    • 提供者:刘鹏
  1. Separate-keyboard

    0下载:
  2. 单片机中断方式控制独立键盘 单片机中断方式控制独立键盘-Separate keyboard interrupt control chip microcontroller interrupt control separate keyboard
  3. 所属分类:assembly language

    • 发布日期:2017-11-09
    • 文件大小:13649
    • 提供者:廖勇
  1. Microcontroller-a-key-pluripotent

    0下载:
  2. 单片机一键多能,支持单击,双击,单击长按,双击长按,电路结构:P1口接8个LED(低电平使能) P3.3口接键盘(占用中断) 程序功能: 可以用单键实现6种功能, 所有按键功能占用时间小于1秒. 1秒内单击一次,1号灯亮 1秒内双击,2号灯亮 1秒内三次按键,3号灯亮 1秒内长按,4号灯亮 1秒内单击加长按,5号灯亮 1秒内二次单击加长按,6号灯亮 程序正常工作时,8号灯闪烁(2HZ) -Microcontroller a key pluri
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:32625
    • 提供者:王雷
  1. jianpanhuibian

    0下载:
  2. 51单片机4*4矩阵键盘汇编语言程序示例-51 4* 4 matrix keyboard microcontroller assembly language program example
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:121947
    • 提供者:李威
  1. 8051-microcontroller-interfacing-to-PS2-Keyboard.

    0下载:
  2. This code is assembly language code for interfacing 8051/8052 microcontroller to PS/2 keyboard. The code is very simple and display only scan codes.
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:619
    • 提供者:adeel
  1. Matrix-keyboard-scanning

    0下载:
  2. 基于51单片机的矩阵键盘反转扫描的一个例程。差不多就是这样的。-51 microcontroller-based matrix keyboard reversed a routine scan. Almost like that.
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2839
    • 提供者:ajkhaw
« 12 3 »
搜珍网 www.dssz.com