代码搜索:Difference
找到约 3,389 项符合「Difference」的源代码
代码结果 3,389
www.eeworm.com/read/448535/7531520
m divdiff.m
function c = divdiff(ts,fs)
%
% Compute the upper row of a divided difference table
%
% function c = divdiff(ts,fs)
%
% ts = sample locations
% fs = function values
%
% c = set of divided di
www.eeworm.com/read/448535/7531545
m vitnop.m
function d = vitnop(branch,input)
%
% Compute the norm of the difference between inputs
% This function may be feval'ed for use with the Viterbi algorithm
% In this case, the norm is simply taken
www.eeworm.com/read/448529/7532018
m ex031000.m
n = -5:10; x = rand(1,length(n)) + j*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
% conjugation property
www.eeworm.com/read/448516/7532660
java listing 11-80.java
private void DownRow ( ResultSet DisplayResults )
throws SQLException
{
String Store;
long Difference;
Store = DisplayResults.getString ( 1 ) ;
Difference = DisplayResults.getLong (
www.eeworm.com/read/446971/7562030
c alg32.c
#include
#include
#include
#include
/*
* generates:
original array values: 3 5 8 13 21
transform each element by doubling: 6 10 16 26 42
tr
www.eeworm.com/read/446553/7576768
m findsing.m
function [averagevoltage]=findsing(alpha,lowdelta,topdelta,lowvoltage,topvoltage,X,Y,Z)
averagevoltage=zeros(1,length(alpha));
indexalpha= zeros(1,length(alpha));
indexlowdelta= zeros(1,len
www.eeworm.com/read/446553/7576845
m findsing1.m
function [averagevoltage,averagedelta]=findsing1(alpha,lowdelta,topdelta,lowvoltage,topvoltage,X,Y,Z)
averagevoltage=zeros(1,length(alpha));
indexalpha= zeros(1,length(alpha));
indexlowdelt
www.eeworm.com/read/446553/7576969
m findstate.m
function [lowalpha,topalpha,lowdelta,topdelta,lowvoltage,topvoltage]=findstate(Stab,AA,XX)
maxstabsize=length(Stab);
changed=0;
indexsib=0;
transition=0; % Keeps track of the index where the tra
www.eeworm.com/read/445950/7587592
c timezone.c
#include
#include
void main(void)
{
tzset();
printf("Difference between local and GMT is %d hours\n",
timezone / 3600);
}
www.eeworm.com/read/445950/7587594
c ftime.c
#include
#include
#include
void main(void)
{
struct timeb timezone;
tzset();
ftime(&timezone);
printf("Seconds since 1 January 1970 (GMT)