[ 原始碼: libgraph-readwrite-perl ]
套件:libgraph-readwrite-perl(2.10-1)
libgraph-readwrite-perl 的相關連結
Debian 的資源:
下載原始碼套件 libgraph-readwrite-perl:
- [libgraph-readwrite-perl_2.10-1.dsc]
- [libgraph-readwrite-perl_2.10.orig.tar.gz]
- [libgraph-readwrite-perl_2.10-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
module for reading and writing directed graphs
Graph::ReadWrite is a collection of perl classes for reading and writing directed graphs in a variety of file formats. The graphs are represented in Perl using Jarkko Hietaniemi's Graph classes.
There are two base classes, Graph::Reader which is the Base class for classes which read a graph file and create an instance of the Graph class, and Graph::Writer which is the Base class for classes which take an instance of the Graph class and write it out in a specific file format.
Supported formats: XML, Dot, VCG, daVinci, HTK
其他與 libgraph-readwrite-perl 有關的套件
|
|
|
|
-
- dep: libgraph-perl
- Perl module for graph data structures and algorithms
-
- dep: libio-all-perl
- Perl module for unified IO operations
-
- dep: libparse-yapp-perl
- Perl module for creating fully reentrant LALR parser OO Perl modules
-
- dep: libxml-parser-perl
- Perl module for parsing XML files
-
- dep: libxml-writer-perl
- Perl module for writing XML documents
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language