代码搜索:diff

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

代码结果 8,375
www.eeworm.com/read/333835/3381937

patch vfs_races-2.6-rhel4.patch

diff -urp RH_2_6_9_42_0_3.orig/fs/dcache.c RH_2_6_9_42_0_3/fs/dcache.c --- RH_2_6_9_42_0_3.orig/fs/dcache.c +++ RH_2_6_9_42_0_3/fs/dcache.c @@ -229,7 +229,14 @@ int d_invalidate(struct dentry * dentry
www.eeworm.com/read/447901/1693271

patch vfs_races-2.6-rhel4.patch

diff -urp RH_2_6_9_42_0_3.orig/fs/dcache.c RH_2_6_9_42_0_3/fs/dcache.c --- RH_2_6_9_42_0_3.orig/fs/dcache.c +++ RH_2_6_9_42_0_3/fs/dcache.c @@ -229,7 +229,14 @@ int d_invalidate(struct dentry * dentry
www.eeworm.com/read/433911/1880509

pat jaws3-msvc.pat

diff -u -r -N ./JAWS3/jaws3/Timer.cpp /c/dev/Win32/ACE_wrappers/apps/JAWS3/jaws3/Timer.cpp --- ./JAWS3/jaws3/Timer.cpp Tue Apr 25 16:24:21 2000 +++ /c/dev/Win32/ACE_wrappers/apps/JAWS3/jaws3/Timer.c
www.eeworm.com/read/402579/2318985

patch 940-gcc-4.1.2-e300c2c3.patch

diff -uNr gcc-4.1.2.orig/gcc/config/rs6000/e300c2c3.md gcc-4.1.2/gcc/config/rs6000/e300c2c3.md --- gcc-4.1.2.orig/gcc/config/rs6000/e300c2c3.md 1970-01-01 08:00:00.000000000 +0800 +++ gcc-4.1.2/gcc/co
www.eeworm.com/read/382594/2633740

pat jaws3-msvc.pat

diff -u -r -N ./JAWS3/jaws3/Timer.cpp /c/dev/Win32/ACE_wrappers/apps/JAWS3/jaws3/Timer.cpp --- ./JAWS3/jaws3/Timer.cpp Tue Apr 25 16:24:21 2000 +++ /c/dev/Win32/ACE_wrappers/apps/JAWS3/jaws3/Timer.c
www.eeworm.com/read/194957/8182425

m 例6-1(2).m

dt=0.01; t=[0:dt:1.5]; w=4*sqrt(3); y=e3b(t,w); subplot(2,1,1),plot(t,y),grid; s=length(t)-1 Dy=diff(y)/dt; subplot(2,1,2),plot(t(1:s),Dy),grid; %标注的程序略去,另外建立一个子函数ex1bs.m,其内容为: function xvalu
www.eeworm.com/read/429840/8786277

m examp8_14.m

syms x; f=(x^2-3*x+5)*exp(-5*x)*sin(x); ezplot(diff(f),[0,1]), hold on x=0:.12:1; y=(x.^2-3*x+5).*exp(-5*x).*sin(x); sp1=csapi(x,y); dsp1=fnder(sp1,1); fnplt(dsp1,'--') sp2=spapi(5,x,y); dsp2=fnder
www.eeworm.com/read/376593/9312470

m examp8_14.m

syms x; f=(x^2-3*x+5)*exp(-5*x)*sin(x); ezplot(diff(f),[0,1]), hold on x=0:.12:1; y=(x.^2-3*x+5).*exp(-5*x).*sin(x); sp1=csapi(x,y); dsp1=fnder(sp1,1); fnplt(dsp1,'--') sp2=spapi(5,x,y); dsp2=fnder
www.eeworm.com/read/299416/7860869

m gaijinnewton.m

syms f x; f=input('请输入f(x)='); df=diff(f); x0=input('请输入迭代初值x0='); e1=input('请输入奇异判断e1='); e2=input('请输入根的误差限e2='); N=input('请输入迭代次数限N='); k=1; while (k
www.eeworm.com/read/198282/7942266

m examp8_14.m

syms x; f=(x^2-3*x+5)*exp(-5*x)*sin(x); ezplot(diff(f),[0,1]), hold on x=0:.12:1; y=(x.^2-3*x+5).*exp(-5*x).*sin(x); sp1=csapi(x,y); dsp1=fnder(sp1,1); fnplt(dsp1,'--') sp2=spapi(5,x,y); dsp2=fnder