代码搜索:Digit

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

代码结果 4,689
www.eeworm.com/read/233448/4687596

java pr55.java

public class PR55 { // This demonstrates a bug in gcj public static void main(String[] argv){ int i = 666; System.out.println("The number "+i+" is "+ (""+i).length() +" digit
www.eeworm.com/read/229812/4735610

y simple.y

%{ #include #include #include "ytab.h" int regs[26]; int base; %} %start list %token DIGIT LETTER %nonassoc '' %left '|' %left '&' %left '+' '-' %left '*'
www.eeworm.com/read/229812/4743947

c alarm.c

#include #include #include #include "alarm.h" HINSTANCE MyInstance; char AlarmClass[32]="AlarmClass"; digit_index NumberOfDigits = DIGI
www.eeworm.com/read/229812/4751256

gml ismbcxdi.gml

.func _ismbcxdigit #include int _ismbcxdigit( unsigned int ch ); .funcend .desc begin The &func function tests for any multibyte hexadecimal-digit character '0' through '9' or 'A' t
www.eeworm.com/read/216502/4891256

y bc.y

%{ int *getout(); %} %right '=' %left '+' '-' %left '*' '/' '%' %right '^' %left UMINUS %term LETTER DIGIT SQRT LENGTH _IF FFF EQ %term _WHILE _FOR NE LE GE INCR DECR %term _RETURN _BREAK _DEFINE B
www.eeworm.com/read/194563/5128625

l lexer.l

SIGN [+-] DIGIT [0-9] ALPHA [a-zA-Z_] ALPHADIGIT [a-zA-Z_0-9] STRINGCHAR [^"\\] WORDCHAR [^'\\] %{ /* * File: lexer.l * Description: Lexical analyser for PROLOGIO; can be used with *
www.eeworm.com/read/194535/5131350

l lexer.l

SIGN [+-] DIGIT [0-9] ALPHA [a-zA-Z_] ALPHADIGIT [a-zA-Z_0-9] STRINGCHAR [^"\\] WORDCHAR [^'\\] %{ /* * File: lexer.l * Description: Lexical analyser for PROLOGIO; can be used with *
www.eeworm.com/read/193974/5138069

py hex_codec.py

""" Python 'hex_codec' Codec - 2-digit hex content transfer encoding Unlike most of the other codecs which target Unicode, this codec will return Python string objects for both encode and dec
www.eeworm.com/read/190666/5180539

java pr55.java

public class PR55 { // This demonstrates a bug in gcj public static void main(String[] argv){ int i = 666; System.out.println("The number "+i+" is "+ (""+i).length() +" digit
www.eeworm.com/read/190056/5190288

l lexer.l

SIGN [+-] DIGIT [0-9] ALPHA [a-zA-Z_] ALPHADIGIT [a-zA-Z_0-9] STRINGCHAR [^"\\] WORDCHAR [^'\\] %{ /* * File: lexer.l * Description: Lexical analyser for PROLOGIO; can be used with *