代码搜索:Graph
找到约 10,000 项符合「Graph」的源代码
代码结果 10,000
www.eeworm.com/read/441581/7668610
doc specification files.doc
Specification File
adjacencyListGragh
class GeneralGraph:
use adjacency list to implement the graph which data structure is vector
Construct methods:
* public GeneralGraph():
contain an empt
www.eeworm.com/read/441581/7668611
java undirectedgraph.java
/*
Accessor methods:
* endVertices(e): an array of the two endvertices of e
* opposite(v, e): the vertex opposite of v on e
* areAdjacent(v, w): true iff v and w are adjacent
* replace(v, x): rep
www.eeworm.com/read/441581/7668612
java test.java
/*
Accessor methods:
* endVertices(e): an array of the two endvertices of e
* opposite(v, e): the vertex opposite of v on e
* areAdjacent(v, w): true iff v and w are adjacent
* replace(v, x): rep
www.eeworm.com/read/441581/7668613
java generalgraph.java
/*
Accessor methods:
* endVertices(e): an array of the two endvertices of e
* opposite(v, e): the vertex opposite of v on e
* areAdjacent(v, w): true iff v and w are adjacent
* replace(v, x): rep
www.eeworm.com/read/441581/7668614
java directedgraph.java
/*
Accessor methods:
* endVertices(e): an array of the two endvertices of e
* opposite(v, e): the vertex opposite of v on e
* areAdjacent(v, w): true iff v and w are adjacent
* replace(v, x): rep
www.eeworm.com/read/441581/7668616
specification files
Specification File by 07302010036 范豪钧
adjacencyListGragh
class GeneralGraph:
use adjacency list to implement the graph which data structure is vector
Construct methods:
* public GeneralGraph()
www.eeworm.com/read/440368/7690168
cpp 最小费用最大流.cpp
/***************************************************
*
* Ek形式的最小费用最大流矩阵形式。
* (poj 2516 Minimum Cost)
***************************************************/
int const MAXN = 256;//矩阵维数最大值
www.eeworm.com/read/440368/7690172
cpp 弦图判断.cpp
/********************************************************************
*
* 弦图判定 (zoj 1015 Fishing Net)
*
********************************************************************/
#include
www.eeworm.com/read/436995/7757480
m xypvstd.m
% xypvstd.m
% Scope: This MATLAB program plots a x-y graph for a selected variable and
% the associated envelope (standard deviation) from two specified
www.eeworm.com/read/436719/7765271
cpp algo7-3.cpp
// algo7-3.cpp 调用算法7.7和7.8
#include"c1.h"
#include"func7-1.cpp" // 包括顶点信息类型的定义及对它的操作
#include"func7-4.cpp" // 弧(边)的相关信息类型的定义及对它的操作
typedef VertexType TElemType; // 定义树的元素类型为图的顶点类型
#include"