搜索结果
找到约 6 项符合
Disjoint 的查询结果
其他 Edge Disjoint Cycles. You are given an input graph that is either directed or undirected. Write a pr
Edge Disjoint Cycles. You are given an input graph that is either directed or undirected. Write a program that reads in a vertex number and lists the number of edge disjoint cycles that start and end at this vertex. The output should also list the edges in each of the cycle discovered. Input will be ...
matlab例程 CC_method:CC法
CC_method:CC法,用于非线性时间序列中,相空间重构,求取时间延迟tau及时间窗口tw。
本程序,本人于2008年12月1日,在matlab7.0上运行通过,可以得到CC_method的5个相关参数及图形,结果很好。
包括子程序:
1.CSCC_method:用lorenz系统来测试CC_method;
2.C_CMethod_inf:用于求延迟时间tau及时间窗口tw;
3.disjoint: ...
数据结构 给定两个集合A、B
给定两个集合A、B,集合内的任一元素x满足1 ≤ x ≤ 109,并且每个集合的元素个数不大于105。我们希望求出A、B之间的关系。
任 务 :给定两个集合的描述,判断它们满足下列关系的哪一种:
A是B的一个真子集,输出“A is a proper subset of B”
B是A的一个真子集,输出“B is a proper subset of A”
A和B是同一个集 ...
编译器/解释器 c pgm to find redundant paths in a graph.Many fault-tolerant network algorithms rely on an underlyin
c pgm to find redundant paths in a graph.Many fault-tolerant network algorithms rely on an underlying assumption that there are possibly distinct network paths between a source-destination pair. Given a directed graph as input, write a program that uses depth-first search to determine all such paths ...
其他 最小生成树 MST的四种算法实现。 包括普通的Kruskal算法和Prim算法
最小生成树 MST的四种算法实现。
包括普通的Kruskal算法和Prim算法,用Disjoint-Set优化的Kruskal算法和用Heap优化的堆算法。
复杂度分别为O(mn), O(n^2), O(m log n), O(m log n)
源码 C-C算法
相空间参数确定,
 本程序需调子函数:
(1)       Reconstitution.m:用来进行相空间重构;
(2)       Disjoint.m:用来将时间序列分拆为t个不相关的时间序列;
(3)       Correlation_integral.m:用 ...