代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/386253/8760205

m alg034.m

% NATURAL CUBIC SPLINE ALGORITHM 3.4 % % To construct the cubic spline interpolant S for the function f, % defined at the numbers x(0) < x(1) < ... < x(n), sat
www.eeworm.com/read/386253/8760207

m alg082.m

% CHEBYSHEV RATIONAL APPROXIMATION ALGORITHM 8.2 % % To obtain the rational approximation % % rT(x) = (p0*T0 + p1*T1 +...+ pn*Tn) / (q0*T0 + q1*T1 +...+ qm*Tm) % % for a given function f(x): %
www.eeworm.com/read/386253/8760208

m alg124.m

% WAVE EQUATION FINITE-DIFFERENCE ALGORITHM 12.4 % % To approximate the solution to the wave equation: % subject to the boundary conditions % u(0,t) = u(l,t) = 0, 0 < t < T = max t %
www.eeworm.com/read/386253/8760214

m alg057.m

% RUNGE-KUTTA FOR SYSTEMS OF DIFFERENTIAL EQUATIONS ALGORITHM 5.7 % % TO APPROXIMATE THE SOLUTION OF THE MTH-ORDER SYSTEM OF FIRST- % ORDER INITIAL-VALUE PROBLEMS % UJ' = FJ( T, U1, U2,
www.eeworm.com/read/386206/8761409

cpp 5_1_1.cpp

#include #define MMM 20 void main(void) { int n,c,i,nc,k; //n为元素个数,c为给定的子集和,nc为当前的子集和 int A[MMM],flag[MMM]; int FLAG; FILE *fp1,*fp2; if((fp1=fopen("input.tx
www.eeworm.com/read/385451/8804557

m sceset.m

function OPTIONS = SCESET(varargin) %SCESET Create/alter particle swarm optimization (SCE) OPTIONS structure. % OPTIONS = SCESET('PARAM1',VALUE1,'PARAM2',VALUE2,...) creates an % optimization opti
www.eeworm.com/read/384944/8827751

m rocdemo.m

% % ROCDEMO - demonstrate use of ROC tools % % An ROC (receiver operator characteristic) curve is a plot of the true % positive rate as a function of the false positive rate of a classifier %
www.eeworm.com/read/285564/8831620

c open_file.c

#include #include #include #include static char vcid[] = "$Id: open_file.c,v 3.2.2.1 2004/05/06 20:25:57 tbohn Exp $"; FILE *open_file(char string[],char t
www.eeworm.com/read/187342/8832309

c main_u.c

/* * main_u.c * * Released under GPL * * Copyright (C) 1998-2004 A.J. van Os * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Pu
www.eeworm.com/read/187283/8835531

h tm-alliant.h

/* Definitions of target machine for GNU compiler. Alliant FX version. Copyright (C) 1989 Free Software Foundation, Inc. Adapted from tm-m68k.h by Paul Petersen (petersen@uicsrd.csrd.uiuc.edu)