书栈网 · BookStack 本次搜索耗时 0.029 秒,为您找到 4552 个相关结果.
  • 使用文件系统

    使用文件系统 打包磁盘文件 实现磁盘设备驱动 打开 SFS 文件系统 加载并运行用户程序 使用文件系统 代码 打包磁盘文件 首先我们将所有编译出来的用户程序放在 usr/build/riscv64/rust 文件夹下,并将 usr/build/riscv64 文件夹里面的内容使用 rcore-fs-fuse 工具 打包成一个磁...
  • 3.1.3. Tensorflow

    Tensorflow 目录 一个 Rust 示例 前置条件 构建 运行 让它运行得更快 浏览代码 部署选项 Serverless 函数 Second Sate FaaS 和 Node.js 服务网格 数据流框架 Tensorflow AI 推理是一个计算密集任务,可以从 Rust 和 WebAssembly 的速度中受益颇多。...
  • Installing Nu

    Installing Nu Pre-built binaries Package managers Build from source Installing a compiler suite Installing Rust Dependencies Debian/Ubuntu RHEL based distros macOS Build us...
  • 13. Macros!

    Macros! CIS 198 Lecture 13 What Are Macros? Why C Macros Suck¹ Why C Macros Suck Why C Macros Suck Why C Macros Suck Why C Macros Suck Rust Macros from the Bottom Up Rust ...
  • Races

    694 2019-06-07 《The Rustonomicon》
    Data Races and Race Conditions Data Races and Race Conditions Safe Rust guarantees an absence of data races, which are defined as: two or more threads concurrently accessing ...
  • 函数

    1389 2018-02-06 《RustPrimer 中文版》
    函数 注:本章所有例子均在rustc1.4下编译通过,且例子中说明的所有的编译错误都是rustc1.4版本给出的。 函数 尽管rust是一门多范式的编程语言,但rust的编程风格是更偏向于函数式的,函数在rust中是“一等公民”——first-class type。这意味着,函数是可以作为数据在程序中进行传递,如:作为函数的参数。跟C、C++一...
  • Introduction

    Project Setup Rust Wasm Build Tools trunk wasm-pack cargo-web Comparison Project Setup Rust First, you’ll need Rust. To install Rust and the cargo build tool, follow th...
  • 3. Welcome

    Welcome to Day 1 Welcome to Day 1 This is the first day of Comprehensive Rust. We will cover a lot of ground today: Basic Rust syntax: variables, scalar and compound types, e...
  • 高级特征

    高级特征 高级特征 ch19-00-advanced-features.md commit 10f89936b02dc366a2d0b34083b97cadda9e0ce4 现在我们已经学习了 Rust 编程语言中最常用的部分。在第二十章开始另一个新项目之前,让我们聊聊一些总有一天你会遇上的部分内容。你可以将本章作为不经意间遇到未知的内容...
  • Editor Setup

    Editor Setup Add a template for creating components JetBrains IDEs VS Code Support for the html! Macro JetBrains IDEs VS Code Rust-Yew extension Editor Setup contribute ...