代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/309785/13664489
c out5.c
#include "cbox5.h"
void Out5(Xm,Ym,Bc,F,Xi,Yi,u,q1,q2)
float Xm[101],Ym[101],Bc[101],F[101],Xi[21],Yi[21];
float u[21],q1[21],q2[21];
{
FILE *outfile;
int i,j,k;
outfile = fopen(outname,"a");
www.eeworm.com/read/309785/13664524
c out1.c
#include "cbox1.h"
void Out1(Xm,Ym,Bc,F,Xi,Yi,u,q1,q2)
float Xm[101],Ym[101],Bc[101],F[101],Xi[21],Yi[21];
float u[21],q1[21],q2[21];
{
FILE *outfile;
int i,j,k;
outfile = fopen(outname,"a"
www.eeworm.com/read/309649/13667146
c trim.c
/* +++Date last modified: 05-Jul-1997 */
/*
** TRIM.C - Remove leading, trailing, & excess embedded spaces
**
** public domain by Bob Stout & Michael Dehlwes
*/
#include
#includ
www.eeworm.com/read/309649/13667431
out dspdtst.out
+++Date last modified: 05-Jul-1997
Results of running DSPDTST.EXE in small model on my machine (486 DX/50,
Trident SVGA, IBM-PC/DOS 7, running Stacker and Golden Bow's Vcache disk
cache) using al
www.eeworm.com/read/309649/13667434
c xtest.c
/* +++Date last modified: 05-Jul-1997 */
#include
#include "xfile.h"
#ifdef __WATCOMC__
#pragma off (unreferenced);
#endif
#ifdef __TURBOC__
#pragma argsused
#endif
int main
www.eeworm.com/read/309240/13678047
m main.m
function main( what, expnum )
%
% SYNTAX:
% main( what, expnum );
%
% what - 'learn' or 'show'
% expnum - experiment number code (specifies data, algorithm, params)
%
global imloadfun
www.eeworm.com/read/309240/13678051
m nmfsc.m
function [W,H] = nmfsc( V, rdim, sW, sH, fname, showflag )
% nmfsc - non-negative matrix factorization with sparseness constraints
%
% SYNTAX:
% [W,H] = nmfsc( V, rdim, sW, sH, fname, showflag );
%
%
www.eeworm.com/read/309215/13678782
c util.c
#include "globals.h"
#include "util.h"
void printToken( TokenType token, const char* tokenString )
{ switch (token)
{ case IF:
case THEN:
case ELSE:
case END:
www.eeworm.com/read/309089/13682548
m state_est.m
function [V, converged, i] = state_est(branch, Ybus, Yf, Yt, Sbus, V0, ref, pv, pq, mpopt)
%STATE_EST Solves a state estimation problem.
% [V, converged, i] = state_est(branch, Ybus, Yf, Yt, Sbus,
www.eeworm.com/read/308787/13692056
m twologons.m
% create a movie (or play it) showing the interferences
% between two logons
% F. Auger, oct 1999
% Copyright (c) CNRS - France 1999.
%
% ------------------- CONFIDENTIAL PROGRAM ------------