代码搜索:Solver
找到约 5,733 项符合「Solver」的源代码
代码结果 5,733
www.eeworm.com/read/388600/2549013
tex paper.tex
\lefthead{Fomel}
\righthead{Fast marching}
\footer{SEP--95}
\title{A variational formulation \\ of the fast marching eikonal solver}
\email{sergey@sep.stanford.edu}
\author{Sergey Fomel}
\maketitl
www.eeworm.com/read/260708/4328892
txt rubuse.txt
The cube solver will generate a sequence of moves that will
solve any given cube (if solvable). See rubdoc1.txt for
notes on the method.
MAIN MENU OPTIONS
Solve - solves three types of cube
www.eeworm.com/read/257015/4366662
m dio.m
function [R,S,T] = dio(A,B,d,Am,Bm,Ao,Ar,As);
% DIO
% ---
% This function represents the interface to the generic diophantine
% equation solver DIOPHANT.
%
% CALL [R,S,T] = dio
www.eeworm.com/read/474304/6819346
m galincon.m
function [x,fval,exitFlag,output,population,scores] = galincon(FitnessFcn,GenomeLength, ...
Aineq,bineq,Aeq,beq,lb,ub,options,output,Iterate)
%GALINCON Genetic algorithm linear constrained solver.
www.eeworm.com/read/473001/6853674
cpp cfd.cpp
/*
* This is a small 4th-order Computational Fluid Dynamics solver. It
* illustrates multicomponent arrays (i.e. vector fields) and stencil
* objects. It is implemented in "C++Tran" style for
www.eeworm.com/read/248950/12534046
txt readme.txt
Support Vector Machine toolbox for Matlab Version 2.51, January 2002
Contents.m contains a brief description of all parts of this toolbox.
Main features are:
- Except for the QP solver, all parts
www.eeworm.com/read/204766/15333852
txt readme.txt
Support Vector Machine toolbox for Matlab
Version 2.51, January 2002
Contents.m contains a brief description of all parts of this toolbox.
Main features are:
- Except for the QP solver, all parts
www.eeworm.com/read/103816/15719639
imp lpsolve.imp
//
// $Source: /home/gambit/CVS/gambit/sources/numerical/lpsolve.imp,v $
// $Date: 2002/09/26 17:50:55 $
// $Revision: 1.2.2.1 $
//
// DESCRIPTION:
// Implementation of LP solver
//
// This file is pa
www.eeworm.com/read/376212/9324998
m fps.m
function u = fps(p, isSlope, dx, dy)
% fps -- Fast Poisson solver with boundary values.
% fps(p) solves laplacian(u) = p for u, assuming the
% boundary values are given along the perimeter of
%
www.eeworm.com/read/375817/9349026
asm sudoku.asm
;Sudoku Puzzle Solver
;Usage: sudoku.com < filename.puz
;The input consists of nine lines. Each line contains only the ASCII
;characters 1 through 9, "." and space; and is terminated with a carri