书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 12326 个相关结果.
  • 通用GPIO设备应用笔记

    4299 2018-09-19 《RT-Thread应用笔记》
    通用 GPIO 设备应用笔记 本文的目的和结构 本文的目的和背景 本文的结构 问题阐述 问题的解决 准备和配置工程 GPIO 输出配置 GPIO 输入配置 GPIO 中断配置 I/O 设备管理框架和通用 GPIO 设备的联系 参考 本文所有相关的 API API 列表 核心 API 详解 rt_pin_mode() rt_pin_wr...
  • Tasks

    Tasks Example response Example request Example response Example request Example response The resource_stats object Task canceling Attaching headers to tasks Tasks Intro...
  • Setup: Configure Functions runtime

    Configure thread runtime Configure process runtime Configure Kubernetes runtime Kubernetes CustomRuntimeOptions Pulsar Functions support the following methods to run functions...
  • Unwinding

    853 2019-06-07 《The Rustonomicon》
    Unwinding Unwinding Rust has a tiered error-handling scheme: If something might reasonably be absent, Option is used. If something goes wrong and can reasonably be handled, R...
  • 7.I/O设备管理

    2971 2018-09-19 《RT-Thread编程手册》
    I/O设备管理 绝大部分的嵌入式系统都包括一些输入输出(I/O)设备,例如仪器上的数据显示,工业设备上的串口通信,数据采集设备上用于保存数据的flash或SD卡,以及网络设备的以太网接口都是嵌入式系统中容易找到的I/O设备例子。嵌入式系统通常都是针对具有专有特殊需求的设备而设计的,例如移动电话、MP3播放器就是典型地为处理I/O设备而建造的嵌入式系统例子...
  • Foxx

    ArangoDB Server Foxx Options Foxx queues Foxx queues poll interval ArangoDB Server Foxx Options Foxx queues enable or disable the Foxx queues feature—foxx.queues flag If ...
  • Foxx

    ArangoDB Server Foxx Options Foxx queues Foxx queues poll interval ArangoDB Server Foxx Options Foxx queues enable or disable the Foxx queues feature—foxx.queues flag If ...
  • 21 多线程_01

    同步 异步 阻塞 非阻塞 进程的创建和启动 Thread 构造器 类方法 实例方法 线程的创建和启动 继承 Thread 类创建线程类 实现 Runnable 接口创建多线程 使用 Callable 和 FutureTask 创建线程 Callable<V> 接口 Future<V> 接口 FutureTask<V> 类 创建线程的三...
  • 线程

    线程 线程 Rust 通过 spawn 函数提供了创建本地操作系统(native OS)线程的机制,该函数的参数是一个转移闭包(moving closure)。 use std :: thread ; static NTHREADS : i32 = 10 ; // 这是主(`main`)线程 fn main () ...
  • Architecture

    Architecture Efficient Thread Management Message Bus Scatter-Gather Processing Hot Plugin Architecture Neuron is an edge-native software designed to handle data collection, ...