代码搜索:diff
找到约 8,375 项符合「diff」的源代码
代码结果 8,375
www.eeworm.com/read/268442/11139762
patch 2.6.22-rc1-at91.patch
diff -urN -x CVS linux-2.6.22-rc1/arch/arm/boot/compressed/head-at91rm9200.S linux-2.6-stable/arch/arm/boot/compressed/head-at91rm9200.S
--- linux-2.6.22-rc1/arch/arm/boot/compressed/head-at91rm9200.S
www.eeworm.com/read/268442/11139769
patch 2.6.23-rc3-at91.patch
diff -urN -x CVS linux-2.6.23-rc3/arch/arm/boot/compressed/head-at91rm9200.S linux-2.6-stable/arch/arm/boot/compressed/head-at91rm9200.S
--- linux-2.6.23-rc3/arch/arm/boot/compressed/head-at91rm9200.S
www.eeworm.com/read/268260/11146811
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/148258/12479619
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/148257/12479751
m ag49.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/237777/13931482
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/200976/15419138
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 test_exc.exe nl_ex.exe sl_ex.exe garch.exe
newmat_lo
www.eeworm.com/read/104052/15711777
patch net-tools-1.45-config.patch
diff -C 2 -P net-tools/config.h net-tools-new/config.h
*** net-tools/config.h Wed Dec 31 18:00:00 1969
--- net-tools-new/config.h Fri Feb 27 20:21:30 1998
***************
*** 0 ****
--- 1,40 ----
+ /*
www.eeworm.com/read/100766/15864831
patch
diff --new-file -ur linux-2.0.30-orig/fs/Config.in linux/fs/Config.in
--- linux-2.0.30-orig/fs/Config.in Sun Dec 1 08:58:05 1996
+++ linux/fs/Config.in Mon Sep 29 08:23:13 1997
@@ -37,6 +37,7 @@
fi
www.eeworm.com/read/100282/15877947
patch
diff --new-file -ur linux-2.0.30-orig/fs/Config.in linux/fs/Config.in
--- linux-2.0.30-orig/fs/Config.in Sun Dec 1 08:58:05 1996
+++ linux/fs/Config.in Mon Sep 29 08:23:13 1997
@@ -37,6 +37,7 @@
fi