代码搜索:diff
找到约 8,375 项符合「diff」的源代码
代码结果 8,375
www.eeworm.com/read/333376/3386737
c diff.c
/*
* Copyright (C) 2000, 2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided tha
www.eeworm.com/read/328915/3435401
diff commtest.diff
Index: src/java/misc/CommTest.java
===================================================================
--- src/java/misc/CommTest.java (working copy)
+++ src/java/misc/CommTest.java (working copy)
@@
www.eeworm.com/read/328915/3435402
diff serialmodemdriver.diff
Index: src/java/org/smslib/modem/SerialModemDriver.java
===================================================================
--- src/java/org/smslib/modem/SerialModemDriver.java (working copy)
+++ src/
www.eeworm.com/read/324447/3502985
tcl diff.tcl
# Copyright (c) 2000, 2001, Red Hat, Inc.
#
# This file is part of Source-Navigator.
#
# Source-Navigator is free software; you can redistribute it and/or
# modify it under the terms of the GNU Gene
www.eeworm.com/read/311187/3687661
c diff.c
#include "tdestr.h"
#include "common.h"
#include "define.h"
#include "tdefunc.h"
/*
* Name: define_diff
* Purpose: get info needed to initialize diff
* Date: October 31, 1992
www.eeworm.com/read/311187/3687717
c diff.c
#include "tdestr.h"
#include "common.h"
#include "define.h"
#include "tdefunc.h"
/*
* Name: define_diff
* Purpose: get info needed to initialize diff
* Date: October 31, 1992
www.eeworm.com/read/305566/3773227
junk diff.junk
5a6,7
> #include
> #include
6a9,13
> #ifndef WORDS_BIGENDIAN
> #include "ttc_byteswap.h"
> #endif
>
>
122a130,152
> /* This structure is used to pass arguments to compress_ttc
www.eeworm.com/read/305277/3778094
java diff.java
// $Id$
package scala.tools.partest.nest;
import java.util.Hashtable;
/** A class to compare vectors of objects. The result of comparison
is a list of change objects which form an
www.eeworm.com/read/303463/3810426
m diff.m
function Y=diff(varargin)
%DIFF (overloaded)
% Author Johan L鰂berg
% $Id: diff.m,v 1.1 2006/08/10 18:00:19 joloef Exp $
X = varargin{1};
n = X.dim(1);
m = X.dim(2);
Y = X;
x_lmi_variable
www.eeworm.com/read/303463/3810533
m diff.m
function X = diff(varargin)
% DIFF (overloaded)
% Author Johan L鰂berg
% $Id: diff.m,v 1.2 2006/07/13 19:40:59 joloef Exp $
Y = varargin{1};
X = Y;
X.basis = [];
for i = 1:size(Y.basis,2)