代码搜索:diff

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

代码结果 8,375
www.eeworm.com/read/363236/9964354

patch ns-2.29.3-aodv-uu-0.9.2.patch

diff -uprN ns-2.29.orig/common/packet.h ns-2.29/common/packet.h --- ns-2.29.orig/common/packet.h 2005-10-20 06:45:22.000000000 +0200 +++ ns-2.29/common/packet.h 2006-07-15 15:47:42.000000000 +0200 @@
www.eeworm.com/read/363236/9964357

patch ns-2.29-aodv-uu-0.9.1-dsr-uu-0.2-oolsr-0.99.15.patch

diff -uprN ns-2.29.orig/common/misc.cc ns-2.29/common/misc.cc --- ns-2.29.orig/common/misc.cc 2005-10-20 06:45:22.000000000 +0200 +++ ns-2.29/common/misc.cc 2006-03-10 14:15:05.000000000 +0100 @@ -49,
www.eeworm.com/read/363216/9964855

patch ns-2.28-aodvuu-0.9.1-dsruu-pre.patch

diff -uprN ns-2.28.orig/common/packet.h ns-2.28/common/packet.h --- ns-2.28.orig/common/packet.h 2005-01-19 19:23:18.000000000 +0100 +++ ns-2.28/common/packet.h 2005-05-09 17:07:09.754886621 +0200 @@
www.eeworm.com/read/363216/9964857

patch ns-2.29-aodv-uu-0.9.1-dsr-uu-0.2-oolsr-0.99.15.patch

diff -uprN ns-2.29.orig/common/misc.cc ns-2.29/common/misc.cc --- ns-2.29.orig/common/misc.cc 2005-10-20 06:45:22.000000000 +0200 +++ ns-2.29/common/misc.cc 2006-03-10 14:15:05.000000000 +0100 @@ -49,
www.eeworm.com/read/164338/10117019

m q91.m

echo on syms x y t a u v w q,pause r = x^2 + y^2,pause theta = atan(y/x) ,pause e = exp(i*pi*t) ,pause f = cos(x)^2 + sin(x)^2,pause f = simple(f) ,pause diff(x^3) ,pause int(x^3) ,pause int(
www.eeworm.com/read/164099/10129351

m c6ex2.m

% MATLAB symbolic toolbox solution for voltage vL2 in % Example 5-2 after open circuit occurs % VL2 = sym('5*s*30*(s+1/3)/(s*(s+1/2))-200'); VL2_P = diff(int(VL2)) vL2 = ilaplace(VL2)
www.eeworm.com/read/359540/10140334

m q91.m

echo on syms x y t a u v w q,pause r = x^2 + y^2,pause theta = atan(y/x) ,pause e = exp(i*pi*t) ,pause f = cos(x)^2 + sin(x)^2,pause f = simple(f) ,pause diff(x^3) ,pause int(x^3) ,pause int(
www.eeworm.com/read/163777/10145803

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,
www.eeworm.com/read/274579/10863347

patch rhel4.patch

diff -uprN base/megaraid_sas.c rhel4/megaraid_sas.c --- base/megaraid_sas.c 2007-10-13 20:49:29.000000000 -0700 +++ rhel4/megaraid_sas.c 2007-10-13 20:45:22.000000000 -0700 @@ -9,7 +9,7 @@ * as p
www.eeworm.com/read/353521/7100230

m ex021000.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,