代码搜索:diff

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

代码结果 8,375
www.eeworm.com/read/269737/11080435

mak cx_i8.mak

conlibs = libm.lib libc.lib DIFF = sdiff PRE = .SUFFIXES: .cpp .cpp.obj: icl -c -GX -GR -Ge -GS -Qpc80 -Qprec -Qprec_div -nologo -Qlong_double $*.cpp everything: cxtest.exe mande
www.eeworm.com/read/147203/12576842

m auto_thresh.m

function auto_thresh(im,L,S,H) % im=imread('rice.tif'); % a=imread('mytu.tif'); % im=rgb2gray(a); count=imhist(im); u=diff(count);% Difference and approximate derivative.求差分曲线 % for i=1:255 %
www.eeworm.com/read/237686/13937468

html set_difference.html

set_diff
www.eeworm.com/read/203062/15366474

makepatch

#!/bin/csh cd diffs RM `find . -size 0 -print ` foreach i (advisor physics xg ) foreach j ( `ls $i` ) diff -cw ./$j /home/landau/johnv/oopic/$i/$j > ../diffs/$i/$j.diffs end cd .. end cd ~/oopic/dif
www.eeworm.com/read/203062/15366851

makediffs

#!/bin/csh /bin/rm -rf diffs mkdir diffs foreach i ( advisor physics xg ) cd $i mkdir ../diffs/$i foreach j ( *.cpp *.h ) diff -cw /home/landau/johnv/oopic/$i/$j ./$j > ../diffs/$i/$j.diffs end cd .
www.eeworm.com/read/113863/15446452

c incr_dev_zero.c

#include "unpipc.h" #define SEM_NAME "mysem" /* include diff */ int main(int argc, char **argv) { int fd, i, nloop; int *ptr; sem_t *mutex; if (argc != 2) err_quit("usage: incr_dev_zero
www.eeworm.com/read/102720/15761405

1 remsync.1

.TH REMSYNC 1 .SH NAME remsync - remotely synchronize file trees .SH SYNOPSIS .B remsync .B \-sxv .I tree .RI [ state-file ] .br .B remsync .B \-duxvD .I tree .RI [ state-file .RI [ diff-file ]] .br .
www.eeworm.com/read/100584/15871027

c incr_dev_zero.c

#include "unpipc.h" #define SEM_NAME "mysem" /* include diff */ int main(int argc, char **argv) { int fd, i, nloop; int *ptr; sem_t *mutex; if (argc != 2) err_quit("usage: incr_dev_zero
www.eeworm.com/read/377447/9275893

bsd patch.bsd

Common subdirectories: async/CVS and async-bsd/CVS diff async/async.h async-bsd/async.h 38c38,40 < pthread_mutexattr_t attr={PTHREAD_MUTEX_ERRORCHECK_NP}; --- > pthread_mutexattr_t attr; >
www.eeworm.com/read/363351/9957820

patch full.patch

diff --git a/Makefile b/Makefile index 4a47203..eea8b18 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 20 -EXTRAVERSION =-rc1 +EXTRAVERSION =-rc1-h1940