Julia 中文文档ENABLE_JITPROFILING . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 279 JULIA_LLVM_ARGS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 280 28 嵌入 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 773 55 迭代相关 775 56 C 接口 783 57 LLVM 接口 793 58 C 标准库 795 59 堆栈跟踪 799 60 SIMD 支持 801 CONTENTS xiii V Standard Library 803 61 Base64 . . . . . . . . 1192 92.14Working with LLVM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1194 Overview of Julia to LLVM Interface . . . . . . . . . . . . . . .0 码力 | 1238 页 | 4.59 MB | 1 年前3
强大的音视频处理工具:FFmpegthe 2000-2018 the FFmpeg developers FFmpeg developers built with Apple LLVM version 10.0.0 built with Apple LLVM version 10.0.0 ((clang- clang- 1000.11.45.2 1000.11.45.2)) configuration: the 2000-2018 the FFmpeg developers FFmpeg developers built with Apple LLVM version 9.0.0 built with Apple LLVM version 9.0.0 ((clang- clang- 900.0.39.2 900.0.39.2)) configuration: -- configuration: the 2000-2018 the FFmpeg developers FFmpeg developers built with Apple LLVM version 9.0.0 built with Apple LLVM version 9.0.0 ((clang- clang- 900.0.39.2 900.0.39.2)) configuration: -- configuration:0 码力 | 139 页 | 9.35 MB | 1 年前3
强大的音视频处理工具:FFmpeg0_cCopy.mp3 ffmpeg version 4.0.2 Copyright (c) 2000-2018 the FFmpeg developers built with Apple LLVM version 10.0.0 (clang-1000.11.45.2) configuration: --prefix=/usr/local/Cellar/ffmpeg/4.0.2 --enable-shared NotShow.mp4 ffmpeg version 3.4.2 Copyright (c) 2000-2018 the FFmpeg developers built with Apple LLVM version 9.0.0 (clang-900.0.39.2) configuration: --prefix=/usr/local/Cellar/ffmpeg/3.4.2 --enable-shared 1xx-我来保证你们的安全.mp4 ffmpeg version 3.4.2 Copyright (c) 2000-2018 the FFmpeg developers built with Apple LLVM version 9.0.0 (clang-900.0.39.2) configuration: --prefix=/usr/local/Cellar/ffmpeg/3.4.2 --enable-shared0 码力 | 139 页 | 2.60 MB | 1 年前3
Kotlin 1.9.10 官方文档 中文版
YouTrack issue. Kotlin 原生 Kotlin/Native 是一种将 Kotlin 代码编译为无需虚拟机就可运行的原生二进制文 件的技术。 Kotlin/Native 包含一个基于 LLVM 的 Kotlin 编译器后端以及 Kotlin 标准库的原生实现。 为什么选用 Kotlin/Native? Kotlin/Native 的主要设计目标是让 Kotlin 可以为不希望或者不可能使用 the compiler's progressive mode. To opt in to new APIs, you can now use the optIn property and pass a list of strings like: optIn.set(listOf(a, b, c)) . To enable progressive mode, use progressiveMode compilation speed compared to the wasm32 Kotlin/Native target, since Kotlin/Wasm doesn't have to use LLVM. Easier interoperability with JS and integration with browsers compared to the wasm32 target,0 码力 | 3753 页 | 29.69 MB | 1 年前3
Kotlin 官方文档中文版 v1.9Kotlin Wasm 36 Kotlin 原生 Kotlin/Native 是一种将 Kotlin 代码编译为无需虚拟机就可运行的原生二进制文件的技术。 Kotlin/Native 包含一个基于 LLVM 的 Kotlin 编译器后端以及 Kotlin 标准库的原生实现。 为什么选用 Kotlin/Native? Kotlin/Native 的主要设计目标是让 Kotlin 可以为不希望或者不可能使用 the compiler's progressive mode. To opt in to new APIs, you can now use the optIn property and pass a list of strings like: optIn.set(listOf(a, b, c)) . To enable progressive mode, use progressiveMode compilation speed compared to the wasm32 Kotlin/Native target, since Kotlin/Wasm doesn't have to use LLVM. Easier interoperability with JS and integration with browsers compared to the wasm32 target,0 码力 | 2049 页 | 45.06 MB | 1 年前3
Comprehensive Rust(简体中文) 202412minutes 4.1 什么是 Rust? Rust 是一门新的编程语言,它的 1.0 版本于 2015 年发布: • Rust 是一门静态编译语言,其功能定位与 C++ 相似 – rustc 使用 LLVM 作为它的后端。 • Rust 支持多种平台和架构: – x86、ARM、WebAssembly...... – Linux、Mac、Windows...... • Rust 被广泛用于各种设备中: 此示例巧妙地引用了火星气候探测者号的失败事故。 10.3 枚举 enum 关键字允许创建具有几个 不同变体的类型: enum Direction { Left, Right, } enum PlayerMove { Pass, // Simple variant Run(Direction), // Tuple variant Teleport { x: u32, y: u32 }, // Struct variant a complex calculation. Copy the following code to https://play.rust-lang.org/ and make the tests pass. Use an iterator expression and collect the result to construct the return value. /// Calculate the0 码力 | 359 页 | 1.33 MB | 10 月前3
Krita 5.2 中文手册subclassing. super().__init__(parent) def setup(self): pass def createActions(self, window): pass # And add the extension to Krita's list of extensions: Krita.instance() __init__() self.setWindowTitle("My Docker") def canvasChanged(self, canvas): pass Krita.instance().addDockWidgetFactory(DockWidgetFactory("myDocker", DockWidgetFactoryBase.DockRight setWindowTitle (设置窗口标题) 一项用于指定该工具面板在 Krita 的 工具面板列表中显示的名称。setWindowTitle 一项不可省略,但你无需用它来 做任何事情,所以是“pass”。 在 addDockWidgetFactory 里面: “myDocker” 把此项替换为你的工具面板的唯一 ID,Krita 使用该 ID 来跟踪此面板。 DockWidgetFactoryBase0 码力 | 1594 页 | 79.20 MB | 1 年前3
Krita 5.2 官方文档中文版 2023-12-08Asubclassing. super()._�init_�(parent) def setup(self): pass def createActions(self, window): pass # And add the extension to Krita's list of extensions: Krita.instance(). super()._�init_�() self.setWindowTitle("My Docker") def canvasChanged(self, canvas): pass Krita.instance().addDockWidgetFactory(DockWidgetFactory("myDocker", DockWidgetFactoryBase.DockRight setWindowTitle (设置窗口标题) 一项用于指定该工具面 板在 Krita 的工具面板列表中显示的名称。setWindowTitle 一项不 可省略,但你无需用它来做任何事情,所以是“pass”。 在 addDockWidgetFactory 里面: “myDocker” 把此项替换为你的工具面板的唯一 ID,Krita 使用该 ID 来跟踪 此面板。 DockWidgetFactoryBase0 码力 | 1685 页 | 91.87 MB | 1 年前3
Krita 5.2 官方文档中文版 2023-12-08Asubclassing. super().__init__(parent) def setup(self): pass def createActions(self, window): pass # And add the extension to Krita's list of extensions: Krita.instance(). super().__init__() self.setWindowTitle("My Docker") def canvasChanged(self, canvas): pass Krita.instance().addDockWidgetFactory(DockWidgetFactory("myDocker", DockWidgetFactoryBase.DockRight setWindowTitle (设置窗口标题) 一项用于指定该工具面板在 Krita 的 工具面板列表中显示的名称。setWindowTitle 一项不可省略,但你无需用它来 做任何事情,所以是“pass”。 在 addDockWidgetFactory 里面: “myDocker” 把此项替换为你的工具面板的唯一 ID,Krita 使用该 ID 来跟踪此面板。 DockWidgetFactoryBase0 码力 | 1562 页 | 79.19 MB | 1 年前3
Krita 5.1 官方文档中文版 2023-05-26Asubclassing. super().__init__(parent) def setup(self): pass def createActions(self, window): pass # And add the extension to Krita's list of extensions: Krita.instance(). super().__init__() self.setWindowTitle("My Docker") def canvasChanged(self, canvas): pass Krita.instance().addDockWidgetFactory(DockWidgetFactory("myDocker", DockWidgetFactoryBase.DockRight setWindowTitle (设置窗口标题) 一项用于指定该工具面板在 Krita 的 工具面板列表中显示的名称。setWindowTitle 一项不可省略,但你无需用它来 做任何事情,所以是“pass”。 在 addDockWidgetFactory 里面: “myDocker” 把此项替换为你的工具面板的唯一 ID,Krita 使用该 ID 来跟踪此面板。 DockWidgetFactoryBase0 码力 | 1547 页 | 78.22 MB | 1 年前3
共 376 条
- 1
- 2
- 3
- 4
- 5
- 6
- 38













