Julia 1.11.5 DocumentationMacro . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 321 25.4 Communication and data-races between threads . . . . . . . . . . . . . . . . . . . 323 25.5 Side effects and mutable function 26.2 Starting and managing worker processes . . . . . . . . . . . . . . . . . . . . . . . 333 26.3 Data Movement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 334 26.4 Global Global Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 384 28.15 Accessing Data through a Pointer . . . . . . . . . . . . . . . . . . . . . . . . . . . 384 28.16 Thread-safety0 码力 | 2007 页 | 6.73 MB | 3 月前3
Julia 1.11.6 Release NotesMacro . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 321 25.4 Communication and data-races between threads . . . . . . . . . . . . . . . . . . . 323 25.5 Side effects and mutable function 26.2 Starting and managing worker processes . . . . . . . . . . . . . . . . . . . . . . . 333 26.3 Data Movement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 334 26.4 Global Global Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 384 28.15 Accessing Data through a Pointer . . . . . . . . . . . . . . . . . . . . . . . . . . . 384 28.16 Thread-safety0 码力 | 2007 页 | 6.73 MB | 3 月前3
Julia 1.11.4Macro . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 321 25.4 Communication and data-races between threads . . . . . . . . . . . . . . . . . . . 323 25.5 Side effects and mutable function 26.2 Starting and managing worker processes . . . . . . . . . . . . . . . . . . . . . . . 333 26.3 Data Movement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 334 26.4 Global Global Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 383 28.15 Accessing Data through a Pointer . . . . . . . . . . . . . . . . . . . . . . . . . . . 384 28.16 Thread-safety0 码力 | 2007 页 | 6.73 MB | 3 月前3
Julia 1.12.0 RC1Macro . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 324 25.4 Communication and data-races between threads . . . . . . . . . . . . . . . . . . . 326 25.5 Side effects and mutable function 26.2 Starting and managing worker processes . . . . . . . . . . . . . . . . . . . . . . . 337 26.3 Data Movement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 338 26.4 Global Global Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 388 28.15 Accessing Data through a Pointer . . . . . . . . . . . . . . . . . . . . . . . . . . . 388 28.16 Thread-safety0 码力 | 2057 页 | 7.44 MB | 3 月前3
julia 1.10.1025.2 Starting and managing worker processes . . . . . . . . . . . . . . . . . . . . . . . 314 25.3 Data Movement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 315 25.4 Global Global Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 361 27.15 Accessing Data through a Pointer . . . . . . . . . . . . . . . . . . . . . . . . . . . 362 27.16 Thread-safety using views for slices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 435 34.17 Copying data is not always bad . . . . . . . . . . . . . . . . . . . . . . . . . . . . 435 34.18 Consider StaticArrays0 码力 | 1692 页 | 6.34 MB | 3 月前3
Julia 1.10.925.2 Starting and managing worker processes . . . . . . . . . . . . . . . . . . . . . . . 314 25.3 Data Movement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 315 25.4 Global Global Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 361 27.15 Accessing Data through a Pointer . . . . . . . . . . . . . . . . . . . . . . . . . . . 362 27.16 Thread-safety using views for slices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 435 34.17 Copying data is not always bad . . . . . . . . . . . . . . . . . . . . . . . . . . . . 435 34.18 Consider StaticArrays0 码力 | 1692 页 | 6.34 MB | 3 月前3
Comprehensive Rust(繁体中文)structs (e.g. struct Foo;) might be used when implementing a trait on some type but don’t have any data that you want to store in the value itself. – 在下一張投影片中,我們會介紹元組結構體,可於欄位名稱不重要時使用。 • If you already they must be Sync. Interior mutability is possible through a Mutex, atomic or similar. Thread-local data can be created with the macro std::thread_local. 10.5 型別別名 型別別名會為另一型別建立名稱。這兩種型別可以交替使用。 enum CarryableConcreteItem seen a fair amount of Rust, today will focus on Rust's type system: • Pattern matching: extracting data from structures. • 方法:將函式與型別建立關聯。 • 特徵:由多種型別共用的行為。 • 泛型:在其他型別上將型別參數化。 • 標準程式庫的型別和特徵:一覽 Rust 豐富的標準程式庫。0 码力 | 358 页 | 1.41 MB | 10 月前3
Julia 1.12.0 Beta4Macro . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 324 25.4 Communication and data-races between threads . . . . . . . . . . . . . . . . . . . 326 25.5 Side effects and mutable function 26.2 Starting and managing worker processes . . . . . . . . . . . . . . . . . . . . . . . 336 26.3 Data Movement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 337 26.4 Global Global Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 387 28.15 Accessing Data through a Pointer . . . . . . . . . . . . . . . . . . . . . . . . . . . 387 28.16 Thread-safety0 码力 | 2057 页 | 7.44 MB | 3 月前3
Julia 1.12.0 Beta3Macro . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 324 25.4 Communication and data-races between threads . . . . . . . . . . . . . . . . . . . 326 25.5 Side effects and mutable function 26.2 Starting and managing worker processes . . . . . . . . . . . . . . . . . . . . . . . 336 26.3 Data Movement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 337 26.4 Global Global Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 387 28.15 Accessing Data through a Pointer . . . . . . . . . . . . . . . . . . . . . . . . . . . 387 28.16 Thread-safety0 码力 | 2057 页 | 7.44 MB | 3 月前3
julia 1.13.0 DEVMacro . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 324 25.4 Communication and data-races between threads . . . . . . . . . . . . . . . . . . . 326 25.5 Side effects and mutable function 26.2 Starting and managing worker processes . . . . . . . . . . . . . . . . . . . . . . . 336 26.3 Data Movement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 337 26.4 Global Global Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 387 28.15 Accessing Data through a Pointer . . . . . . . . . . . . . . . . . . . . . . . . . . . 387 28.16 Thread-safety0 码力 | 2058 页 | 7.45 MB | 3 月前3
共 40 条
- 1
- 2
- 3
- 4













