文件名称:Transformer
介绍说明--下载内容均来自于网络,请自行研究使用
利用Java实现的图的不同表示方法的转换器,从文件读入一个有向图的权矩阵表示(含有矩阵阶数),输出这个图的关联矩阵、边列表、逆向表、邻接表表示。可作为图论的学习材料。-Using Java to achieve different graph representation of the converter, the file is read from a directed graph represents the weight matrix (containing a matrix of order), the output of this correlation matrix, the edge list, reverse the table, adjoining table. Graph theory can be used as learning materials.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Transformer
...........\.classpath
...........\.project
...........\.settings
...........\.........\org.eclipse.jdt.core.prefs
...........\bin
...........\...\AdjacencyList.class
...........\...\AssociationMatrix.class
...........\...\EdgeList.class
...........\...\Main.class
...........\...\Node.class
...........\...\ReverseTable.class
...........\src
...........\...\AdjacencyList.java
...........\...\AssociationMatrix.java
...........\...\EdgeList.java
...........\...\Main.java
...........\...\Main.java~
...........\...\Node.java
...........\...\ReverseTable.java