书栈网 · BookStack 本次搜索耗时 0.008 秒,为您找到 1011 个相关结果.
  • C2Rust Manual

    C2Rust工具能够将大多数C模块翻译成语义上等价的rust代码。这些模块将单独编译,以生成兼容的对象文件。支持C99标准。在我们的工具翻译C源代码之前,使用clang对其进行分析和类型检查。
  • 自己动手写编译器

    欢迎阅读本书《自己动手写编译器》,本书将介绍一个非常简单的编译器( TinyC 编译器)的实现,用简单和易于实现的实例来描述基本的编译原理及过程,希望能为学习编译原理的读者提供一些参考。
  • Conan v2.5 Documentation

    Conan 是一个开源的、去中心化的 C/C++ 包管理器,它在所有平台和所有构建系统及编译器中都能工作。
  • BadgerDB v3.x Documentation

    BadgerDB is an embeddable, persistent, and fast key-value (KV) database written in pure Go. It is the underlying database for Dgraph, a fast, distributed graph database. It's meant...
  • BadgerDB v1.6 Documentation

    BadgerDB is an embeddable, persistent, and fast key-value (KV) database written in pure Go. It is the underlying database for Dgraph, a fast, distributed graph database. It's meant...
  • Django Girls 教程(英文)

    This is the source code repository for the Django Girls Tutorial. Django Girls Tutorial is used on tutorial.djangogirls.org so if you want to read it, please go there. If you want ...
  • JavaScript中的设计模式

    设计模式往往是软件设计中的最佳实践,是前人对问题解决的经验总结。很多时候你可能会发现在别人的代码会有一些和自己想法不一样的地方,但为什么不知道为什么要这样写,那么本文将会帮助你更好的理解。同时这也是适合新手和老鸟都适合的文章,对于新手而言可以开放自己的思维,对于老鸟而言在遇到问题的时候翻翻,可能也能获得新的思路。我认为由于JavaScript代码的简洁性,能...
  • GoBigger v0.1.3 中文文档

    OpenDILab 开源的一款多智能体对抗竞技游戏环境——Go-Bigger
  • ChaosBlade - 混沌实验实施工具

    Chaosblade 是遵循混沌工程(Chaos Engineering)原理的实验工具,用于模拟常见的故障场景,帮助提升分布式系统的可恢复性和对故障的容错性。
  • open-monitor 使用教程

    open-monitor是一套基于Prometheus的分布式监控平台,适用于wecube,WeCube通过监控插件来对资源以及应用的监控及告警。此插件底层引用Prometheus,上层Monitor封装了对Prometheus的配置管理和图表展示,Monitor后端技术选型为Go + Gin + Xorm, 前端技术选型为Vue + ECharts。