代码搜索:diff

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

代码结果 8,375
www.eeworm.com/read/135062/13965360

patch busybox-0.51-cross.ppc.patch

+ diff -u busybox-0.51/Makefile.ORIG busybox-0.51/Makefile --- busybox-0.51/Makefile.ORIG Tue Apr 10 20:35:02 2001 +++ busybox-0.51/Makefile Sat Jun 2 17:08:19 2001 @@ -80,7 +80,7 @@ # If you are
www.eeworm.com/read/237368/13966119

dsp c4_2_3.dsp

.MODULE/RAM/ABS=H#0000 DIFF; {y(i)=a1×y(i-1)+…+an×y(i-n)+b0×x(i)+ b1×x(i-1)+…+bn×x(i-n);} .CONST n=2; .CONST m=1024;
www.eeworm.com/read/200976/15419100

mak nm_i8.mak

conlibs = libm.lib libc.lib DIFF = sdiff PRE = .SUFFIXES: .cpp .cpp.obj: icl -c -GX -GR -Ge -GS -Qpc80 -Qprec -Qprec_div -nologo -Qlong_double $*.cpp everything: tmt.exe example.exe test_ex
www.eeworm.com/read/112193/15491809

patch verycd.patch

diff -Nur srchybrid44a/BaseClient.cpp srchybrid44a_VeryCD/BaseClient.cpp --- srchybrid44a/BaseClient.cpp 2004-09-03 14:04:06.000000000 +0800 +++ srchybrid44a_VeryCD/BaseClient.cpp 2004-09-08 21:24:4
www.eeworm.com/read/111407/15513022

patch verycd.patch

diff -Nur srchybrid44a/BaseClient.cpp srchybrid44a_VeryCD/BaseClient.cpp --- srchybrid44a/BaseClient.cpp 2004-09-03 14:04:06.000000000 +0800 +++ srchybrid44a_VeryCD/BaseClient.cpp 2004-09-08 21:24:4
www.eeworm.com/read/108712/15578188

patch verycd.patch

diff -Nur srchybrid44a/BaseClient.cpp srchybrid44a_VeryCD/BaseClient.cpp --- srchybrid44a/BaseClient.cpp 2004-09-03 14:04:06.000000000 +0800 +++ srchybrid44a_VeryCD/BaseClient.cpp 2004-09-08 21:24:4
www.eeworm.com/read/105565/15665167

patch redhat4.patch

diff -ur portserver-0.1.1/connection.c portserver-0.1.1-new/connection.c --- portserver-0.1.1/connection.c Sun Oct 18 18:48:07 1998 +++ portserver-0.1.1-new/connection.c Mon Oct 19 18:07:03 1998 @@
www.eeworm.com/read/103277/15737996

patch libmodem-1.0.0.pha.patch

diff -r -u libmodem-1.0.0.orig/Makefile libmodem-1.0.0/Makefile --- libmodem-1.0.0.orig/Makefile Tue Aug 26 17:19:48 1997 +++ libmodem-1.0.0/Makefile Thu Oct 8 16:46:58 1998 @@ -31,7 +31,7 @@ incl
www.eeworm.com/read/100066/15886899

patch libmodem-1.0.0.pha.patch

diff -r -u libmodem-1.0.0.orig/Makefile libmodem-1.0.0/Makefile --- libmodem-1.0.0.orig/Makefile Tue Aug 26 17:19:48 1997 +++ libmodem-1.0.0/Makefile Thu Oct 8 16:46:58 1998 @@ -31,7 +31,7 @@ incl
www.eeworm.com/read/401000/11566154

m grad_2d.m

function [optim_fx,x,step]=grad_2d(x0,e) syms x1 x2;%定义自变量x1,x2为符号变量(由于要用向量形式表示只能用x1,x2....xn等形式表示而不能用x,y,z等形式) X=[x1,x2]; fx=X(1)^2+3*X(2)^2-X(1)*X(2); fxd1=[diff(fx,x1) diff(fx,x2)];%分别求x1,x2的偏导