虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

bcd-normal

  • 3 simple AVR assembler code to use seven segment display. These 3 codes realy simple way using seven

    3 simple AVR assembler code to use seven segment display. These 3 codes realy simple way using seven segment display. these are using in my microprocessor classes. Wert deney1.asm -> no scan Wert Deney2.asm -> Scan but BCD Werrt Deney3.asm -> Scan with BCD. By Basri KUL

    标签: simple seven assembler segment

    上传时间: 2017-05-07

    上传用户:13517191407

  • 此程序是微机与接口技术的课程设计源程序

    此程序是微机与接口技术的课程设计源程序 ,闰年计算,代码转换,BCD码相乘,写文件,打字计时练习,计算N的阶乘,打印接口,音乐演奏

    标签: 程序 微机 接口技术 源程序

    上传时间: 2017-05-11

    上传用户:gundamwzc

  • 本程序主要由键盘程序、显示器程序、步进电机驱动程序三部份组成

    本程序主要由键盘程序、显示器程序、步进电机驱动程序三部份组成,主程序首先初始化各变量,将显示器的高3位消隐,步进电机驱动的各引脚均输出高电平,然后调用键盘程序,并作判断,如果有键按下,则调用键盘处理程序,否则直接转下一步。下一步是将当前的转速值转换为BCD码,送入显示缓冲区;接着判断StartEnd这个位变量,是“1”还是“0”,如果是“1”,则开启定时器T1,否则关闭定时器T1

    标签: 程序 显示器 步进电机 键盘程序

    上传时间: 2017-05-22

    上传用户:dapangxie

  • BH1415F调频台控制C程序。使用AT89C52单片机

    BH1415F调频台控制C程序。使用AT89C52单片机,12MHZ晶振,用共阳四位LED数码管。频率数据转换为显示用BCD码函数。

    标签: 1415F 1415 89C C52

    上传时间: 2014-02-23

    上传用户:bruce5996

  • 功能: 1、作为下位机采集8255数据并将此数据通过通讯送出

    功能: 1、作为下位机采集8255数据并将此数据通过通讯送出, 2、采集数据为BCD,先转换成二进制,处理后再转换成BCD 3、通讯采用方式3,多机通讯,上位机发地址时TB8=1,其他TB8=0 下位机SM2=1,RB8=1时产生中断后使SM2=0收发数据,结束后SM2=1

    标签: 8255 数据 下位机 采集

    上传时间: 2014-02-01

    上传用户:agent

  • 功能: 1、作为下位机采集8255数据并将此数据通过通讯送出

    功能: 1、作为下位机采集8255数据并将此数据通过通讯送出,传输十路 2、采集数据为BCD,不处理后 3、通讯采用方式一

    标签: 8255 数据 下位机 采集

    上传时间: 2014-08-18

    上传用户:zhuimenghuadie

  • //颜色初始化 if(!has_colors() || start_color() == ERR){ endwin() printf("Terminal does not su

    //颜色初始化 if(!has_colors() || start_color() == ERR){ endwin() printf("Terminal does not support color.\n") exit(1) } init_pair(1, COLOR_GREEN, COLOR_BLACK) init_pair(2, COLOR_RED, COLOR_BLACK) init_pair(3, COLOR_CYAN, COLOR_BLACK) init_pair(4, COLOR_WHITE, COLOR_BLACK) init_pair(5, COLOR_MAGENTA, COLOR_BLACK) init_pair(6, COLOR_BLUE, COLOR_BLACK) init_pair(7, COLOR_YELLOW, COLOR_BLACK) //写字符串 for(i = 1 i <= 7 i++) { attron(COLOR_PAIR(i)) printw("color pair d in normal mode\n", i) } for(i = 1 i <= 7 i++) { attron(COLOR_PAIR(i) | A_BLINK | A_UNDERLINE) printw("color pair d in normal mode\n", i) }

    标签: start_color has_colors Terminal endwin

    上传时间: 2014-01-14

    上传用户:vodssv

  • 本实验为设计实验。要求实现两个较大的十进制数相乘

    本实验为设计实验。要求实现两个较大的十进制数相乘,最后乘积用非压缩BCD码调整为十进制形式。实验中要用到DOS或BIOS中断;用非压缩BCD码调整乘积。本实验用到算术运算指令、十进制调整指令、子程序设计、DOS和BIOS中断等,所以通过本实验我们对这些知识应能熟练掌握并应用。

    标签: 实验 十进制数 设计实验

    上传时间: 2014-01-12

    上传用户:chenbhdt

  • ZGL7289全套中文资料+实例 ZLG7289B是广州周立功单片机发展有限公司自行设计的

    ZGL7289全套中文资料+实例 ZLG7289B是广州周立功单片机发展有限公司自行设计的,具有SPI串行接口功能的可同时驱动8位共阴式数码管(或64只独立LED)的智能显示驱动芯片,该芯片同时还可连接多达64键的键盘矩阵,单片即可完成LED显示﹑键盘接口的全部功能,该芯片经过了多年的验证,现正式转化为ASIC芯片,一次性流片成功,让您使用无忧!。ZLG7289B内部含有译码器,可直接接受BCD码或16进制码,并同时具有2种译码方式,此外,还具有多种控制指令,如消隐﹑闪烁﹑左移﹑右移﹑段寻址等。ZLG7289B具有片选信号,可方便地实现多于8位的显示或多于64键的键盘接口。

    标签: 7289 7289B ZGL ZLG

    上传时间: 2017-08-31

    上传用户:wweqas

  • Description Combination of book reader and Web browsers. This program can be used for Web browsi

    Description Combination of book reader and Web browsers. This program can be used for Web browsing, reading news sites, downloading and reading books and atricles from the Web. It is not implement all HTML browser functionality - it doesn t show images and is not able to proceed forms. The main idea was to make it possible to view normal sites (not WAP sites) on very small screen of mobile phone. This application share a lot of code with MobiReader and first of all is inteded to be used to browse text data.

    标签: Description Combination Web browsers

    上传时间: 2013-12-16

    上传用户:qweqweqwe