代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/386625/8734535
m demo2.m
%DEMO2 MGLab Fourier Analysis Demo
%
% Poisson problem on a 49x49 mesh.
% The initial guess has a mix of low and high
% frequencies.
%
% V-Cycle parameters:
%
%
www.eeworm.com/read/430320/8756369
m mlpg1d.m
% MLPG1D - A PROGRAM FOR SOLVING 1D ELASTOSTATIC PROBLEM: A BAR OF UNIT LENGTH SUBJECTED TO
% LINEAR BODY FORCE. THE LEFT END OF THE BAR IS FIXED AND THE RIGHT FREE.
% THE ANAL
www.eeworm.com/read/386253/8759872
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/386253/8760003
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/386253/8760073
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/386253/8760195
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/430174/8762955
m fdtd_1d.m
close all; clear all; clc;
KE = 200; % KE is the number of cells to be used
kc = KE / 2; % Center of the problem space
t0 = 40; % Center of the incident pulse
spread = 12; % W
www.eeworm.com/read/430096/8766952
java finaloverridingillusionex.java
// reusing/FinalOverridingIllusionEx.java
// TIJ4 Chapter Reusing, Exercise 20, page 269
// Show that the @Override annotation solves the problem in ths section
import static net.mindview.util.Prin
www.eeworm.com/read/385447/8804681
txt description.txt
The complex (or real) Grassmann manifold G(m,k) is the set of k-dimensional subspaces in Cm (or Rm). Grassmannian subspace packing is the problem of finding a set of N k-dimensional subspaces in G(m,
www.eeworm.com/read/384940/8829824
gms fm_gams.gms
$title GAMS/PSAT interface for solving the electricty market problem
$onempty
$offlisting
$offupper
$if exist psatglobs.gms $include psatglobs.gms
set B /1*%nBus%/,
L /1*%nLine%/,
G