搜索资源列表
snake
- 左侧动态显示窗口,不停更新,蛇在其中游走 右侧是英文键盘操作说明 按键“enter”表示重新开始 按键“0”表示暂停 按键“8”, “2” ,“4”, “6”分别控制蛇的上、下、左、右四个运动方向-The left side of dynamic display window, daily updated, snakes in which the walk is the right instructions in English keyboard button enter b
DS18B20
- 温度传感,报警,四个数码管显示,有按键设置功能-Temperature sensing, alarm, four digital display, set the function keys have
123
- 用DS18B20测量室温并在数码管上显示。 用中断方式读取四个独立式按键的键值,同时用D1~D4四个LED的点亮来指示k1~K4四个按键的按下-DS18B20 measured at room temperature and used in the digital tube display. With interruption of the way to read the four stand-alone keypad keys, D1 ~ D4 simultaneously with fo
1
- 状态机:简单的状态变换功能,利用按键实现四个LED的轮回显示-State machine: a simple function of the state of transformation, the use of buttons to achieve the reincarnation of four LED display
anjian
- 按键检测,有四个按键与四个八段数码管对应,按不同的键相应的数码管显示-Key test, there are four buttons with four eight out of the digital control counterparts, according to different keys corresponding digital tube display
anjian
- 基于51单片机的按键程序 主要有四个按键 c语言 不同按键 不同的处理方法-Key processes based on MCU 51 there are four major keys c language different approaches in different keys
c51
- 24LED流水灯花样显示5档调速同时中断切换 四个按键控制 c51程序代码-24LED lights synchronized water show, 5-speed switching speed and discontinued four buttons control the c51 code
calender1
- 这是一个简单的万年历代码,其中包含了利用四个按键实时控制调整时间功能-This is a simple calendar code, which contains real-time control using four buttons to adjust the time function
cond
- 电视机遥控器,只有四个按键,大家多多指教-TV remote control, only four buttons, exhibitions Oh Oh
comp-RIGHT
- 8位拨码开关确定两个四位二进制数输入 按键K1确定输出:数码管显示数A的十进制;按键K2确定输出:数码管显示数B的十进制;按键K3确定输出:数码管显示A,B的比较结果,其中若A>B输出为1,若A<B输出0,若A=B输出8。实验板:EPM240T100C5-8 DIP switches determine the two four-bit binary input keys K1 determine output: decimal number A digital display
51shumaguan
- (数码管静态显示) <1>初始时刻8个发光二极管全部熄灭,8个数码管全部熄灭,蜂鸣器不发声。 <2>定义四个独立按键,当第一个按键按下时,蜂鸣器响一声,当按键松开时,八个数码管都显示“1”。当第二个按键按下时,蜂鸣器响一声,当按键松开时,八个数码管都显示“2”。当第三个按键按下时,蜂鸣器响一声,当按键松开时,八个数码管都显示“3”。当第四个按键按下时,蜂鸣器响一声,当按键松开时,八个数码管都显示“4”。 -(Static digital tube displa
maze
- 用 8×8 点阵进行游戏显示。 迷宫游戏,采用双色点阵显示,其中红色 LED 为迷宫墙壁,绿色 LED 表示人物。通过 BTN0~BTN3 四个按键控制迷宫中的人物进行上下左右移动,使人 物从起始点出发,走到迷宫的出口,游戏结束。-The game with 88 dot matrix display. Maze games, using two-color dot matrix display, in which the red LED maze walls, a green
99-j1
- 用键盘按键控制光标移动的程序,要保证光标的移动范围不超过边框的位置 用上下左右四个箭头实现移动-Use the keyboard cursor movement keys control procedures to ensure that the movement of the cursor position does not exceed the border with the up and down arrows four mobile
Snake_1
- 贪吃蛇源码,通过W A S D 这四个按键去操作, 编译平台是vs2008-Snake source code
密码锁
- 实现了一个集成的密码锁,而且通过九位的密码锁有输入删除清零三个按键进行密码操作的proteus仿真程序图。实现了仿真功能,达到了仿真的目的。使用了at89c52集成芯片。使用了晶振,显示管,有设置密码启动清除确定四个按键。使用了AMPIRE128×64的显示器。(An integrated code lock is implemented, and a proteus simulation program diagram of the password manipulation is perfo
9.一键多功能按键识别技术
- 开关SP1接在P3.7/RD管脚上,在AT89S51单片机的P1端口接有四个发光二极管,上电的时候,L1接在P1.0管脚上的发光二极管在闪烁,当每一次按下开关SP1的时候,L2接在P1.1管脚上的发光二极管在闪烁,再按下开关SP1的时候,L3接在P1.2管脚上的发光二极管在闪烁,再按下开关SP1的时候,L4接在P1.3管脚上的发光二极管在闪烁,再按下开关SP1的时候,又轮到L1在闪烁了,如此轮流下去。(Switch SP1 connected to the P3.7/RD pin, four l
CH01
- 四个LED移动电源产品,手电筒,充电指示,放电指示,ADC转换,两个按键一个用于开机,一个用于手电筒,EM78P372芯片。(Four LED mobile power products, flashlights, charging indication, discharge indication, ADC conversion, two buttons, one for boot, one for flashlight, EM78P372 chip.)
timer_se
- 数字时钟可以显示分、秒,并通过按键进行复位;数字时钟由四个基本模块组成,顶层模块、分频模块、计数模块、译码显示模块。(1)分频模块 分频器将开发板提供的6MHz时钟信号分频得到周期为1s的控制信号,控制计数器改变状态。(2)计数模块:秒钟和分钟利用两个模60的BCD码计数器实现。计数器分为高4位与低4位分别控制低4位每秒钟加1,变化状态为0~9,低4位状态变化到9时,高4位加1,变化状态为0~5。秒钟计数达到59时,分钟低四位从1开始,每59秒加1,低4位状态变化到9时,高4位加1,变化状态为0
数码管倒计时
- 通过四个按键设置,开始停止,加,减,完成0-99的倒计时(Through the four key settings, start to stop, add or subtract, complete the countdown of 0-99.)
数字钟最最...最终版
- 基于Multisim12设计的数字钟,通过四个按键控制四个数码管显示时间,包含万年历,闹钟功能(Digital Clock Design Based on Multisim12)