书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 5410 个相关结果.
  • 8.18 Inline records

    8.18 Inline records 8.18 Inline records (Introduced in OCaml 4.03) constr-args ::= … ∣ record-decl The arguments of sum-type constructors can now be define...
  • Structure Declarations

    345 2020-12-10 《Build your own Lisp》
    Structure Declarations Structure Declarations Structures are used to declare new types. Structures are several variables bundled together into a single package. We can use st...
  • 可视化 Visualization

    模型可视化 模型可视化 keras.utils.vis_utils 模块提供了一些绘制Keras模型的实用功能(使用graphviz )。 以下实例,将绘制一张模型图,并保存为文件: from keras . utils import plot_model plot_model ( model , to_file = 'model.p...
  • 11.6. Mail transport, delivery and user agents

    11.6. Mail transport, delivery and user agents 11.6. Mail transport, delivery and user agents Debian packages which process electronic mail, whether mail user agents (MUAs) or ...
  • B.2. Organization of the Filesystem Hierarchy

    B.2. Organization of the Filesystem Hierarchy B.2.1. The Root Directory B.2.2. The User’s Home Directory B.2. Organization of the Filesystem Hierarchy B.2.1. The Root Direc...
  • Badges(徽章)

    徽章 用例 API 示例 选项卡 鼠标悬停显示 动态通知 自定义选项 徽章 v-badge 组件的上标或下标是一个类似头像的图标或文本,用于向用户突出显示信息或将注意力吸引到特定元素上。徽章内的内容通常包含数字或图标。 用例 最简单形式的徽章显示在它包装的内容的右上角,并且需要徽章插槽。 API 从下面选择您想要的组件...
  • 矢量运算节点

    矢量运算节点 输入 属性 输出 矢量运算节点 矢量运算节点。 矢量运算 节点对输入矢量执行选定的数学运算。 输入 节点的输入是动态的。 某些输入仅在某些操作中可用。 例如, 缩放 输入仅在 缩放 运算符中可用。 矢量 Input vector \(A = \begin{pmatrix} A_x \\ A_y \\ A_z \end{...
  • Timeline 时间轴

    Timeline时间轴 何时使用 代码演示 API Timeline Timeline.Item Timeline时间轴 垂直展示的时间流信息。 何时使用 当有一系列信息需按时间排列时,可正序和倒序。 需要有一条时间轴进行视觉上的串联时。 代码演示 基本用法 基本的时间轴。 import { Time...
  • Word Ladder

    1117 2018-07-19 《算法珠玑(C++版)》
    Word Ladder 描述 分析 单队列 双队列 相关题目 Word Ladder 描述 Given two words (start and end), and a dictionary, find the length of shortest transformation sequence from start to end, s...
  • Tabbar 标签栏

    Tabbar 标签栏 引入 代码演示 基础用法 通过名称匹配 徽标提示 自定义图标 自定义颜色 监听切换事件 路由模式 API Tabbar Props Tabbar Events TabbarItem Props TabbarItem Slots 样式变量 Tabbar 标签栏 引入 import { cre...