搜索资源列表
CBdianzishizhong
- 电子时钟课程设计,用汇编语言编写,键盘的扫描需要用两个输入输出端口控制,数码管的显示需要两个输出端口控制,所以可以用8255的A口和B口控制键盘-Electronic clock curriculum design, with the compilation of languages, the keyboard scanning needs with two input and output port control, LED display to control two output port
test4
- vhdl数字设计实验,可以实现4x4小键盘的动态扫描-vhdl digital design experiments to achieve a dynamic 4x4 keypad scan
dianzi
- 基于51单片机的电子琴设计 源码 键盘扫描 4x4矩阵键盘-51 MCU-based keyboard design source keyboard scanning 4x4 matrix keyboard
calendar_alarm_tem
- 本设计主要有12864万年历、闹钟、通过PS键盘扫描在1602上显示字符、用矩阵键盘空VGA显示彩条以及字符-This design has 12864 calendar, alarm clock, keyboard scan showed character by PS in 1602, showing the color of the character matrix keyboard and VGA empty
calculator
- 基于vhdl设计的具有加减乘除以及取余数等等运算功能的计算器,可通过键盘扫描实现输入。-Vhdl-based design has addition, subtraction, and take the remainder and so on arithmetic function calculator, can be achieved through keyboard input scanning.
pb-demo-helper-function-settings
- 辅助程序功能设计 实例32 使用API函数实现辅助功能 实例33 CRC校验码的使用 实例34 输入法的枚举 实例35 人民币大小写金额的转换 实例36 数据的压缩和解压缩 实例37 图像扫描实现 实例38 Flash动画的应用 实例39 键盘模拟器的实现 实例40 AresButtonPro控件的使用-powerbuilder helper function settings
3
- 设计一个键盘接口电路。要求: (1)用200Hz时钟频率有效地去除按键的抖动; (2)用20Hz时钟频率对键盘进行扫描识别,并用数码管将按键的编号显示出来;(Design a keyboard interface circuit. Requirements: (1) use the 200Hz clock frequency to effectively remove the shaking of the keys; (2) scan the keyboard with 20Hz clo
1
- 本设计采用STC12C5A60S2单片机为核心设计了一个光伏寻日控制器。设计包括硬件设计和软件设计两大部分。 硬件设计部分包括单片机最小系统、光电检测模块、电源模块、电机驱动模块、LCD显示模块和按键模块六个部分。控制器采用双轴光电检测跟踪方式,由MCU完成计算与控制,并产生用于控制两个步进电机的信号,控制电机旋转实现寻日效果。通过按键可以改变运行模式,手动控制系统运作。系统具有实时显示与键盘扫描等功能。软件采用了模块化的设计方法,主要分为主程序、电机控制程序、AD子程序和液晶显示子程序四部分