代码搜索:2D物理模拟

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

代码结果 10,000
www.eeworm.com/read/289688/3989387

makefile

# # Makefile for '2D Graphics Library' # DIRLIB=./lib TARGET = $(DIRLIB)/im.a MACHINE=frv PREFIX=/usr/local/frv-linux PREFIX_AXLINUX=$(PREFIX)/frv-axlinux LIBSDIR=$(PREFIX_AXLINUX)/lib/fr400 ### c
www.eeworm.com/read/403190/2314778

svn-base compute_gaussian_filter.m.svn-base

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/368107/2826419

pcbdoc_viewstate easyarm213x pack.pcbdoc_viewstate

[PCBViewState.Preferences] Current2D3DViewState=2D PCBViewPort=Lx=517992281|Hx=531516328|Ly=479952398|Hy=489196258 2DConfigType=.config_2dsimple 2DConfiguration=RECORD=Board|CFGALL.CONFIGURATIONKI
www.eeworm.com/read/368107/2826420

pcblib_viewstate pcb.pcblib_viewstate

[PCBViewState.Preferences] Current2D3DViewState=2D PCBViewPort=Lx=499529697|Hx=502675212|Ly=498174545|Hy=500324545 2DConfigType=.config_2dsimple 2DConfiguration=RECORD=Board|CFGALL.CONFIGURATIONKI
www.eeworm.com/read/266746/4271569

java clipshapeapp.java

package clipshape; import javax.swing.UIManager; import java.awt.*; /** * Title: ClipShape * Description: 应用Java 2D API剪切文字图形 * Copyright: Copyright (c) 2004 * Company: 北
www.eeworm.com/read/266746/4271572

java picturefilterfrm.java

package picturefilter; import java.awt.*; import java.awt.event.*; import javax.swing.*; /** * Title: PictureFilter * Description: 应用Java 2D API进行图像过滤处理 * Copyright: Copyright (c
www.eeworm.com/read/265319/4283551

java shapes.java

// Shapes.java // Shapes demonstrates some Java 2D shapes. // Java core packages import java.awt.*; import java.awt.event.*; import java.awt.geom.*; import java.awt.image.*; // Java extens
www.eeworm.com/read/156620/5610965

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/474583/6812975

svn-base compute_gaussian_filter.m.svn-base

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/474583/6813020

svn-base compute_gaussian_filter.sci.svn-base

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