代码搜索:2D物理模拟
找到约 10,000 项符合「2D物理模拟」的源代码
代码结果 10,000
www.eeworm.com/read/150760/12265517
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/250807/12383733
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/250314/12414776
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/234163/14120304
m bound1.m
function int=bound1(g);
%bound1 Computes the boundary integral of one linear basis function in 2D FEM
% Function int=bound1(g) calculates the boundary integral
% of one basis function from g(1,:)
www.eeworm.com/read/233013/14173821
m impulse.m
function [D] = impulse(nt,nx,f,dt);
%IMPULSE: Band-limited impulse in the center of a 2D grid.
% Place a wavelet of central frequency f in the center
% of an x-t grid.
%
% [D] = impulse(nt,nx,f,dt)
www.eeworm.com/read/232588/14191626
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/130247/14200187
java map2dapp.java
import java.awt.*;
import java.awt.geom.*;
import javax.swing.*;
public class Map2DApp extends JFrame {
public Map2DApp() {
super("Map 2D");
setSize(350, 350);
Exi
www.eeworm.com/read/128468/14295425
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/229184/14350103
test imgmem.c.test
/*
* MEM_Init2D function: initialize memory for a 2D vector.
*/
Matrix
MEM_Init2D ( long width, long height )
{
long i, size_elem;
void *data;
void *dataPtr;
void **ptr;
unsi
www.eeworm.com/read/229160/14351048
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