代码搜索:diff
找到约 8,375 项符合「diff」的源代码
代码结果 8,375
www.eeworm.com/read/173430/9658703
9_25_2000 devps.patch.9_25_2000
diff -urN --exclude=.version --exclude=.config* --exclude=.*depend linux-2.2.18-9.virgin/drivers/char/Config.in linux/drivers/char/Config.in
--- linux-2.2.18-9.virgin/drivers/char/Config.in Mon Sep 18
www.eeworm.com/read/134690/13976283
cpp mlp_control.cpp
#include "Formula.h"
#include "mlp_control.h"
#include
/*class CControl*/
CMlp_control::CMlp_control()
{
run_status = LEARN_STATUS;
db_output_diff = 0.0;
srand( (unsigned
www.eeworm.com/read/104056/15711449
todo
mark translatable strings in stat
don't use #ifdef -- use human_* instead
get rid of all uses of S_IS* constants; use S_IF* macros instead
for d in /dev/*; do diff -IAccess: -u
www.eeworm.com/read/100091/15885430
c timer.c
#include "timer.h"
#include
#include
#include
Timer::Timer()
{
}
Timer::~Timer()
{
}
Timer::update()
{
gettimeofday(¤t_time, 0);
}
long Timer::get_diff
www.eeworm.com/read/290546/8477397
19-omap1 patch-2.6.19-omap1
diff --git a/Documentation/arm/OMAP/README b/Documentation/arm/OMAP/README
new file mode 100644
index 0000000..f8ffb68
--- /dev/null
+++ b/Documentation/arm/OMAP/README
@@ -0,0 +1,415 @@
+
+
www.eeworm.com/read/363772/9936343
dfm unit1.dfm
object Form1: TForm1
Left = 190
Top = 219
Width = 820
Height = 424
Caption = 'Basic Diff Demo2'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.
www.eeworm.com/read/168158/9936395
html index.html
Diff of Tutorial vs. Project X
Differences between JAXP and
www.eeworm.com/read/423504/10556076
readme
Steps for your OpenSSH pleasure:
- Download, compile and install openssl-engine (http://www.openssl.org)
- Download OpenSSH 3.0.1p1 (http://www.openssh.com)
- Apply 'openssh-3.0.1p1-patch.diff' from
www.eeworm.com/read/351829/10605059
test applied.test
$ rm -rf d
$ mkdir -p d/patches
$ cd d
$ echo a > a
$ echo b > b
$ diff -u a b > patches/patch
$ echo patch -p0 > patches/series
$ rm -f b
$ quilt push -q
> Applying patch patches/patch
>