代码搜索:Difference
找到约 3,389 项符合「Difference」的源代码
代码结果 3,389
www.eeworm.com/read/163777/10145851
m ex031100.m
n = -5:10; x = rand(1,length(n));
k = -100:100; w = (pi/100)*k; % frequency between -pi and +pi
X = x * (exp(-j*pi/100)).^(n'*k); % DTFT of x
% folding property
y = fliplr(x); m = -flipl
www.eeworm.com/read/426147/10281620
cpp main.cpp
#include
#include
using namespace std;
void print(int x){
cout
www.eeworm.com/read/426147/10283296
cpp main.cpp
#include
#include
#include
using namespace std;
void print(int x){
cout
www.eeworm.com/read/354492/10349592
c alg48.c
#include
#include
#include
#include
/* generates:
set #1 elements:
Eeyore Piglet Pooh Tigger
set #2 elements:
Heffalump Pooh Woozle
www.eeworm.com/read/353892/10407990
m constants.m
function Constants
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Electromagnetic Finite-Difference Time-Domain %
% Version 1.20, Release 1 %
%
www.eeworm.com/read/278235/10554746
hello
This is a list of ways to say hello in various languages.
Its purpose is to illustrate a number of scripts.
---------------------------------------------------------
Amharic ($(3"c!
www.eeworm.com/read/352303/10565584
m mserror.m
function mse = MSERROR(A, B)
% The function takes two equal images and calculates the mean square
% difference inbetween the two.
% Usage: MSE = MSERROR(A, B, NSIZE);
% where A: first image
www.eeworm.com/read/275831/10793873
rb 09 - comparing the contents of two files.rb
class File
def File.same_contents(p1, p2)
return false if File.exists?(p1) != File.exists?(p2)
return true if !File.exists?(p1)
return true if File.expand_path(p1) == File.expand_path(p2
www.eeworm.com/read/348907/10860574
py diffutil.py
### Copyright (C) 2002-2006 Stephen Kennedy
### This program is free software; you can redistribute it and/or modify
### it under the terms of the GNU General Public License as pub
www.eeworm.com/read/296774/7113747
h amix.h
/* Definitions of target machine for GNU compiler.
Commodore Amiga A3000UX version.
Copyright (C) 1991, 1993 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free softwar