代码搜索:Solve

找到约 3,477 项符合「Solve」的源代码

代码结果 3,477
www.eeworm.com/read/446759/7565514

c solve.c

/************************************************************************** ** ** Copyright (C) 1993 David E. Steward & Zbigniew Leyk, all rights reserved. ** ** Meschach Library ** **
www.eeworm.com/read/434450/7865962

awk solve.awk

/^#/ { print next } NF > 0 { if (start == "") start = $1 end = $1 $1 = "" l[end] = $0 } END { h[start] = start q[1] = start n = 1 m
www.eeworm.com/read/197958/7960992

m solve.m

function varargout = solve(varargin) %求各种类型方程组的解析解, %当找不到解析解时,将自动寻求原点附近的一个近似解, 并可达任意精度. %用法 % solve('方程1','方程2',...,'方程N','变量1','变量2',...,'变量M') %SOLVE Symbolic solution of algebraic equation
www.eeworm.com/read/197617/7984439

doc solve.doc

www.eeworm.com/read/297653/8005782

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/196814/8058947

m solve.m

function varargout = solve(varargin) %求各种类型方程组的解析解, %当找不到解析解时,将自动寻求原点附近的一个近似解, 并可达任意精度. %用法 % solve('方程1','方程2',...,'方程N','变量1','变量2',...,'变量M') %SOLVE Symbolic solution of algebraic equation
www.eeworm.com/read/296909/8072717

m solve.m

function [res] = solve(prob) % GPPROBLEM/SOLVE solves a geometric programming optimization problem. % % prob: gpproblem object % % get the global setting for the preferred GP solver (default is
www.eeworm.com/read/196579/8074195

h solve.h

////////////////////////////////////////////////////////////// // // solve 是求解有限元平衡方程KV=P的函数 // // jd—是存储总体刚度矩阵主对角元在一维存储ZK数组的地址的数组 // zk—是一维存储的刚度矩阵,zk[0]不用来存储,赋值为零 // Load—是存储
www.eeworm.com/read/245644/12786092

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/245644/12786212

o solve.o