代码搜索:solving

找到约 630 项符合「solving」的源代码

代码结果 630
www.eeworm.com/read/223154/14652414

m durlev.m

function [MX,res,arg3] = durlev(AutoCov); % function [AR,RC,PE] = durlev(ACF); % function [MX,PE] = durlev(ACF); % estimates AR(p) model parameter by solving the % Yule-Walker with the Durbin-Le
www.eeworm.com/read/209853/15212675

cpp copyingwithpointers.cpp

//: C12:CopyingWithPointers.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Solving the pointer
www.eeworm.com/read/180222/5288409

cpp copyingwithpointers.cpp

//: C12:CopyingWithPointers.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Solving the pointer
www.eeworm.com/read/292967/8320066

cpp skyblue_llkdlg.cpp

/*++ Copyright (c) AFE(Active-Free-Elegance) Module Name: skyblue_LLKDlg.cpp Abstract: LLK-Game's kernal-solving Dialog Author: Weijian Luo (Arthur Luo) 15-Jun-2005
www.eeworm.com/read/170937/9779087

m durlev.m

function [MX,res,arg3] = durlev(AutoCov); % function [AR,RC,PE] = durlev(ACF); % function [MX,PE] = durlev(ACF); % estimates AR(p) model parameter by solving the % Yule-Walker with the Durbin-Levins
www.eeworm.com/read/366902/9793585

cpp copyingwithpointers.cpp

//: C12:CopyingWithPointers.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Solving the pointer
www.eeworm.com/read/249771/12475462

cpp skyblue_llkdlg.cpp

/*++ Copyright (c) AFE(Active-Free-Elegance) Module Name: skyblue_LLKDlg.cpp Abstract: LLK-Game's kernal-solving Dialog Author: Weijian Luo (Arthur Luo) 15-Jun-2005
www.eeworm.com/read/147693/12538607

pl fig7_2.pl

% Figure 7.2 A program for cryptoarithmetic puzzles. % Solving cryptarithmetic puzzles sum(N1, N2, N) :- % Numbers represented as lists of digits sum1( N1, N2, N,
www.eeworm.com/read/363283/9963066

h skyblue_llkdlg.h

/*++ Copyright (c) AFE(Active-Free-Elegance) Module Name: skyblue_LLKDlg.h Abstract: LLK-Game's kernal-solving Dialog Author: Weijian Luo (Arthur Luo) 15-Jun-2005 E
www.eeworm.com/read/280592/10312569

m mulasso.m

function beta = MULASSO(Y,X,lambda,varargin) % The LASSO based on Multiplicative updates, i.e. solving the problem % % beta = argmin{ min 0.5*||Y-beta X||_2^2+lambda*|beta|_1 } % % The algorithm is d