代码搜索:Disjoint
找到约 130 项符合「Disjoint」的源代码
代码结果 130
www.eeworm.com/read/383637/8930931
m disjoint.m
function data_d=disjoint(data,N,t)
% 此函数用于将时间序列分解成t个不相交的时间序列
% data:输入时间序列
% N:data的长度
% t:the index lag
% data_d:返回分解后的t个不相交的时间序列
% 2008-11-28
% zhangli
for i=1:t
for j=1:(N/t)
www.eeworm.com/read/381500/9089858
m disjoint.m
function data_d=disjoint(data,N,t)
%the function is used to subdivid the time series into t disjoint time
%series.
%data:the time series
%N:the length of the time series
%t:the index lag
%skyhaw
www.eeworm.com/read/377519/9273587
m disjoint.m
function data_d=disjoint(data,N,t)
%the function is used to subdivid the time series into t disjoint time
%series.
%data:the time series
%N:the length of the time series
%t:the index lag
%skyhaw
www.eeworm.com/read/338327/7109280
m disjoint.m
function data_d=disjoint(data,N,t)
%the function is used to subdivid the time series into t disjoint time
%series.
%data:the time series
%N:the length of the time series
%t:the index lag
%skyhaw
www.eeworm.com/read/306160/13751474
m disjoint.m
function data_d=disjoint(data,N,t)
%the function is used to subdivid the time series into t disjoint time
%series.
%data:the time series
%N:the length of the time series
%t:the index lag
%skyhaw
www.eeworm.com/read/337845/12336794
m disjoint.m
function data_d=disjoint(data,N,t)
%the function is used to subdivid the time series into t disjoint time
%series.
%data:the time series
%N:the length of the time series
%t:the index lag
%skyhaw
www.eeworm.com/read/129868/14220560
m disjoint.m
function data_d=disjoint(data,N,t)
%the function is used to subdivid the time series into t disjoint time
%series.
%data:the time series
%N:the length of the time series
%t:the index lag
%skyhaw
www.eeworm.com/read/220044/4843812
list disjoint.list
00270fa010_940422.sfi
00298fa010_940422.sfi
00200fa010_940128.sfi
00333fa010_940422.sfi
00273fa010_940422.sfi
00636fa010_941031.sfi
00218fa010_940128.sfi
00655fa010_941031.sfi
00213fa010_940128.sfi
00
www.eeworm.com/read/435285/7794488
h disjoint_set.h
#ifndef DISJOINT_SET_H
#define DISJOINT_SET_H
/*
a little more complex implement, but save lots of stack memory
@param father The array to record every node's father node
@param k The node
www.eeworm.com/read/435285/7794493