代码搜索:Digit

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

代码结果 4,689
www.eeworm.com/read/367752/9733862

h grid_obj.h

#ifndef GRID_OBJ_H #define GRID_OBJ_H typedef struct { int digit; char string[DIGITS_IN_YEAR + 1]; } year_info; typedef struct { GRID_P ptr; BOOLEAN packed; int color_bits; i
www.eeworm.com/read/266312/11232327

txt 求平方.txt

data segment string db 'Input a number $' errstr db 0dh,0ah,'Error! Please input two digit!',0dh,0ah,'$' resstr db 0dh,0ah,'The square is $' data ends ;****
www.eeworm.com/read/432780/8573789

ho heekbd.ho

/******************************************************************************/ /* SCCS: %Z% Name: %M% Date US: %G% %U% Ver.: %I% */ /***************************************************************
www.eeworm.com/read/388569/8600674

cpp 1060b.cpp

/* 1060b Leftmost Digit Time Limit : 1000 ms Memory Limit : 32768 K Output Limit : 1024 K 0 MS 364 KB 425 B GUN C++ */ #include #include #define e 2.7182818284590453
www.eeworm.com/read/377104/9295337

txt 3x5.txt

/* font base name is "3x5" */ /* total font glyph width = 178 */ /* digit width = 3 */ /* largest width = 5 */ static const uint dyAscentFont3x5 = 5; static const uint dyDescentFont3x5 = 0; st
www.eeworm.com/read/377104/9295344

txt 5x9.txt

/* font base name is "5x9" */ /* total font glyph width = 391 */ /* digit width = 5 */ /* largest width = 5 */ static const uint dyAscentFont5x9 = 7; static const uint dyDescentFont5x9 = 2; st
www.eeworm.com/read/374506/9401501

h nntp.h

/* * Response codes for NNTP server * * @(#)nntp.h 1.7 (Berkeley) 1/11/88 * * First digit: * * 1xx Informative message * 2xx Command ok * 3xx Command ok so far, continue * 4xx Command was co
www.eeworm.com/read/160757/10501353

hlink.l.0

/* * hlink.l -- Function for detecting hyper links in html file. * Created: Xie Han, net lab of Peking University. */ blank [ \t\r\n] cdata [A-Za-z][A-Za-z0-9\-_:.]* hex {digit
www.eeworm.com/read/160757/10501361

bak hlink.l.bak

/* * hlink.l -- Function for detecting hyper links in html file. * Created: Xie Han, net lab of Peking University. */ blank [ \t\r\n] cdata [A-Za-z][A-Za-z0-9\-_:.]* hex {digit
www.eeworm.com/read/160757/10501365

l hlink.l

/* * hlink.l -- Function for detecting hyper links in html file. * Created: Xie Han, net lab of Peking University. */ blank [ \t\r\n] cdata [A-Za-z][A-Za-z0-9\-_:.]* hex {digit}