书栈网 · BookStack 本次搜索耗时 0.007 秒,为您找到 203 个相关结果.
  • Drogon v1.8 中文文档

    Drogon是一个基于C++14/17的Http应用框架,使用Drogon可以方便的使用C++构建各种类型的Web应用服务端程序。
  • Discovery

    This book is an introductory course on microcontroller-based embedded systems that uses Rust as the teaching language rather than the usual C/C++.
  • Drogon v1.8 Documentation

    Drogon is a C++14/17-based HTTP application framework. Drogon can be used to easily build various types of web application server programs using C++.
  • A Guide to Porting C/C++ to Rust(英文)

    This book is for people familiar with C or C++ who are thinking of using Rust.
  • GoogleTest v1.12 User's Guide

    GoogleTest,Google 的 C++ 测试和模拟框架。GoogleTest is Google’s C++ testing and mocking framework.
  • GraalVM Document

    GraalVM 是新一代的高性能跨语言虚拟机,用于运行 JavaScript、Python 3、Ruby、R、基于 JVM 的语言,如 Java、Scala、Kotlin 和基于 LLVM 的语言,如 C 和 C++。
  • The Boost C++ Libraries

    The Boost C++ Libraries are a collection of modern libraries based on the C++ standard. The source code is released under the Boost Software License, which allows anyone to use, mo...
  • Rust算法题解 / Rust算法教程

    Rust作为一门现代化的系统编程语言,拥有与C/C++类似的性能,同时又能做非常底层的性能优化,因此非常适合写算法和leetcode。
  • 互联网面试笔记

    《互联网面试笔记》收集和分析互联网常见面试题,并将这些面试知识整理成文方便大家查阅。主要是面向java程序员,但基础知识部分不同语言程序员(c,c++,python等)都可以参考。
  • Google C++ 风格指南

    本指南的目的是通过详细阐述 C++ 注意事项来驾驭其复杂性. 这些规则在保证代码易于管理的同时, 也能高效使用 C++ 的语言特性.