代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/145248/12743371
c scc.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/144969/12758271
c bitsetv-print.c
/* Bitset vectors.
Copyright (C) 2001, 2002, 2004 Free Software Foundation, Inc.
This file is part of Bison.
Bison is free software; you can redistribute it and/or modify it under
the terms of th
www.eeworm.com/read/144969/12758930
c closure.c
/* Closures for Bison
Copyright (C) 1984, 1989, 2000, 2001, 2002, 2004 Free Software
Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
Bison is free software; you
www.eeworm.com/read/144399/12796946
m conductfit.m
function conductFit(fname)
% conductFit LS fit of conductivity data for Copper at low temperatures
%
% Synopsis: conductFit(fname)
%
% Input: fname = (optional, string) name of data file;
%
www.eeworm.com/read/144399/12796989
m xinvpxfit.m
function xinvpxfit
% xinvpxfit Least squares fit of synthetic data to y = c1/x + c2*x
% Computations from Example 9.5
%
% Synopsis: xinvpxfit
%
% Input: none
%
% Output: Curve f
www.eeworm.com/read/144399/12797261
m makehtmlindex.m
function makeHTMLindex(htmlFile,verbose)
% makeHTMLindex Creates HTML file listing contents of the NMM toolbox
%
% Synopsis: makeHTMLindex
% makeHTMLindex(htmlFile)
% make
www.eeworm.com/read/144399/12797368
m itermult.m
function [u,lambda] = iterMult(A,x,nit)
% iterMult Iterated multiplication of a vector by a matrix: u = A*A*...*A*x
%
% Synopsis: u = iterMult(A,x,nit)
% [u,lambda] = iterMul
www.eeworm.com/read/144399/12797440
m gepivshow.m
function x = GEPivShow(A,b,ptol)
% GEPivShow Show steps in Gauss elimination with partial pivoting and
% back substitution
%
% Synopsis: x = GEPivShow(A,b)
% x = GEPivShow
www.eeworm.com/read/331644/12816983
cpp hopfieldtst.cpp
#include
#include
# include
# include
# include
# include
# define N 12
# define NN N*N
# define G(x) ((1.0+ tanh(x/u0))/2.0) /* th
www.eeworm.com/read/244800/12842871
m jdqz.m
function varargout=jdqz(varargin)
%JDQZ computes a partial generalized Schur decomposition (or QZ
% decomposition) of a pair of square matrices or operators.
%
% LAMBDA=JDQZ(A,B) and JDQZ(A,B) ret