代码搜索:Problem

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

代码结果 10,000
www.eeworm.com/read/188898/8509389

changes

Changes from version 1.0.0 to 1.0.1 - Added copyright lines in all files - Added README file - Added Changes file -- :) - Added shortprint/ directory (we forgot about it) - Fixed problem with sc
www.eeworm.com/read/188324/8550144

m difeqdem.m

%% Example: Solving a Nonlinear ODE with a Boundary Layer % % Illustration of toolbox use in a nontrivial problem. % Copyright 1987-2005 C. de Boor and The MathWorks, Inc. % $Revision: 1.18.4.2
www.eeworm.com/read/289120/8574831

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
www.eeworm.com/read/187979/8582937

m fsqfindldr.m

%fsqfindldr(lambda,mu,c,m) % This function finds the average number of machines being repaired (ldr) % for a machine repair problem (finite source queue) function out = fsqfindldr(lambda,mu,c
www.eeworm.com/read/287732/8673326

doc change.doc

SPANNING TREE CHANGE FILE - Contact RouterWare Support at support@routerware.com (please put STP: in title) ftp.routerware.com FAX (949)442-0779 -----------------------------------------
www.eeworm.com/read/287415/8687009

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/431224/8695877

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/386253/8759985

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/8759989

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/8760005

m alg051.m

% EULER'S ALGORITHM 5.1 % % TO APPROXIMATE THE SOLUTION OF THE INITIAL VALUE PROBLEM: % Y' = F(T,Y), A