代码搜索:Digit

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

代码结果 4,689
www.eeworm.com/read/182103/5273009

c mc146818a.c

/* * This file interfaces with the real-time clock found in * a Motorola MC146818A (common on PC hardware) * * Year 2K Notes: * * This chip only uses a two digit field to store the year. T
www.eeworm.com/read/326711/3470033

c fig09_23.c

/* Fig 9.23: fig09_23.c */ /* inputting data with a field width */ #include int main( void ) { int x; int y; printf( "Enter a six digit integer: " ); scanf( "%2
www.eeworm.com/read/292144/3955259

spec megaco.spec

{topcase, {dir, "../megaco_test"}}. {require_nodenames, 1}. %{skip, {megaco_digit_map_test, all, "Not yet implemented"}}. {skip, {megaco_measure_test, all, "Not yet implemented"}}. %{skip, {M, F, "Not
www.eeworm.com/read/292144/3955282

vxworks megaco.spec.vxworks

{topcase, {dir, "../megaco_test"}}. {require_nodenames, 1}. {skip, {megaco_digit_map_test, all, "Not yet implemented"}}. {skip, {megaco_measure_test, all, "Not yet implemented"}}. %{skip, {M, F, "Not
www.eeworm.com/read/369339/2801647

y bc.y

%right '=' %left '+' '-' %left '*' '/' '%' %right '^' %left UMINUS %term LETTER DIGIT SQRT _IF FFF EQ %term _WHILE _FOR NE LE GE INCR DECR %term _RETURN _BREAK _DEFINE BASE OBASE SCALE %term EQPL EQ
www.eeworm.com/read/266360/4272518

c clear.c

/* mpz_clear -- de-allocate the space occupied by the dynamic digit space of an integer. Copyright 1991, 1993, 1994, 1995, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU M
www.eeworm.com/read/294109/8252958

txt test.txt

#include #include #include ////////main()////// int ID; float Type; char Fun; int Point; short Digit; unsigned Bound; double Unit; bool Bdo
www.eeworm.com/read/334779/12573689

cpp prg8_2.cpp

// File: prg8_2.cpp // the program initializes a 50-element vector with 5-digit random // integers in the range 0 to 99999 and sorts the vector using the // radix sort. it outputs the numbers in 6
www.eeworm.com/read/100594/15870383

cpp ctype.cpp

#pragma ctype const unsigned int UPPER=1; const unsigned int LOWER=2; const unsigned int DIGIT=4; const unsigned int SPACE=8; const unsigned int PUNCT=16; const uns
www.eeworm.com/read/100569/15871833

asm ultraed2.asm

; 1) not sure why the prog keeps a 'clean' copy of the name (included anyway) ; 2) only added enough datatable for the 16 digit code. Can add more if needed (table replicates) ; 3) spent ages debug