代码搜索:Problem

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

代码结果 10,000
www.eeworm.com/read/140700/13066308

txt alg115.txt

> restart; > # PIECEWISE LINEAR RAYLEIGH-RITZ ALGORITHM 11.5 > # > # To approximate the solution of the boundary-value problem > # > # -D(P(X)Y')/DX + Q(X)Y = F(X), 0
www.eeworm.com/read/140698/13066729

c alg054.c

/* * ADAMS-FORTH ORDER PREDICTOR-CORRECTOR ALGORITHM 5.4 * * To approximate the solution of the initial value problem * y' = f(t,y), a
www.eeworm.com/read/140697/13066777

m alg114.m

% NONLINEAR FINITE-DIFFERENCE ALGORITHM 11.4 % % To approximate the solution to the nonlinear boundary-value problem % % Y'' = F(X,Y,Y'), A
www.eeworm.com/read/140697/13066886

m alg052.m

% RUNGE-KUTTA (ORDER 4) ALGORITHM 5.2 % % TO APPROXIMATE THE SOLUTION TO THE INITIAL VALUE PROBLEM: % Y' = F(T,Y), A
www.eeworm.com/read/140697/13066954

m alg114.m

% NONLINEAR FINITE-DIFFERENCE ALGORITHM 11.4 % % To approximate the solution to the nonlinear boundary-value problem % % Y'' = F(X,Y,Y'), A
www.eeworm.com/read/140697/13067090

m alg052.m

% RUNGE-KUTTA (ORDER 4) ALGORITHM 5.2 % % TO APPROXIMATE THE SOLUTION TO THE INITIAL VALUE PROBLEM: % Y' = F(T,Y), A
www.eeworm.com/read/327242/13091834

2 readme.pvm_3.2

--> August, 1999 Corrected problem with opt_cut initialization that only appeared with p?compfa programs. --> v3.26 July, 1999 pvcomp* programs now use the same method for working with forward and
www.eeworm.com/read/241364/13150822

sql ch04_case02.sql

/* Searched CASE solution to the bonus problem */ DECLARE salary NUMBER := 20000; employee_id NUMBER := 36325; PROCEDURE give_bonus (emp_id IN NUMBER, bonus_amt IN NUMBER) IS BEGIN
www.eeworm.com/read/241364/13150969

sql ch04_case01.sql

/* This is the "Simple CASE statement" solution to the bonus problem */ DECLARE salary NUMBER := 20000; employee_id NUMBER := 36325; PROCEDURE give_bonus (emp_id IN NUMBER, bonus_amt IN NU
www.eeworm.com/read/241323/13156493

m kp.m

%> The file solves for eigenvalues of Kronig-Penney type periodic 1D potential. %> It approximates the Hamiltonian by a finite matrix eigenvalue problem. %> Periodic (Bloch) boundary condition