代码搜索:solves
找到约 1,488 项符合「solves」的源代码
代码结果 1,488
www.eeworm.com/read/446556/7576725
m gatest.m
clear;
clc;
tic;
global data B Pd
% This program solves the economic dispatch with Bmn coefficients byGenetic
% Algorithm toolbox of MATLAB 7.04.For any discussion&Clarification the
% author c
www.eeworm.com/read/445437/7595522
c jacobi_omp.c
/*
* Sequential program that solves the steady-state temperature
* distribution problem using the Jacobi method.
*
* Compile on Belief:
* export PATH=/opt/SUNWspro/bin:$PATH
* cc -xO3
www.eeworm.com/read/444630/7609859
m lsvm.m
function [iter, optCond, time, w, gamma] = lsvm(A,D,nu,tol,maxIter,alpha, ...
perturb,normalize);
% LSVM Langrangian Support Vector Machine algorithm
% LSVM solves a support vector machine
www.eeworm.com/read/399161/7885067
c psh2.c
/** prompting shell version 2
**
** Solves the `one-shot' problem of version 1
** Uses execvp(), but fork()s first so that the
** shell waits around to perform another command
** New probl
www.eeworm.com/read/296909/8073104
m gpsolve.m
function [obj_value, solution, status] = gpsolve(varargin)
% GPSOLVE Solves a geometric programming optimization problem.
%
% GPSOLVE calls the internal primal-dual interior point solver
% in ord
www.eeworm.com/read/329752/12935680
c psh2.c
/** prompting shell version 2
**
** Solves the `one-shot' problem of version 1
** Uses execvp(), but fork()s first so that the
** shell waits around to perform another command
** New probl
www.eeworm.com/read/241361/13152361
c psh2.c
/** prompting shell version 2
**
** Solves the `one-shot' problem of version 1
** Uses execvp(), but fork()s first so that the
** shell waits around to perform another command
** New probl
www.eeworm.com/read/241323/13156440
m well2.m
%> solves for the eigenvalues of a quadratic and a circular
%> well in 2D, of the same area and depth, and compares the spectra
%> Variable parameters, A = area, D = depth.
%> The search fo
www.eeworm.com/read/241323/13156462
m matrix2.m
%> The program solves for approximate eigenvalues
%> using the matrix diagonalization methods built into MATLAB.
%> Hamiltonian = kinetic part + potential defined in [0,1],
%> Boundary co
www.eeworm.com/read/241323/13156485
m well3.m
%> solves for the eigenvalues of a quadratic and a circular
%> infinitely deep well in 2D, of the same area, and compares the spectra.
%> Variable parameters, A = area, E = the maximal ener