代码搜索:Problem

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

代码结果 10,000
www.eeworm.com/read/386253/8760179

m alg112.m

% NONLINEAR SHOOTING ALGORITHM 11.2 % % To approximate the solution of the nonlinear boundary-value problem % % Y'' = F(X,Y,Y'), A
www.eeworm.com/read/386253/8760183

m alg055.m

% ADAMS VARIABLE STEP-SIZE PREDICTOR-CORRECTOR ALGORITHM 5.5 % % To approximate the solution of the initial value problem % y' = f( t, y ), a
www.eeworm.com/read/386253/8760196

m alg051.m

% EULER'S ALGORITHM 5.1 % % TO APPROXIMATE THE SOLUTION OF THE INITIAL VALUE PROBLEM: % Y' = F(T,Y), A
www.eeworm.com/read/286105/8788358

m bookdemo.m

% PURPOSE : We address here a nonlinear non-Gaussian problem using % the standard particle filtering algorithm. % For more details refer to the introduction of our book: % Sequential Monte Carlo in P
www.eeworm.com/read/384940/8829417

m fm_opfsdr.m

function fm_opfsdr %FM_OPFSDR solve the OPF-based electricity market problem by means of % an Interior Point Method with a Merhotra Predictor-Corrector % or Newton direction techniq
www.eeworm.com/read/428849/8834817

m tune_ocr.m

% TUNE_OCR Tunes SVM classifier for OCR problem. % % Description: % The following steps are performed: % - Training set is created from data in directory ExamplesDir. % - Multi-class SVM is
www.eeworm.com/read/283498/9015980

txt ser.txt

Interrupt-Driven Serial Port I/O Package ======================================== One major problem the the PC's BIOS is the lack of good interrupt driven I/O support for the serial port. The BI
www.eeworm.com/read/185152/9054976

m initdual.m

function x=initdual() % Usage: % x=initdual() % Sets the global constant matrices and vectors % and returns the standard starting point % for Shell Dual Problem global A B C D E A= [ -16,
www.eeworm.com/read/380481/9145612

c psh2.c

/** prompting shell version 2 ** ** Solves the `one-shot' problem of version 1 ** Uses execvp(), but fork()s first so that the ** shell waits around to perform another command ** New probl
www.eeworm.com/read/181669/9241816

c panic.c

/* * linux/kernel/panic.c * * (C) 1991 Linus Torvalds */ /* * This function is used through-out the kernel (includeinh mm and fs) * to indicate a major problem. */ #define PANIC #include