代码搜索:diff

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

代码结果 8,375
www.eeworm.com/read/295657/8147982

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/292561/8348468

patch ftl.patch

+ diff -u linux-2.2.13/include/linux/blk.h.ORIG linux-2.2.13/include/linux/blk.h --- linux-2.2.13/include/linux/blk.h.ORIG Mon Jan 10 13:54:15 2000 +++ linux-2.2.13/include/linux/blk.h Mon Jan 10 20:2
www.eeworm.com/read/173433/9658308

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/173433/9658310

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/173431/9658418

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/173431/9658419

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/171074/9772547

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,
www.eeworm.com/read/269755/11079117

mak nm_m8.mak

conlibs = kernel32.lib DIFF = sdiff PRE = .SUFFIXES: .cpp .cpp.obj: cl -c -W3 -Ox -EHsc $*.cpp everything: tmt.exe example.exe nm_ex1.exe nm_ex2.exe test_exc.exe nl_ex.exe sl_ex
www.eeworm.com/read/269755/11079221

mak nm_i5.mak

conlibs = libm.lib libc.lib DIFF = sdiff PRE = .SUFFIXES: .cpp .cpp.obj: icl -c -GX -GR $*.cpp everything: tmt.exe example.exe nm_ex1.exe nm_ex2.exe test_exc.exe nl_ex.exe sl_ex.
www.eeworm.com/read/269755/11079333

mak nm_m6.mak

conlibs = libc.lib kernel32.lib DIFF = sdiff PRE = .SUFFIXES: .cpp .cpp.obj: cl -c -W3 -Ox -GX $*.cpp everything: tmt.exe example.exe nm_ex1.exe nm_ex2.exe test_exc.exe nl_ex.ex