代码搜索:difference

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

代码结果 3,389
www.eeworm.com/read/161438/5554113

c timezone.c

#include #include void main(void) { tzset(); printf("Difference between local and GMT is %d hours\n", timezone / 3600); }
www.eeworm.com/read/154116/5640790

c difmag.c

/*********************************************************************** * * DIFMAG Version 49 * ********************************************************************** * * Compute Average Magnitude D
www.eeworm.com/read/475955/6770943

c timezone.c

#include #include void main(void) { tzset(); printf("Difference between local and GMT is %d hours\n", timezone / 3600); }
www.eeworm.com/read/475955/6770945

c ftime.c

#include #include #include void main(void) { struct timeb timezone; tzset(); ftime(&timezone); printf("Seconds since 1 January 1970 (GMT)
www.eeworm.com/read/233441/6788067

c alg32.c

#include #include #include #include /* * generates: original array values: 3 5 8 13 21 transform each element by doubling: 6 10 16 26 42 tr
www.eeworm.com/read/473622/6847322

m diffangleunwrap.m

%DIFFANGLEUNWRAP Take difference of two angles and unwrap it. % A = DIFFANGLEUNWRAP(A1,A2) determines the minimal difference % A = A1-A2 between two angles A1 and A2. If either A1 or A2 % is Inf
www.eeworm.com/read/473070/6854768

m mfunc1.m

function f=mfunc1(x,f1) n=length(x); f(1:n)=f1(1:n); for k =2:n f(k:n)=(f(k:n)-f((k-1):(n-1)))./(x(k:n)-x(1:(n-k+1))); % calculate the difference quotients end
www.eeworm.com/read/472935/6860200

c algo2-9.c

/* algo2-9.c 尽量采用bo2-32.c中的基本操作实现算法2.17的功能 */ #include"c1.h" #define N 2 typedef char ElemType; #include"c2-3.h" #include"bo2-3.c" #include"bo2-32.c" void visit(ElemType c) { pr
www.eeworm.com/read/472935/6860211

c algo2-8.c

/* algo2-8.c 实现算法2.17的程序 */ #include"c1.h" #define N 2 typedef char ElemType; #include"c2-3.h" #include"bo2-3.c" #include"bo2-32.c" void difference(SLinkList space,int *S) /* 算法2.17 *
www.eeworm.com/read/472652/6872778

java listing 11-80.java

private void DownRow ( ResultSet DisplayResults ) throws SQLException { String Store; long Difference; Store = DisplayResults.getString ( 1 ) ; Difference = DisplayResults.getLong (