代码搜索:2D物理模拟

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

代码结果 10,000
www.eeworm.com/read/299459/7849919

m check2ddata.m

function res=check2ddata(fname) % CHECK2DDATA Checks if given file containins labeled 2D vectors. % % Synopsis: % res = check2ddata(fname) % % Description: % If the file 'fname' contains matrix X [2
www.eeworm.com/read/199277/7870232

ctl ring-cyl.ctl

; Calculating 2d ring-resonator modes using cylindrical coordinates, ; from the Meep tutorial. (define-param n 3.4) ; index of waveguide (define-param w 1) ; width of waveguide (define-param r 1) ; i
www.eeworm.com/read/297947/7984409

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/297947/7984457

m compute_avi_file.m

function compute_avi_file(A, filename, fps) % compute_avi_file - create an avi file % % compute_avi_file(A, filename, fps); % % A can be a 3D array or a cell array of 2D matrices. % Each A{k} o
www.eeworm.com/read/398029/8009472

m midwt.m

function [y,L] = midwt(x,h,L); % [x,L] = midwt(y,h,L); % % Function computes the inverse discrete wavelet transform x for a 1D or % 2D input signal y using the scaling filter h. % % Input
www.eeworm.com/read/296805/8076663

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) {
www.eeworm.com/read/245836/12778464

m plot2dsnapshot.m

% Plot2dSnapshot(field,coord,indx,vsat) % % INPUT coord 2D coordinates of GLL nodes (npoin,2) % field field data to be plotted % indx cell info, output from Init2dSnapshot % vsat color scale [m
www.eeworm.com/read/245818/12778948

c width.c

/* width.c -- field widths */ #include #define PAGES 931 int main(void) { printf("*%d*\n", PAGES); printf("*%2d*\n", PAGES); printf("*%10d*\n", PAGES); printf("*%-10d
www.eeworm.com/read/331439/12828785

m iqdft2.m

function Y = iqdft2(X, A, L) % IQDFT2 Inverse discrete quaternion 2D Fourier transform. % % This function computes the inverse discrete quaternion Fourier transform % of X. See the function qdft2.m fo
www.eeworm.com/read/142034/12969075

m lag_to_ker_non.m

function H= lag_to_ker_non(Halpha, alpha) % function H= lag_to_ker_non(Halpha, alpha) % This file is part of the TFPM toolbox v1.0 (c) % michael.jachan@tuwien.ac.at and underlies the GPL. % % A 2D