代码搜索:Digit

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

代码结果 4,689
www.eeworm.com/read/143661/12852968

cpp xt6-16.cpp

#include using namespace std; int main() {char str[50],*pstr; int i,j,k,m,e10,digit,ndigit,a[10],*pa; cout
www.eeworm.com/read/244387/12869435

c digitsum.c

/* * File: digitsum.c * ---------------- * This program sums the digits in a positive integer. * The program depends on the fact that the last digit of * a integer n is given by n % 10 and the nu
www.eeworm.com/read/143459/12873831

java clock.java

// 程序:电子小时钟 // 范例文件:Clock.java import java.awt.*; import java.util.*; import java.applet.*; public class Clock extends Applet implements Runnable { int hour,minute,seco
www.eeworm.com/read/143387/12879444

tcl memleak3.tcl

#/bin/sh # \ exec `which tclsh` $0 "$@" # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you fin
www.eeworm.com/read/142389/12948119

c fet410_lcd02.c

//****************************************************************************** // MSP-FET430P410 Demo - LCD, displays numbers on static LCD // // Description "FET410_staticLCD.C": This program
www.eeworm.com/read/141969/12975117

c lex.c

#include "c.h" #include #include static char rcsid[] = "$Id: lex.c,v 1.1 2002/08/28 23:12:44 drh Exp $"; #define MAXTOKEN 32 enum { BLANK=01, NEWLINE=02, LETTER=04,
www.eeworm.com/read/328223/13040018

c syntaxanalysis.c

#include #define NONE -1 #define EOS '\0' // #define STRMAX 3000 #define SYMMAX 300 #define SIZE 3000 #define BSIZE 150 /*TERMINAL TOKEN*/ #define IF 129 #define THEN 130 #def
www.eeworm.com/read/328223/13040049

c syntaxanalysis.c

#include #include #include #include "GLOBAL.H" #define STRMAX 3000 #define SYMMAX 300 FILE *fp; char buffer[SIZE]; // 缓冲区 struct entry symtable[SYMMAX]; c
www.eeworm.com/read/140558/13075168

c fet410_lcd_02.c

//***************************************************************************** // MSP-FET430P410 Demo - LCD, Display Numbers on a Static LCD // // Description: This program displays a 3.5 digit
www.eeworm.com/read/326148/13161885

hh bigunsignedinabase.hh

/* * Matt McCutchen's Big Integer Library */ #ifndef BIGUNSIGNEDINABASE #define BIGUNSIGNEDINABASE #include "NumberlikeArray.hh" #include "BigUnsigned.hh" #include /* * A BigUnsignedInABas