代码搜索:Digit
找到约 4,689 项符合「Digit」的源代码
代码结果 4,689
www.eeworm.com/read/131315/5940317
c rcsmap.c
/* RCS map of character types */
/* Copyright (C) 1982, 1988, 1989 Walter Tichy
Copyright 1990, 1991 by Paul Eggert
Distributed under license by the Free Software Foundation, Inc.
This file is
www.eeworm.com/read/131315/5943992
c decode.c
/*
* Copyright (c) 1988 Mark Nudleman
* Copyright (c) 1988, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with o
www.eeworm.com/read/125688/6027001
c i16_writehex.c
/*
* Copyright (c) 1994-1995, 1998 University of Utah and the Flux Group.
* All rights reserved.
*
* This file is part of the Flux OSKit. The OSKit is free software, also known
* as "open sourc
www.eeworm.com/read/124347/6052106
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/123301/6061778
l lexer.l
%{
/************************************************************
lexer.l
Lexical analyser for the multiple instance example. Note
that the lexical analyser now recognises illegal characters
on th
www.eeworm.com/read/121089/6069927
asm ifout.asm
TITLE IFOUT - Integer Free-format numeric output
;***
; IFOUT - Integer Free-format numeric output
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
; Integer only versions of the rout
www.eeworm.com/read/116006/6114996
c fcvt.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// This source code is licensed under Microsoft Shared Source License
// Version 1.0 for Windows CE.
// For a copy of the l
www.eeworm.com/read/114609/6123682
java httpparser.java
// HttpParser.java
// $Id: HttpParser.java,v 1.15 2003/07/01 14:13:43 ylafon Exp $$
// (c) COPYRIGHT MIT and INRIA, 1996.
// Please first read the full copyright statement in file COPYRIGHT.html
pack
www.eeworm.com/read/113030/6142301
cpp digits.cpp
// Chapter 1 of C++ How to Program
// digits.cpp
#include
using std::cout;
using std::cin;
using std::endl;
int main()
{
int number;
cout
www.eeworm.com/read/101082/6240692
s dtoa.s
/* --------------------------------------------------- */
/* | Copyright (c) 1986 MIPS Computer Systems, Inc. | */
/* | All Rights Reserved. | */
/* -----------------------