代码搜索:Problems

找到约 3,996 项符合「Problems」的源代码

代码结果 3,996
www.eeworm.com/read/403838/11508909

m l1_ls.m

function [x,status,history] = l1_ls(A,varargin) % % l1-Regularized Least Squares Problem Solver % % l1_ls solves problems of the following form: % % minimize ||A*x-y||^2 + lambda*sum|x_i|, % %
www.eeworm.com/read/340289/12167504

asm prog47e1.asm

; PROG47E1 - Working through the Electronic Breakout Box ; ; ; Start Taking User Input. ; ; PROG47E1 - Put in PROG47E Code, But Look for Problems ; ; PROG47D - Read (and Debounce) the B
www.eeworm.com/read/338293/12314420

m cgsvd.m

function [U,sm,X,V,W] = cgsvd(A,L) %CGSVD Compact generalized SVD of a matrix pair in regularization problems. % % sm = cgsvd(A,L) % [U,sm,X,V] = cgsvd(A,L) , sm = [sigma,mu] % [U,sm,X,V,W] = cgsvd(A
www.eeworm.com/read/129048/14268884

c lzw.c

/* lzw.c -- compress files in LZW format. * This is a dummy version avoiding patent problems. */ #ifndef lint static char rcsid[] = "$Id: lzw.c,v 0.7 1993/02/10 16:07:22 jloup Exp $"; #endif #incl
www.eeworm.com/read/125949/14453850

h globals.h

#ifndef globals_h #define globals_h 1 #define use_time 1 // uncomment the following line if you get problems with sys/times.h when compiling: #undef use_time #ifdef use_time #include
www.eeworm.com/read/117304/14931694

c lzw.c

/* lzw.c -- compress files in LZW format. * This is a dummy version avoiding patent problems. */ #ifndef lint static char rcsid[] = "$Id: lzw.c,v 0.7 1993/02/10 16:07:22 jloup Exp $"; #endif #incl
www.eeworm.com/read/471161/1433234

decosf2

Problems with DEC OSF/1 V2.0 Compilation using gcc fails with ntp_config.c. The problem is an apparent error in the /usr/include/sys/procset.h and /usr/include/sys/wait.h include files. cowbird:/usr
www.eeworm.com/read/470720/1446588

c ctors14.c

// Build don't link: // GROUPS passed constructors // ctor file // Message-Id: // From: "Dean R. E. Long" // Subject: problems with default co
www.eeworm.com/read/470720/1447798

c net2.c

// Test of various ?: problems. class D { public: void a(); void b(); D(int i):x(i) {} private: int x; }; void D::a() {++x;} void D::b() {--x;} int aa=1, bb=0; int fa() {return 0;} int
www.eeworm.com/read/470693/1458534

c ctors14.c

// Build don't link: // GROUPS passed constructors // ctor file // Message-Id: // From: "Dean R. E. Long" // Subject: problems with default co