代码搜索:Digit
找到约 4,689 项符合「Digit」的源代码
代码结果 4,689
www.eeworm.com/read/152429/5673925
java pdfbarcode.java
/*
* $Id: PdfBarcode.java,v 1.3 2001/12/10 13:53:21 blowagie Exp $
* $Name: $
*
* Copyright 2001 by Bruno Lowagie.
*
* This library is free software; you can redistribute it and/or modify
www.eeworm.com/read/150583/5690514
c inet_addr.c
//==========================================================================
//
// net/inet_addr.c
//
// Stand-alone IP address parsing for RedBoot
//
//=====================================
www.eeworm.com/read/148721/5709511
c lex.c
#include "c.h"
#include
#include
#define MAXTOKEN 32
enum { BLANK=01, NEWLINE=02, LETTER=04,
DIGIT=010, HEX=020, OTHER=040 };
static unsigned char map[256]
www.eeworm.com/read/147331/5732658
c a64l.c
/*
FUNCTION
,---convert between radix-64 ascii string and long
INDEX
a64l
INDEX
l64a
ANSI_SYNOPSIS
#include
long a64l(const char *);
www.eeworm.com/read/144212/5752893
bash isnum.bash
#From: jrmartin@rainey.blueneptune.com (James R. Martin)
#Newsgroups: comp.unix.shell
#Subject: Re: testing user input on numeric or character value
#Date: 26 Nov 1997 01:28:43 GMT
# isnum returns Tr
www.eeworm.com/read/136812/5857097
c strtol.c
#if !defined(lint) && defined(SCCSIDS)
static char sccsid[] = "@(#)strtol.c 1.1 92/07/30 SMI"; /* from S5R2 2.1 */
#endif
/*LINTLIBRARY*/
#include
#define DIGIT(x) (isdigit(x) ? (x) - '0' :
www.eeworm.com/read/136812/5857508
h doprnt.h
/* @(#)doprnt.h 1.1 92/07/30 SMI */
/* Maximum number of digits in any integer (long) representation */
#define MAXDIGS 11
/* Convert a digit character to the corresponding number */
#define tonumbe
www.eeworm.com/read/136150/5873296
c lex.c
/*
* This work is derived from the original src/lex.c file in the
* lcc4.1 distribution. See the CPYRIGHT file.
*
* Portions copyright (C) 1999, 2000, Gray Research LLC. All rights reserved.
www.eeworm.com/read/132747/5910668
c i16_writehex.c
/*
* Copyright (c) 1995-1994 The University of Utah and
* the Computer Systems Laboratory at the University of Utah (CSL).
* All rights reserved.
*
* Permission to use, copy, modify and distribu
www.eeworm.com/read/132069/5924150
h localrep.h
/* ***** BEGIN LICENSE BLOCK *****
* Version: RCSL 1.0/RPSL 1.0
*
* Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved.
*
* The contents of this file, and the