代码搜索:2D物理模拟

找到约 10,000 项符合「2D物理模拟」的源代码

代码结果 10,000
www.eeworm.com/read/393211/8303861

asv efield3.asv

%EFIELD3 2D Radiation patterns % Uses the mesh file from RWG2, mesh2.mat, and % the file containing surface current coefficients, % current.mat, from RWG4 as inputs. % % Additionally uses
www.eeworm.com/read/393211/8304457

m efield3.m

%EFIELD3 2D Radiation patterns % Uses the mesh file from RWG2, mesh2.mat, and % the file containing surface current coefficients, % current.mat, from RWG4 as inputs. % % Additionally uses
www.eeworm.com/read/393211/8304607

m efield3.m

%EFIELD3 2D Radiation patterns % Uses the mesh file from RWG2, mesh2.mat, and % the file containing surface current coefficients, % current.mat, from RWG4 as inputs. % % Additionally uses
www.eeworm.com/read/393211/8304657

m efield3.m

function [PolarXY, GAIN, phi]=efield3; %EFIELD3 2D Radiation patterns -function % Uses the mesh file from RWG2, mesh2.mat, and % the file containing surface current coefficients, % current.m
www.eeworm.com/read/393211/8304686

m efield3.m

%EFIELD3 2D Radiation patterns % Uses the mesh file from RWG2, mesh2.mat, and % the file containing surface current coefficients, % current.mat, from RWG4 as inputs. % % Additionally uses
www.eeworm.com/read/292920/8323685

c width.c

/* width.c -- field widths */ #include #define PAGES 931 int main(void) { printf("*%d*\n", PAGES); printf("*%2d*\n", PAGES); printf("*%10d*\n", PAGES); printf("*%-10d
www.eeworm.com/read/370634/9589747

m midwt.m

function [y,L] = midwt(x,h,L); % [x,L] = midwt(y,h,L); % % Function computes the inverse discrete wavelet transform x for a 1D or % 2D input signal y using the scaling filter h. % % Input
www.eeworm.com/read/367442/9747897

m pkernelpca.m

function pkernelpca(T,features,ker,arg,contour_num) % PKERNELPCA plots Kernel-PCA feature extraction for 2D data. % pkernelpca(T,features,ker,arg) % % The Kernel-PCA non-linearly map the data into h
www.eeworm.com/read/414991/11086906

m dejong_f2.m

% DeJong_f2.m % De Jong's f2 function, also called a Rosenbrock Variant % This is a 2D only equation % % described by Clerc in ... % http://clerc.maurice.free.fr/pso/Semi-continuous_challenge/Sem
www.eeworm.com/read/413179/11163940

m bmatelast2d.m

% B matrix function for 2D elasticity function [B, detJ] = BmatElast2D(eta,psi,C) % Calculate the Grad(N) matrix GN = 0.25 * [eta-1 1-eta 1+eta -eta-1;