 02 Scientific Reading and Writing - Introduction to Scientific Writing WS2021/22index structures, compression)  How do you find relevant scientific papers/thesis via multiple channels  By Venue/Year  Start of top-tier conferences/journals and find latest work  These papers’0 码力 | 26 页 | 613.57 KB | 1 年前3 02 Scientific Reading and Writing - Introduction to Scientific Writing WS2021/22index structures, compression)  How do you find relevant scientific papers/thesis via multiple channels  By Venue/Year  Start of top-tier conferences/journals and find latest work  These papers’0 码力 | 26 页 | 613.57 KB | 1 年前3
 Google C++ Style Guidetemplate that is explicitly instantiated for all relevant sets of template arguments, or that is a private implementation detail of a class, is allowed to be defined in the one and only .cc file that instantiates Foo(Foo&& other) : field_(other.field) {} // Bad, defines only move constructor, but not operator=. private: Field field_; }; Due to the risk of slicing, avoid providing an assignment operator or public copy/move specifies physical layout of the base class. All inheritance should be public. If you want to do private inheritance, you should be including an instance of the base class as a member instead. 18 Do not0 码力 | 83 页 | 238.71 KB | 1 年前3 Google C++ Style Guidetemplate that is explicitly instantiated for all relevant sets of template arguments, or that is a private implementation detail of a class, is allowed to be defined in the one and only .cc file that instantiates Foo(Foo&& other) : field_(other.field) {} // Bad, defines only move constructor, but not operator=. private: Field field_; }; Due to the risk of slicing, avoid providing an assignment operator or public copy/move specifies physical layout of the base class. All inheritance should be public. If you want to do private inheritance, you should be including an instance of the base class as a member instead. 18 Do not0 码力 | 83 页 | 238.71 KB | 1 年前3
 Google Java Style Guidemultiple methods with the same name, these appear sequentially, with no intervening members (not even private ones). 4 Formatting Terminology Note: block-like construct refers to the body of a class, method without alignment, then using alignment: private int x; // this is fine private Color color; // this too private int x; // permitted, but future edits private Color color; // may leave it unaligned Tip: optional. Ad- ditional blank lines (usually just one) are also allowed. This is one possibility: 9 private enum Answer { YES { @Override public String toString() { return "yes"; } }, NO, MAYBE } An enum0 码力 | 19 页 | 84.76 KB | 1 年前3 Google Java Style Guidemultiple methods with the same name, these appear sequentially, with no intervening members (not even private ones). 4 Formatting Terminology Note: block-like construct refers to the body of a class, method without alignment, then using alignment: private int x; // this is fine private Color color; // this too private int x; // permitted, but future edits private Color color; // may leave it unaligned Tip: optional. Ad- ditional blank lines (usually just one) are also allowed. This is one possibility: 9 private enum Answer { YES { @Override public String toString() { return "yes"; } }, NO, MAYBE } An enum0 码力 | 19 页 | 84.76 KB | 1 年前3
 Google Python Style Guide(reserved by Python) Naming Convention • “Internal” means internal to a module or protected or private within a class. • Prepending a single underscore (_) has some support for protecting module variables underscore (__) to an instance variable or method effectively serves to make the variable or method private to its class (using name mangling). • Place related classes and top-level functions together in a _lower_with_under (protected) or __lower_with_under (private) Method Names lower_with_under() _lower_with_under() (protected) or __lower_with_under() (private) Function/Method Parameters lower_with_under Local0 码力 | 30 页 | 94.81 KB | 1 年前3 Google Python Style Guide(reserved by Python) Naming Convention • “Internal” means internal to a module or protected or private within a class. • Prepending a single underscore (_) has some support for protecting module variables underscore (__) to an instance variable or method effectively serves to make the variable or method private to its class (using name mangling). • Place related classes and top-level functions together in a _lower_with_under (protected) or __lower_with_under (private) Method Names lower_with_under() _lower_with_under() (protected) or __lower_with_under() (private) Function/Method Parameters lower_with_under Local0 码力 | 30 页 | 94.81 KB | 1 年前3
 03 Experiments, Reproducibility, and Projects - Introduction to Scientific Writing WS2021/22releases (SystemDS 2.2.0 in Oct 2021)  DIA / AMLS programming projects in SystemDS  Additional private github repos for student projects / prototypes  Central Paper Repository  All paper submissions0 码力 | 31 页 | 1.38 MB | 1 年前3 03 Experiments, Reproducibility, and Projects - Introduction to Scientific Writing WS2021/22releases (SystemDS 2.2.0 in Oct 2021)  DIA / AMLS programming projects in SystemDS  Additional private github repos for student projects / prototypes  Central Paper Repository  All paper submissions0 码力 | 31 页 | 1.38 MB | 1 年前3
 01 Structure of Scientific Papers - Introduction to Scientific Writing WS2021/22Lectures (TUbe)? No  Lectures and discussions via Webex  No recording in order to foster discussion, private presentations  Goals  Understanding of / communication through scientific writing  Best practices0 码力 | 36 页 | 1.12 MB | 1 年前3 01 Structure of Scientific Papers - Introduction to Scientific Writing WS2021/22Lectures (TUbe)? No  Lectures and discussions via Webex  No recording in order to foster discussion, private presentations  Goals  Understanding of / communication through scientific writing  Best practices0 码力 | 36 页 | 1.12 MB | 1 年前3
共 6 条
- 1













