代码搜索:2D物理模拟
找到约 10,000 项符合「2D物理模拟」的源代码
代码结果 10,000
www.eeworm.com/read/311447/13630921
m resamp.m
function y = resamp(x, type, shift, extmod)
% RESAMP Resampling in 2D filterbank重采样二维filterbank
%
% y = resamp(x, type, [shift, extmod])
%
% Input:
% x: input image
% type: one of {1, 2, 3, 4
www.eeworm.com/read/308997/13684332
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/300891/13883383
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/124443/6047513
h radeon_common.h
/* radeon_common.h -- common header definitions for Radeon 2D/3D/DRM suite
*
* Copyright 2000 VA Linux Systems, Inc., Fremont, California.
* Copyright 2002 Tungsten Graphics, Inc., Cedar Park, Texa
www.eeworm.com/read/106490/6192575
java graphicsapp.java
//==============================================================
// GraphicsApp.java - Demonstrate 2D graphics in an application
//
// Java学习源代码检索系统 Ver 1.0 20031015 免费正式版
// 版权所有: 中国IT认证实验室(www.C
www.eeworm.com/read/493005/6403855
cal linear.cal
/*
* linear - perform a simple two point 2D linear interpolation
*
* given:
* x0, y0 first known point on the line
* x1, y1 second knonw point on the line
* x a given point to interpolate on
www.eeworm.com/read/492557/6415472
m symmetric_extension.m
function M_padded = symmetric_extension(M,k)
% symmetric_extension - perform a symmetric extension of the signal.
%
% M_padded = symmetric_extension(M,k);
%
% M can be 1D or 2D array
% If si
www.eeworm.com/read/489040/6481874
m perform_voting_ball.m
function T = perform_voting_ball(M,sigma,c,p,n)
% perform_voting - perform the voting process for the ball field.
%
% T = perform_voting_ball(M,sigma,p,n);
%
% 'M' is a 2D function made by