代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/140697/13067016
m alg023.m
% NEWTON-RAPHSON ALGORITHM 2.3
%
% To find a solution to f(x) = 0 given an
% initial approximation p0:
%
% INPUT: initial approximation p0; tolerance TOL;
% maxi
www.eeworm.com/read/140697/13067091
m alg051.m
% EULER'S ALGORITHM 5.1
%
% TO APPROXIMATE THE SOLUTION OF THE INITIAL VALUE PROBLEM:
% Y' = F(T,Y), A
www.eeworm.com/read/140697/13067099
m alg022.m
% FIXED-POINT ALGORITHM 2.2
%
% To find a solution to p = g(p) given an
% initial approximation p0
%
% INPUT: initial approximation p0; tolerance TOL;
% maximum number of iterati
www.eeworm.com/read/140697/13067100
m alg041.m
% SIMPSON'S COMPOSITE ALGORITHM 4.1
%
% To approximate I = integral ( ( f(x) dx ) ) from a to b:
%
% INPUT: endpoints a, b; even positive integer n.
%
% OUTPUT: approximation XI to I.
www.eeworm.com/read/140697/13067110
m alg111.m
% LINEAR SHOOTING ALGORITHM 11.1
%
% To approximate the solution of the boundary-value problem
%
% -Y'' + P(X)Y' + Q(X)Y + R(X) = 0, A
www.eeworm.com/read/140697/13067119
m alg026.m
% STEFFENSEN'S ALGORITHM 2.6
%
% To find a solution to g(x) = x
% given an initial approximation p0:
%
% INPUT: initial approximation p0; tolerance TOL;
% maximum number of ite
www.eeworm.com/read/140681/13067985
m savetrace.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Copyright (c) __year__ Ericsson Telecommunicatie B.V.
% All rights reserved.
%
% Redistribution and use in
www.eeworm.com/read/242248/13085718
cpp sga.cpp
#include "StdAfx.h"
#include
#include
#include
#include
//#include
#include
#include
//#include "graph.c"
/*Globl
www.eeworm.com/read/140309/13088892
c mdemo.c
/*
MDEMO.C - MD2/MD4/MD5 Hash Demo Application.
Copyright (c) J.S.A.Kapp 1994.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
This is a Demo program, which is part of RSAEURO
www.eeworm.com/read/327242/13092635
c compacc.c
/* copyright (c) 1996, 1997, 1998, 1999 William R. Pearson and the
U. of Virginia */
/* $Name: fa35_03_06 $ - $Id: compacc.c,v 1.70 2008/01/11 16:19:01 wrp Exp $ */
/* Concurrent read version */