 Google Python Style Guidesystem internals, etc. Pros: These are powerful language features. They can make your code more compact. Cons: It’s very tempting to use these “cool” features when they’re not abso- lutely necessary.0 码力 | 30 页 | 94.81 KB | 1 年前3 Google Python Style Guidesystem internals, etc. Pros: These are powerful language features. They can make your code more compact. Cons: It’s very tempting to use these “cool” features when they’re not abso- lutely necessary.0 码力 | 30 页 | 94.81 KB | 1 年前3
 Google C++ Style Guide1000000; ++i) { f.DoSomething(i); } Static and Global Variables Variables of class type with static storage duration are forbidden: they cause hard-to-find bugs due to indeterminate order of construction and if they are constexpr: they have no dy- namic initialization or destruction. Objects with static storage duration, including global variables, static variables, static class member variables, and function variables with static storage duration (i.e. statics and globals, see Storage Duration for details) should be named this way. This convention is optional for variables of other storage classes, e.g. automatic0 码力 | 83 页 | 238.71 KB | 1 年前3 Google C++ Style Guide1000000; ++i) { f.DoSomething(i); } Static and Global Variables Variables of class type with static storage duration are forbidden: they cause hard-to-find bugs due to indeterminate order of construction and if they are constexpr: they have no dy- namic initialization or destruction. Objects with static storage duration, including global variables, static variables, static class member variables, and function variables with static storage duration (i.e. statics and globals, see Storage Duration for details) should be named this way. This convention is optional for variables of other storage classes, e.g. automatic0 码力 | 83 页 | 238.71 KB | 1 年前3
 03 Experiments, Reproducibility, and Projects - Introduction to Scientific Writing WS2021/22Automation  Motivation  Tooling for running artifacts in a self-contained manner  Metadata storage in semi-structured formats like JSON/XML  Examples Reproducibility and RDM Name Target Link0 码力 | 31 页 | 1.38 MB | 1 年前3 03 Experiments, Reproducibility, and Projects - Introduction to Scientific Writing WS2021/22Automation  Motivation  Tooling for running artifacts in a self-contained manner  Metadata storage in semi-structured formats like JSON/XML  Examples Reproducibility and RDM Name Target Link0 码力 | 31 页 | 1.38 MB | 1 年前3
 01 Structure of Scientific Papers - Introduction to Scientific Writing WS2021/222020  #17.3 Ismail Oukid et al.: FPTree: A Hybrid SCM-DRAM Persistent and Concurrent B-Tree for Storage Class Memory. SIGMOD 2016  #17.4 Changkyu Kim et al.: FAST: fast architecture sensitive tree search0 码力 | 36 页 | 1.12 MB | 1 年前3 01 Structure of Scientific Papers - Introduction to Scientific Writing WS2021/222020  #17.3 Ismail Oukid et al.: FPTree: A Hybrid SCM-DRAM Persistent and Concurrent B-Tree for Storage Class Memory. SIGMOD 2016  #17.4 Changkyu Kim et al.: FAST: fast architecture sensitive tree search0 码力 | 36 页 | 1.12 MB | 1 年前3
共 4 条
- 1













