书栈网 · BookStack 本次搜索耗时 0.058 秒,为您找到 943 个相关结果.
  • Using the GPU

    Using the GPU CUDA backend Testing Theano with GPU Returning a Handle to Device-Allocated Data What Can Be Accelerated on the GPU Tips for Improving Performance on GPU GPU Asyn...
  • 引言

    引言 本章导读 协作式操作系统 抢占式操作系统 实践体验 本章代码树 本章代码导读 引言 本章导读 本章展现了操作系统一系列功能: 通过提前加载应用程序到内存,减少应用程序切换开销 通过协作机制支持程序主动放弃处理器,提高系统执行效率 通抢占机制支持程序被动放弃处理器,提高不同程序对处理器资源使用的公平性,也进一步提高了应...
  • 引言

    引言 本章导读 实践体验 本章代码树 本章代码导读 引言 本章导读 在正式开始这一章的介绍之前,我们很高兴告诉读者:在前面的章节中基本涵盖了一个功能相对完善的内核抽象所需的所有硬件机制,而从本章开始我们所做的主要是一些软件上的工作,这会略微轻松一些。 在前面的章节中,随着应用的需求逐渐变得复杂,作为其执行环境的内核也需要在硬件提供的相关...
  • Vaadin CDI Add-on

    Vaadin CDI Add-on CDI Overview Dependency Injection Contexts and Scopes Installing Vaadin CDI Add-on Preparing Application for CDI Injecting a UI with @CDIUI Scopes UI Scope ...
  • 03. Set Up Rust

    Installing Rust Creating a Cargo project Building Rust Target Specifications A Kernel Target Specification The Red Zone SIMD Extensions Compiling Xargo Integrating Rust Ad...
  • Vaadin CDI Add-on

    Vaadin CDI Add-on CDI Overview Dependency Injection Contexts and Scopes Installing Vaadin CDI Add-on Preparing Application for CDI Injecting a UI with @CDIUI Scopes UI Scope ...
  • Chapter 10 The toplevel system or REPL (ocaml)

    Chapter 10 The toplevel system or REPL (ocaml) 10.1 Options 10.2 Toplevel directives help;; quit;; cd "dir-name";; directory "dir-name";; remove_directory "dir-name";; l...
  • Old Linuxes

    Installing Manticore in Windows Installing as a Windows service Via Homebrew in old Linuxes Compiling Manticore from source Building using CI docker Building manually Required ...
  • 搭建 GitLab + Jenkins + Harbor 工具链,管理 Java Spring Boot 项目开发生命周期全流程

    搭建 GitLab + Jenkins + Harbor 工具链,管理 Java Spring Boot 项目开发生命周期全流程 0、配套视频 1、概述 1.1、工作流介绍 1.2 安装 dtm 1.3、相关插件概览 1.4、部署流程介绍 2、开始部署 GitLab + Jenkins + Harbor 2.1、准备 tools 配置文件(con...
  • 02.3 A Minimal Rust Kernel

    The Boot Process BIOS Boot The Multiboot Standard UEFI A Minimal Kernel Installing Rust Nightly Target Specification Putting it Together Building our Kernel The build-std O...