代码搜索:Difference
找到约 3,389 项符合「Difference」的源代码
代码结果 3,389
www.eeworm.com/read/181851/9234488
c sweepde.c
//SweepDE.c Generates a sweeping sinusoid using a difference equation
#include
#define two_pi (2*3.1415926) //2*pi
#define two_14 16384 //2^14
#define T
www.eeworm.com/read/373828/9433522
c sweepde.c
//SweepDE.c Generates a sweeping sinusoid using a difference equation
#include
#define two_pi (2*3.1415926) //2*pi
#define two_14 16384 //2^14
#define T
www.eeworm.com/read/373828/9434301
c sweepde.c
//SweepDE.c Generates a sweeping sinusoid using a difference equation
#include
#define two_pi (2*3.1415926) //2*pi
#define two_14 16384 //2^14
#define T
www.eeworm.com/read/175135/9558689
cpp tvfm.cpp
// tvfm.cpp -- tv.cpp modified to test tvfm.h
#include
#include "tvfm.h" // only difference from tv.cpp
bool Tv::volup()
{
if (volume < MaxVal)
{
volume++;
www.eeworm.com/read/163494/10157048
pico
#!/bin/bash
#
# Date: Wed, 16 May 2001 15:11:08 +0200
#
# I made this script from the original ewrapper.sh for a linux-on-a-floppy
# project i'm playing with.
# The main difference to the original
www.eeworm.com/read/163194/10171620
m aad.m
AAD.m
%function D=AAD(I,J)
% AAD(I,J) returns the average absolute difference between the pixels % of I and J.
% The AAD value is useful to quantitize the distortions on an image.
if (size(I)~=s
www.eeworm.com/read/358682/10182232
cpp tvfm.cpp
// tvfm.cpp -- tv.cpp modified to test tvfm.h
#include
#include "tvfm.h" // only difference from tv.cpp
bool Tv::volup()
{
if (volume < MaxVal)
{
volume++;
www.eeworm.com/read/162132/10332656
c hc_sl811.c
/*
* SL811 Host Controller Interface driver for USB.
* Considering the difference in your board, u should edit the
* It was editted by chinesefox to fit the 44b0x 2004.12.28
* sl811_addr_io =
www.eeworm.com/read/352501/10546154
c sweepde.c
//SweepDE.c Generates a sweeping sinusoid using a difference equation
#include
#define two_pi (2*3.1415926) //2*pi
#define two_14 16384 //2^14
#define T
www.eeworm.com/read/278058/10578001
cpp tvfm.cpp
// tvfm.cpp -- tv.cpp modified to test tvfm.h
#include
#include "tvfm.h" // only difference from tv.cpp
bool Tv::volup()
{
if (volume < MaxVal)
{
volume++;