代码搜索:Difference
找到约 3,389 项符合「Difference」的源代码
代码结果 3,389
www.eeworm.com/read/308708/13695217
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/308708/13695228
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/308482/13700375
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/308482/13700386
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/308442/13701110
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/308442/13701112
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/307670/13717572
cpp algo2-9.cpp
// algo2-9.cpp 尽量采用bo2-32.cpp中的基本操作实现算法2.17的功能
#include"c1.h"
#define N 2
typedef char ElemType;
#include"c2-3.h"
#include"bo2-3.cpp"
#include"bo2-32.cpp"
void visit(ElemType c)
{
www.eeworm.com/read/307670/13717581
cpp algo2-8.cpp
// algo2-8.cpp 实现算法2.17的程序
#include"c1.h"
#define N 2
typedef char ElemType;
#include"c2-3.h"
#include"bo2-3.cpp"
#include"bo2-32.cpp"
void difference(SLinkList space,int &S) // 算法2.1
www.eeworm.com/read/305575/13765395
m vdiff.m
function[varargout]=vdiff(varargin)
%VDIFF Length-preserving first central difference.
%
% DX=VDIFF(X) differentiates the columns of X using the first central
% difference; DX is the same size
www.eeworm.com/read/301492/13858275
m outlier_variogram.m
vari = zeros(m,n);
for j=1:m-1
vari(j,1)=data(j+1,1)-data(j,1); %distance
vari(j,2)=sqrt(abs(data(j+1,2)-data(j,2))); ;%square root of absolute diff
end;
figure;
plot(vari(:,1),vari(:,