搜索资源列表
VfLibV4
- 附件中的源代码实现了VF图像的同构(Isomorphism)算法。同时还有一些其他的Wrapper程序,用来把这个库运用到其他语言如Python。整个代码实现于C#,同时提供C++的库。
same
- 有时需要测试2 个数据结构的同构性,即2个同构的结构在相应的位置具有相同结点数 和分枝数。试设计一个递归函数用于测试2 棵二叉树是否同构。-Sometimes need to test two data structure isomorphism, ie isomorphism of two structures in the corresponding location with the same number of nodes
same
- 有时需要测试2 个数据结构的同构性,即2个同构的结构在相应的位置具有相同结点数 和分枝数。试设计一个递归函数用于测试2 棵二叉树是否同构。-Sometimes need to test two data structure isomorphism, ie isomorphism of two structures in the corresponding location with the same number of nodes
VfLibV4
- 附件中的源代码实现了VF图像的同构(Isomorphism)算法。同时还有一些其他的Wrapper程序,用来把这个库运用到其他语言如Python。整个代码实现于C#,同时提供C++的库。-In the annex to the source code to achieve a VF-isomorphism image (Isomorphism) algorithm. At the same time, there are some ot
tonggoushu
- Descr iption 同构数 正整数n若是它平方数的尾部,则称n为同构数。例如,6是其平方数36的尾部,76是其平方数5776的尾部,6与76都是同构数。376*376=141376,所以376也是-Descr iption isomorphism few positive integer n, if the square of the number of its tail, then n is the number of i
GraphIso
- Graph isomorphism with Visual C-Graph isomorphism with Visual C++
shuzi
- 用户登陆后可以对数字进行一些有趣的处理,求最大公约数,最小公倍数,同构数,水仙花数和进行数制转换-Users can visit a number of interesting figure deal, and the common denominator, least common multiple, the number of isomorphism, a few daffodils and a few system convers
S020600210
- « 问题描述: 有时需要测试2 个数据结构的同构性,即2个同构的结构在相应的位置具有相同结点数 和分枝数。试设计一个递归函数用于测试2 棵二叉树是否同构。 « 实验任务: 对于给定的2 棵二叉树,计算这2 棵二叉树是否同构。-« Descr iption of the problem: sometimes need to test two data structures of the sam
1231232333
- 两个同构sqlserver之间的数据同步解决方案-Sqlserver isomorphism between the two data synchronization solution
03-021
- 基于向量机的次优化浮动顺序算法FFSM的应用-Efficient Mining of Frequent Subgraph in the Presence of Isomorphism
ICDM03_2
- 基于向量机的次优化浮动顺序算法向量机的FFSM运用-Efficient Mining of Frequent Subgraphs in the Presence of Isomorphism
AnAlgorithmForSubgraphIsomorphism
- ULLMANN关于子图同构算法的论文,是子图同构领域的核心文献-ULLMANN s paper of subgraph isomorphism algorithm
xcthulhu-Int_Logic-838502a.tar
- Intuitionistic Logic developed in Isabelle/HOL, using a shallow embedding of the lambda-calculus by way of the Curry-Howard isomorphism
undirected_weighed_origin
- 检测图同构,给出图中个点的对应关系,并且判断程序运行时间是否符合标准-Check graph isomorphism
vflib2
- 这个软件包是一个graph isomorphism算法库,主要包含VF2算法。-VFLib: graph matching library -------------------------------------------------------------------------------- The ARG Database is a huge collection of labeled and unlabeled
nauty24r2
- 这是一个用于图的同构的求解的程序,也可用以加标签,效率比较高-This is a program used to solve the isomorphism of the graph , and also can be used to add labels, efficiency is higher
1112
- 给出先序和中序序列,构造二叉树,并判断同构-Given the sequence of the first sequence and the sequence, construct a binary tree and determine the isomorphism
VfLibV4
- 子图同构 代码源代码实现了VF图像的同构(Isomorphism)算法。同时还有一些其他的Wrapper程序,用来把这个库运用到其他语言如Python。整个代码实现于C#,同时提供C++的库。-Subgraph isomorphism (Isomorphism) algorithm VF image with the structure code source code. As well as some other Wrapper pr
dlg
- 同构按钮实现界面的切换,button,Dialog,MFC-Isomorphism button switch interface, the button, Dialog, MFC,
An Algorithm for Subgraph Isomorphism密文实验代码
- 该文件为对Ullman的文章An Algorithm for Subgraph Isomorphism在问情况下进行实现的实验代码