代码搜索:Digit

找到约 4,689 项符合「Digit」的源代码

代码结果 4,689
www.eeworm.com/read/369997/9625849

c 8led.c

/********************************************************************************************* * File: 8led.c * Author: embest * Desc: 8-segment digit LED control functions * History: *********
www.eeworm.com/read/106468/15635954

asm bcd_add2.asm

;******************* Unsigned BCD Addition *************** ; ; This routine performs a 2 Digit Unsigned BCD Addition ; It is assumed that the two BCD numbers to be added are in ; location
www.eeworm.com/read/106468/15635961

asm bcd_add.asm

;******************* Unsigned BCD Addition *************** ; ; This routine performs a 2 Digit Unsigned BCD Addition ; It is assumed that the two BCD numbers to be added are in ; location
www.eeworm.com/read/106468/15635971

asm add_bcd.asm

;******************* Unsigned BCD Addition *************** ; ; This routine performs a 2 Digit Unsigned BCD Addition ; It is assumed that the two BCD numbers to be added are in ; location
www.eeworm.com/read/106468/15635973

asm bcd_sub.asm

;******************* Unsigned BCD Subtraction *************** ; ; This routine performs a 2 Digit Unsigned BCD Subtraction. ; It is assumed that the two BCD numbers to be subtracted are in
www.eeworm.com/read/184146/9119963

c 8seg.c

/************************************************** *FILENAME:8SEG.C * * * * ***************************************************/ #define SEGMENT_A 0x01 // Bitmaps for 7-segment #defin
www.eeworm.com/read/184145/9120024

c main1.c

/************************************************************************************ * Filename: iotest.c * * Description: This program only test IO port in S3C4510B * P0 controls LED1 *
www.eeworm.com/read/184145/9120056

c 8seg.c

/************************************************** *FILENAME:8SEG.C * * * * ***************************************************/ #define SEGMENT_A 0x01 // Bitmaps for 7-segment #defin
www.eeworm.com/read/363649/9941080

c lcd.c

/******************************************************************************** * 杭州利尔达 * * MSP430FE42X单相防窃电多功能电表平台
www.eeworm.com/read/323269/13345946

txt 新建 文本文档.txt

TH0 = 0xfc; TL0 = 0x17; void timer0() interrupt 1 // 定时器0中断服务程序, 用于数码管的动态扫描 // dis_index --- 显示索引, 用于标识当前显示的数码管和缓冲区的偏移量 // dis_digit --- 位选通值, 传送到P2口用于选通当前数码管的数值, 如等于0xfe时, // 选通P2.0口数码管 /