07 2020 档案
摘要:买车: 1 4s店铺 原来4s店与汽车品牌对应。 s店提车注意事项: https://jingyan.baidu.com/article/7908e85c3fee86ef491ad20b.html 新车交付验车注意事项 https://www.sohu.com/a/225596824_1001261
阅读全文
摘要:<Understanding The Linux Virtual Memory Manager> -- baidu 网盘了 https://pdos.csail.mit.edu/~sbw/links/gorman_book.pdf https://www.kernel.org/doc/gorman/
阅读全文
摘要:https://www.zhihu.com/question/385787685 https://www.wecenter.com/
阅读全文
摘要:https://www.bilibili.com/video/BV1js411b7vg?p=1
阅读全文
摘要:用于 C++ 的 MATLAB 引擎 API 提供 C++ 编程语言与 MATLAB 之间的接口。此 API 使 C++ 程序能够启动 MATLAB、计算带参数的 MATLAB 函数,并在 MATLAB 和 C++ 程序之间交换数据。 https://ww2.mathworks.cn/help/ma
阅读全文
摘要:https://git-scm.com/docs/git-gc NAME git-gc - Cleanup unnecessary files and optimize the local repository SYNOPSIS git gc [--aggressive] [--auto] [--q
阅读全文
摘要:physx中的PxTransForm类:https://github.com/NVIDIAGameWorks/PhysX/blob/4.1/pxshared/include/foundation/PxTransform.h PxQuat类 https://github.com/NVIDIAGameW
阅读全文
摘要:<c++ concurrency in action> <深入理解c++ 11新特性> by IBM编译器团队 《Effective modern c++》
阅读全文
摘要:software architecture in practice
阅读全文
摘要:工程--属性--c/c++ 所有选项--c++语言标准
阅读全文
摘要:http://www.docin.com/p-1924153229.html
阅读全文
摘要:1 角动量(动量矩) 质点动量p对O点之动量矩(通常称为角动量)L(o)(简记为L)为L=r×p , 其中r是质点相对O点的位矢(位置矢量)。 Ref: MIT: https://ocw.mit.edu/courses/aeronautics-and-astronautics/16-07-dynam
阅读全文
摘要:1. 转动惯量的定义 转动惯量(Moment of Inertia),是刚体绕轴转动时的惯性(回转物体保持其匀速圆周运动或静止的特性)的量度,用字母I或J表示。在经典力学中,转动惯量(又称质量惯性矩,简称惯矩)通常以I 或J表示,SI 单位为 kg·m²。对于一个质点,I = mr²,其中 m 是其
阅读全文