代码搜索:fprintf

找到约 10,000 项符合「fprintf」的源代码

代码结果 10,000
www.eeworm.com/read/289562/7805703

c getlogin.c

#include "apue.h" int main(void) { FILE *fp; char *p; daemonize("getlog"); p = getlogin(); fp = fopen("/tmp/getlog.out", "w"); if (fp != NULL) { if (p == NULL) fprintf(fp, "no login name\
www.eeworm.com/read/289562/7805828

8 fig1.8

#include "apue.h" #include int main(int argc, char *argv[]) { fprintf(stderr, "EACCES: %s\n", strerror(EACCES)); errno = ENOENT; perror(argv[0]); exit(0); }
www.eeworm.com/read/208744/7809194

cpp odhtmeridian.cpp

/****************************************************************************** Meridian prototype distribution Copyright (C) 2005 Bernard Wong This program is free software; you can redistribute it
www.eeworm.com/read/208744/7809211

cpp demomeridian.cpp

/****************************************************************************** Meridian prototype distribution Copyright (C) 2005 Bernard Wong This program is free software; you can redistribute it
www.eeworm.com/read/251325/7809430

c chm_http.c

/* $Id: chm_http.c,v 1.7 2002/10/08 03:43:33 jedwin Exp $ */ /*************************************************************************** * chm_http.c - CHM archive test driver
www.eeworm.com/read/253013/7809991

h implement.h

#include "head.h" /*..................................函数说明........................................*/ void readme(); //操作说明 void readoneline( FILE *fp,Student A
www.eeworm.com/read/199955/7814149

c phlayer.c

/*************************************************************************** phlayer.c - physical layer ------------------- begin
www.eeworm.com/read/199851/7818449

m kineticsest_ident1.m

function KineticsEst_Ident1 % 对例7-4的模型进行参数估计,并判断该模型是否适定 % % Author: HUANG Huajiang % Copyright 2003 UNILAB Research Center, % East China University of Science and Technology, Shanghai, PRC
www.eeworm.com/read/199851/7818451

m kineticsest2.m

function KineticsEst2 % 动力学参数估计 % % Author: HUANG Huajiang % Copyright 2003 UNILAB Research Center, % East China University of Science and Technology, Shanghai, PRC % $Revision: 1.0 $
www.eeworm.com/read/199851/7818469

m kineticsest4.m

function KineticsEst4 % 一氧化氮催化还原反应的动力学参数估计 % % Author: HUANG Huajiang % Copyright 2003 UNILAB Research Center, % East China University of Science and Technology, Shanghai, PRC % $Revisi