代码搜索:2D物理模拟
找到约 10,000 项符合「2D物理模拟」的源代码
代码结果 10,000
www.eeworm.com/read/118527/7150407
java~4~ shape.java~4~
import java.awt.*;
import java.awt.event.*;
import java.awt.geom.*;
import java.awt.image.*;
import javax.swing.*;
public class shape extends JFrame {
public shape() {
super("drawing 2d s
www.eeworm.com/read/118527/7150408
java~7~ shape.java~7~
import java.awt.*;
import java.awt.event.*;
import java.awt.geom.*;
import java.awt.image.*;
import javax.swing.*;
public class shape extends JFrame {
public shape() {
super("drawing 2d s
www.eeworm.com/read/118527/7150411
java shape.java
import java.awt.*;
import java.awt.event.*;
import java.awt.geom.*;
import java.awt.image.*;
import javax.swing.*;
public class shape extends JFrame {
public shape() {
super("drawing 2d s
www.eeworm.com/read/118527/7150413
java~ shape.java~
import java.awt.*;
import java.awt.event.*;
import java.awt.geom.*;
import java.awt.image.*;
import javax.swing.*;
public class shape extends JFrame {
public shape() {
super("drawing 2d s
www.eeworm.com/read/461728/7221220
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/436386/7770632
pcbdoc_viewstate 战狼300+jp.pcbdoc_viewstate
[PCBViewState.Preferences]
Current2D3DViewState=2D
PCBViewPort=Lx=401001335|Hx=501409831|Ly=541085191|Hy=604439243
2DConfigType=.config_2dsimple
2DConfiguration=RECORD=Board|CFGALL.CONFIGURATIONKI
www.eeworm.com/read/297947/7984511
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/398029/8009457
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/297143/8050802
m dtwavexfm2.m
function [Yl,Yh,Yscale] = dtwavexfm2(X,nlevels,biort,qshift);
% Function to perform a n-level DTCWT-2D decompostion on a 2D matrix X
%
% [Yl,Yh,Yscale] = dtwavexfm2(X,nlevels,biort,qshift);
%
%
www.eeworm.com/read/140924/13052264
c conviso.c
/****
* This files plot a series of contour lines for a 2D array of double.
* 4/14/92.
****/
#include
#include
#include
#include
#include
#inclu