C

cann-src-third-party

Version management of open-source third-party libraries referenced by Ascend's business

公告
热门项目
3

Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.

2

JSON for Modern C++

2

遵循C11 Annex K (Bounds-checking interfaces)的标准,选取并实现了常见的内存/字符串操作类的函数,如memcpy_s、strcpy_s等函数。 未来将分析C11 Annex K中的其他标准函数,如果有必要,将在该组织中实现。 处理边界检查函数的版本发布、更新以及维护。

2

mockcpp is a jmock-like generic C/C++ Mock Framework, which doesn't use complex template technique which will result in very heavy compiling overhead.

2

GoogleTest is Google’s C++ testing and mocking framework

1

The Boost project provides free peer-reviewed portable C++ source libraries.

  • The LLVM project has multiple components. The core of the project is itself called "LLVM". This contains all of the tools, libraries, and header files needed to process intermediate representations and convert them into object files. Tools include an assembler, disassembler, bitcode analyzer, and bitcode optimizer.

    0
    1
    更新于 5 小时前
    Star
  • Protocol Buffers - Google's data interchange format

    1
    1
    更新于 2025年10月21日
    Star
  • makeself - Make self-extractable archives on Unix

    Shell
    1
    4
    更新于 4月29日
    Star
  • 遵循C11 Annex K (Bounds-checking interfaces)的标准,选取并实现了常见的内存/字符串操作类的函数,如memcpy_s、strcpy_s等函数。 未来将分析C11 Annex K中的其他标准函数,如果有必要,将在该组织中实现。 处理边界检查函数的版本发布、更新以及维护。

    2
    1
    MulanPSL-2.0
    更新于 2025年8月15日
    Star
  • JSON for Modern C++

    2
    1
    MIT
    更新于 2025年8月19日
    Star
  • mockcpp is a jmock-like generic C/C++ Mock Framework, which doesn't use complex template technique which will result in very heavy compiling overhead.

    C++
    2
    13
    更新于 3月11日
    Star
  • Google Optimization Tools (a.k.a., OR-Tools) is an open-source, fast and portable software suite for solving combinatorial optimization problems. The suite contains: Two constraint programming solver (CP* and CP-SAT); Two linear programming solvers (Glop and PDLP); Wrappers around commercial and other open source solvers, including mixed integer solvers; Bin packing and knapsack algorithms; Algorithms for the Traveling Salesman Problem and Vehicle Routing Problem; Graph algorithms (shortest paths, min cost flow, max flow, linear sum assignment). We wrote OR-Tools in C++, but provide wrappers in Python, C# and Java.

    0
    1
    更新于 19 天前
    Star
  • Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.

    3
    1
    更新于 2月25日
    Star
  • {fmt} is an open-source formatting library providing a fast and safe alternative to C stdio and C++ iostreams.

    0
    1
    更新于 2025年9月28日
    Star
  • The repository contains the Abseil C++ library code. Abseil is an open-source collection of C++ code (compliant to C++17) designed to augment the C++ standard library.

    0
    1
    更新于 2025年10月21日
    Star
查看全部项目 >
公告
成就
15
Star
52
Fork
3.16 M
Download
常用语言
Shell
C++
C
CMake
Python