代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/455463/1614006
m event_diph.m
function amat=event_diph(amat,t,x,v,x0,x1,z0,theta,amp,flag,noversamp)
% EVENT_DIPH: construct a dipping event by diffraction superposition
%
% amat=event_diph(amat,t,x,v,x0,x1,z0,theta,amp,flag,no
www.eeworm.com/read/194440/8193071
m event_diph2.m
function amat=event_diph2(amat,t,x,v,x0,x1,z0,ndelx,theta,amp,flag,noversamp)
% EVENT_DIPH2: construct a dipping event with sparse diffraction superposition
%
% amat=event_diph(amat,t,x,v,x0,x1,z0,
www.eeworm.com/read/194440/8193085
m event_diph.m
function amat=event_diph(amat,t,x,v,x0,x1,z0,theta,amp,flag,noversamp)
% EVENT_DIPH: construct a dipping event by diffraction superposition
%
% amat=event_diph(amat,t,x,v,x0,x1,z0,theta,amp,flag,no
www.eeworm.com/read/235612/14060201
m event_diph2.m
function amat=event_diph2(amat,t,x,v,x0,x1,z0,ndelx,theta,amp,flag,noversamp)
% EVENT_DIPH2: construct a dipping event with sparse diffraction superposition
%
% amat=event_diph(amat,t,x,v,x0,x1,z0,
www.eeworm.com/read/235612/14060212
m event_diph.m
function amat=event_diph(amat,t,x,v,x0,x1,z0,theta,amp,flag,noversamp)
% EVENT_DIPH: construct a dipping event by diffraction superposition
%
% amat=event_diph(amat,t,x,v,x0,x1,z0,theta,amp,flag,no
www.eeworm.com/read/455033/7378555
edp region.edp
// example using region keywork
// construct a mesh with 4 regions (sub-domains)
border a(t=0,1){x=t;y=0;};
border b(t=0,0.5){x=1;y=t;};
border c(t=0,0.5){x=1-t;y=0.5;};
border d(t=0.5,1){x=0.5;y=t;
www.eeworm.com/read/479931/1327729
ms uread16.ms
# mach: m32r m32rx
# xerror:
# output: *misaligned read*
.include "testutils.inc"
start
; construct bra trap2_handler in trap 2 slot
ld24 r0,#foo+1
ldh r0,@r0
fail
exit 0
.data
.p2align 2
f
www.eeworm.com/read/479931/1327736
ms uwrite16.ms
# mach: m32r m32rx
# xerror:
# output: *misaligned write*
.include "testutils.inc"
start
; construct bra trap2_handler in trap 2 slot
ld24 r0,#foo+1
sth r0,@r0
fail
exit 0
.data
.p2align 2
www.eeworm.com/read/479931/1327745
ms uwrite32.ms
# mach: m32r m32rx
# xerror:
# output: *misaligned write*
.include "testutils.inc"
start
; construct bra trap2_handler in trap 2 slot
ld24 r0,#foo+1
st r0,@r0
fail
exit 0
.data
.p2align 2
f
www.eeworm.com/read/479931/1327796
ms uread32.ms
# mach: m32r m32rx
# xerror:
# output: *misaligned read*
.include "testutils.inc"
start
; construct bra trap2_handler in trap 2 slot
ld24 r0,#foo+1
ld r0,@r0
fail
exit 0
.data
.p2align 2
fo