LLX's Static Graph Template Library

By Author: llxcn
LSGTL means LLX’s Static Graph Template Library which is a light-weighted header-only template library developed mainly for static graph analysis. LSGTL is expected to be used in laboratories for research purposes mostly.

Feature

  • LSGTL is object-oriented. It has been designed and programmed using generic programming and design patterns. Different parts are coupled by template mechanism. LSGTL is therefore very flexible, extensible and reusable.
  • LSGTL distinguishes dense and sparse graphs. Different template classes have been developed to represent dense and sparse graphs respectively. When needed, one single algorithm also has two versions implemented respectively for dense and sparse graphs. LSGTL do does density-based optimization. In practice, you need to make your choices as to which one to use: dense or sparse. In this sense, LSGTL is expert software.
  • LSGTL is designed to run fast while not caring much about the space, so it is not quite efficient in terms of space complexity, it just trades space for time when necessary.
  • LSGTL is light-weighted, header-only, easy to learn and use. It would come in handy when you need to do some general graph analysis (not some complicated huge system project). And thanks to its simplicity, you can just extract the code you need from the library and embed (copy) it into your own sources. This is useful when you need to create independent, self-contained source files while not introducing the whole library.
  • What’s more, LSGTL is open sourced both code and document. Consult the licenses regarding permissions and restrictions.

JCycles

[This project is frozen, but has an offspring with more features: https://github.com/jeffhain/jadecy ] JCycles provides treatments to compute cycles, or just strongly connected components, in directed graphs in general, or in classes or packages dependencies graphs parsed from class files (major ve.........

Similar: 19%

Jadecy

Jadecy (Java Dependencies and Cycles) is a Java library to compute dependencies (elements depended on, or depending), strongly connected components, and cycles, in general directed graphs, or classes or packages dependencies graphs parsed from class files (major version It uses Tarjan's algorithm .........

Similar: 17%

UltraQueue

"UltraQueue" is a library (DLL) project, written in C++. This library is intended to be used for very fast temporary data storage, aquired by any possible source (File, Serial Port, ...). Users can create multiple queues of differrent sizes & types...

Similar: 14%

JForex2Excel

This work pursued two main objectives: - Develop a java library that allows to easily create Excel files via OLE2.0 technology, which could be used by developers regardless of the data origin. - Develop a system for JForex platform, taking advantage of the library developed, which allows End Users t.........

Similar: 13%

KGJlib

KGJlib is a Java library containing various different helper classes, etc. that I have written over the course of time. I open-sourced the library so that I could re-use it in any project I contribute to, and I'm developing it on SourceForge so that others can benefit from it too. The library conta.........

Similar: 13%

wmtsa-python

Several python libraries implement discrete wavelet transforms. However, none of them, or at least none that I know, is aimed at scientific use. This module started as translation of the wmtsa Matlab toolbox (http://www.atmos.washington.edu/~wmtsa/), so most naming conventions and most of the code s.........

Similar: 13%

Attitude Estimator

Attitude Estimator is a generic platform-independent C++ library that implements an IMU sensor fusion algorithm. Up to 3-axis gyroscope, accelerometer and magnetometer data can be processed into a full 3D quaternion orientation estimate, with the use of a nonlinear Passive Complementary Filter. The .........

Similar: 10%

JDynamiTe, Dynamic Template in Java

JDynamiTe is a tool which allows you to dynamically create documents in any format from "template" documents. And very few lines of code (or no line at all!) are needed to do that. Some typical usage domains of JDynamiTe are: - dynamic Web pages creation, - text document generation, - source c.........

Similar: 10%

AlgART Java Libraries

AlgART Java libraries for processing arrays and matrices are open-source product, distributed under MIT license. So, anyone can use them for free without any restrictions. Main features: 63-bit addressing of array elements (64-bit long int indexes), memory model concept (allowing storing data in di.........

Similar: 9%

Meshwork

Meshwork is a 3D game engine with independent approach and unrestrictive minimalistic design. It's in active development, with many planned new features. You can support Meshwork's development by contributing to its crowdfunding campaign on Indiegogo and help releasing an Android and .NET versions .........

Similar: 8%