代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/365090/9879782
m cg_test.m
%cg_test CG convergence demo
% IFISS scriptfile: AR; 30 March 2005.
% Copyright (c) 2005 D.J. Silvester, H.C. Elman, A. Ramage
% matrix dimension
N=100;
% select problem
matno=default(
www.eeworm.com/read/365074/9880215
c exprtest.c
#include "cmm.h"
#include
#include
void declaration(void);
int main(int argc, char *argv[])
{
Tree e;
if(argc != 2) {
fprintf(stderr, "usage: %s file\n",argv[0]);
exit(1);
www.eeworm.com/read/365029/9881366
cpp treefrommsa.cpp
#include "muscle.h"
#include "msa.h"
#include "tree.h"
#include "clust.h"
#include "clustsetmsa.h"
#include "distcalc.h"
static void SaveMSADist(const MSA &msa, MSADist &d, const char *FileNam
www.eeworm.com/read/169081/9881511
c psdpng.c
/*
Copyright (c) 2003-2004, Mark Borgerding
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions
www.eeworm.com/read/364985/9884511
m display.m
function display(q,ki,kj)
%QUEUE\DISPLAY command window display of a queue object.
% 调用格式
% display(q) 笼统显示整个队列
% display(q,ki) 单下标法显示具体队列元素的内容
% display(q,ki,kj) 双下标法显示具体队列元素的内容
if nargin==
www.eeworm.com/read/364932/9886989
c testerror.c
#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/364932/9887020
13 figc.13
#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/364932/9887037
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/364932/9887256
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/168924/9887990
c mark.c
#include
#include "main.h"
#include "mark.h"
/**************************************************************************
*
* ROUTINE
* mark
*
* FUNCTION
*
*