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

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

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

7 个仓库

Awesome GitHub RepositoriesFloating-Point String Conversion

Precise conversion of floating-point numbers to text representations with guaranteed rounding.

Distinct from Floating-Point Packers: Candidates focus on audio processing or binary packing; this is about textual representation of numbers.

Explore 7 awesome GitHub repositories matching scientific & mathematical computing · Floating-Point String Conversion. Refine with filters or upvote what's useful.

Awesome Floating-Point String Conversion GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • cppformat/cppformatcppformat 的头像

    cppformat/cppformat

    23,626在 GitHub 上查看↗

    cppformat is a type-safe C++ formatting library that serves as a high-performance alternative to standard C++ input and output streams for converting data into formatted strings. It integrates a compile-time format validator to ensure format specifiers match argument types, preventing runtime crashes. The library includes a positional argument engine that enables the reordering of text arguments for internationalization and localization. It also features a Unicode text formatter to ensure consistent and portable character representation across different operating systems. The project provide

    Implements a specialized mathematical approach for precise floating-point to string conversion with rounding guarantees.

    C++
    在 GitHub 上查看↗23,626
  • fmtlib/fmtfmtlib 的头像

    fmtlib/fmt

    23,596在 GitHub 上查看↗

    fmt is a type-safe C++ text formatting library used to convert data into formatted strings and text. It serves as a high-performance string buffer utility and provided the basis for the formatting features introduced in the C++20 standard. The library shifts format string validation and size computation to the compilation phase to prevent runtime crashes and increase execution speed. It utilizes a memory-efficient interface to write formatted data directly into buffers, minimizing allocations and eliminating intermediate string overhead. The project covers a broad range of text processing ca

    Converts floating-point numbers to strings with guaranteed correctness and precise rounding.

    C++
    在 GitHub 上查看↗23,596
  • dimitri/pgloaderdimitri 的头像

    dimitri/pgloader

    6,295在 GitHub 上查看↗

    pgloader is a command-line tool that automates the migration of data and schema from various source databases and file formats into PostgreSQL. It combines schema discovery, parallel data pipelines, and type casting into a single, declarative workflow, using PostgreSQL's COPY protocol for high-throughput bulk loading. The tool distinguishes itself by compiling a dedicated command language into concurrent reader-writer pipelines that handle schema introspection, data transformation, and error-resilient batch processing. It supports migrating entire databases from MySQL, MS SQL, SQLite, and Pos

    Transforms float values into PostgreSQL-compatible float strings during migration.

    Common Lispclozure-clcommon-lispcsv
    在 GitHub 上查看↗6,295
  • gopl-zh/gopl-zh.github.comgopl-zh 的头像

    gopl-zh/gopl-zh.github.com

    4,958在 GitHub 上查看↗

    本项目是 Go 编程语言综合指南的中文翻译版。它作为一个本地化的教育资源和技术手册,旨在为语言语法、设计和软件开发提供指导。 该资源涵盖了广泛的 Go 语言教育内容,包括编程模式的实现和系统设计。它包含翻译后的课程和示例,重点关注并发和接口使用等核心语言特性。 内容跨越了多个能力领域,包括语言基础、数据建模、运行时反射和内存管理。它还详细介绍了软件架构、错误处理、质量保证和 Web 网络编程。 该文档结构为技术手册,包含翻译内容、勘误和修正,以确保学习的准确性。

    Explains the conversion of floating-point numbers to precisely formatted text representations.

    Goprogramming-language
    在 GitHub 上查看↗4,958
  • sodiray/radashsodiray 的头像

    sodiray/radash

    4,845在 GitHub 上查看↗

    Radash 是一个 TypeScript 函数式实用工具库,专为数据转换、验证和工作流管理而设计。它提供了一系列类型化的辅助函数来操作数组、对象和字符串。 该项目具有用于管理 Promise、重试和并发限制的异步工作流工具包,以及一套用于验证原始类型、对象和 Promise 的布尔验证器。它还实现了函数式编程模式,如函数组合、偏函数应用和错误优先响应模式。 该库涵盖了广泛的功能,包括具有深克隆和合并的对象状态管理、复杂的数组操作和字符串格式化。它还提供了用于执行优化的工具,如速率限制和结果缓存。

    Provides a utility to transform values into floating-point numbers using the most appropriate conversion method.

    TypeScriptfunctionshacktoberfestjavascript
    在 GitHub 上查看↗4,845
  • stephane/libmodbusstephane 的头像

    stephane/libmodbus

    4,180在 GitHub 上查看↗

    libmodbus 是一个可移植的 C 库,实现了用于工业硬件通信的 Modbus 协议栈。它提供了一套用于读取和写入工业控制器和传感器上的线圈和寄存器的工具,既可作为客户端也可作为协议服务器。 该库支持多种传输层,包括用于 IPv4 和 IPv6 网络通信的 Modbus TCP 栈,以及用于串行通信的 Modbus RTU 驱动程序。它通过专门的数据转换工具脱颖而出,这些工具处理浮点数的字节交换和字节序,以及位域映射,以确保跨不同硬件内存布局的兼容性。 该项目涵盖了广泛的工业通信功能,包括原子寄存器操作、设备识别以及协议约束或设备特性的管理。它为串行端口(包括 RTS 信号)和网络套接字提供了全面的连接管理,以及用于模拟设备内存的内存映射服务器缓冲区。 该跨平台实现兼容 Linux、Windows、macOS 和 FreeBSD。

    Formats floats into byte sequences distributed across multiple hardware registers.

    Cautomationclibmodbus
    在 GitHub 上查看↗4,180
  • apache/ageapache 的头像

    apache/age

    4,236在 GitHub 上查看↗

    Apache AGE is a graph database extension for PostgreSQL that adds openCypher graph query capabilities directly within the relational database environment. It functions as a loadable extension that translates Cypher graph traversal queries into SQL expressions, enabling users to run pattern matching and path analysis alongside standard SQL operations within a single database instance. The extension stores labeled, directed property graphs as isolated schemas with internal relational tables for vertices, edges, and labels, preventing cross-graph interference. It supports hybrid query execution

    Converts integer or string values into floating-point numbers for graph query expressions.

    Cage-databaseagensgraphanalytics
    在 GitHub 上查看↗4,236
  1. Home
  2. Scientific & Mathematical Computing
  3. Floating-Point String Conversion

探索子标签

  • Integer-to-Float Converters1 个子标签Converts an integer or string value into a floating-point number. **Distinct from Floating-Point String Conversion:** Distinct from Floating-Point String Conversion: converts integers or strings to floats, not floating-point numbers to text.