代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/167185/5462247
c mchgenbg.c
/*
This material contains proprietary software of Entropic Processing, Inc.
Any reproduction, distribution, or publication without the the prior
written permission of Entropic Processing, Inc
www.eeworm.com/read/167185/5462259
c wilson.c
/*
This material contains proprietary software of Entropic Processing, Inc.
Any reproduction, distribution, or publication without the the prior
written permission of Entropic Processing, Inc
www.eeworm.com/read/164931/5485704
c cnt2server.c
/*
* OpenPBS (Portable Batch System) v2.3 Software License
*
* Copyright (c) 1999-2000 Veridian Information Solutions, Inc.
* All rights reserved.
*
* ---------------------------------------
www.eeworm.com/read/158865/5593795
h elf.h
/* Definitions of target machine for GNU compiler, for DEC Alpha w/ELF.
Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
Contributed by Richard Henderson (rth@tamu.edu).
This
www.eeworm.com/read/158865/5593797
h alpha32.h
/* Definitions of target machine for GNU compiler, for DEC Alpha
running Windows/NT.
Copyright (C) 1995, 1996, 1998, 1999 Free Software Foundation, Inc.
Derived from code
Contributed b
www.eeworm.com/read/158865/5593842
h sysv4.h
/* Target definitions for GNU compiler for Intel 80860 running System V.4
Copyright (C) 1991, 1996 Free Software Foundation, Inc.
Contributed by Ron Guilmette (rfg@monkeys.com).
This file is pa
www.eeworm.com/read/158865/5593976
h c4x.h
/* Definitions of target machine for GNU compiler. TMS320C[34]x
Copyright (C) 1994-98, 1999 Free Software Foundation, Inc.
Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz)
www.eeworm.com/read/158865/5594106
h i386-interix.h
/* Target definitions for GNU compiler for Intel 80386 running Interix
Parts Copyright (C) 1991, 1999 Free Software Foundation, Inc.
Parts:
by Douglas B. Rupp (drupp@cs.washington.edu).
www.eeworm.com/read/471460/6894043
m chp4ex1.m
GMR = (exp(1)^(-0.25)*2^6*3^(6/7)*2^(6/7))^(1/7);
fprintf('GMR = %5.4fr \n', GMR)
www.eeworm.com/read/295682/8145868
c error.c
error(char *m)
{
fprintf(stderr,"line %d:%s\n",lineno,m);
exit(1);
}