代码搜索:Clique

找到约 304 项符合「Clique」的源代码

代码结果 304
www.eeworm.com/read/469138/6978227

txt 最大团(n小于64)(faster).txt

/** * WishingBone's ACM/ICPC Routine Library * * maximum clique solver */ #include using std::vector; // clique solver calculates both size and consitution of maximum clique
www.eeworm.com/read/460783/7240793

txt 最大团(n小于64)(faster).txt

/** * WishingBone's ACM/ICPC Routine Library * * maximum clique solver */ #include using std::vector; // clique solver calculates both size and consitution of maximum clique
www.eeworm.com/read/459616/7270474

cpp bclique.cpp

// test backtracking max clique #include #include "ag.h" void main(void) { AdjacencyGraph G(8); int n = 7, p[8]; cout
www.eeworm.com/read/459616/7270553

h ag.h

// file ag.h // adjacency matrix representation of a graph // final version #ifndef AdjacencyGraph_ #define AdjacencyGraph_ #include "aw.h" #include "bbnode.h" #include "clnode.h" #include "maxheap
www.eeworm.com/read/457804/7317664

txt 最大团(n小于64)(faster).txt

/** * WishingBone's ACM/ICPC Routine Library * * maximum clique solver */ #include using std::vector; // clique solver calculates both size and consitution of maximum clique
www.eeworm.com/read/197077/8032178

txt 最大团(n小于64)(faster).txt

/** * WishingBone's ACM/ICPC Routine Library * * maximum clique solver */ #include using std::vector; // clique solver calculates both size and consitution of maximum clique
www.eeworm.com/read/146126/12669020

h adjacencygraph.h

// adjacency matrix representation of an undirected graph #ifndef adjacencyGraph_ #define adjacencyGraph_ #include #include #include #include "adjacencyWGraph
www.eeworm.com/read/142299/12952807

ini touch_fre.ini

# # # [User] Advanced = TRUE Adjustment = FALSE MultipleMonitors = TRUE # # Sections are for Windows # [OutLook] Title = TouchKit AboutBitmap = logo1.bmp MainBitmap = logo.bmp Icon =
www.eeworm.com/read/152629/5673175

java junctiontreemaxproduct.java

/* Copyright (C) 2003 Univ. of Massachusetts Amherst, Computer Science Dept. This file is part of "MALLET" (MAchine Learning for LanguagE Toolkit). http://www.cs.umass.edu/~mccallum/mallet T
www.eeworm.com/read/490761/6442122

m cliques_to_jtree.m

function [jtree, root, B, w] = cliques_to_jtree(cliques, ns) % MK_JTREE Make an optimal junction tree. % [jtree, root, B, w] = mk_jtree(cliques, ns) % % A junction tree is a tree that satisfies t