2019-06-01 21:08:41 +00:00
|
|
|
|
= Библиотеки для C, C++
|
|
|
|
|
:category: Программирование
|
|
|
|
|
:tags: программирование, C, C++, Qt,
|
|
|
|
|
|
|
|
|
|
:toc:
|
|
|
|
|
|
|
|
|
|
== C
|
|
|
|
|
|
|
|
|
|
* http://nanomsg.org[nanomsg]: сетевое взаимодействие
|
|
|
|
|
* https://noping.cc[oping]: работа с ICMP-пакетами
|
|
|
|
|
* https://github.com/xianyi/OpenBLAS[openblas]: оптимизированная версия
|
|
|
|
|
https://ru.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms[BLAS]
|
|
|
|
|
|
|
|
|
|
== C++
|
|
|
|
|
|
|
|
|
|
* https://github.com/nlohmann/json[JSON]
|
|
|
|
|
* https://github.com/fmtlib/fmt[fmtlib]: форматирование строк
|
|
|
|
|
* https://github.com/gabime/spdlog[spdlog]: журналирование
|
|
|
|
|
* https://github.com/skystrife/cpptoml[cpptoml]: чтение
|
|
|
|
|
https://github.com/toml-lang/toml[TOML]
|
|
|
|
|
* https://github.com/martinmoene/gsl-lite/[gsl-lite]: реализация
|
2019-06-02 23:26:28 +00:00
|
|
|
|
рекомендаций https://github.com/isocpp/CppCoreGuidelines[C++ Core
|
2019-06-01 21:08:41 +00:00
|
|
|
|
Guidelines]
|
|
|
|
|
* http://www.holoborodko.com/pavel/mpfr[mpfrc++]: C++ интерфейс для
|
|
|
|
|
https://www.mpfr.org/[MPFR]
|
|
|
|
|
|
|
|
|
|
== Qt
|
|
|
|
|
|
|
|
|
|
* https://github.com/sjinks/qt_signalwatcher[Обработка сигналов UNIX]
|