代码搜索:diff

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

代码结果 8,375
www.eeworm.com/read/332500/12752273

changelog

2006-03-12 version 1.0 o Initial release. 2006-03-31 version 1.1 o Updated patches/avrdude-5.1.diff. The modifications to Makefile.in are now included, so that automake1.9 is not needed to build
www.eeworm.com/read/152121/5675860

readme

In these subdirectories you can find diff files for various TeX implementations which add support for on-the-fly pk-generation using ttf2pk and hbf2gf (which is part of the CJK package for LaTeX 2e).
www.eeworm.com/read/132649/5914777

bzdiff

#!/bin/sh # sh is buggy on RS/6000 AIX 3.2. Replace above line with #!/bin/ksh # Bzcmp/diff wrapped for bzip2, # adapted from zdiff by Philippe Troin for Debian GNU/Linux. # Bzcmp a
www.eeworm.com/read/126074/6018651

tst insmodul.tst

(unwatch all) (clear) (setgen 1) (dribble-on "insmodul.out") (batch "insmodul.bat") (dribble-off) (clear) (open "insmodul.rsl" insmodul "w") (load "compline.clp") (printout insmodul "insmodul.clp diff
www.eeworm.com/read/124399/6049902

tst insmodul.tst

(unwatch all) (clear) (setgen 1) (dribble-on "insmodul.out") (batch "insmodul.bat") (dribble-off) (clear) (open "insmodul.rsl" insmodul "w") (load "compline.clp") (printout insmodul "insmodul.clp diff
www.eeworm.com/read/152024/6334034

m sqdist.m

function d = sqdist(mtx, mean) % mtx is MxNx3, mean is 1x3, d is MxN running = mtx; % find squared diff from mean of each color component running(:,:,1) = (running(:,:,1)-mean(1)).^2; running(:,:,
www.eeworm.com/read/482678/6621178

m maxima.m

function where=maxima(f) % where=maxima(f) % find local maxima of vector f % for minima use maxima(-f) % rgpm 10-2-2000 dy = diff(f); where = find(([dy;0]0)); %indices of maxim
www.eeworm.com/read/478200/6721867

m computeispd3rd.m

function [h_est]=ComputeISPD3rd(real_channel,draw_fig,NF,L_diff,Bis,h,H,N,delta,R) %%%%% This function calculate the estimated MIMO channel gain for given %%%%% Bispectrum and other coefficients
www.eeworm.com/read/476452/6762580

c date.c

//CALCULATION OF DIFFERENCE BETWEEN TO DATES USING STRUCTURES #include #include #include struct p { int mm,dd,yy; }; int diff(struct p a, struct p b) { int i,x=
www.eeworm.com/read/150902/12251539

patch nam-1.11.patch

Index: agent.h =================================================================== RCS file: /nfs/jade/vint/CVSROOT/nam-1/agent.h,v retrieving revision 1.20 diff -u -r1.20 agent.h --- agent.h 16 Jun 2