代码搜索:Difference

找到约 3,389 项符合「Difference」的源代码

代码结果 3,389
www.eeworm.com/read/158865/5594051

h osf1elf.h

/* OSF/1 1.3 now is compitable with SVR4, so include sysv4.h, and put difference here. */ #include #include "i386/sysv4.h" /* Base i386 target machine definitions */ #define _sys_siglis
www.eeworm.com/read/168118/9938603

m afd_snap.m

function [snapshot,z,x]=afd_snap(delx,delt,velocity,snap1,snap2,laplacian,boundary) % AFD_SNAP ... take one finite difference time step % % [snapshot,z,x]=afd_snap(delx,delt,velocity,snap1,snap2,la
www.eeworm.com/read/168118/9938661

m fd15mig.m

function [arymig,tmig,xmig]=fd15mig(aryin,aryvel,t,x,dtau) % FD15MIG: 15 degree finite-difference time migration % % [arymig,tmig,xmig]=fd15mig(aryin,aryvel,t,x,dtau) % % FD15MIG is a 15 degree f
www.eeworm.com/read/357618/10204681

m fd15mig.m

function [arymig,tmig,xmig]=fd15mig(aryin,aryvel,t,x,dtau) % FD15MIG: 15 degree finite-difference time migration % % [arymig,tmig,xmig]=fd15mig(aryin,aryvel,t,x,dtau) % % FD15MIG is a 15 degree f
www.eeworm.com/read/275831/10794147

rb 14 - computing set operations on arrays.rb

#Union [1,2,3] | [1,4,5] # => [1, 2, 3, 4, 5] #Intersection [1,2,3] & [1,4,5] # => [1] #Difference [1,2,3] - [1,4,5] # => [2, 3] #--- require 'set' a = [1,2,3] b = [
www.eeworm.com/read/455490/7370751

m fd15mig.m

function [arymig,tmig,xmig]=fd15mig(aryin,aryvel,t,x,dtau) % FD15MIG: 15 degree finite-difference time migration % % [arymig,tmig,xmig]=fd15mig(aryin,aryvel,t,x,dtau) % % FD15MIG is a 15 degree f
www.eeworm.com/read/308359/13703623

m fd15mig.m

function [arymig,tmig,xmig]=fd15mig(aryin,aryvel,t,x,dtau) % FD15MIG: 15 degree finite-difference time migration % % [arymig,tmig,xmig]=fd15mig(aryin,aryvel,t,x,dtau) % % FD15MIG is a 15 degree f
www.eeworm.com/read/152187/12133540

abl mac.abl

module mac title 'Demonstrates to difference between MACROs and declared equations' m1 device 'P16H8'; A,B,C,X1,X2,X3 pin 1,2,3,14,15,16; Y1 macro {B # C};
www.eeworm.com/read/340692/12139457

bak main.h.bak

#include "float.h" unsigned int temperature; long float AdValue ; extern union p_temp { unsigned char c[2]; unsigned int X; }upper_limit,lower_limit,difference;/*温度上限设定值,下限设定值,和偏差值*/ extern
www.eeworm.com/read/250805/12383885

m fd15mig.m

function [arymig,tmig,xmig]=fd15mig(aryin,aryvel,t,x,dtau) % FD15MIG: 15 degree finite-difference time migration % % [arymig,tmig,xmig]=fd15mig(aryin,aryvel,t,x,dtau) % % FD15MIG is a 15 degree f