代码搜索:2D物理模拟
找到约 10,000 项符合「2D物理模拟」的源代码
代码结果 10,000
www.eeworm.com/read/466591/7029514
asv check2ddata.asv
function res=check2ddata(fname)
% CHECK2DDATA Checks if given file containins labeled 2D vectors.
%
% Synopsis:
% res = check2ddata(fname)
%
% Description:
% If the file 'fname' contains matrix X [2
www.eeworm.com/read/466591/7029516
m check2ddata.m
function res=check2ddata(fname)
% CHECK2DDATA Checks if given file containins labeled 2D vectors.
%
% Synopsis:
% res = check2ddata(fname)
%
% Description:
% If the file 'fname' contains matrix X [2
www.eeworm.com/read/457902/7315612
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/450221/7488311
m tvd_rk2.m
function tvd_rk2(alldata)
% This is the Navier-Stokes solver called by the GUI "Navier2d.m"
%
% The unsteady 2D incompressible Navier-Stokes equations are integrated
% using a 2nd order finite-v
www.eeworm.com/read/450221/7488320
m tvd_rk2.m
function tvd_rk2(alldata)
% This is the Navier-Stokes solver called by the GUI "Navier2d.m"
%
% The unsteady 2D incompressible Navier-Stokes equations are integrated
% using a 2nd order finite-v
www.eeworm.com/read/449530/7501143
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/446824/7564252
m f_vec2mat.m
function [MATRIX] = f_vec2mat(VECTOR,nl,nc)
% convert 1D set of blocks into 2D set of blocks ...
[n,m] = size(VECTOR);
if n*m ~= nc * nl,
disp('error! dimension missmatch...');
break
www.eeworm.com/read/446239/7582994
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/445119/7599163
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/438906/7724778
m errell2.m
function [a,b,az]=errell2(C)
% ERRELL2 Computes 2D error ellipse from covariance matrix.
% Note: x & y represent north & south (opposite of
% normal MatLab convention). Non-vectorized. See also