代码搜索:solving
找到约 630 项符合「solving」的源代码
代码结果 630
www.eeworm.com/read/114456/15052839
m yuwa.m
function [arp] = yuwa(ACF);
% use DURLEV.M, this function will be refused in future versions
%
% function [arp] = yuwa(ACF);
% estimates AR(p) model parameter by solving the
% Yule-Walker equati
www.eeworm.com/read/206633/15292756
c 根据王小云教授的算法写的md5碰撞的程序.c
/* MD5 Collision Generator by Patrick Stach
* Implementation of paper by Xiaoyun Wang, et all.
*
* A few optimizations to make the solving method a bit more deterministic
*
www.eeworm.com/read/349580/3142495
tex nonlinearsolver.tex
\chapter{Nonlinear solver}
\index{nonlinear solver}
\dolfin{} provides tools for solving nonlinear equations of the form
\begin{equation}
F(u) = 0,
\end{equation}
where $F: \mathbb{R}^{n} \rightar
www.eeworm.com/read/407519/2261975
cpp main.cpp
// Copyright (C) 2008 Anders Logg.
// Licensed under the GNU LGPL Version 2.1.
//
// Simple test program for solving a singular system
// with GMRES + AMG (PETSc + Hypre BoomerAMG)
//
// This system h
www.eeworm.com/read/407519/2262795
tex nonlinearsolver.tex
\chapter{Nonlinear solver}
\index{nonlinear solver}
\dolfin{} provides tools for solving nonlinear equations of the form
\begin{equation}
F(u) = 0,
\end{equation}
where $F: \mathbb{R}^{n} \rightar
www.eeworm.com/read/472820/6858412
c md5coll.c
/* MD5 Collision Generator by Patrick Stach
* Implementation of paper by Xiaoyun Wang, et all.
*
* A few optimizations to make the solving method a bit more deterministic
www.eeworm.com/read/202486/15381804
cpp pr0312.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 3.12 on page 51
// Solving quadratic equations
#include // defines the sqrt() f
www.eeworm.com/read/392017/8367265
m find_params.m
function out=find_params(TFS,HS)
% function out=find_params(TFS,HS)
%
% This function solves (if possible) the values for symbolic parameters in HS.
% Basicly this function is about solving a syst
www.eeworm.com/read/287644/8676974
txt meshless_mlpg.txt
% MLPG1D - A PROGRAM FOR SOLVING 1D ELASTOSTATIC PROBLEM: A BAR OF UNIT LENGTH SUBJECTED TO
% LINEAR BODY FORCE. THE LEFT END OF THE BAR IS FIXED AND THE RIGHT FREE.
% THE ANALYT
www.eeworm.com/read/431224/8696229
gms fm_gams.gms
$title GAMS/PSAT interface for solving the electricty market problem
$onempty
$offlisting
$offupper
$if exist psatglobs.gms $include psatglobs.gms
set B /1*%nBus%/,
L /1*%nLine%/,
G