代码搜索:Difference
找到约 3,389 项符合「Difference」的源代码
代码结果 3,389
www.eeworm.com/read/235612/14061697
m afd_shotrec.m
function [seismogram,seis,t]=afd_shotrec(dx,dtstep,dt,tmax, ...
velocity,snap1,snap2,xrec,zrec,filt,phase,laplacian)
% AFD_SHOTREC ... makes finite difference shot records
%
% [seismogram
www.eeworm.com/read/297233/8038380
t-semi
# Just for these, we omit the frame pointer since it makes such a big
# difference. It is then pointless adding debugging.
LIBGCC2_CFLAGS=-O2 -fomit-frame-pointer $(LIBGCC2_INCLUDES) $(GCC_CFLAGS) -g
www.eeworm.com/read/297233/8038422
t-linux
# Just for these, we omit the frame pointer since it makes such a big
# difference. It is then pointless adding debugging.
LIBGCC2_CFLAGS=-O2 -fomit-frame-pointer $(LIBGCC2_INCLUDES) $(GCC_CFLAGS) -g
www.eeworm.com/read/143336/12882418
changes
Since Version 0.4 Friday 3rd November 2000
* http module added
* better icmp packet loggin printing os TOS bits and things
* arp will now tell the difference between interfaces
* sniff_pkt now goes th
www.eeworm.com/read/103512/6214445
h gdbcpu32.h
#ifndef GDBCPU32_H
#define GDBCPU32_H
/* cause software breakpoint; we use trap #0 here because gdb uses trap #1
and we need to be able to tell the difference (we expect gdb to replace
its
www.eeworm.com/read/250980/12372146
m distance_kld.m
function K = distance_KLD(v, P, Q)
%function K = distance_KLD(v, P, Q)
%
% INPUTS:
% v - difference between two means v = p - q
% P, Q - covariance matrices
%
% OUTPUT:
% K - Kullback Le
www.eeworm.com/read/458653/1584972
c patest_dither.c
/*
* $Id: patest_dither.c,v 1.2 2002/03/21 00:58:45 philburk Exp $
* patest_dither.c
* Attempt to hear difference between dithered and non-dithered signal.
* This only has an effect if the nat
www.eeworm.com/read/209211/4982388
c rarc.c
#include "mplot.h"
/* arc plotting routine */
/* from x1,y1 to x2,y2 */
/* with center xc,yc and radius rr */
/* integrates difference equation */
/* negative rr draws counterclockwise */
#define
www.eeworm.com/read/209211/4984739
c difftime.c
#include
/* Difference in seconds between two calendar times */
double
difftime(time_t t1, time_t t0)
{
return (double)t1-(double)t0;
}
www.eeworm.com/read/305566/3772355
sh maxdiff.sh
#! /bin/sh
# maxdiff - find absolute maximum difference in two segy data sets
# Usage: maxdiff file1 file2
#
# $Author: jkc $
# $Source: /src/su/shell/RCS/maxdiff,v $
# $Revision: 1.8 $ ; $Date: 88/11