游戏编程模式读书笔记
架构,性能和游戏
"YAGNI" You aren't gonna need it (你不需要那个)
Blaise Pascal有向著名的信件结尾,“我没时间写的更短。”
另一向名言来自Ant ...
cppdoc
Expressions
Each C++ expression is characterized by two independent properties: A type and a val ...
cpp20实践读书笔记
CHAPTER 1: A Crash Course in C++ and the Standard Library
preprocessor
PREPROCESSOR DIRE ...
cmake
conan
conan profile detect --forceFound clang 15.0clang>=8, using the major as versionDetecte ...
cpp20入门读书笔记
目前编译器对 c++20 只部分支持, 请谨慎使用
1. Basic Ideas
2. Introducing Fundamental Types of Data
int braced_i ...
ai
Alternating direction method of multipliers (ADMM)
交替方向乘子法(Alternating Direction Method of Multi ...
beginning-database-design读书笔记
Chapter 2: Guided Tour of the Development Process
用用例(use case)抽象出模型
类
关系
For data retrieval o ...
设计模式读书笔记
设计模式读书笔记, 内含大量设计模式
引言
smalltalk 中的 MVC
MVC通过建立一个“订购/通知”协议来分离视图和模型。视图必须保证它的显示正确地 反映了模型的状态。一旦模型的数据发 ...
headfirst面向对象读书笔记
headfirst面向对象读书笔记, 主要设计一个程序的整体设计, 从需求到规划到实现到测试
三步走
确认软件做客户要他做的事
运用基本的的 OO 原则增加软件的灵活性
努力实现可维护可重用 ...
insidecpp
深入理解 cpp 对象模型读书笔记(这本书原文有非常非常非常多的错误, 建议看侯捷译文)
Chapter 1. Object Lessons
Layout Costs for Adding En ...