代码搜索:diff

找到约 8,375 项符合「diff」的源代码

代码结果 8,375
www.eeworm.com/read/218114/4864378

m sin_diff.m

%sin_diff.m %正弦函数的导数 x=0:0.1:10; %自变量 y=sin(x); %正弦函数 y_der=diff(y)./diff(x); %导数等于有限差分之比(dy/dx) hold on; x_der=x(1:(end-1));
www.eeworm.com/read/216802/4881792

diff ibmcp861.diff

--- cp861.txt 2001-02-27 00:00:00.000000000 +0100 +++ ibmcp861.txt 2005-11-12 19:27:38.578125000 +0100 @@ -41,9 +41,9 @@ 0x17 0x0017 #END OF TRANSMISSION BLOCK 0x18 0x0018 #CANCEL 0x19 0x0019
www.eeworm.com/read/216502/4891255

c diff3.c

#include # /* diff3 - 3-way differential file comparison*/ /* diff3 [-e] d13 d23 f1 f2 f3 * * d13 = diff report on f1 vs f3 * d23 = diff report on f2 vs f3 * f1, f2, f3 the 3 files */
www.eeworm.com/read/216499/4893081

c diff1.c

/* diff - differential file comparison * * Uses an algorithm due to Harold Stone, which finds * a pair of longest identical subsequences in the two * files. * * The major goal is to generate the match
www.eeworm.com/read/216499/4893088

s diff2.s

/ hash routine for diff / effectively spreads the string out into 7-bit / bytes, then sums the result 1's-complement / by 16-bit bytes and adds 1 to avoid zero answer / r4 hash accumulator / r3 curre
www.eeworm.com/read/216450/4893578

s diff64.s

! diff64() - 64 bit subtraction giving unsigned Author: Kees J. Bot ! 24 Dec 1995 .sect .text .define _diff64 _diff64: ! unsigned diff64(u64_t i, u64_t j); mov bx, sp mov ax, 2(bx) sub a
www.eeworm.com/read/216450/4894349

s diff64.s

! diff64() - 64 bit subtraction giving unsigned Author: Kees J. Bot ! 7 Dec 1995 .sect .text .define _diff64 _diff64: ! unsigned diff64(u64_t i, u64_t j); mov eax, 4(esp) sub eax, 12(esp)
www.eeworm.com/read/209211/4984579

c diff3.c

/* Three way file comparison program (diff3) for Project GNU. Copyright (C) 1988, 1989, 1992, 1993, 1994 Free Software Foundation, Inc. This program is free software; you can redistribute it an
www.eeworm.com/read/205824/5016638

diff ibmcp861.diff

--- cp861.txt 2001-02-27 00:00:00.000000000 +0100 +++ ibmcp861.txt 2005-11-12 19:27:38.578125000 +0100 @@ -41,9 +41,9 @@ 0x17 0x0017 #END OF TRANSMISSION BLOCK 0x18 0x0018 #CANCEL 0x19 0x0019
www.eeworm.com/read/205824/5020485

diff powrprof_ros.diff

Index: D:/reactos/dll/win32/powrprof/powrprof.spec =================================================================== --- D:/reactos/dll/win32/powrprof/powrprof.spec (revision 22834) +++ D:/reacto