代码搜索:Solver
找到约 5,733 项符合「Solver」的源代码
代码结果 5,733
www.eeworm.com/read/384565/8860358
cpp detest.cpp
// Differential Evolution Test Program
// Based on algorithms developed by Dr. Rainer Storn & Kenneth Price
// Written By: Lester E. Godwin
// PushCorp, Inc.
// Dallas, Tex
www.eeworm.com/read/184463/9099824
cpp dxyz.cpp
#include
using namespace std;
#include "Plate.h"
//---------------------------------------------------------------------------
double* TPlate::Cal_DXYZ(){
int m = 0;
www.eeworm.com/read/463474/7180267
m m_odephas2.m
function status = m_odephas2(t,y,flag)
%ODEPHAS2 2-D phase plane ODE output function.
% When the string 'odephas2' is passed to an ODE solver as the 'OutputFcn'
% property, i.e. options = odese
www.eeworm.com/read/460435/7251267
cpp detest.cpp
// Differential Evolution Test Program
// Based on algorithms developed by Dr. Rainer Storn & Kenneth Price
// Written By: Lester E. Godwin
// PushCorp, Inc.
// Dallas, Tex
www.eeworm.com/read/453199/7424720
txt readme_versions.txt
c_jacobi01.c -> Jacobi solver - OpenMP version, two parallel regions with one parallel loop each, the naive approach.
c_jacobi02.c -> Jacobi solver - OpenMP version, 2 parallel loops in one parallel
www.eeworm.com/read/324350/13269916
cpp pgm14_03.cpp
//
// This file contains the C++ code from Program 14.3 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998
www.eeworm.com/read/312163/13617512
m minball.m
function model = minball(X,options)
% MINBALL Minimal enclosing ball in kernel feature space.
%
% Synopsis:
% model = minball(X)
% model = minball(X,options)
%
% Description:
% It computes center
www.eeworm.com/read/492033/6430513
h epsolver.h
#ifndef EPSOLVER_H
#define EPSOLVER_H
#include
void solve_epressure (); ///< main computation function for earth pressure problem type
void epressure_solver (long lcid); ///< function co
www.eeworm.com/read/156983/11748283
cpp detest.cpp
// Differential Evolution Test Program
// Based on algorithms developed by Dr. Rainer Storn & Kenneth Price
// Written By: Lester E. Godwin
// PushCorp, Inc.
// Dallas, Tex
www.eeworm.com/read/256510/11992716
cpp pgm14_03.cpp
//
// This file contains the C++ code from Program 14.3 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998