代码搜索:Digit

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

代码结果 4,689
www.eeworm.com/read/213726/15127216

c msp430x42x0_lcda_06.c

//****************************************************************************** // MSP430x42x0 Demo - LCD_A run a 0-9 counter on TI LCD // // Description; Count 0-9 on a TI LCD // ACLK = LFXT
www.eeworm.com/read/206995/15284414

c simpleio.c

/****************************************************************************/ /* Application note AN015 */ /* Reference design : CC1000 RF Modem
www.eeworm.com/read/269039/11110723

ld 7seg-display.ld

LDmicro0.1 CYCLE=5000 CRYSTAL=4000000 BAUD=2400 IO LIST Ycom_digit0 at 0 Ycom_digit1 at 0 Ycom_digit2 at 0 Yseg_a at 0 Yseg_b at 0 Yseg_c at 0 Yseg_d at 0
www.eeworm.com/read/249184/12518378

ld 7seg-display.ld

LDmicro0.1 CYCLE=5000 CRYSTAL=4000000 BAUD=2400 IO LIST Ycom_digit0 at 0 Ycom_digit1 at 0 Ycom_digit2 at 0 Yseg_a at 0 Yseg_b at 0 Yseg_c at 0 Yseg_d at 0
www.eeworm.com/read/334083/12642387

c simpleio.c

/****************************************************************************/ /* Application note AN015 */ /* Reference design : CC1000 RF Modem
www.eeworm.com/read/388569/8600553

cpp 1197 specialized four-digit numbers.cpp

/* 1197 Specialized Four-Digit Numbers Time Limit : 1000 ms Memory Limit : 32768 K Output Limit : 256 K GUN C++ */ #include using namespace std; int main() { int t,n,i;
www.eeworm.com/read/388569/8601073

cpp 1066 last non-zero digit in n!.cpp

/* 1066 Last non-zero Digit in N! Time Limit : 1000 ms Memory Limit : 32768 K Output Limit : 1024 K GUN C++ */ #include #include using namespace std; const int MAX=10