代码搜索:Digit
找到约 4,689 项符合「Digit」的源代码
代码结果 4,689
www.eeworm.com/read/449847/7495835
readme
Maxicode_enc.1.0
Usage: maxicode_enc input_file output_file
This is program to convert ascii text files to the maxicode barcode standard.
The input file consist
www.eeworm.com/read/436341/7771326
cpp 1316.cpp
#include
int main()
{
int a[10000];
for(int i = 0; i < 10000; i++)
{
a[i] = 0;
}
int digit;
int left;
int sum = 0;
for(i = 1; i < 10000; i++)
{
digit = i % 10;
www.eeworm.com/read/136959/13351976
h bignum.h
/* BIGNUM.H
**
** Header file with definition of BigNum type for Big Number Arithmetic.
**
** Released to the public domain by Clifford Rhodes on June 15, 1995 with
** no guarantees of any sort as to
www.eeworm.com/read/136879/13356142
cpp fig16_17.cpp
// Fig. 16.17: fig16_17.cpp
// Using functions isdigit, isalpha, isalnum, and isxdigit
#include
#include
int main()
{
cout
www.eeworm.com/read/312000/13620386
h calc.tab.h
#define DIGIT 257
#define LETTER 258
#define UMINUS 259
www.eeworm.com/read/309649/13667178
h bignum.h
/* +++Date last modified: 05-Jul-1997 */
/* BIGNUM.H
**
** Header file with definition of BigNum type for Big Number Arithmetic.
**
** Released to the public domain by Clifford Rhodes on June 1
www.eeworm.com/read/302635/13830469
c calc.c
/******************************************************************************
************ LABCENTER ELECTRONICS ************
************
www.eeworm.com/read/147756/5727666
c inet_addr.c
//==========================================================================
//
// net/inet_addr.c
//
// Stand-alone IP address parsing for RedBoot
//
//=====================================
www.eeworm.com/read/147331/5732663
c __ten_mu.c
/*
* [atw] multiply 64 bit accumulator by 10 and add digit.
* The KA/CA way to do this should be to use
* a 64-bit integer internally and use "adjust" to
* convert it to float at the end of proces
www.eeworm.com/read/139291/5804930
8 rotatelogs.8
.\" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
.\" DO NOT EDIT! Generated from XML source.
.\" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
.de Sh \" Subsection
.br
.if t .Sp
.ne 5
.PP
\fB\\$1\fR
.PP
..
.de S