码迷,mamicode.com
首页 > 编程语言 > 详细

ReadGEXF:C++版gexf文件解析器(目前仅测试Gephi生成的gexf文件)

时间:2015-03-30 01:25:37      阅读:441      评论:0      收藏:0      [点我收藏+]

标签:

项目地址:https://github.com/xysmlx/ReadGEXF

简易的读取gexf文件的程序,C++版本(适用于Windows/Linux)

后续计划功能:生成gexf文件

README:

# ReadGEXF
A simple GEXF file reader by C++

## Version 0.1
This version can read gexf file generated by Gephi.

## Build
=======================

g++ -c tinyxml2.cpp

ar -crv tinyxml2.a tinyxml2.o

g++ -o ReadGEXF main.cpp tinyxml2.a

=======================

or

Use the Visual Studio project (Based on VS2015 CTP)

## Run
in.gexf is the input file.

## References
TinyXML2: https://github.com/leethomason/tinyxml2

 

ReadGEXF:C++版gexf文件解析器(目前仅测试Gephi生成的gexf文件)

标签:

原文地址:http://www.cnblogs.com/xysmlx/p/4376717.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!