代码搜索:diff

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

代码结果 8,375
www.eeworm.com/read/205824/5020639

diff wintrust_ros.diff

Index: wintrust_main.c =================================================================== --- wintrust_main.c (revision 23867) +++ wintrust_main.c (working copy) @@ -152,7 +152,26 @@ */ LONG
www.eeworm.com/read/205824/5021136

diff mpr_ros.diff

Index: mpr.rc =================================================================== --- mpr.rc (revision 23782) +++ mpr.rc (working copy) @@ -38,4 +38,7 @@ #include "mpr_Nl.rc" #include "mpr_No.
www.eeworm.com/read/205824/5021469

diff msi_ros.diff

Index: action.c =================================================================== --- action.c (revision 23808) +++ action.c (working copy) @@ -30,6 +30,7 @@ #define COBJMACROS +#includ
www.eeworm.com/read/201055/5061014

diff 4.0-ether.diff

# # Libnet FreeBSD source etheraddr patch # (c) 2000 Matt Bing # (c) 1999 Nicholas Brawn # (c) 1998 - 2001 Mike D. Schiffman #
www.eeworm.com/read/201055/5061016

c diff.if_ethersubr.c

# # $Id: diff.if_ethersubr.c,v 1.1.1.1 2000/05/25 00:28:49 route Exp $ # # Libnet FreeBSD source etheraddr patch # (c) 1999 Nicholas Brawn # (c) 1998, 1999 Mike D. Schi
www.eeworm.com/read/196974/5098876

diff pngquant-1.0.diff

diff -Naur pngquant-1.0.original/Makefile.unx pngquant-1.0/Makefile.unx --- pngquant-1.0.original/Makefile.unx 2002-10-22 10:54:15.000000000 -0700 +++ pngquant-1.0/Makefile.unx 2002-10-22 11:00:49.000
www.eeworm.com/read/196482/5102485

po diff3.po

diff3.o diff3.o: diff3.c system.h ../config.h /usr/include/sys/types.h \ /usr/include/features.h /usr/include/sys/cdefs.h \ /usr/include/gnu/stubs.h /usr/include/bits/types.h \ /usr/include/bits
www.eeworm.com/read/195341/5112489

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/195341/5112496

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/191809/5161896

s diff1.s

# Difference of two undefined symbols. # The assembler should reject this. .text .globl _foo _foo: .long _a - _b