代码搜索:solving
找到约 630 项符合「solving」的源代码
代码结果 630
www.eeworm.com/read/417661/10981164
c sparsegeneig.c
/*
Finds a sparse rank-one approximation to a given symmetric matrix A, by solving the SDP
min_X lambda_max(A+X) : X = X', abs(X(i,j))
www.eeworm.com/read/450121/7490361
lua bisect.lua
-- bisection method for solving non-linear equations
delta=1e-6 -- tolerance
function bisect(f,a,b,fa,fb)
local c=(a+b)/2
io.write(n," c=",c," a=",a," b=",b,"\n")
if c==a or c==b or math.abs(a-b)
www.eeworm.com/read/398754/7925762
lua bisect.lua
-- bisection method for solving non-linear equations
delta=1e-6 -- tolerance
function bisect(f,a,b,fa,fb)
local c=(a+b)/2
io.write(n," c=",c," a=",a," b=",b,"\n")
if c==a or c==b or math.abs(a-b)
www.eeworm.com/read/238879/13317169
lua bisect.lua
-- bisection method for solving non-linear equations
delta=1e-6 -- tolerance
function bisect(f,a,b,fa,fb)
local c=(a+b)/2
io.write(n," c=",c," a=",a," b=",b,"\n")
if c==a or c==b or math.abs(a-b)
www.eeworm.com/read/483253/6601984
m frmnts.m
function [F1,F2, F3]=frmnts(a,srat)
% The formants are computed by solving for the roots of the LPC polynomial
%
% Copyright (c) 1998 by Philipos C. Loizou
%
global f1p f2p f3p
const=s
www.eeworm.com/read/483253/6602179
m frmnts.m
function [F1,F2, F3]=frmnts(a,srat)
% The formants are computed by solving for the roots of the LPC polynomial
%
% Copyright (c) 1998 by Philipos C. Loizou
%
global f1p f2p f3p
const=s
www.eeworm.com/read/404808/11477820
lua bisect.lua
-- bisection method for solving non-linear equations
delta=1e-6 -- tolerance
function bisect(f,a,b,fa,fb)
local c=(a+b)/2
io.write(n," c=",c," a=",a," b=",b,"\n")
if c==a or c==b or math.abs(a-b)
www.eeworm.com/read/158522/11603698
m sa_tsp1.m
%this program is written by 刘学智. Finished time is 05.1.23 16:03
%utilizing it solving TSP problem by simulating stealing algorithm
%[fval,route]=sa_tsp(d,10,0.1,.87)
%d=[0 2 1 2 0 0 1 0 1 2 1 1 1
www.eeworm.com/read/154878/11921290
lua bisect.lua
-- bisection method for solving non-linear equations
delta=1e-6 -- tolerance
function bisect(f,a,b,fa,fb)
local c=(a+b)/2
io.write(n," c=",c," a=",a," b=",b,"\n")
if c==a or c==b or math.abs(a-b)
www.eeworm.com/read/256544/11987888
lua bisect.lua
-- bisection method for solving non-linear equations
delta=1e-6 -- tolerance
function bisect(f,a,b,fa,fb)
local c=(a+b)/2
io.write(n," c=",c," a=",a," b=",b,"\n")
if c==a or c==b or math.abs(a-b)