代码搜索:solves
找到约 1,488 项符合「solves」的源代码
代码结果 1,488
www.eeworm.com/read/115704/15003405
txt d15r1.txt
Dim C2, FACTR, M, N
Private Sub Command1_Click()
'PROGRAM D15R1
'Driver for routine SHOOT
'Solves for eigenvalues of Spheroidal Harmonics. Both
'Prolate and Oblate case are handle
www.eeworm.com/read/216367/15017355
txt d15r1.txt
Dim C2, FACTR, M, N
Private Sub Command1_Click()
'PROGRAM D15R1
'Driver for routine SHOOT
'Solves for eigenvalues of Spheroidal Harmonics. Both
'Prolate and Oblate case are handle
www.eeworm.com/read/213492/15133842
m~ gnpp.m~
function [x,fval,stat] = gnpp(H,f,y,options)
% GNPP Solves Generalized Nearest Point (GNPP) problem.
%
% Synopsis:
% [x,fval,stat] = gnpp(H,f)
% [x,fval,stat] = gnpp(H,f,options)
%
% Description:
%
www.eeworm.com/read/213492/15133846
m~ gnnls.m~
function [x,fval,stat] = gnnls(H,f,options)
% GNNLS Solves Generalized Non-negative Least Squares Problem (GNNLS).
%
% Synopsis:
% [x,fval,stat] = gnnls(H,f)
% [x,fval,stat] = gnnls(H,f,options)
%
www.eeworm.com/read/212791/15149536
vtb9
% VTB9
%
% VTB9_1 solves for the natural frequencies, damping ratios,
% and mode shapes of a linear second order matrix (LSOM)
% form system. (m,d,k)
% VTB9_2 numerically integrates t
www.eeworm.com/read/233522/4667546
h vnl_rnpoly_solve.h
// This is core/vnl/algo/vnl_rnpoly_solve.h
#ifndef vnl_rnpoly_solve_h_
#define vnl_rnpoly_solve_h_
#ifdef VCL_NEEDS_PRAGMA_INTERFACE
#pragma interface
#endif
//:
// \file
// \brief Solves for
www.eeworm.com/read/209211/4982790
c mpeuclid.c
#include "os.h"
#include
// extended euclid
//
// For a and b it solves, d = gcd(a,b) and finds x and y s.t.
// ax + by = d
//
// Handbook of Applied Cryptography, Menezes et al, 1997, pg 67
www.eeworm.com/read/209211/4985616
c mpeuclid.c
#include "os.h"
#include
// extended euclid
//
// For a and b it solves, d = gcd(a,b) and finds x and y s.t.
// ax + by = d
//
// Handbook of Applied Cryptography, Menezes et al, 1997, pg 67
www.eeworm.com/read/349580/3142685
cpp main.cpp
// Copyright (C) 2007 Anders Logg and Marie Rognes.
// Licensed under the GNU LGPL Version 2.1.
//
// First added: 2007-04-20
// Last changed: 2007-05-17
//
// This demo program solves the mixed form
www.eeworm.com/read/325480/3483477
m ls_solve_w.m
function [x,f]=ls_solve_w(A, b, eta, lambda)
% [x,f]=ls_solve_w(A, b, eta, lambda)
%
% solves a weighted Least Squares problem with regularization
% G. Raetsch 1.6.98
% Copyright (c) 1998