代码搜索:solves

找到约 1,488 项符合「solves」的源代码

代码结果 1,488
www.eeworm.com/read/263959/11335462

m simul.m

% Script file: simul.m % % Purpose: % This program solves a system of 8 linear equations in 8 % unknowns (a*x = b), using both full and sparse matrices. % % Record of revisions: %
www.eeworm.com/read/263959/11335513

m simul.m

% Script file: simul.m % % Purpose: % This program solves a system of 8 linear equations in 8 % unknowns (a*x = b), using both full and sparse matrices. % % Record of revisions: %
www.eeworm.com/read/346391/11751485

m as.m

% AS.m %This program solves Quadratic Programming by using Active Set algorithm. %n=input('Enter the dimension number of the variable: n= ') %ME=input('Enter the number of the equality constrain
www.eeworm.com/read/130631/14180339

c hanoi.c

/* * Towers of Hanoi * * This program solves the "Towers of Hanoi" problem, which is to move a stack * of different sized rings from one of three towers to another. Only one ring * may be mo
www.eeworm.com/read/128477/14294498

m simul.m

% Script file: simul.m % % Purpose: % This program solves a system of 8 linear equations in 8 % unknowns (a*x = b), using both full and sparse matrices. % % Record of revisions: %
www.eeworm.com/read/128477/14294535

m simul.m

% Script file: simul.m % % Purpose: % This program solves a system of 8 linear equations in 8 % unknowns (a*x = b), using both full and sparse matrices. % % Record of revisions: %
www.eeworm.com/read/124397/14569762

m durbin.m

function [a,xi,kappa] = durbin(r,M) % durbin --> Levinson-Durbin Recursion. % % % [a,xi,kappa] = durbin(r,M) % % % The function solves the Toeplitz system of equation
www.eeworm.com/read/224546/14585476

m tdofss_eig.m

echo off % tdofss_eig.m eigenvalue problem solution for tdof undamped model % Solves for the eigenvalues and eigenvectors in the state space % form of the tdof system. clear all; % define
www.eeworm.com/read/123657/14619248

c hanoi.c

/* * Towers of Hanoi * * This program solves the "Towers of Hanoi" problem, which is to move a stack * of different sized rings from one of three towers to another. Only one ring * may be mo
www.eeworm.com/read/208659/15239431

m tdofss_eig.m

echo off % tdofss_eig.m eigenvalue problem solution for tdof undamped model % Solves for the eigenvalues and eigenvectors in the state space % form of the tdof system. clear all; % define