https://docs.microsoft.com/en-us/cpp/cpp/alignment-cpp-declarations?view=msvc-170&viewFallbackFrom=vs-2019
内存对齐的内容,值得一看
http://www.catb.org/esr/structure-packing/
内存对齐的内容,也值得一看
http://www.catb.org/esr/faqs/things-every-hacker-once-knew/
things every hacker once knew
cmake: modern cmake
https://cliutils.gitlab.io/modern-cmake/chapters/intro/installing.html
CC++ spiral rule
https://c-faq.com/decl/spiral.anderson.html
podcast:
https://www.twoscomplement.org/#podcast
haskell:
http://learnyouahaskell.com/chapters
(6). 个元素上的集族
(
是全集的子集们
构成的集合),若子集
满足
的所有子集都可以被表示为某个
,则这样的
是好的。
证明若对于所有的好的,都有
,则
。
system 编程
https://0xax.gitbooks.io/linux-insides/content/SyncPrim/linux-sync-5.html
