当前注册人数422990人 邮箱: 密码: 注册新用户 忘记密码
首页 C/C++/MFC C# ASP.NET VB.NET MATLAB Android   站内搜索 下载代码说明/积分规则
为什么要注册?

1. 可以直接免费从本站下载代码,防止邮件发送不到您的邮箱,或登录不了国外网站

2. 可以设定关键字,当有您关心的代码收录时,邮件通知您

3. 对这里的代码进行评分和评论

4. 可以和大家一起分享你的源代码,得到更多的建议

The VF Graph Isomorphism algorithm in C#

C#实现的VF图像同构(Isomorphism)算法源代码

2008年05月05日
C#, .NET (.NET 2.0, .NET 3.0, .NET 3.5), .NET, Dev, Design
附件中的源代码实现了VF图像的同构(Isomorphism)算法。同时还有一些其他的Wrapper程序,用来把这个库运用到其他语言如Python。整个代码实现于C#,同时提供C++的库。
相关知识
VfState vfs = new VfState(graph1, graph2, false, false, true);
bool fIsomorphic = vfs.FMatch();
if (fIsomorphic)
{
    // mapping[i] is the node in graph2 which corresponds to
    // node i in graph1...

    foreach(FullMapping fm in vfs.Mappings)
    {
        int[] mapping1to2 = fm.arinodMap1To2;
        int[] mapping2to1 = fm.arinodMap2To1;
        ...
源代码原文下载:
A C# Implementation of the VF Graph Isomorphism Algorithm The VF Graph Isomorphism algorithm in C#.

源码图片

从本站下载附件及源代码(1个附件,已经成功下载149次)

最值得关注的外文源代码

Motion Detection Algorithms
graybox-A pop-up window that doesn't suck
Antialiasing Using Windows GDI
Graphical data selection tool
评论(评论是增加积分的一个有效途径)
字数在300字内
请如实评论
本源代码共评论31次,此处显示最近20次评论! 查看所有评论

adsfafsafsaf  2016年12月01日
看起来不错
sun1991  2014年05月09日
谢谢
sun1991  2014年05月09日
学习中
sun1991  2014年05月09日
急需
ud_sogood  2013年03月27日
看看,学习学习
hitluliang  2012年12月11日
谢谢
ot7652  2012年07月10日
不错 不错
Net人生  2012年02月22日
看看先
cherry_potter  2011年12月16日
先看看,然后自己写。启发作用啦~
whxiaoqiang  2011年09月30日
特别好,谢谢
yeqing  2011年07月15日
急需,感谢站长。。。。。
luojunren  2011年03月18日
henhade
fengmin  2011年03月05日
不错
一支兰  2010年01月15日
学习中
星星  2009年01月22日
学习中
深情的一吻  2009年01月18日
不错
休闲人  2008年10月30日
如果是VF2算法就更好了
休闲人  2008年10月30日
这个算法作为学习对于启发思路很有帮助
leiryhp  2008年08月13日
C#实现的VF图像同构(Isomorphism)算法源代码
windlearn  2008年07月15日
太好了,学习中
字数在300字内
请如实评论
200万国内源码搜索
CopyRight (C) codesoso.com 2007-2009 All Rights Reserved zhihuishi   免责声明