JGraphT

码农软件 · 软件分类 · Swing开发包 · 2019-08-12 12:57:39

软件介绍

JGraphT is a free Java graph library that provides mathematical graph-theory objects and algorithms. JGraphT supports various types of graphs including:

  • directed and undirected graphs.

  • graphs with weighted / unweighted / labeled or any user-defined edges.

  • various edge multiplicity options, including: simple-graphs, multigraphs, pseudographs.

  • unmodifiable graphs - allow modules to provide "read-only" access to internal graphs.

  • listenable graphs - allow external listeners to track modification events.

  • subgraphs graphs that are auto-updating subgraph views on other graphs.

  • all compositions of above graphs.

本文地址:https://www.codercto.com/soft/d/12200.html

STL源码剖析

STL源码剖析

侯捷 / 华中科技大学出版社 / 2002-6 / 68.00元

学习编程的人都知道,阅读、剖析名家代码乃是提高水平的捷径。源码之前,了无秘密。大师们的缜密思维、经验结晶、技术思路、独到风格,都原原本本体现在源码之中。 这本书所呈现的源码,使读者看到vector的实现、list的实现、heap的实现、deque的实现、Red Black tree的实现、hash table的实现、set/map的实现;看到各种算法(排序、查找、排列组合、数据移动与复制技术......一起来看看 《STL源码剖析》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换