代码搜索:Difference

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

代码结果 3,389
www.eeworm.com/read/262778/11391314

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/262778/11391330

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/408235/11401156

scm boyer.scm

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; File: boyer.sc ;;; Description: The Boyer benchmark ;;; Author: Bob Boyer ;;; Created: 5-Apr-85 ;;; Modified:
www.eeworm.com/read/406664/11437949

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/402283/11539706

m mm2405.m

% mm2405.m x = [0 .1 .2 .3 .4 .5 .6 .7 .8 .9 1]; y = [-.447 1.978 3.28 6.16 7.08 7.34 7.66 9.56 9.48 9.30 11.2]; % data n = 2; % order of fit p = polyfit(x,y,n); % find polynomial coefficients dp=po
www.eeworm.com/read/402283/11539859

m mm2406.m

% mm2406.m x = linspace(0,2*pi); y = sin(x); dy = diff(y)/(x(2)-x(1)); xd = x(2:end); plot(x,y,xd,dy) axis tight xlabel('x'), ylabel('sin(x) and cos(x)') title('Figure 24.6: Backward Difference Deri
www.eeworm.com/read/402273/11539901

cpp distance.cpp

/* The following code example is taken from the book * "The C++ Standard Library - A Tutorial and Reference" * by Nicolai M. Josuttis, Addison-Wesley, 1999 * * (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/401642/11552467

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/401642/11552478

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/262111/11605591

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) {