代码搜索:Solve
找到约 3,477 项符合「Solve」的源代码
代码结果 3,477
www.eeworm.com/read/386625/8734601
m solve.m
%SOLVE Solve a linear system.
%
% [X,RESIDS,ITS] = SOLVE(A,B,X0,RTOL,PRTOL,MAX_IT,MAX_TIME,MAX_MFLOP,...
% RESTART) applies a solver defined by "solver_flag", with the given
% t
www.eeworm.com/read/184067/9123911
m solve.m
function varargout = solve(varargin)
%求各种类型方程组的解析解,
%当找不到解析解时,将自动寻求原点附近的一个近似解, 并可达任意精度.
%用法
% solve('方程1','方程2',...,'方程N','变量1','变量2',...,'变量M')
%SOLVE Symbolic solution of algebraic equation
www.eeworm.com/read/183805/9137604
c solve.c
/* GNU Chess 5.0 - solve.c - position solving code
Copyright (c) 1999-2002 Free Software Foundation, Inc.
GNU Chess is based on the two research programs
Cobalt by Chua Kong-Sian and Ga
www.eeworm.com/read/373142/9474507
c solve.c
#include
#include "lpkit.h"
#include "lpglob.h"
#include "debug.h"
/* Globals used by solver */
static short JustInverted;
static short Status;
static short Doiter;
static short D
www.eeworm.com/read/366687/9803808
c solve.c
#include
#include "lpkit.h"
#include "lpglob.h"
#include "debug.h"
/* Globals used by solver */
static short JustInverted;
static short Status;
static short Doiter;
static short DoInvert;
www.eeworm.com/read/366687/9803886
o solve.o
www.eeworm.com/read/366687/9803889
lp_solve
www.eeworm.com/read/366687/9803994
lp_solve
www.eeworm.com/read/366301/9821497
m solve.m
a=[1.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0
www.eeworm.com/read/364809/9894153