代码搜索:Difference
找到约 3,389 项符合「Difference」的源代码
代码结果 3,389
www.eeworm.com/read/285338/4053995
m psnr.m
function [snr,mse] = psnr (A,B)
diff = A - B;
diff_sq = diff .^ 2; % difference squared
mse_clmn = mean(diff_sq); % means square diff. of the columns;
mse = mean(mse_clmn);
if (mse == 0)
www.eeworm.com/read/412072/2176688
tpl stat_playertable_header.tpl
{Position}
{Difference}
{Player}
{country}
{A
www.eeworm.com/read/377738/2697201
cpp wex8_20.cpp
#include
#pragma hdrstop
#include "extset.h"
// compute and return S - T
template
Set Difference(const Set& S, const Set& T)
{
// S-T = elements in S and no
www.eeworm.com/read/366702/2880364
c 20021029-1.c
/* Test whether difference of local labels doesn't force
variables into writable sections. */
/* { dg-do compile { target fpic } } */
/* { dg-options "-O2 -fpic" } */
/* { dg-options "-O2 -fpic -m
www.eeworm.com/read/258653/4352788
c xmmx.c
#include "config.h"
#ifdef HAVE_MMX
/* a definir pour avoir exactement le meme resultat que la fonction C
* (un chouillat plus lent).. mais la difference est assez peu notable.
*/
// #define STRIC
www.eeworm.com/read/160611/5568488
c patest_dither.c
/*
* $Id: patest_dither.c,v 1.2 2003/03/02 08:01:42 dmazzoni Exp $
* patest_dither.c
* Attempt to hear difference between dithered and non-dithered signal.
* This only has an effect if the native
www.eeworm.com/read/290607/8472126
m tr2diff.m
%TR2DIFF Convert a transform difference to differential representation
%
% D = TR2DIFF(T)
% D = TR2DIFF(T1, T2)
%
% First form converts a homogeneous transform representing an
% infinitessimal motion
www.eeworm.com/read/188503/8534601
c mblock_sub44_sads_x86.c
/*
*
* mblock_sub44_sads.c
* Copyright (C) 2000 Andrew Stevens
*
* Fast block sum-absolute difference computation for a rectangular area 4*x
* by y where y > h against a 4 b
www.eeworm.com/read/432289/8614110
cpp strfile.cpp
//: C19:Strfile.cpp
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Stream I/O with files
// The difference b
www.eeworm.com/read/184404/9106562
html example5_text.html
Example5
Example 5
This plot looks like a repeat of example 3. The difference is that