Comprehensive Rust(한국어) 202412Exercise 250 48 연습문제해답 252 XI Bare Metal 오전 253 49 Welcome to Bare Metal Rust 254 50 no_std 255 50.1 최소한의 no_std 프로그램 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 256 50.2 alloc . . . . – 항상 고정된 개수의 매개변수를 사용합니다. 기본 인수는 지원되지않습니다. 매크로는 가변 함수를 지원하는 데 사용할 수 있습니다. – Always takes a single set of parameter types. These types can be generic, which will be covered later. 6.6 매크로 매크로는 컴파일 중에 포함되어 있습니다. • println!(format, ..) prints a line to standard output, applying formatting described in std::fmt. • format!(format, ..) 은 println!처럼 작동하지만결과를 문자열로 반환합니다. • dbg!(expression) 은 표현식의 값을 기록하고 반환합니다0 码力 | 369 页 | 1.29 MB | 11 月前3
Comprehensive RustExercise 249 48 연습문제해답 251 XI Bare Metal 오전 252 49 Welcome to Bare Metal Rust 253 50 no_std 254 50.1 최소한의 no_std 프로그램 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 255 50.2 alloc . . . . – 항상 고정된 개수의 매개변수를 사용합니다. 기본 인수는 지원되지않습니다. 매크로는 가변 함수를 지원하는 데 사용할 수 있습니다. – Always takes a single set of parameter types. These types can be generic, which will be covered later. 6.6 매크로 매크로는 컴파일 중에 포함되어 있습니다. • println!(format, ..) prints a line to standard output, applying formatting described in std::fmt. • format!(format, ..) 은 println!처럼 작동하지만결과를 문자열로 반환합니다. • dbg!(expression) 은 표현식의 값을 기록하고 반환합니다0 码力 | 368 页 | 1.29 MB | 1 年前3
Krita 5.2 브로셔elements, much like snapping together Lego blocks. Krita provides a set of construction kit parts in the form of Dockers and Toolbars. Every set of elements can be shown, hidden, moved and rearranged, that lets menu found in most windowed applications. B – Toolbar – This is where you can choose your brushes, set parameters such as opacity and size and other settings. C – Sidebars for the Movable Panels/Dockers artists, compositing-wise. The PS way leads to a cleaner and better ordered layer stack visually wise. Multi Layer Transform or Move You can select multiple layers on the stack by holding down the Shift key0 码力 | 1531 页 | 79.11 MB | 1 年前3
PlantUML 1.2021.1 언어참조가이드the command : set namespaceSeparator ???. @startuml set namespaceSeparator :: class X1::X2::foo { some info } @enduml You can disable automatic package creation using the command set namespaceSeparator namespaceSeparator none. @startuml set namespaceSeparator none class X1.X2.foo { some info } @enduml PlantUML 언어참조가이드 (1.2021.1) 67 / 385 3.24 Lollipop interface 3 클래스다이어그램 3.24 Lollipop interface You can also 385 4.6 Map table or associative array 4 OBJECT DIAGRAM 4.6 Map table or associative array You can define a map table or associative array, with map keyword and => separator. @startuml map CapitalCity0 码力 | 386 页 | 4.12 MB | 1 年前3
PlantUML 1.2021.2 언어참조가이드the command : set namespaceSeparator ???. @startuml set namespaceSeparator :: class X1::X2::foo { some info } @enduml You can disable automatic package creation using the command set namespaceSeparator namespaceSeparator none. @startuml set namespaceSeparator none class X1.X2.foo { some info } @enduml PlantUML 언어참조가이드 (1.2021.2) 67 / 390 3.24 Lollipop interface 3 클래스다이어그램 3.24 Lollipop interface You can also 390 4.6 Map table or associative array 4 OBJECT DIAGRAM 4.6 Map table or associative array You can define a map table or associative array, with map keyword and => separator. @startuml map CapitalCity0 码力 | 391 页 | 4.17 MB | 1 年前3
PlantUML 1.2021.3 언어참조가이드the command : set namespaceSeparator ???. @startuml set namespaceSeparator :: class X1::X2::foo { some info } @enduml You can disable automatic package creation using the command set namespaceSeparator namespaceSeparator none. @startuml set namespaceSeparator none class X1.X2.foo { some info } @enduml PlantUML 언어참조가이드 (1.2021.2) 67 / 407 3.24 Lollipop interface 3 클래스다이어그램 3.24 Lollipop interface You can also 407 4.6 Map table or associative array 4 OBJECT DIAGRAM 4.6 Map table or associative array You can define a map table or associative array, with map keyword and => separator. @startuml map CapitalCity0 码力 | 408 页 | 4.32 MB | 1 年前3
PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2023.11)
creation You can define another separator (other than the dot) using the command : set namespaceSeparator ???. @startuml set namespaceSeparator :: class X1::X2::foo { some info } PlantUML 언어참조가이드 (1.2023 DIAGRAM @enduml You can disable automatic package creation using the command set namespaceSeparator none. @startuml set namespaceSeparator none class X1.X2.foo { some info } @enduml 3.25 Lollipop B.C.D.Z { } @enduml @startuml set separator none class A.B.C.D.Z { } @enduml @startuml !pragma useIntermediatePackages false class A.B.C.D.Z { } @enduml @startuml set separator none package A.B.C.D0 码力 | 552 页 | 7.88 MB | 1 年前3
PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2020.23)creation You can define another separator (other than the dot) using the command : set namespaceSeparator ???. @startuml set namespaceSeparator :: class X1::X2::foo { some info } @enduml PlantUML 언어참조가이드 interface 3 클래스다이어그램 You can disable automatic package creation using the command set namespaceSeparator none. @startuml set namespaceSeparator none class X1.X2.foo { some info } @enduml 3.22 Lollipop (BETA) 5.18 SDL (Specification and Description Language) By changing the final ; separator, you can set different rendering for the activity: • | • < • > • / • \\ • ] • } @startuml :Ready; :next(o)|0 码力 | 307 页 | 3.16 MB | 1 年前3
PlantUML 1.2020.22 언어참조가이드creation You can define another separator (other than the dot) using the command : set namespaceSeparator ???. @startuml set namespaceSeparator :: class X1::X2::foo { some info } @enduml PlantUML 언어참조가이드 interface 3 클래스다이어그램 You can disable automatic package creation using the command set namespaceSeparator none. @startuml set namespaceSeparator none class X1.X2.foo { some info } @enduml 3.21 Lollipop (BETA) 5.18 SDL (Specification and Description Language) By changing the final ; separator, you can set different rendering for the activity: • | • < • > • / • \\ • ] • } @startuml :Ready; :next(o)|0 码力 | 295 页 | 3.08 MB | 1 年前3
PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2019.2)notes on message using the note left or note right keywords just after the message. You can have a multi-line note using the end note keywords. @startuml Alice->Bob : hello note left: this is a first note keywords. It is possible to highlight a note by changing its background color. You can also have a multi-line note using the end note keywords. @startuml participant Alice participant Bob note left of Alice the command : set namespaceSeparator ???. @startuml set namespaceSeparator :: class X1::X2::foo { some info } @enduml You can disable automatic package creation using the command set namespaceSeparator0 码力 | 158 页 | 1.76 MB | 1 年前3
共 15 条
- 1
- 2













