搜索资源列表
8LED_Test
- 八段数码管实验用例S3C44b0 目录文件结构: 8led_test ├─ main.c C语言主源文件 └─ 8led.c 八段数码管处理函数源文件 如何烧写程序到Flash中,请阅读common目录下的ProgramFlash.txt文件。
Panel
- 双位数码管显示,二线制通讯,基于mb89930型芯片-Double-digit digital display, second-line communications system, based on the type mb89930 chip
dec-to-bcd
- 若在内存的输入缓冲区ASCBUF中,已有若干个用ASCII码表示的十进制数码.要求把它们转换为相应的BCD码,且把两个相邻存储单元的十进制数码的BCD码合并在一个存储单元中,且地址高的放在前四位,存放在BCDBUF区域。-dec to BCD code
09jianpanxianshi
- 矩阵式键盘扫描数码管显示 八位数码管 显示零至九的数字-Matrix keyboard scan digital display eight digital display the number of zero to nine
2
- 2.用四个按键和一个数码管制成简易的密码锁。四个按键分别代表数字0、1、2、3,密码设定为3,开机数码管显示“-”,等待密码输入,输入正确时,显示字符“3”2秒,打开门,输入错误时,显示“F”2秒,按要求完成下列题目。-2 with four buttons and a digital control into a simple lock. Four buttons representing the numbers 0, 1, 2, 3, and the password is set to 3
5
- 用单片机控制6个数码管,利用动态显示的方法在数码管上依次显示“987654”。-SCM six digital control, dynamic display in the digital tube, followed by " 987654" .
PictureManager
- 图片资源随着计算机和数码设备的普及,数字图片资源已成为我们13常生活中的一个重要部分,对于13益增多的图片资源,如何更好地存储和有效检索已成为人们面临的一个新的课题。图片文件不同于文本文件,它以二进制方式存放于电脑中,因此实现图片管理主要有以下两种方式-With the popularity of computers and image resources of digital equipment, digital image resources has become an important
keyboard
- 采用并行口实现数字0~9、A~F、L、U、P、n总共20个键盘 并将按键的结果用7段数码管显示出来-Using the parallel port for digital 0 ~ 9, A ~ F, L, U, P, n total 20 keyboard The results and key with 7-segment displays
AT24C02
- 将8个数字写入AT24C02,再取出来显示在数码管上,C语言编写-The eight digital write AT24C02, and then taken out on a digital display, C language
lesson5
- proteus单片机仿真 数码管 #include <reg51.h> unsigned char code Tab[] {0xC0,0xF9,0xA4,0xB0,0x99,0x92,0x82,0xF8,0x80,0x90} void Delay() { unsigned char i,j for(i 0 i<255 i++) for(j 0 j<255 j++) } void main() { uns
lesson6
- proteus单片机仿真-数码管(动态) #include<reg51.H> unsigned char code Tab[] {0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90} unsigned char Dat[] {0,0,0,0} unsigned char tmp,i,j unsigned char s 0 void delay(int n) { int i for(i 0
lesson9
- proteus单片机仿真 数码管、风铃器、继电器综合系统 #include<reg51.h> unsigned char code Tab[] {0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90} unsigned char Dat[] {0,0,0,0} sbit JDQ P1^0 sbit Buzzer P3^0 void sound() -Proteus single-chip