代码搜索:diff

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

代码结果 8,375
www.eeworm.com/read/278867/4140947

doboth

#!/bin/sh x=$1 ; shift y=$1 ; shift rm tmp.0 > /dev/null 2>&1 ln -s $x tmp.0 $* tmp.0 > tmp.1 rm tmp.0 ln -s $y tmp.0 $* tmp.0 > tmp.2 rm tmp.0 diff -c tmp.1 tmp.2 exit #eof
www.eeworm.com/read/447738/1696012

doboth

#!/bin/sh x=$1 ; shift y=$1 ; shift rm tmp.0 > /dev/null 2>&1 ln -s $x tmp.0 $* tmp.0 > tmp.1 rm tmp.0 ln -s $y tmp.0 $* tmp.0 > tmp.2 rm tmp.0 diff -c tmp.1 tmp.2 exit #eof
www.eeworm.com/read/395929/2428948

doboth

#!/bin/sh x=$1 ; shift y=$1 ; shift rm tmp.0 > /dev/null 2>&1 ln -s $x tmp.0 $* tmp.0 > tmp.1 rm tmp.0 ln -s $y tmp.0 $* tmp.0 > tmp.2 rm tmp.0 diff -c tmp.1 tmp.2 exit #eof
www.eeworm.com/read/388600/2549086

sconstruct

from rsfproj import * import velcon Flow('sig',None, ''' sigmoid n1=200 d2=0.008 n2=200 | put n3=1 d3=0.008 o3=0 | smooth rect1=3 diff1=1 | pad beg1=25 | put o1=0 | smooth rect1=3
www.eeworm.com/read/375613/2723861

makefile

# Makefile for lib/i386/int64. CFLAGS = -O -D_MINIX -D_POSIX_SOURCE LIBRARIES = libc libc_OBJECTS = \ add64.o \ add64u.o \ cmp64.o \ cv64u.o \ cvu64.o \ diff64.o \ div64u.o \ ex64.o \ make
www.eeworm.com/read/270112/11047810

grub-winme-c-1129

diff -NaurbB -X ../patch/grub.skip grub-0.97.org/stage2/builtins.c grub-0.97/stage2/builtins.c --- grub-0.97.org/stage2/builtins.c Sat Dec 10 03:57:03 2005 +++ grub-0.97/stage2/builtins.c Sat Dec 10 0
www.eeworm.com/read/148264/12479270

1-arm7tdmi-20020920 patch-gdb-5.2.1-arm7tdmi-20020920

diff -urN gdb-5.2.1/gdb/arm-tdep.c arm-elf-gdb-5.2.1/gdb/arm-tdep.c --- gdb-5.2.1/gdb/arm-tdep.c Tue Feb 19 20:20:31 2002 +++ arm-elf-gdb-5.2.1/gdb/arm-tdep.c Fri Sep 20 13:52:49 2002 @@ -1194,8 +1194
www.eeworm.com/read/190869/8436779

grub-winme-1129

diff -Naur -X ../patch/grub.skip grub-0.97.org/stage2/asm.S grub-0.97/stage2/asm.S --- grub-0.97.org/stage2/asm.S Sat Dec 3 15:39:54 2005 +++ grub-0.97/stage2/asm.S Sat Dec 3 15:41:43 2005 @@ -4232,
www.eeworm.com/read/187056/8866869

-

VERSION 5.00 Object = "{BEEECC20-4D5F-4F8B-BFDC-5D9B6FBDE09D}#1.0#0"; "vsflex8.ocx" Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX" Begin VB.Form Tjfx_Diff Caption
www.eeworm.com/read/184304/9111820

m exm097~1.m

%exm09714_0.m 例9.7.1.4_1的主运行程序 % 它调用exm9714_1.mdl clc xsym=dsolve('D2x+100*Dx+0.9999*x=0','x(0)=1,Dx(0)=0','t') dxsym=diff(xsym,'t') t=(0:5000)/10;x=eval(char(dxsym)); %产生绘解析解图形的数