awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to codeplea/tinyexpr

Open-source alternatives to Tinyexpr

30 open-source projects similar to codeplea/tinyexpr, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Tinyexpr alternative.

  • cloudwu/pbccloudwu 的头像

    cloudwu/pbc

    1,625在 GitHub 上查看↗

    A protocol buffers library for C

    C
    在 GitHub 上查看↗1,625
  • docopt/docopt.cdocopt 的头像

    docopt/docopt.c

    321在 GitHub 上查看↗

    C-code generator for docopt language.

    Python
    在 GitHub 上查看↗321
  • libgit2/libgit2libgit2 的头像

    libgit2/libgit2

    10,485在 GitHub 上查看↗

    libgit2 is a portable, cross-platform C library that provides a programmatic interface for integrating Git version control directly into applications. It serves as a linkable implementation of Git internals, allowing developers to manage repositories and manipulate version control data without requiring a system installation of the Git command line tool. The library functions as an embedded API and object database manager capable of reading and writing commits, trees, blobs, and tags. It includes a network transport client to handle the transfer of repository data over protocols such as SSH a

    C
    在 GitHub 上查看↗10,485
  • commonmark/commonmark-speccommonmark 的头像

    commonmark/commonmark-spec

    5,105在 GitHub 上查看↗

    This project is a formal markdown specification standard that provides a detailed markup syntax definition and a definitive set of rules for parsing plain text into consistent HTML output. It establishes a standardized grammar for structural blocks and inline elements to ensure uniform rendering across different software implementations. The specification is supported by a parser conformance suite and a reference implementation in C and JavaScript to verify that implementations adhere to the standard. It includes a system for implementation verification that compares transformed input strings

    Python
    在 GitHub 上查看↗5,105

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • datenwolf/linmath.hdatenwolf 的头像

    datenwolf/linmath.h

    1,047在 GitHub 上查看↗

    a lean linear math library, aimed at graphics programming. Supports vec3, vec4, mat4x4 and quaternions

    C
    在 GitHub 上查看↗1,047
  • riolet/waferriolet 的头像

    riolet/WAFer

    695在 GitHub 上查看↗

    WAFer is a C language-based software platform for scalable server-side and networking applications. Think node.js for C programmers.

    C
    在 GitHub 上查看↗695
  • alanxz/rabbitmq-calanxz 的头像

    alanxz/rabbitmq-c

    1,859在 GitHub 上查看↗

    RabbitMQ C client

    C
    在 GitHub 上查看↗1,859
  • nfc-tools/libnfcnfc-tools 的头像

    nfc-tools/libnfc

    1,974在 GitHub 上查看↗

    Platform independent Near Field Communication (NFC) library

    C
    在 GitHub 上查看↗1,974
  • libimobiledevice/libimobiledevicelibimobiledevice 的头像

    libimobiledevice/libimobiledevice

    7,733在 GitHub 上查看↗

    libimobiledevice is a communication library designed to interact with iOS devices using native protocols instead of proprietary software. It provides a set of tools for device management, including firmware recovery, filesystem access, and the creation of native backups and restores. The project implements a property list parser to read and write data across binary, XML, and JSON formats. It enables low-level hardware control, such as triggering recovery modes, modifying system settings, and managing device activation and provisioning via official servers. The library covers several function

    Ccioslibrary
    在 GitHub 上查看↗7,733
  • throwtheswitch/cexceptionThrowTheSwitch 的头像

    ThrowTheSwitch/CException

    365在 GitHub 上查看↗

    Lightweight exception implementation for C

    C
    在 GitHub 上查看↗365
  • libtom/libtommathlibtom 的头像

    libtom/libtommath

    792在 GitHub 上查看↗

    LibTomMath is a free open source portable number theoretic multiple-precision integer library written entirely in C.

    C
    在 GitHub 上查看↗792
  • libffi/libffilibffi 的头像

    libffi/libffi

    4,281在 GitHub 上查看↗

    libffi is a foreign function interface library that enables calling functions written in other languages at runtime. It serves as a multi-architecture ABI wrapper and dynamic call frame generator, allowing the execution of external functions based on runtime descriptions of argument types and return values. The project provides a portable interface to handle diverse calling conventions across different hardware architectures and operating systems. It includes capabilities for executable closure allocation, which allows foreign code to trigger callbacks within a host language via jump tables s

    C
    在 GitHub 上查看↗4,281
  • tbeu/matiotbeu 的头像

    tbeu/matio

    392在 GitHub 上查看↗

    MATLAB MAT File I/O Library with support for MATLAB Class Object System

    C
    在 GitHub 上查看↗392
  • symengine/symenginesymengine 的头像

    symengine/symengine

    1,377在 GitHub 上查看↗

    SymEngine is a fast symbolic manipulation library, written in C++

    C++
    在 GitHub 上查看↗1,377
  • nvidia/matxNVIDIA 的头像

    NVIDIA/MatX

    1,431在 GitHub 上查看↗

    An efficient C++20 GPU numerical computing library with Python-like syntax

    C++
    在 GitHub 上查看↗1,431
  • sgorsten/linalgsgorsten 的头像

    sgorsten/linalg

    957在 GitHub 上查看↗

    linalg.h is a single header, public domain, short vector math library for C++

    C++
    在 GitHub 上查看↗957
  • jeremyong/kleinjeremyong 的头像

    jeremyong/klein

    802在 GitHub 上查看↗

    P(R*_{3, 0, 1}) specialized SIMD Geometric Algebra Library

    C++
    在 GitHub 上查看↗802
  • dpilger26/numcppdpilger26 的头像

    dpilger26/NumCpp

    3,963在 GitHub 上查看↗

    NumCpp is a C++ framework and numerical computing library that provides a toolkit for multi-dimensional array management and mathematical routines. It functions as a C++ implementation of the NumPy ecosystem, offering a scientific computing framework for managing tensors and performing complex algebraic equations. The project enables high-performance array manipulation within a C++ environment without relying on a Python runtime. It distinguishes itself by providing a NumPy-like interface for executing linear algebra, managing multi-dimensional data structures, and performing numerical proces

    C++
    在 GitHub 上查看↗3,963
  • facebookarchive/libphenomfacebookarchive 的头像

    facebookarchive/libphenom

    1,665在 GitHub 上查看↗

    An eventing framework for building high performance and high scalability systems in C.

    C
    在 GitHub 上查看↗1,665
  • kthohr/statskthohr 的头像

    kthohr/stats

    559在 GitHub 上查看↗

    A C++ header-only library of statistical distribution functions.

    C++
    在 GitHub 上查看↗559
  • g-truc/glmg-truc 的头像

    g-truc/glm

    10,710在 GitHub 上查看↗

    This project is a header-only C++ library designed for graphics mathematics, providing a comprehensive suite of vector, matrix, and quaternion types. It is built using template metaprogramming to generate mathematical primitives at compile time, eliminating the need for precompiled binary libraries and allowing for direct integration into existing build systems. The library is distinguished by its strict adherence to the OpenGL Shading Language specification, ensuring that mathematical results remain consistent across both CPU and GPU code. It provides specialized utilities for managing float

    C++cppcpp-libraryglm
    在 GitHub 上查看↗10,710
  • google/pbloggoogle 的头像

    google/pblog

    29在 GitHub 上查看↗

    Pblog is a small, low overhead, structured logging library

    C
    在 GitHub 上查看↗29
  • codeplea/genanncodeplea 的头像

    codeplea/genann

    2,268在 GitHub 上查看↗

    simple neural network library in ANSI C

    Cannansiartificial-neural-networks
    在 GitHub 上查看↗2,268
  • certivox/miraclCertiVox 的头像

    CertiVox/MIRACL

    698在 GitHub 上查看↗

    MIRACL Cryptographic SDK: Multiprecision Integer and Rational Arithmetic Cryptographic Library is a C software library that is widely regarded by developers as the gold standard open source SDK for elliptic curve cryptography (ECC).

    C
    在 GitHub 上查看↗698
  • b-k/apopheniab-k 的头像

    b-k/apophenia

    207在 GitHub 上查看↗

    A C library for statistical and scientific computing

    C
    在 GitHub 上查看↗207
  • mongodb/libbsonmongodb 的头像

    mongodb/libbson

    347在 GitHub 上查看↗

    ARCHIVED - libbson has moved to https://github.com/mongodb/mongo-c-driver/tree/master/src/libbson

    C
    在 GitHub 上查看↗347
  • chaosben/theunknownoneschaosben 的头像

    chaosben/theunknownones

    89在 GitHub 上查看↗

    All the things we develop and want to share with you

    Pascal
    在 GitHub 上查看↗89
  • lballabio/quantliblballabio 的头像

    lballabio/QuantLib

    6,786在 GitHub 上查看↗

    QuantLib is a quantitative finance library and analysis engine built in C++ for executing complex financial calculations and simulations. It serves as a framework for quantitative finance modeling and trading risk management, providing the tools necessary to calculate fair values and risk metrics for diverse financial assets. The project focuses on financial instrument modeling and the evaluation of potential losses and exposure levels to inform portfolio management decisions. It provides a system for modeling financial instruments and managing trading risk through quantitative mathematical m

    C++quantitative-finance
    在 GitHub 上查看↗6,786
  • phuocng/1locphuocng 的头像

    phuocng/1loc

    6,738在 GitHub 上查看↗

    1loc is a JavaScript utility library and multifaceted toolkit providing a collection of single-line functions for common mathematical, string, date, and geometric operations. It functions as a set of functional programming helpers and data validation predicates designed to perform atomic transformations and validations. The project includes a geometry math library for calculating distances, angles, and spatial overlaps between points and rectangles, alongside a text manipulation library for casting, capitalizing, and analyzing string content. The toolkit covers broader capability areas inclu

    MDXeleventyjavascriptjavascript-utils
    在 GitHub 上查看↗6,738
  • atgreen/libffiatgreen 的头像

    atgreen/libffi

    1在 GitHub 上查看↗

    A portable foreign-function interface library.

    C
    在 GitHub 上查看↗1