Julia 中文文档
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 335 34.22Treat Subnormal Numbers as Zeros . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 338 34.23@code_warntype Customizable binary operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 579 45 Numbers 581 45.1 标准数值类型 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1072 79 随机数 1075 79.1 Random numbers module . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1075 79.2 Random0 码力 | 1238 页 | 4.59 MB | 1 年前3Blender v4.1 Manual
drivers which can also be added via the RMB menu. Units As well as expressions, you can specify numbers and units. If no unit is given, then a default unit is applied. The unit system can be changed in depending on the node tree type. Float (gray) Indicates that the socket accepts/produces floating-point numbers. It can either be a single value or a so-called “value map”. (You can think of a value map colored cross (+) in each square. Color Grid: Creates a more complex colored grid with letters and numbers denoting locations. It could be used to check for stretching or distortion in the UV mapping. Color0 码力 | 6263 页 | 303.71 MB | 1 年前3Kotlin 1.9.10 官方文档 中文版
passing values to and from JavaScript. These supported types include: Primitives, such as signed numbers, Boolean , and Char . String . Function types. Other types were passed without conversion as 修订与改进的页面 基本类型概述 – learn about the basic types used in Kotlin: numbers, Booleans, characters, strings, arrays, and unsigned integer numbers. 用于 Kotlin 开发的 IDE – see the list of IDEs with official Kotlin IntelliJ IDEA 1.8 KLOC/s 3.9 KLOC/s ~ x2.2 Space 1.2 KLOC/s 2.8 KLOC/s ~ x2.3 The KLOC/s performance numbers stand for the number of thousands of lines of code that the compiler processes per second. You0 码力 | 3753 页 | 29.69 MB | 1 年前3Kotlin 官方文档中文版 v1.9
passing values to and from JavaScript. These supported types include: Primitives, such as signed numbers, Boolean , and Char . String . Function types. Other types were passed without conversion as 修订与改进的页面 基本类型概述 – learn about the basic types used in Kotlin: numbers, Booleans, characters, strings, arrays, and unsigned integer numbers. 用于 Kotlin 开发的 IDE – see the list of IDEs with official Kotlin IntelliJ IDEA 1.8 KLOC/s 3.9 KLOC/s ~ x2.2 Space 1.2 KLOC/s 2.8 KLOC/s ~ x2.3 The KLOC/s performance numbers stand for the number of thousands of lines of code that the compiler processes per second. You0 码力 | 2049 页 | 45.06 MB | 1 年前3Blender v3.2 参考手册(简体中文版)
24 for example. 这仅仅是快速添加驱动的⽅法之⼀,还可以使⽤ RMB 菜单添加驱动。 单位 As well as expressions, you can specify numbers and units. If no unit is given, then a default unit is applied. The unit system can be changed in each corner of a face. 数据类型 The data type to represent colors internally. RGBA color with floating-point precision. RGBA color with 8-bit precision. 颜⾊ The default color to fill for every element deviation is not significant with high number of particles, but it will be highly noticeable with low numbers (e.g. with 100 particles in the target system, and an Amount value of 0.1, it can generate either0 码力 | 4448 页 | 258.34 MB | 1 年前3Go 1.18 中的泛型
穷举的): // comparable is an interface that is implemented by all comparable types // (booleans, numbers, strings, pointers, channels, arrays of comparable types, // structs whose fields are all comparable float64, complex128 or string respectively, depending on whether it is a boolean, rune, integer, floating-point, complex, or string constant. 28 对一个编程范式的破坏 考虑下面的代码是否适合使用泛型? type Window struct { cfg10 码力 | 45 页 | 501.50 KB | 1 年前3Krita 5.2 中文手册
using AVX blocks it can multiply 8 floating-point numbers by other 8 floating-point numbers at roughly the same “speed” [1] as it would multiply a couple of numbers using a standard instruction. Such speed packed single- precision floating-point values stored in two 256-bit registers __m128 _mm_mul_ps (__m128 a, __m128 b) multiply 4 pairs of packed single-precision floating-point values stored in two 128-bit 128-bit registers __m128 _mm_mul_ss (__m128 a, __m128 b) — multiply 1(!) pair of single-precision floating-point values stored in lowest 32-bits of two 128-bit registers Double-precision multiplication (double):0 码力 | 1594 页 | 79.20 MB | 1 年前3Krita 5.2 官方文档中文版 2023-12-08A
C:\krita-dev Then prepare a batch file to set the environment. Read this example and adjust the version numbers and paths where necessary so the PATH is correct. Save this as C:\krita-dev\env.bat. :: Build/dev AVX blocks it can multiply 8 floating- point numbers by other 8 floating-point numbers at roughly the same “speed” [[1]] as it would multiply a couple of numbers using a standard instruction. Such speed increase packed single-precision floating-point values stored in two 256-bit registers __m128 _mm_mul_ps (__m128 a, __m128 b) multiply 4 pairs of packed single-precision floating-point values stored in two 128-bit0 码力 | 1562 页 | 79.19 MB | 1 年前3Krita 5.1 官方文档中文版 2023-05-26A
C:\krita-dev Then prepare a batch file to set the environment. Read this example and adjust the version numbers and paths where necessary so the PATH is correct. Save this as C:\krita-dev\env.bat. :: Build/dev AVX blocks it can multiply 8 floating- point numbers by other 8 floating-point numbers at roughly the same “speed” [[1]] as it would multiply a couple of numbers using a standard instruction. Such speed increase packed single-precision floating-point values stored in two 256-bit registers __m128 _mm_mul_ps (__m128 a, __m128 b) multiply 4 pairs of packed single-precision floating-point values stored in two 128-bit0 码力 | 1547 页 | 78.22 MB | 1 年前3从零蛋开始学 Rust
src/main.rs:2:18 | 2 | let age:u32 = 20.0; | ^^^^ expected u32, found floating-point number | = note: expected type `u32` found type `{float}` ���� 8 ������ ������������������� ��������������������� number0�number1�...�number99������ �������� numbers����� numbers[0]�numbers[1]�...�numbers[99] ������ ������ ���������������� ������������������� 13.1 ����� ��������������0 码力 | 168 页 | 1.24 MB | 1 年前3
共 319 条
- 1
- 2
- 3
- 4
- 5
- 6
- 32