代码搜索:2D物理模拟

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

代码结果 10,000
www.eeworm.com/read/474583/6813031

sci compute_gaussian_filter.sci

function f = compute_gaussian_filter(n,s,N); // compute_gaussian_filter - compute a 1D or 2D Gaussian filter. // // f = compute_gaussian_filter(n,s,N); // // 'n' is the size of the filter, odd fo
www.eeworm.com/read/474583/6813097

m compute_gaussian_filter.m

function f = compute_gaussian_filter(n,s,N); % compute_gaussian_filter - compute a 1D or 2D Gaussian filter. % % f = compute_gaussian_filter(n,s,N); % % 'n' is the size of the filter, odd f
www.eeworm.com/read/370635/9589651

m plot_wavelet.m

function plot_wavelet(M, L, style, edge_color, renormalize) % plot_wavelet - plot 2D wavelet transform stored using Mallat's ordering. % % plot_wavelet(WT, L, style, edge_color, renormalize);
www.eeworm.com/read/370634/9589731

m mdwt.m

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

c pntonline.c

/* A Fast 2D Point-On-Line Test by Alan Paeth from "Graphics Gems", Academic Press, 1990 */ #include "GraphicsGems.h" int PntOnLine(px,py,qx,qy,tx,ty) int px, py, qx, qy, tx, ty; { /* * give
www.eeworm.com/read/411401/11246866

m jacobiannode.m

function [J]=JacobianNode(Node,Element,Agrad,U,U0,rho,style); %JacobianNode Computes the Jacobian for 2D EIT when node basis is used % Function [J]=JacobianNode(g,H,Agrad,U,U0,rho,style); % computes
www.eeworm.com/read/135720/13907128

java shapes.java

import java.awt.*; import java.awt.event.*; import java.awt.geom.*; import java.awt.image.*; import javax.swing.*; public class Shapes extends JFrame { public Shapes(){ super( "Drawing 2D s
www.eeworm.com/read/201202/15413435

sci iwt2_sbs.sci

function x = IWT2_SBS(wc,L,qmf,dqmf) // IWT2_SBS -- Inverse 2d Wavelet Transform // (symmetric extention, bi-orthogonal) // Usage // x = IWT2_SBS(wc,L,qmf,dqmf) // Inputs //
www.eeworm.com/read/200650/15428108

m mdwt.m

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

html cnt_hgefunc.html

Haaf's Game Engine - Hardware accelerated 2D games engine