代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/140700/13066251
txt alg074.txt
> restart;
> # ITERATIVE REFINEMENT ALGORITHM 7.4
> #
> # To approximate the solution to the linear system Ax=b when A is
> # suspected to be ill-conditioned:
> #
> # INPUT: The number of equat
www.eeworm.com/read/140700/13066332
txt alg096.txt
> restart;
> # QR ALGORITHM 9.6
> #
> # To obtain the eigenvalues of a symmetric, tridiagonal n by n matrix
> #
> # a(1) b(2)
> # b(2) a(2) b(3)
> # . .
www.eeworm.com/read/140700/13066341
txt alg075.txt
> restart;
> # CONJUGATE GRADIENT ALGORITHM 7.5
> #
> # To solve Ax = b given the preconditioning matrix C inverse
> # and an initial approximation
> # x(0):
> #
> # INPUT: the number of equa
www.eeworm.com/read/140700/13066343
txt alg125.txt
> restart;
> # Finite Element Algorithm 12.5
> #
> # To approximate the solution to an elliptic partial-differential
> # equation subject to Dirichlet, mixed, or Neumann boundary
> # conditions:
www.eeworm.com/read/140700/13066358
txt alg082.txt
> restart;
> # 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
www.eeworm.com/read/309785/13664567
c be1.c
/*[ Program Be1 ]*/
#include"cbox1.h"
main()
{float X[102],Y[102],Xm[101],Ym[101],Bc[101],F[101],Xi[21],Yi[21],u[21];
float q1[21],q2[21],G[100][100],H[100][100],D;
int Code[101],Dim;
/*[ Dim is a
www.eeworm.com/read/308602/13698864
m e0805.m
clear;
for ii = 1:3
for jj = 1:3
product = ii * jj;
fprintf('%d * %d = %d\n',ii,jj,product);
end
end
www.eeworm.com/read/303498/13814205
m e0805.m
clear;
for ii = 1:3
for jj = 1:3
product = ii * jj;
fprintf('%d * %d = %d\n',ii,jj,product);
end
end
www.eeworm.com/read/131315/5936283
h vax-vms.h
/* Output variables, constants and external declarations, for GNU compiler.
Copyright (C) 1988 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistr
www.eeworm.com/read/131315/5936410
h att386.h
/* Definitions for AT&T assembler syntax for the Intel 80386.
Copyright (C) 1988 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/o