代码搜索:L

找到约 10,000 项符合「L」的源代码

代码结果 10,000
www.eeworm.com/read/100066/15886911

l server.l

%{ /*========================================================== * Program : server.l Project : smslink * Author : Philippe Andersson. * Date : 02/12/99 * Version : 0.11b
www.eeworm.com/read/381378/9095461

m demo_sinusoids_l2_l1.m

function demo_complex_l2_l1 % demo_complex_l2_l1 - This demo illustrates the TwIST algorithm % applied to the recovering of real sinuids in noise. % % The obeservation model is assumed to be
www.eeworm.com/read/381378/9095484

m demo_l2_l1_debias.m

function demo_l2_l1_debias % demo_l2_l1 - This demo illustrates the TwIST % algorithm in the l2-l1 optimization problem % % xe = arg min 0.5*||A x-y||^2 + tau ||x||_1 % x %
www.eeworm.com/read/457742/7318214

m l1l1_resection_update.m

function opts=l1l1_resection_update(H,opts); % construct the objective variable % order of variables nvar = opts.dim1*opts.dim2+ opts.dim1-1 + (2+opts.dim1)*(opts.n-1); nlinear = ((opts.dim1-1)*2+10
www.eeworm.com/read/457742/7318216

m l1l1_resection_init.m

function opts=l1l1_resection_init(opts); %opts.CameraArray : %opts.PointsArray : Image space %opts.StructureArray : World Space %opts.xbounds : Numerator bounds %opts.ybounds : Denominator bounds
www.eeworm.com/read/457742/7318221

m l1l1_triangle_init.m

function opts=l1l1_triangle_init(opts); %opts.CameraArray %opts.PointsArray %opts.xbounds %opts.ybounds %opts.e %opts.epsilon if size(opts.CameraArray,1) ~= size(opts.PointsArray,1) fprintf('Nu
www.eeworm.com/read/457742/7318224

m l1l1_triangle_update.m

function opts=l1l1_triangle_update(H,opts); % create the requisite structures for calling sedumi % construct the objective variable % order of variables % x,y,z,t1,t2,s,sp,r1,r1p,r2,r2p... % 3+ 8*n
www.eeworm.com/read/398582/7935799

m demo_sinusoids_l2_l1.m

function demo_complex_l2_l1 % demo_complex_l2_l1 - This demo illustrates the TwIST algorithm % applied to the recovering of real sinuids in noise. % % The obeservation model is assumed to be
www.eeworm.com/read/398582/7935843

m demo_l2_l1_debias.m

function demo_l2_l1_debias % demo_l2_l1 - This demo illustrates the TwIST % algorithm in the l2-l1 optimization problem % % xe = arg min 0.5*||A x-y||^2 + tau ||x||_1 % x %
www.eeworm.com/read/305700/13763074

m demo_sinusoids_l2_l1.m

function demo_complex_l2_l1 % demo_complex_l2_l1 - This demo illustrates the TwIST algorithm % applied to the recovering of real sinuids in noise. % % The obeservation model is assumed to be