代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/301268/13862239
c rasta.c
/************************************************************************
* *
* ROUTINES IN THIS FILE:
www.eeworm.com/read/152121/5675798
c ttf2bdf.c
/*
* Copyright 2000 Computing Research Labs, New Mexico State University
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated document
www.eeworm.com/read/150763/5689154
c treesub.c
/* TREESUB.c
subroutines that operates on trees, inserted into other programs
such as baseml, basemlg, codeml, and pamp.
*/
extern char BASEs[], nBASEs[], *EquateNUC[], AAs[], BINs[];
ex
www.eeworm.com/read/148359/5716058
c imginfo.c
/*
* Copyright (c) 2001-2003 Michael David Adams.
* All rights reserved.
*/
/* __START_OF_JASPER_LICENSE__
*
* JasPer License Version 2.0
*
* Copyright (c) 1999-2000 Image Power, Inc.
* Cop
www.eeworm.com/read/148359/5716187
c jpg_dummy.c
/*
* Copyright (c) 2001-2002 Michael David Adams.
* All rights reserved.
*/
/* __START_OF_JASPER_LICENSE__
*
* JasPer License Version 2.0
*
* Copyright (c) 1999-2000 Image Power, Inc.
* Cop
www.eeworm.com/read/146056/5740340
c main.c
/* $Id: main.c,v 1.18 2005/02/10 06:47:25 alan Exp $ */
/*
* Stonith: simple test program for exercising the Stonith API code
*
* Copyright (C) 2000 Alan Robertson
*
*
* This lib
www.eeworm.com/read/144212/5753071
c pid.c
#include
main()
{
fprintf(stderr, "%d\n", getpid());
exit(0);
}
www.eeworm.com/read/133952/5896863
m test_break.m
for ii = 1:5
if ii == 3
break;
end
fprintf('ii = %d\n',ii);
end
disp(['End of loop!']);
www.eeworm.com/read/131315/5931059
c tverify.c
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Margo Seltzer.
*
* Redist
www.eeworm.com/read/131315/5936247
h svr3.h
/* svr3.h -- operating system specific defines to be used when
targeting GCC for some generic System V Release 3 system.
Copyright (C) 1991 Free Software Foundation, Inc.
Written by Ron Gu