代码搜索:diff
找到约 8,375 项符合「diff」的源代码
代码结果 8,375
www.eeworm.com/read/262062/11608398
m splintfe.m
%进行固定斜率端点条件的分段三阶样条插值
function yhat=splintFE(x,y,xhat,fp1,fpn)
x=x(:);y=y(:);xhat=xhat(:);
n=length(x);
dx=diff(x);
divdif=diff(y)./dx;
alpha=[0;dx(1:n-2);0];
beta=[1;2*(dx(1:n-2)+dx(2:n-1));1];
www.eeworm.com/read/222917/4816377
phpt 007.phpt
--TEST--
Test array_diff and array_diff_assoc behaviour
--FILE--
www.eeworm.com/read/340710/3265501
differ+
# diff all the fixed *.v1 output with fixed *.v2 output
set -u
for i1 in *.v1
do
i2=`echo $i1 | sed -e 's=^\(.*\)\.v1$=/tmp/\1.v2='`
fixv1 /tmp/$$.1
fixv2 /tmp/$$.2
echo diff -u $i1
www.eeworm.com/read/289075/3995986
sh calc_sizes.sh
#!/bin/bash
ALGORITHMS="huffman huffman_diff huffman_whole huffman_whole_diff"
NODES=$(echo -e "4D08\t\t4D09\t\t4D0B\t\t4EBC\t\t4EBE\t\t4EBF")
declare -a TOTAL_SIZES
printf "% 20s\t%s\t\tTotal\n" "
www.eeworm.com/read/431110/1912570
differ+
# diff all the fixed *.v1 output with fixed *.v2 output
set -u
for i1 in *.v1
do
i2=`echo $i1 | sed -e 's=^\(.*\)\.v1$=/tmp/\1.v2='`
fixv1 /tmp/$$.1
fixv2 /tmp/$$.2
echo diff -u $i1
www.eeworm.com/read/422060/2044421
phpt 007.phpt
--TEST--
Test array_diff and array_diff_assoc behaviour
--FILE--
www.eeworm.com/read/351829/10604701
todo
General:
- Abstract backup operations to/from the .pc/ directory, so that
optionally something like rcs can be used instead of
lib/backup-files?
- Add something similar to cvs diff, which sc
www.eeworm.com/read/146056/5740735
patch 03-nonroot_chroot.patch
Index: configure.in
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/configure.in,v
retrieving revision 1.348
diff -u -r1.348 configure.in
---
www.eeworm.com/read/157384/11713687
conf bnxpcalc.conf
# This file is used to compute the XP points gained/lost by Warcraft III
# anonymous matchmaking games
#
#
www.eeworm.com/read/152772/12085990
readme
This a a portable implementation of the Label Distribution
Protocol (LDP) as layed out in RFC3036
It consists of two major componets:
-LDP core library (lib/)
-example porting layer (zebra-ldp.diff)