代码搜索:diff
找到约 8,375 项符合「diff」的源代码
代码结果 8,375
www.eeworm.com/read/198623/7921325
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/298353/7965485
jpg evildrone_diff.jpg
www.eeworm.com/read/332500/12752247
diff lirc-0.8.2.diff
diff -pu lirc-0.8.2/drivers/lirc_igorplugusb/lirc_igorplugusb.c.orig lirc-0.8.2/drivers/lirc_igorplugusb/lirc_igorplugusb.c
--- lirc-0.8.2/drivers/lirc_igorplugusb/lirc_igorplugusb.c.orig 2007-02-13 0
www.eeworm.com/read/332500/12752250
diff avrdude-5.4.diff
diff -pu avrdude-5.4/Makefile.am.orig avrdude-5.4/Makefile.am
--- avrdude-5.4/Makefile.am.orig 2007-01-25 21:51:11.000000000 +0100
+++ avrdude-5.4/Makefile.am 2008-01-15 14:08:59.000000000 +0100
@@ -8
www.eeworm.com/read/332500/12752252
diff lirc-0.8.0.diff
diff -pu lirc-0.8.0/drivers/lirc_igorplugusb/lirc_igorplugusb.c.orig lirc-0.8.0/drivers/lirc_igorplugusb/lirc_igorplugusb.c
--- lirc-0.8.0/drivers/lirc_igorplugusb/lirc_igorplugusb.c.orig 2005-03-21 1
www.eeworm.com/read/141392/13013480
h diff_ti.h
/*
* Copyright 2002 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/141392/13013495
c diff_ti.c
/*
* Copyright 2002 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/323119/13351207
pl mtr_diff.pl
# -*- cperl -*-
# This is a library file used by the Perl version of mysql-test-run,
# and is part of the translation of the Bourne shell script with the
# same name.
#use Data::Dumper;
use strict;
www.eeworm.com/read/323119/13352167
result key_diff.result
www.eeworm.com/read/323119/13354193
test key_diff.test
#
# Check on condition on different length keys.
--disable_warnings
drop table if exists t1;
--enable_warnings
CREATE TABLE t1 (
a char(5) NOT NULL,
b char(4) NOT NULL,
KEY (a),
KEY (b)
);