代码搜索:CURL

找到约 894 项符合「CURL」的源代码

代码结果 894
www.eeworm.com/read/374995/9375845

m tm_point.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %TM波的传播 %今日完成 tm波的传播 clear all; clc; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% 真空常数设定 epsz=1/(4*pi*9*10^9); %真空介电常数 mu=4*pi*10^(-7);
www.eeworm.com/read/459097/7282732

m 2d-fdtd.m

clear;clc; % 1.初始化 T=200; % 迭代次数 Nx=100; Ny=100; npml=8; %PML的网格数量 c0=3*10^8; f=1.5*10^(9); lambda=c0/f; wl=10; dx=lambda/wl; %取lamda/10的精度 dy=lambda/wl;
www.eeworm.com/read/454135/7397609

php getdownloadurl.php

www.eeworm.com/read/436673/7766277

php getdownloadurl.php

www.eeworm.com/read/197476/7991007

cpp fd2d_32.cpp

/* fd2d_3.2.c 2D TM program with the PML*/ # include # include # include # define IE 60 # define JE 60 void main() { float ga[IE][JE],dz[IE][JE],ez[IE][
www.eeworm.com/read/332284/12764923

m fastnn.m

% ==========================快速近邻算法=============================== % ================聚类过程所使用的主要变量============================== % X: 随机产生的样本集 % l: 划分的子集数目 % L: 水平数目 % Xp: 节点p对应的样本子集 % Mp:
www.eeworm.com/read/321426/13405027

txt 用fdtd方法分析二维tm波在正弦波源激励情况下,正方形pml吸收边界的性能.txt

程序2:用FDTD方法分析二维TM波在正弦波源激励情况下,正方形PML吸收边界的性能 clear;clc; % 1.初始化 T=200; % 迭代次数 IE=100; JE=100; npml=8; %PML的网格数量 c0=3*10^8; % 波速 f=1.5*10^(9); % 频率 lambda=c0/f; % 波长 wl=10; dx=lambda/wl; dy
www.eeworm.com/read/314315/13569361

m 2d-fdtd.m

clear;clc; % 1.初始化 T=200; % 迭代次数 Nx=100; Ny=100; npml=8; %PML的网格数量 c0=3*10^8; f=1.5*10^(9); lambda=c0/f; wl=10; dx=lambda/wl; %取lamda/10的精度 dy=lambda/wl;
www.eeworm.com/read/261948/11613661

cpp fd2d_3.2.cpp

//fd2d_3.2.c 2D TM program #include #include #include #define IE 60 #define JE 60 main() { float ga[IE][JE], dz[IE][JE], ez[IE][JE], hx[IE][JE], hy[IE][J
www.eeworm.com/read/252352/12285463

m 2d-fdtd.m

clear;clc; % 1.初始化 T=200; % 迭代次数 Nx=100; Ny=100; npml=8; %PML的网格数量 c0=3*10^8; f=1.5*10^(9); lambda=c0/f; wl=10; dx=lambda/wl; %取lamda/10的精度 dy=lambda/wl;