代码搜索:diff

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

代码结果 8,375
www.eeworm.com/read/229403/4756195

patch 100-uclibc-conf.patch

diff -urN gcc-4.0.0-dist/boehm-gc/configure gcc-4.0.0/boehm-gc/configure --- gcc-4.0.0-dist/boehm-gc/configure 2005-04-21 02:04:10.000000000 -0500 +++ gcc-4.0.0/boehm-gc/configure 2005-04-30 13:22:27.
www.eeworm.com/read/229403/4756212

patch 100-uclibc-conf.patch

diff -urN gcc-4.0.0-dist/boehm-gc/configure gcc-4.0.0/boehm-gc/configure --- gcc-4.0.0-dist/boehm-gc/configure 2005-04-21 02:04:10.000000000 -0500 +++ gcc-4.0.0/boehm-gc/configure 2005-04-30 13:22:27.
www.eeworm.com/read/229403/4756221

patch 100-uclibc-conf.patch

diff -urN gcc-4.0.0-dist/boehm-gc/configure gcc-4.0.0/boehm-gc/configure --- gcc-4.0.0-dist/boehm-gc/configure 2005-04-21 02:04:10.000000000 -0500 +++ gcc-4.0.0/boehm-gc/configure 2005-04-30 13:22:27.
www.eeworm.com/read/229403/4756283

patch 100-uclibc-conf.patch

diff -urN binutils-2.15-dist/bfd/config.bfd binutils-2.15/bfd/config.bfd --- binutils-2.15-dist/bfd/config.bfd 2004-05-17 14:35:56.000000000 -0500 +++ binutils-2.15/bfd/config.bfd 2004-08-04 12:01:44.
www.eeworm.com/read/229403/4756321

patch 100-uclibc-conf.patch

diff -urN gdb-6.2-dist/bfd/config.bfd gdb-6.2/bfd/config.bfd --- gdb-6.2-dist/bfd/config.bfd 2004-07-09 07:32:35.000000000 -0500 +++ gdb-6.2/bfd/config.bfd 2004-08-08 04:23:19.000000000 -0500 @@ -129,
www.eeworm.com/read/229403/4756432

patch ltp-testsuite.patch

diff -urN ltp-full-20050707-dist/lib/tlibio.c ltp-full-20050707/lib/tlibio.c --- ltp-full-20050707-dist/lib/tlibio.c 2005-07-11 16:28:09.000000000 -0600 +++ ltp-full-20050707/lib/tlibio.c 2005-08-02 1
www.eeworm.com/read/229403/4756596

patch dnsmasq2-100-config.patch

diff -ur dnsmasq-2.15.orig/src/config.h dnsmasq-2.15/src/config.h --- dnsmasq-2.15.orig/src/config.h 2004-10-08 11:41:34.757371880 -0400 +++ dnsmasq-2.15/src/config.h 2004-10-08 11:43:49.074952504 -04
www.eeworm.com/read/229403/4756611

patch hotplug.patch

diff -urN diethotplug-0.4.orig/pci.c diethotplug-0.4/pci.c --- diethotplug-0.4.orig/pci.c Wed Jan 9 13:57:29 2002 +++ diethotplug-0.4/pci.c Wed Jan 30 22:35:24 2002 @@ -68,8 +68,8 @@ } /* che
www.eeworm.com/read/222917/4815275

thttpd_patch

diff -ur thttpd-2.21b/Makefile.in thttpd-2.21b-cool/Makefile.in --- thttpd-2.21b/Makefile.in Thu Mar 29 20:36:21 2001 +++ thttpd-2.21b-cool/Makefile.in Sat Sep 20 14:43:20 2003 @@ -46,13 +46,15 @@
www.eeworm.com/read/209919/4955885

m ex021100.m

% Example 2.11 % % x(n) = u(n)-u(n-10) % h(n) = (0.9)^n * u(n) % diff eqn: y(n) - 0.9y(n-1) = x(n) % b = [1]; a = [1,-0.9]; n = -5:50; x = stepseq(0,-5,50) - stepseq(10,-5,50); y = filter(b,a,