Krita 5.2 マニュアル
の際に重要です。 super().__init__(parent) def setup(self): pass def createActions(self, window): pass # そして拡張機能を Krita の拡張機能一覧に追加します: Krita.instance().addExtension(MyExtension(Krita super().__init__() self.setWindowTitle("私のドッカー") def canvasChanged(self, canvas): pass Krita.instance().addDockWidgetFactory(DockWidgetFactory("myDocker", DockWidgetFactoryBase.DockRight ウィンドウタイトルは、Krita のドッカー一覧でどのように表示させるかを 指定します。canvasChanged は常に存在している必要がありますが、何かす る必要はありません。ですからここでは単に 'pass' しています。 addDockWidgetFactory に関しては... "myDocker" これを、ユニークな ID に置き換えてください。Krita があなたのドッ カーを追跡するために利用します。0 码力 | 1591 页 | 79.16 MB | 1 年前3TVM Meetup: Quantization
written in TVM Tensor IR .. More targets AutoTVM – Tuning the kernels Optimized Binary Codegen – LLVM, Cuda, C, … Framework Parsers Graph level optimizations Tensor-level optimizations Machine code operators • We introduced a new Relay dialect – QNN to encapsulate this work • Complete reuse of Relay pass infrastructure • Possible reuse of TVM schedules (only to some extent)© 2019, Amazon Web Services0 码力 | 19 页 | 489.50 KB | 5 月前3Comprehensive Rust(日语) 202412
build tool. Cargo knows how to download dependencies, usually hosted on https://crates.io, and it will pass them to rustc when building your project. Cargo also comes with a built-in test runner which is used とは? Rust は 2015 年に 1.0 版がリリースされた新しいプログラミング言語です: • Rust は C++と同様に、静的にコンパイルされる言語です – rustc はバックエンドに LLVM を使用しています。 • Rust は多くのプラットフォームとアーキテクチャをサポートしています: – x86, ARM, WebAssembly, … – Linux, Mac, Windows enum キーワードを使用すると、いくつかの異なるバリアントを持つ型を作成できます。 enum Direction { Left, Right, } enum PlayerMove { Pass, // 単純なバリアント Run(Direction), // Tuple variant Teleport { x: u32, y: u32 }, // 構造体バリアント } fn main()0 码力 | 381 页 | 1.36 MB | 10 月前3KiCad 8.0 PCB Editor
NOTE Only tracks that end at the origin of the footprint’s pads will be dragged. Tracks that simply pass through the pad or that end on the pad at a location other than the origin will not be dragged. You Additionally, only tracks that end at the origin of the footprint’s pads will be dragged. Tracks that simply pass through the pad or that end on the pad at a location other than the origin will not be dragged. You track in the pair (for example, where the pair fans out from a component, or becomes uncoupled to pass around another object such as a via). disallow track via micro_via buried_via pad zone0 码力 | 204 页 | 6.90 MB | 1 年前3CurveBS IO Processing Flow
commit5. After commit, apply can be applied. During apply, BRaft will call the function that we pass in through the user state machine to complete the disk write operation. CurveFS architecture0 码力 | 13 页 | 2.03 MB | 5 月前3Debian リファレンス v2.124
retry=3 minlen=8 difok=3 password [success=1 default=ignore] pam_unix.so obscure use_authtok try_first_pass ←� yescrypt # here’s the fallback if no module succeeds password requisite pam_deny.so # prime 化 ”/etc/fstab” により静的なファイルシステム設定がなされます。例えば、 «file system» «mount point» «type» «options» «dump» «pass» proc /proc proc defaults 0 0 UUID=709cbe4c-80c1-56db-8ab1-dbce3146d2f7 / ext4 errors=remount-ro0 码力 | 287 页 | 1.60 MB | 1 年前3
共 6 条
- 1