代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/137366/13326156
c ferror.c
#include
#include
void main (int argc, char *argv[])
{
FILE *fp;
char line[256];
if (fp = fopen(argv[1], "r"))
{
while (fgets(line, sizeof(lin
www.eeworm.com/read/238779/13326336
m tffilter.m
function y = tffilter(tfr,x,t,trace);
%TFFILTER Time frequency filtering of a signal.
% Y=TFFILTER(TFR,X,T,TRACE) filters the signal X
% with a non stationary filter.
%
%
% X : inpu
www.eeworm.com/read/137364/13326580
c kdd2.c
/* Scalable K-means clustering software
Copyright (C) 2000 Fredrik Farnstrom and James Lewis
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Genera
www.eeworm.com/read/137310/13331174
cpp rtcp.cpp
/**********
This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either versio
www.eeworm.com/read/137304/13331667
c testscan.c
#include
#include
//下面定义保留,为简化程序,使用字符指针数组保存所有保留字。
//如果想增加保留字,可继续添加,并修改保留字数目
#define keywordSum 8
char *keyword[keywordSum]={ "if","else","for","while","do","int","read","writ
www.eeworm.com/read/137285/13334917
c var_usg.c
DNT; fprintf( fp, "-nnn n (number to train on )", nc->train_n);
DNT; fprintf( fp, "-nnin nninfile (weights from (instead of default))", nc->infile);
DNT; f
www.eeworm.com/read/137285/13334959
c codemod_var_usg.c
NLNE; printf(" This program inspects alist matrices, reporting on \n") ;
NLNE; printf(" undesirable topological structures in them. \n") ;
NLNE; printf(" It also deletes columns from the matrix to
www.eeworm.com/read/137285/13334977
c code5_var_usg.c
DNT; fprintf( fp, "-transpose tra (whether to transpose A when writing it)", dc->transpose);
DNT; fprintf( fp, "-cheap c (don't make inverse, go direct to ali
www.eeworm.com/read/323582/13335037
c icc2ps.c
//
// Little cms
// Copyright (C) 1998-2003 Marti Maria
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (th
www.eeworm.com/read/137285/13335085
c gauss_elim.c
/* My gauss_elim routines */
typedef struct {
unsigned char **m ; /* the matrix (this copy gets munged */
unsigned char **mo; /* original copy -- unchanged, except by the
modify_cmatrix