代码搜索:Large-Scale

找到约 22 项符合「Large-Scale」的源代码

代码结果 22
www.eeworm.com/read/415218/11080249

m contents.m

% SPGL1: A solver for large-scale sparse reconstruction % Version 1.6 (August 20, 2008) % % Files % spg_bp - Solve the basis pursuit (BP) problem % spg_bpdn - Solve the basis pur
www.eeworm.com/read/184617/9091722

m svmnlspex01.m

%SVMnLSPex01.m % %Two Dimension SVM Problem, Two Class Un-separable Situation % %Method from Thorsten Joachims: %"Making Large-Scale SVM Learning Practical", function (4)/(5)/(6) % % Objecti
www.eeworm.com/read/450938/7474389

svn-base rst_reg.m.svn-base

% Detects large-scale translation, scale, and rotation % transformation in images using the FFT and a log-polar % transform. function [p] = rst_reg(g, h) % Give me double! g = double(g); h =
www.eeworm.com/read/450938/7474402

m rst_reg.m

% Detects large-scale translation, scale, and rotation % transformation in images using the FFT and a log-polar % transform. function [p] = rst_reg(g, h) % Give me double! g = double(g); h =
www.eeworm.com/read/364151/2908057

svn-base rst_reg.m.svn-base

% Detects large-scale translation, scale, and rotation % transformation in images using the FFT and a log-polar % transform. function [p] = rst_reg(g, h) % Give me double! g = double(g); h =
www.eeworm.com/read/289178/8570203

readme

Liblinear is a simple package for solving large-scale regularized linear classification. It currently supports L2-regularized logistic regression, L2-loss support vector machines, and L1-loss support
www.eeworm.com/read/474814/1390655

java nervoustext.java

/* Daniel Wyszynski Center for Applied Large-Scale Computing (CALC) 04-12-95 Test of text animation. kwalrath: Changed string; added thread suspension. 5-9-95 */ import java.awt.
www.eeworm.com/read/324447/3503348

java nervoustext.java

/* Daniel Wyszynski Center for Applied Large-Scale Computing (CALC) 04-12-95 Test of text animation. kwalrath: Changed string; added thread suspension. 5-9-95 */ import java.awt.
www.eeworm.com/read/323581/3514798

java nervoustext.java

/* Daniel Wyszynski Center for Applied Large-Scale Computing (CALC) 04-12-95 Test of text animation. kwalrath: Changed string; added thread suspension. 5-9-95 */ import java.awt.
www.eeworm.com/read/37146/1069073

txt c++经典书籍推荐.txt

The C++ Programming Language C++ Primer Accelerated C++ The C++ Standard Library STL Tutorial and Reference Guide The C++ ANSI/ISO Standard Thinking In C++ 以上是基本的C++书籍 深入理解C++ Large-scale C