代码搜索:diff
找到约 8,375 项符合「diff」的源代码
代码结果 8,375
www.eeworm.com/read/139477/13154571
c nextendf5.c
//This implementation use the idea of diff lists all the way
#include
#include
#include
#include
#include
#include
#include
#
www.eeworm.com/read/139477/13154589
c extendf5.c
//This implementation use the idea of diff lists all the way
#include
#include
#include
#include
#include
#include
#include
#
www.eeworm.com/read/139477/13154656
c extendf6.c
//This implementation use the idea of diff lists all the way
#include
#include
#include
#include
#include
#include
#include
#
www.eeworm.com/read/307313/13724301
mak nr_b55.mak
BORLANDPATH = "C:\program files\Borland\cbuilder5"
TASM = TASM32
TLIB = tlib
TLINK = ilink32
LIBPATH = $(BORLANDPATH)\LIB
INCLUDEPATH = $(BORLANDPATH)\INCLUDE
DIFF = sdiff
PRE =
CC = bcc32 -W- -v-
www.eeworm.com/read/307313/13724305
mak nr_gnu.mak
CXX = g++
CXXFLAGS = -O2 -Wall
DIFF = ./sdiff
PRE = ./
MAJOR = 1
MINOR = 0
%.o: %.cpp
$(CXX) $(CXXFLAGS) -c $*.cpp
everything: tryrand
tryrand_obj = tryrand.o newran.o myexcept.o
www.eeworm.com/read/149652/5698167
mak nr_b55.mak
BORLANDPATH = "C:\program files\Borland\cbuilder5"
TASM = TASM32
TLIB = tlib
TLINK = ilink32
LIBPATH = $(BORLANDPATH)\LIB
INCLUDEPATH = $(BORLANDPATH)\INCLUDE
DIFF = sdiff
PRE =
CC = bcc32 -W- -v-
www.eeworm.com/read/125133/6032776
mk module.mk
b := examples/hello
examples-hello-test: $b/hello
bin/idelvm $b/hello >tmp-output
echo 'Hello, world!' | diff tmp-output -
$b/hello: $b/hello.idel bin/idelasm
cpp $< | bin/idelasm >$@
EXAMPLES
www.eeworm.com/read/125133/6032950
mk module.mk
b := examples/hello
examples-hello-test: $b/hello
bin/idelvm $b/hello >tmp-output
echo 'Hello, world!' | diff tmp-output -
$b/hello: $b/hello.idel bin/idelasm
cpp $< | bin/idelasm >$@
EXAMPLES
www.eeworm.com/read/108242/6183528
diffs
diff -c1 ../4.0.2.dist/Makefile ./Makefile
*** ../4.0.2.dist/Makefile Thu Nov 26 09:06:28 1992
--- ./Makefile Thu Nov 26 09:17:08 1992
***************
*** 36,40 ****
! DEFS = -DUNIX -DSTDLIB -ansi
www.eeworm.com/read/103510/6214509
patch rthal5g-2.4.19.patch
diff -uNrp linux-2.4.19-cris/Documentation/Configure.help linux-2.4.19-cris-rthal/Documentation/Configure.help
--- linux-2.4.19-cris/Documentation/Configure.help 2004-01-02 15:40:15.000000000 +0100
++