书栈网 · BookStack 本次搜索耗时 0.079 秒,为您找到 645 个相关结果.
  • 5.8 Shapley Values

    5.8 Shapley Values 5.8.1 General Idea 5.8.2 Examples and Interpretation 5.8.3 The Shapley Value in Detail 5.8.3.1 The Shapley Value 5.8.3.2 Intuition 5.8.3.3 Estimating the Sha...
  • 2.4 Vector3

    Vector3 三维向量 Vector3.ClampMagnitude Vector3.Dot 点乘 Vector3.Cross 叉乘 Vector3.Lerp 线性差值 Vector3.Slerp 球形差值 Vector3.MoveTowards Vector3.SmoothDamp Vector3.RotateTowards 转向 源码 ...
  • app

    app 事件 事件: 'will-finish-launching' 事件: 'ready' 事件: 'window-all-closed' 事件:'before-quit' 事件: 'will-quit' 事件: 'quit' 事件: 'open-file' macOS 事件: 'open-url' macOS 事件: 'activate'...
  • 在AirtestIDE编写脚本

    一、在AirtestIDE编写脚本 1. 准备工作 1)在电脑上安装好AirtestIDE 2)学习一些Python基础 2. 在AirtestIDE上新建脚本 1)新建 .air 脚本 2)新建 .py 纯Python脚本 3. 在AirtestIDE编写脚本 1)编写Airtest脚本 ① Airtest脚本的初始化 ② Airtest的...
  • app

    app 事件 事件: 'will-finish-launching' 事件: 'ready' 事件: 'window-all-closed' 事件:'before-quit' 事件: 'will-quit' 事件: 'quit' 事件: 'open-file' macOS 事件: 'open-url' macOS 事件: 'activate'...
  • 依赖注入

    1921 2018-02-15 《ABP翻译文档》
    2.1 ABP公共结构 - 依赖注入 2.1.1 传统方式的问题 2.1.2 解决方案 1. 构造函数注入(Constructor injection) 2. 属性注入(Property injection) 3. 依赖注入框架 4. ABP依赖注入的基础结构 注册(Registering) 常规注册(Conventional registrati...
  • 数据服务 C# SDK 开发文档

    1445 2018-06-14 《Bmob 文档中心》
    简介 应用程序 Bmob客户端初始化 Unity Deskstop Windowsphone Bmob接口方法 数据类型 对象 数据对象模型 特殊对象 添加数据 查询数据 查询所有数据 查询单条数据 条件查询 分页查询 结果排序 统计对象数量 或 查询 查询指定列 删除与修改数据 修改数据 删除数据 数据关联 ...
  • CMake 各个版本添加的新特性

    CMake 各个版本添加的新特性 CMake 3.0 :接口库 CMake 3.1 :支持 C++11 和编译特性 CMake 3.2 :UTF8 CMake 3.3 :if 中添加 IN_LIST CMake 3.4 :Swift & CCache CMake 3.5 :ARM CMake 3.6 :Clang-Tidy CMake 3.7 ...
  • BrowserWindow

    2775 2019-03-06 《electron中文教程》
    BrowserWindow Class: BrowserWindow new BrowserWindow([options]) 事件 Event: 'page-title-updated' Event: 'close' Event: 'closed' Event: 'unresponsive' Event: 'responsive' Event...
  • Controller

    title: controller What is Controller How To Write Controller Controller Class(Recommended) Customized Controller Base Class Methods Style Controller (It’s not recommended, only...