代码搜索:2D物理模拟
找到约 10,000 项符合「2D物理模拟」的源代码
代码结果 10,000
www.eeworm.com/read/378383/9233089
m at_fhp.m
% At_fhp.m
%
% Adjoint of At_fhp (2D Fourier half plane measurements).
%
% Usage: x = At_fhp(b, OMEGA, n)
%
% b - K vector = [mean; real part(OMEGA); imag part(OMEGA)]
%
% OMEGA - K/2-1 vector denotin
www.eeworm.com/read/375101/9372941
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/372507/9507192
cpp make2db.cpp
// test 2D array creation with exception throwing
#include
#include "make2db.h"
#include // has exit()
#include
#include
// in Visual new returns 0 o
www.eeworm.com/read/168218/9932434
cpp make2db.cpp
// test 2D array creation with exception throwing
#include
#include "make2db.h"
#include // has exit()
#include
#include
// in Visual new returns 0 o
www.eeworm.com/read/168218/9933353
cpp make2db.cpp
// test 2D array creation with exception throwing
#include
#include "make2db.h"
#include // has exit()
#include
#include
// in Visual new returns 0 o
www.eeworm.com/read/168118/9937327
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/362900/9976980
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/358191/10194396
cpp make2db.cpp
// test 2D array creation with exception throwing
#include
#include "make2db.h"
#include // has exit()
#include
#include
// in Visual new returns 0 o
www.eeworm.com/read/161587/10394351
cpp make2db.cpp
// test 2D array creation with exception throwing
#include
#include "make2db.h"
#include // has exit()
#include
#include
// in Visual new returns 0 o
www.eeworm.com/read/161485/10404140
h quad.h
/*
2D Continuous Wavelet Packet Transform package
(c) 2002-2005 Let It Wave, all rights reserved
*/
#ifndef __QUAD_H_INCLUDED
#define __QUAD_H_INCLUDED
void quad_forward(FLOAT *signal, int x_size,