代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/100601/6267152
c checkcert.c
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
www.eeworm.com/read/100601/6267364
make-logtab
#!/usr/linguist/bin/perl
#
# make-logtab
#
# Generate a table of logarithms of 2 in various bases, for use in
# estimating the output sizes of various bases.
#
## The contents of this file are subjec
www.eeworm.com/read/100601/6267372
c mptest-8.c
/*
* Simple test driver for MPI library
*
* Test 8: Probabilistic primality tester
*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you ma
www.eeworm.com/read/100601/6267444
c primegen.c
/*
* primegen.c
*
* Generates random integers which are prime with a high degree of
* probability using the Miller-Rabin probabilistic primality testing
* algorithm.
*
* Usage:
* primegen
www.eeworm.com/read/100601/6267452
make-test-arrays
#!/usr/linguist/bin/perl
#
# make-test-arrays
#
# Given a test-arrays file, which specifies the test suite names, the
# names of the functions which perform those test suites, and
# descriptive comme
www.eeworm.com/read/100285/6271398
h execdebug.h
/*-------------------------------------------------------------------------
*
* execdebug.h
* #defines governing debugging behaviour in the executor
*
*
* Copyright (c) 1994, Regents of the Un
www.eeworm.com/read/100206/6273261
c setlastsector.c
#include
#include "../nsrHdrs/nsr.h"
#include
#include
#include
#include
#include
#include
#include
#
www.eeworm.com/read/100206/6273272
c chkudf.c
#include
#include
#include
#include
#include
#include
#include
#include "../nsrHdrs/nsr.h"
#include "chkudf.h"
#include "
www.eeworm.com/read/100039/6276029
awk shlibname.awk
BEGIN {
FS = ".";
MAJOR = 0;
MINOR = 0;
CUSTOM = 0;
}
NF MAJOR)
MAJOR = $3;
if ($4 > MINOR)
MINOR = $4;
if ($5 > CUSTOM)
CUSTOM = $5;
}
END {
CUSTOM = CUSTOM + 1;
prin
www.eeworm.com/read/417048/6281246
c id3_proto.c
/*
* FILE: id3.c
*
* Author: Andrew Colin
*
* DISCLAIMER: No liability is assumed by the author for any use made
* of this program.
*
* DISTRIBUTION: Any use may be made of this program, as lo