代码搜索:2D物理模拟
找到约 10,000 项符合「2D物理模拟」的源代码
代码结果 10,000
www.eeworm.com/read/474468/6809823
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/474471/6809857
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/474474/6809887
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/474474/6809907
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/472494/6869104
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/194440/8193114
m shootraytosurf.m
function [tray,r]=shootraytosurf(dt,tmax,r0)
% SHOOTRAYTOSURF: shoot a ray to z=0 in v(x,z)
%
% [tray,r]=shootraytosurf(dt,tmax,r0)
%
% Ray tracer for a 2D gridded velocity model. The model
% is
www.eeworm.com/read/294203/8246794
m iqdft2.m
function Y = iqdft2(X, A, L)
% IQDFT2 Inverse discrete quaternion 2D Fourier transform.
%
% This function computes the inverse discrete quaternion Fourier transform
% of X. See the function qdft2.m fo
www.eeworm.com/read/293428/8294736
c p_29_2.c
#include
void main()
{
int a,b;
printf("========Nine-Nine multiplication table========\n");
for(a=1;a
www.eeworm.com/read/393211/8303854
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