代码搜索:finding
找到约 1,199 项符合「finding」的源代码
代码结果 1,199
www.eeworm.com/read/144399/12797352
m secant.m
function x = secant(fun,a,b,xtol,ftol,verbose)
% secant Secant method for finding roots of scalar f(x) = 0
%
% Synopsis: x = secant(fun,a,b)
% x = secant(fun,a,b,xtol)
% x
www.eeworm.com/read/245453/12799615
changes
Version 1.1 - 14 Aug 2006
- First public release
- Added verbose mode to display filenames as they're being hashed
- Added -d mode to make finding similar files in the same directory tree
both e
www.eeworm.com/read/312349/13612906
log lastbuild.log
[Sandcastle Help File Builder Console, version 1.6.0.3]
Build started at 06/02/2008 2:31:00 PM
Finding tools...
Found Sandcastle in 'c:\Program Files\Sandcastle\'
Validating documentation assemb
www.eeworm.com/read/489663/6323776
m kruskal.m
%
%---------------------kruskal.m---------------------
%
% Kruskal algorithm for finding minimum spanning tree
%
% Input: PV = nx3 martix. 1st and 2nd row's define the edge (2 vertices) and
www.eeworm.com/read/489663/6323777
asv kruskal.asv
%
%---------------------kruskal.m---------------------
%
% Kruskal algorithm for finding minimum spanning tree
%
% Input: PV = nx3 martix. 1st and 2nd row's define the edge (2 vertices) and
www.eeworm.com/read/494652/6359528
m pos_of_fals.m
% Demonstration of Root Finding using False Position
%
% The function is defined in the file 'fcn.m'
% function y = fcn(x)
% y = 9.8 * 68.1 * (1-exp(-10*x/68.1))/x - 40;
clear;
www.eeworm.com/read/494655/6359559
m pos_of_falses.m
% Demonstration of Root Finding using False Position
%
% The function is defined in the file 'fcn.m'
% function y = fcn(x)
% y = 9.8 * 68.1 * (1-exp(-10*x/68.1))/x - 40;
clear;
www.eeworm.com/read/490082/6458165
m falspos.m
% Demonstration of Root Finding using False Position
%
% The function is defined in the file 'fcn.m'
% function y = fcn(x)
% y = 9.8 * 68.1 * (1-exp(-10*x/68.1))/x - 40;
clear;
www.eeworm.com/read/460691/1558352
pod perlmodlib.pod
=head1 NAME
perlmodlib - constructing new Perl modules and finding existing ones
=head1 DESCRIPTION
=head1 THE PERL MODULE LIBRARY
A number of modules are included the Perl distribution.
www.eeworm.com/read/208414/4992824
h bnsieve.h
/*
* bnsieve.h - Trial division for prime finding.
*
* Copyright (C) 1995-1997 Pretty Good Privacy, Inc. All rights reserved.
*
* This is generally not intended for direct use by a user of the li