The Vitess 10.0 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92 MariaDB versions 10.0 to 10.3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . no dependencies on your local host. Install MySQL and etcd Vitess supports MySQL 5.6+ and MariaDB 10.0+. We recommend MySQL 5.7 if your installation method provides a choice: # Ubuntu based sudo apt install is recommended to deploy MySQL 5.7 and later. MariaDB versions 10.0 to 10.3 Vitess supports the core features of MariaDB versions 10.0 to 10.3. Vitess does not yet support version 10.4 of MariaDB. 920 码力 | 455 页 | 3.07 MB | 1 年前3亿图脑图 MindMaster 用户手册 V10.0
1 亿图脑图 MindMaster 用户手册 V10.0 亿图软件有限公司 2 3 目录 第一章 亿图脑图 MindMaster 有哪些特征 --------------------------------------------- 6 第二章 亿图脑图 MindMaster 有哪些产品 -------------------------------------------- 10 式、结合精美的设计元素和预置的主题样式,努力帮用户打造一款真正的效率神器,自推 出以来深受广大用户的欢迎,被广泛应用于知识管理、解决问题、时间管理、业务战略和 项目管理等场景中。 亿图脑图 MindMaster10.0 的特征 1.丰富的模板 亿图脑图 MindMaster 的内置模板全面涵盖所有相关领域。新颖的设计和多样化的风格成 为亿图脑图 MindMaster 的核心竞争力。 2.任务管理功能下的甘特图视图 和底部的状态栏。 16 调整界面皮肤 用户界面支持两个样式,可以通过新建页的右上角选择浅色和暗黑两个选项。 暗黑状态下的用户界面 17 浅色状态下的用户界面 设置毛玻璃效果 亿图脑图 10.0 界面支持设置毛玻璃效果,点击新建页左下角的“选项”-“常规”,选择毛 玻璃透明度,就可以设置不同程度的毛玻璃效果。 18 快速访问工具栏 通过快速访问工具栏,您可以快速访问使用频繁的工具。在0 码力 | 149 页 | 7.39 MB | 1 年前3亿图脑图 MindMaster 用户手册 V10.0
1 亿图脑图 MindMaster 用户手册 V10.0 亿图软件有限公司 2 3 目录 第一章 亿图脑图 MindMaster 有哪些特征 --------------------------------------------- 6 第二章 亿图脑图 MindMaster 有哪些产品 -------------------------------------------- 10 式、结合精美的设计元素和预置的主题样式,努力帮用户打造一款真正的效率神器,自推 出以来深受广大用户的欢迎,被广泛应用于知识管理、解决问题、时间管理、业务战略和 项目管理等场景中。 亿图脑图 MindMaster10.0 的特征 1.丰富的模板 亿图脑图 MindMaster 的内置模板全面涵盖所有相关领域。新颖的设计和多样化的风格成 为亿图脑图 MindMaster 的核心竞争力。 2.任务管理功能下的甘特图视图 和底部的状态栏。 16 调整界面皮肤 用户界面支持两个样式,可以通过新建页的右上角选择浅色和暗黑两个选项。 暗黑状态下的用户界面 17 浅色状态下的用户界面 设置毛玻璃效果 亿图脑图 10.0 界面支持设置毛玻璃效果,点击新建页左下角的“选项”-“常规”,选择毛 玻璃透明度,就可以设置不同程度的毛玻璃效果。 18 快速访问工具栏 通过快速访问工具栏,您可以快速访问使用频繁的工具。在0 码力 | 149 页 | 8.67 MB | 1 年前3亿图脑图 MindMaster 用户手册 V10.0
1 亿图脑图 MindMaster 用户手册 V10.0 亿图软件有限公司 2 3 目录 第一章 亿图脑图 MindMaster 有哪些特征 -------------------------------------------- 打造一款真正的效率神器,自推 出以来深受广大用户的欢迎,被广泛应用于知识管理、解决问题、时间管理、业务战略和 项目管理等场景中。 亿图脑图 MindMaster10.0 的特征 1. 丰富的模板 亿图脑图 MindMaster 的内置模板全面涵盖所有相关领域。新颖的设计和多样化的风格成 为亿图脑图 MindMaster 的核心竞争力。 2 上角选择浅色和暗黑两个选项。 暗黑状态下的用户界面 17 浅色状态下的用户界面 设置毛玻璃效果 亿图脑图 10.0 界面支持设置毛玻璃效果,点击新建页左下角的“选项”-“常规”,选择毛 玻璃透明度,就可以设置不同程度的毛玻璃效果。 18 快速访问工具栏 通过0 码力 | 149 页 | 6.62 MB | 1 年前3Julia v1.10.0 Documentation
= 3 ERROR: cannot assign a value to imported variable Base.pi from module Main julia> sqrt(100) 10.0 julia> sqrt = 4 ERROR: cannot assign a value to imported variable Base.sqrt from module Main 3 (generic function with 3 methods) julia> g(2.0, 3) 7.0 julia> g(2, 3.0) 8.0 julia> g(2.0, 3.0) 10.0 It is recommended that the disambiguating method be defined first, since otherwise the ambiguity sizeof(Float32) 4 julia> sizeof(ComplexF64) 16 julia> sizeof(1.0) 8 julia> sizeof(collect(1.0:10.0)) 80 julia> struct StructWithPadding x::Int64 flag::Bool end julia> sizeof(StructWithPadding)0 码力 | 1693 页 | 6.33 MB | 1 年前3《Efficient Deep Learning Book》[EDL] Chapter 2 - Compression Techniques
example. Let’s assume we have a variable x which takes a 32-bit floating point value in the range [-10.0, 10.0]. We need to transmit a collection (vector) of these variables over an expensive communication us first make two reasonable assumptions: 1. We know that the value of x will lie between -10.0 (xmin) and 10.0 (xmax). Let us assume that this will always hold true. If not, the value of x will be clamped were close in the high precision domain might end up being mapped to the same value. For example, -10.0 and -9.999 might both be mapped to 0 in the quantized domain. Keeping all that in mind, it is easy0 码力 | 33 页 | 1.96 MB | 1 年前3MoonBit月兔编程语言 现代编程思想 第十二课 案例:自动微分
relu(Forward::var(10.0, true)) |> debug // {value: 10.0, derivative: 1.0} 2. relu(Forward::var(-10.0, true)) |> debug // {value: 0.0, derivative: 0.0} 3. // d(x * y) / dy : {value: 1000.0, derivative: 10.0} 4. Forward::var(10 Forward::var(10.0, false) * Forward::var(100.0, true) |> debug 23 案例:⽜顿迭代法求零点 1. fn example_newton[N : Number](x : N) -> N { 2. x * x * x + N::constant(-10.0) * x * x + x + N::constant(1.0) 3. } Backward::var(10.0, diff_x) 6. let y = Backward::var(100.0, diff_y) 7. 8. (x * y).backward(1.0) // df / df = 1.0 9. 10. debug(diff_x) // { val : 100.0 } 11. debug(diff_y) // { val : 10.0 } 12. }0 码力 | 30 页 | 3.24 MB | 1 年前3DBeaver Lite User Guide v24.2.ea
Central European Time 1.0 Africa/Windhoek Western African Time 1.0 America/Adak Hawaii Standard Time -10.0 America/Anchorage Alaska Standard Time -9.0 America/Anguilla Atlantic Standard Time -4.0 America/Antigua Paraguay Time -4.0 America/Atikokan Eastern Standard Time -5.0 America/Atka Hawaii Standard Time -10.0 America/Bahia Brasilia Time -3.0 America/Bahia_Banderas Central Standard Time -6.0 America/Barbados DBeaver Lite User Guide 24.2.ea. Page 197 of 1010. Antarctica/DumontDUrville Dumont-d'Urville Time 10.0 Antarctica/Macquarie Macquarie Island Standard Time 11.0 Antarctica/Mawson Mawson Time 5.0 Antarctica/McMurdo0 码力 | 1010 页 | 79.48 MB | 1 年前3DBeaver Lite User Guide v.24.1
Central European Time 1.0 Africa/Windhoek Western African Time 1.0 America/Adak Hawaii Standard Time -10.0 America/Anchorage Alaska Standard Time -9.0 America/Anguilla Atlantic Standard Time -4.0 America/Antigua Paraguay Time -4.0 America/Atikokan Eastern Standard Time -5.0 America/Atka Hawaii Standard Time -10.0 America/Bahia Brasilia Time -3.0 America/Bahia_Banderas Central Standard Time -6.0 America/Barbados DBeaver Lite User Guide 24.1. Page 197 of 1008. Antarctica/DumontDUrville Dumont-d'Urville Time 10.0 Antarctica/Macquarie Macquarie Island Standard Time 11.0 Antarctica/Mawson Mawson Time 5.0 Antarctica/McMurdo0 码力 | 1008 页 | 79.40 MB | 1 年前3DBeaver User Guide v.24.0
Central European Time 1.0 Africa/Windhoek Western African Time 1.0 America/Adak Hawaii Standard Time -10.0 America/Anchorage Alaska Standard Time -9.0 America/Anguilla Atlantic Standard Time -4.0 America/Antigua Paraguay Time -4.0 America/Atikokan Eastern Standard Time -5.0 America/Atka Hawaii Standard Time -10.0 America/Bahia Brasilia Time -3.0 America/Bahia_Banderas Central Standard Time -6.0 America/Barbados Time 7.0 DBeaver User Guide 24.0. Page 204 of 1099. Antarctica/DumontDUrville Dumont-d'Urville Time 10.0 Antarctica/Macquarie Macquarie Island Standard Time 11.0 Antarctica/Mawson Mawson Time 5.0 Antarctica/McMurdo0 码力 | 1099 页 | 83.12 MB | 1 年前3
共 673 条
- 1
- 2
- 3
- 4
- 5
- 6
- 68