代码搜索:Digit
找到约 4,689 项符合「Digit」的源代码
代码结果 4,689
www.eeworm.com/read/168214/5447736
asm aci_fe.asm
;=======================================================================
; File Name: aci_fe.asm
;
; Module Name: ACI_FE
;
; Initialization Routine: ACI_FE_INIT
;
; Originator: Digit
www.eeworm.com/read/316398/3611838
c 8led_test.c
/*********************************************************************************************
* File: 8led.c
* Author: Embest
* Desc: 8-segment digit LED control functions
* History:
* H.T
www.eeworm.com/read/354200/3078903
c 8led_test.c
/*********************************************************************************************
* File: 8led.c
* Author: Embest
* Desc: 8-segment digit LED control functions
* History:
* H.T
www.eeworm.com/read/172421/9708882
txt readme.txt
Hi,
This project is the complete design documentation for a large digit debt
counter. It was commissioned for the Students association at Canterbury
University, Christchurch, New Zealand. It
www.eeworm.com/read/133338/14048692
asm bcd2bin.asm
; 5位BCD数转化为16位BIN数
;************************************************************************
; BCD To Binary Conversion
;
; This routine converts a 5 digit BCD numb
www.eeworm.com/read/386701/8731407
asm intr3.asm
;PROGRAM NAME:INTR3.ASM
;TEST TIMER0 INTERRUPT(MODE 1)
;
COUNT EQU 9217 ;10mS FOR XTAL=11.0592MHz
;
CHK_BIT REG P3.2
DIGIT1 REG P1.4
DIGIT2 REG P1.5
LED REG P3.7
www.eeworm.com/read/168333/9919874
txt decstrround.txt
function DecStrRound(DecStr:String;Digit:integer;FillZero:boolean):string;//四舍五入函数
//本函数将数字格式的字符串四舍五入
//Digit:保留小数位数
//FillZero:少于保留位数则用0填充
var i,P,PotLt:integer;
DecError:b
www.eeworm.com/read/297035/8058664
asm intr3.asm
;PROGRAM NAME:INTR3.ASM
;TEST TIMER0 INTERRUPT(MODE 1)
;
COUNT EQU 9217 ;10mS FOR XTAL=11.0592MHz
;
CHK_BIT REG P3.2
DIGIT1 REG P1.4
DIGIT2 REG P1.5
LED REG P3.7
www.eeworm.com/read/256661/11980293
asm intr3.asm
;PROGRAM NAME:INTR3.ASM
;TEST TIMER0 INTERRUPT(MODE 1)
;
COUNT EQU 9217 ;10mS FOR XTAL=11.0592MHz
;
CHK_BIT REG P3.2
DIGIT1 REG P1.4
DIGIT2 REG P1.5
LED REG P3.7
www.eeworm.com/read/225751/14517934
c adc0809.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define Digit0 0x01 // 数码管1寄存器
#define Digit1 0x02 // 数码管2寄存器
#def