代码搜索:diff
找到约 8,375 项符合「diff」的源代码
代码结果 8,375
www.eeworm.com/read/428991/8825854
cpp num_diff.cpp
//Numerical Differentiation using Newton's forward formula
#include
#include
main()
{
int n,i,j,f,k;
float y[20],x[20][20],d,u,h,x1,v,w;
printf("How many values do u
www.eeworm.com/read/186716/8914552
m diff_dec.m
function out = diff_dec(in,delay)
% DIFF_DEC .... Differential decoding function.
%
% [Y] = DIFF_DEC(X,DELAY) generates the output sequence Y from X such that
% {Y(n) = X(n) (xor) X(n+DELAY), n
www.eeworm.com/read/186716/8914566
m diff_enc.m
function [out] = diff_enc(in,arg1,arg2)
% DIFF_ENC .... Differential encoding function for binary sequences.
%
% [Y] = DIFF_ENC(X,DELAY,INITIAL) generates the output sequence Y from X
% such t
www.eeworm.com/read/284422/8932510
txt diff_patch.txt
用<mark>Diff</mark>和Patch工具维护源码
级别: 中级
杨沙洲
国防科技大学计算机学院
2004 年 3 月
在Unix系统下,维护源码版本可以使用很多方法,其中最常用的当然是大名鼎鼎的CVS,但实际上,简单的版本维护工作并没有必要使用复杂的CVS等专门的版本维护工具,Unix标配中的<mark>diff</mark>和patch工具就完全可以完成代码的简单备份和升级工作。
在Unix系统下,维护源码版本可以使用 ...
www.eeworm.com/read/282867/9055380
diff iproute2.diff
diff -uNr iproute2/include/linux/genetlink.h iproute2-mpls/include/linux/genetlink.h
--- iproute2/include/linux/genetlink.h 1969-12-31 18:00:00.000000000 -0600
+++ iproute2-mpls/include/linux/genetlin
www.eeworm.com/read/282867/9055394
diff linux-kernel.diff
Binary files linux-kernel/arch/um/os-Linux/util/mk_user_constants and mpls-kernel-3/arch/um/os-Linux/util/mk_user_constants differ
diff -uNr linux-kernel/include/linux/genetlink.h mpls-kernel-3/includ
www.eeworm.com/read/184769/9079451
h buffer-diff.h
/* imagediff - Compare two images
*
* Copyright © 2004 Richard D. Worth
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby g
www.eeworm.com/read/184769/9079826
c buffer-diff.c
/* imagediff - Compare two images
*
* Copyright © 2004 Richard D. Worth
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby g
www.eeworm.com/read/281599/9147098
p diff_angles.p
www.eeworm.com/read/281575/9148065
c diff-cache.c
#include "cache.h"
static int cached_only = 0;
static int recursive = 0;
static int line_termination = '\n';
static int diff_cache(void *tree, unsigned long size, struct cache_entry **ac, int entrie