项目地址: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

 

相关文章:

  • 2021-06-06
  • 2021-11-25
  • 2021-09-14
  • 2022-01-06
  • 2022-12-23
  • 2022-12-23
  • 2021-06-28
  • 2022-01-17
猜你喜欢
  • 2022-03-09
  • 2021-12-11
  • 2021-11-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-26
相关资源
相似解决方案