书栈网 · BookStack 本次搜索耗时 0.031 秒,为您找到 770 个相关结果.
  • 粒子系统

    2260 2019-05-26 《Qt 学习之路 2》
    粒子系统是一种计算机图形学的技术,用于模拟一些特定的模糊现象,这些现象用传统的渲染技术难以达到一定的真实感。虽然名为“粒子”,但却可以模拟爆炸、烟、水流、落叶、云、雾、流星尾迹或其它发光轨迹这样的抽象视觉效果。粒子系统的特色是“模糊”,其渲染效果并非完全取决于像素,而是使用特定的边界参数描述随机粒子。幸运的是,使用 QML 可以很方便的实现粒子系统。 粒...
  • B.5. The User Space

    B.5. The User Space B.5.1. 进程 B.5.2. Daemons B.5.3. Inter-Process Communications B.5.4. 库 B.5. The User Space “User space” refers to the runtime environment of normal (as o...
  • B.5. The User Space

    B.5. The User Space B.5.1. 进程 B.5.2. Daemons B.5.3. Inter-Process Communications B.5.4. 库 B.5. The User Space “User space” refers to the runtime environment of normal (as o...
  • Getting Started

    Getting Started Choose Your Hosting Mode Install EMQX Start EMQX Cloud Running EMQX in containers Running EMQX in Kubernetes Deploy EMQX with Terraform Run in a VM or on bare ...
  • Hacking Bash

    完全用 GNU/Linux 工作 09. Hacking Bash 補完自動補齊功能 凍仁的環境設定 快捷鍵 指令簡介 常用指令 ls cd git sudo cat mv gpg vi ssh cp 進階指令 資料來源 完全用 GNU/Linux 工作 09. Hacking Bash 真要說 GNU/Lin...
  • 免费的计算机编程类中文书籍

    14886 2018-03-28 《前端手册》
    免费的编程中文书籍索引 目录 语言无关类 操作系统 智能系统 分布式系统 编译原理 函数式概念 计算机图形学 WEB服务器 版本控制 编辑器 NoSQL PostgreSQL MySQL 管理和监控 项目相关 设计模式 Web 大数据 编程艺术 其它 语言相关类 Android APP AWK C/C++ C...
  • Translation

    Translations Translations Installation Configuration Basic Translation Using Real or Keyword Messages The Translation Process Message Format Translatable Objects Translatio...
  • Code style guidelines

    Code style guidelines C++ and Objective-C Using clang-format locally Installation Manual usage Pre-commit hook IDE plugin Header includes Java Python Using black locally In...
  • Getting Started

    Getting Started Choose EMQX Software Edition or Service Install EMQX Start EMQX Cloud Running EMQX in containers Running EMQX in Kubernetes Deploy EMQX with Terraform Run in a...
  • 进阶对象操作API介绍——列表

    列表类型对象 列表视图控件: List 类型文件中的定义 对象操作API findItem(text): Promise<IWinListItem | null> findItem(callback(value)): Promise<IWinListItem | null> select(index): Promise<void> itemName(...