代码搜索:2D物理模拟

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

代码结果 10,000
www.eeworm.com/read/161485/10404289

m test_classical.m

% test for the 2D wavelet transform options.bound = 'per'; g = MakeONFilter('Battle',1); g = MakeONFilter('Haar',1); h = mirror_filter(g); n = 32; x = (0:1/(n-1):1)'; % x = ones(n,1); y
www.eeworm.com/read/161485/10404340

m plot_wavelet.m

function M = 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/276981/10690900

m testcross2d.m

clear; % test for LWPR on 2D data set n = 5000; % a random training set using the CROSS function X = (rand(n,2)-.5)*2; Y = max([exp(-X(:,1).^2 * 10),exp(-X(:,2).^2 * 50),1.25*exp(-(X(
www.eeworm.com/read/467873/7003102

m datasepf.m

function [data,m]=datasepf(n,m,n1,pn) % callable function version of the mfile datasep.m: % generate linearly separable dataset on 2D % (C) copyright 2000-2001 by Yu Hen Hu % created: 2/18/2000, m
www.eeworm.com/read/461728/7221204

m perform_pyramid_transform.m

function y = perform_pyramid_transform(x,g,options) % perform_pyramid_transform - fast pyramidal transform (1D or 2D). % % y = fwt_pyramid(x,g,options); % % 'g' is a 1D low pass filter (ortho
www.eeworm.com/read/461728/7221212

m test_classical.m

% test for the 2D wavelet transform options.bound = 'per'; g = MakeONFilter('Battle',1); g = MakeONFilter('Haar',1); h = mirror_filter(g); n = 32; x = (0:1/(n-1):1)'; % x = ones(n,1); y
www.eeworm.com/read/459616/7270418

cpp make2db.cpp

// test 2D array creation with exception throwing #include #include "make2db.h" #include // has exit() void main(void) { int **a; try {Make2DArray(a,2,2);} catch (..
www.eeworm.com/read/453087/7427161

ini debug.ini

func void dump () { int i, n, cnt; for (i = 0; i < EpTransCnt; i++) { // printf ("mem %x=%x\n", i+0x40000080, _rbyte (i+0x40000080)); printf ("\n\n"); printf ("Nr %2d ",
www.eeworm.com/read/437705/7742648

pcbdoc_viewstate usbaspgaijin.pcbdoc_viewstate

[PCBViewState.Preferences] Current2D3DViewState=2D PCBViewPort=Lx=17820016|Hx=53800558|Ly=16193136|Hy=37758761 2DConfigType=.config_2dsimple 2DConfiguration=RECORD=Board|CFGALL.CONFIGURATIONKIND=1
www.eeworm.com/read/199277/7870221

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