代码搜索:diff
找到约 8,375 项符合「diff」的源代码
代码结果 8,375
www.eeworm.com/read/291439/8418840
c diff.c
#include "global.h"
extern nodeptr zero, one, mi_one;
nodeptr diff(nodeptr fpt, char v[])
{
nodeptr p, pl, pr, new_node();
switch (fpt->node_id) {
case 'b':
switch (fpt->node_data
www.eeworm.com/read/291439/8419362
c diff.c
#include "global.h"
extern nodeptr zero, one, mi_one;
nodeptr diff(nodeptr fpt, char v[])
{
nodeptr p, pl, pr, new_node();
switch (fpt->node_id) {
case 'b':
switch (fpt->node_data
www.eeworm.com/read/290380/8486691
c for_diff.c
#include
void main ()
{
int counter;
for (counter = -100; counter
www.eeworm.com/read/390009/8489609
c diff.c
#include "tdestr.h"
#include "common.h"
#include "define.h"
#include "tdefunc.h"
int define_diff( WINDOW *window )
{
int rc;
char temp[MAX_COLS];
int num1;
int let1;
int num2;
www.eeworm.com/read/433114/8545224
m diff.m
function ds=diff(ds,n,dim)
% Function computes the sample-to-sample difference of the traces of a seismic dataset
% See help for Matlab function "diff". Start and/or end times are changed in accordanc
www.eeworm.com/read/289184/8569730
c for_diff.c
#include
void main ()
{
int counter;
for (counter = -100; counter
www.eeworm.com/read/187544/8626164
diff cammer.diff
51d50
<
62a62,65
> my %OID_TO_NONARRAY = ( 'dot1dBasePortIfIndex' => "1.3.6.1.2.1.17.1.4.1.2",);
>
>
>
129a133,134
> my %macsToIfIndex;
> my %macsToIfName;
132a138
> #my $sws = SN
www.eeworm.com/read/387891/8648255
clean-diff
#!/bin/sh
sed '/^+[^+]/!s/ /TaBBaT/g' |\
expand -t `seq -s , 9 8 200` |\
sed 's/TaBBaT/ /g' |\
sed '/^+[^+]/s/ * $//' |\
tr -d '\015' |\
tr '\n' '
www.eeworm.com/read/387891/8649318
unwrap-diff
#!/bin/sh
tr '\n' '\001' | sed 's/\x01\x01/\x01 \x01/g' | sed 's/\x01\([^-+ @]\)/ \1/g' | tr '\001' '\n'
www.eeworm.com/read/287770/8670604
m diff.m
function y = diff(x,varargin)
% $Id: diff.m 48 2004-09-16 12:07:24Z mairas $
y = x;
y.s = diff(x.s,varargin{:});
n = length(x.s)-length(y.s);
t = x.time;
% should there be a half sample time shift