代码搜索:difference
找到约 3,389 项符合「difference」的源代码
代码结果 3,389
www.eeworm.com/read/259565/11782037
m s_history.m
function seismic=s_history(seismic,action,parameters)
% Function operates on the history field of a seismic structure; displays data set history
% if no output argument is given
%
% Written by: E. R.:
www.eeworm.com/read/257459/11925794
m matrix_operation.m
clear;
%a fast way to generate a matrix by multiplying a column vector by a row
%vector
X = 1:5;
M = X'*X;
M
%generate a complex signal
t = 0:1e-3:10;
z = exp(-2*i*pi*t);
%x and y are the real and i
www.eeworm.com/read/151143/12232677
m s_history.m
function seismic=s_history(seismic,action,parameters)
% Function operates on the history field of a seismic structure; displays data set history
% if no output argument is given
% Written by: E. R.
www.eeworm.com/read/130466/14192804
1 cmp_dct.1
.\"
.\" cmp_dct.1 - the *roff document processor man page source
.\"
.TH cmp_dct 1 "98/07/08" "Watermarking, Version 1.0"
.SH NAME
cmp_dct \- a program to create the difference image of the
frequency
www.eeworm.com/read/130466/14192823
1 cmp_dct8x8.1
.\"
.\" cmp_dct8x8.1 - the *roff document processor man page source
.\"
.TH cmp_dct8x8 1 "98/07/08" "Watermarking, Version 1.0"
.SH NAME
cmp_dct8x8 \- a program to create the difference image of the
8
www.eeworm.com/read/216914/14986545
cpp necdiff.cpp
/*
Copyright (C) 2004 Timothy C.A. Molteno
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Sof
www.eeworm.com/read/168845/5429983
py boostbuild.py
import TestCmd
from tree import build_tree, trees_difference
import copy
import fnmatch
import os
import shutil
import string
import types
import time
import tempfile
import sys
import re
www.eeworm.com/read/162614/5528779
c vect-45.c
/* { dg-require-effective-target vect_float } */
#include
#include "tree-vect.h"
#define N 256
void bar (const float *pa, const float *pb, const float *pc)
{
int i;
/* check result
www.eeworm.com/read/162614/5528799
c vect-51.c
/* { dg-require-effective-target vect_float } */
#include
#include "tree-vect.h"
#define N 256
void bar (const float *pa, const float *pb, const float *pc)
{
int i;
/* check result
www.eeworm.com/read/473622/6847414
m calcinnovation.m
%CALCINNOVATION Calculate innovation between two alpha,r-line features.
% NU = CALCINNOVATION(L1,L2) returns the difference of the state vectors
% of alpha,r-line features L1 and L2.
%
% Note th