代码搜索:solves
找到约 1,488 项符合「solves」的源代码
代码结果 1,488
www.eeworm.com/read/124399/6049921
clp wordgame.clp
;;;======================================================
;;; Number Puzzle Problem
;;;
;;; Solves the number puzzle problem in which
;;;
;;; GERALD
;;; + DONALD
;;;
www.eeworm.com/read/124399/6050099
clp wordgame.clp
;;;======================================================
;;; Number Puzzle Problem
;;;
;;; Solves the number puzzle problem in which
;;;
;;; GERALD
;;; + DONALD
;
www.eeworm.com/read/418181/2092177
clp wordgame.clp
;;;======================================================
;;; Number Puzzle Problem
;;;
;;; Solves the number puzzle problem in which
;;;
;;; GERALD
;;; + DONALD
;
www.eeworm.com/read/148788/12426063
me read.me
In this file we have a SVM_toolbox for matlab.
The file irwls.m solves the SVM for pattern recognition.
The files irwls1.m solves the SVM for regression estimation.
The files svcplot and svrp
www.eeworm.com/read/163924/10139945
m vgg_mrdivs.m
% vgg_mrdivs Solves equation system Y*diag(s) = A*X with unkowns A, s.
%
% A = vgg_mrdivs(X,Y) solves (overdetermined) equation system Y*diag(s) = A*X
% by linear method (DLT algorithm).
% Parame
www.eeworm.com/read/316447/13522576
txt wordgame.txt
;;;======================================================
;;; Number Puzzle Problem ;;;
;;; Solves the number puzzle problem in which ;;;
;;; GERALD
;;; + DONALD
;;; ------
;;; = ROBERT
;
www.eeworm.com/read/164555/10103388
m lp_solve.m
%LP_SOLVE Solves mixed integer linear programming problems.
%
% SYNOPSIS: [obj,x,duals] = lp_solve(f,a,b,e,vlb,vub,xint,autoscale,keep)
%
% solves the MILP problem
%
% max v = f'*x
www.eeworm.com/read/163924/10139907
m vgg_solvelin_blksym.m
%VGG_SOLVELIN_BLKSYM Solves M*x==y where M is (typically huge sparse) symmetric 4-block matrix.
% It solves the system much more efficiently than a general (sparse) linear system solver.
% Typi
www.eeworm.com/read/267760/11163960
m lp_solve.m
%LP_SOLVE Solves mixed integer linear programming problems.
%
% SYNOPSIS: [obj,x,duals,stat] = lp_solve(f,a,b,e,vlb,vub,xint,scalemode,keep)
%
% solves the MILP problem
%
% max v = f
www.eeworm.com/read/397138/8065040
m kpca.m
function [s,UU,salid]=kpca(x,ker,par,x2)
%
% This function solves the Kernal Principal Component Analysis (KPCA).
%
% [s,UU,Ncom,salid]=kpca(x,ker,par,x2)
%
% This function solves the SVM u