代码搜索:2D物理模拟
找到约 10,000 项符合「2D物理模拟」的源代码
代码结果 10,000
www.eeworm.com/read/222447/14689486
ctl ring.ctl
; Calculating 2d ring-resonator modes, from the Meep tutorial.
(define-param n 3.4) ; index of waveguide
(define-param w 1) ; width of waveguide
(define-param r 1) ; inner radius of ring
(define-par
www.eeworm.com/read/116603/14962700
java array2.java
// A 2d array
public class Array2 {
public static void main(String[] args) {
int[][] a2 = {{1,2}, {3,4}, {5,6}};
for (int j = 0; j < a2.length; ++j) {
for (int k =
www.eeworm.com/read/9531/169471
pcbdoc_viewstate 光电耦合线性放大器.pcbdoc_viewstate
[PCBViewState.Preferences]
Current2D3DViewState=2D
PCBViewPort=Lx=4225752|Hx=100083592|Ly=24835559|Hy=67093075
2DConfigType=.config_2dsimple
2DConfiguration=RECORD=Board|CFGALL.CONFIGURATIONKIND=1
www.eeworm.com/read/16362/670779
stm32ί
[PCBViewState.Preferences]
Current2D3DViewState=2D
PCBViewPort=Lx=20582618|Hx=54189506|Ly=11188062|Hy=34589046
2DConfigType=.config_2dsimple
2DConfiguration=RECORD=Board|CFGALL.CONFIGURATIONKIND=1
www.eeworm.com/read/25352/846911
pcbdoc_viewstate xunji.pcbdoc_viewstate
[PCBViewState.Preferences]
Current2D3DViewState=2D
PCBViewPort=Lx=35881416|Hx=64981416|Ly=26267257|Hy=41346608
2DConfigType=.config_2dsimple
2DConfiguration=RECORD=Board|CFGALL.CONFIGURATIONKIND=1
www.eeworm.com/read/28438/870559
ί+=
[PCBViewState.Preferences]
Current2D3DViewState=2D
PCBViewPort=Lx=31542470|Hx=55826977|Ly=25106163|Hy=38823257
2DConfigType=.config_2dsimple
2DConfiguration=RECORD=Board|CFGALL.CONFIGURATIONKIND=1
www.eeworm.com/read/25742/949477
pcbdoc_viewstate lpcdd23xx.pcbdoc_viewstate
[PCBViewState.Preferences]
Current2D3DViewState=2D
PCBViewPort=Lx=20542958|Hx=95162230|Ly=15225957|Hy=63985273
2DConfigType=.config_2dsimple
2DConfiguration=RECORD=Board|CFGALL.CONFIGURATIONKIND=1
www.eeworm.com/read/455463/1614027
m shootrayvxz.m
function [t,r]=shootrayvxz(tstep,r0)
% SHOOTRAYVXZ RK4 raytracing in v(x,z) with nearest neighbor int.
%
% [t,r]=shootrayvxz(tstep,r0)
%
% Ray tracer for a 2D gridded velocity model. The model
%
www.eeworm.com/read/345310/3200939
java disposeapp.java
package disposeimage;
import javax.swing.UIManager;
import java.awt.*;
/**
* Title: DisposeImage
* Description: 应用Java 2D API实现图像的各种处理
* Copyright: Copyright (c) 2003
* C
www.eeworm.com/read/309003/3708876
m wp2dtour.m
function [bb,stats,coef] = WP2dTour(img,MaxDeep,qmf,titlestr)
% WP2dTour -- 2d Wavelet Packet Analysis in Adaptively Chosen Basis
% Usage
% [bb,stats,coef] = WP2dTour(img,MaxDeep,qmf[,titlestr]