代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/418304/10955163
m fm_opfm.m
function fm_opfm
%FM_OPFMR solves the OPF-based electricity market problem by means of
% an Interior Point Method with a Merhotra Predictor-Corrector
% or Newton direction technique.
www.eeworm.com/read/299984/7140372
m datunif.m
%DATUNIF Apply uniform filter on images in a dataset
%
% B = DATUNIF(A,NX,NY)
%
% INPUT
% A Dataset containing images
% NX,NY Filtersize in X- and Y-direction (default: NY = NX)
%
% OUTP
www.eeworm.com/read/461236/7231470
m update_diodes.m
% updating electric field components
% associated with the diodes
for ind = 1:number_of_diodes
fi = diodes(ind).field_indices;
B = diodes(ind).B;
switch (diodes(ind).direction(1
www.eeworm.com/read/460435/7250847
m datunif.m
%DATUNIF Apply uniform filter on images in a dataset
%
% B = DATUNIF(A,NX,NY)
%
% INPUT
% A Dataset containing images
% NX,NY Filtersize in X- and Y-direction (default: NY = NX)
%
% OUTP
www.eeworm.com/read/459098/7282731
txt 一个用matlab编写的一维fdtd算法程序.txt
%constants
c_0 = 3E8; % Speed of light in free space
Nz = 100; % Number of cells in z-direction
Nt = 200; % Number of time steps
N = Nz;
www.eeworm.com/read/456193/7355030
m fm_opfm.m
function fm_opfm
%FM_OPFMR solves the OPF-based electricity market problem by means of
% an Interior Point Method with a Merhotra Predictor-Corrector
% or Newton direction technique.
www.eeworm.com/read/450608/7480419
m datunif.m
%DATUNIF Apply uniform filter on images in a dataset
%
% B = DATUNIF(A,NX,NY)
%
% INPUT
% A Dataset containing images
% NX,NY Filtersize in X- and Y-direction (default: NY = NX)
%
% OUTP