Dynamic Programming I 二维数字三角形模型 🔺 最长上升自序列模型 📈 背包问题 🎒 动态规划 状态表示(思考维度 如二维f[i][j]) 集合:f[i][j] 表示哪些情况 属性:f[i][j] 表示集合里的 MAX/MIN/数量 状态计算 划分集合(不重不漏) 状态转移方程 2024-09-02 Algorithm #Algorithm #AcWing
FAT32-spec Check the FAT32 file system specification. https://jyywiki.cn/OS/manuals/MSFAT-spec.pdf 2024-07-01 Operation System #Operation System
os-code-persistence All code is taken from NJU-2024-operation-system by jyy. please check https://jyywiki.cn/OS/2024/ forked-code: https://github.com/Cookiecoolkid/jyyos/tree/master/persistence 2024-06-28 Operation System #Operation System
os-code-kernel All code is taken from NJU-2024-operation-system by jyy. please check https://jyywiki.cn/OS/2024/ forked-code: https://github.com/Cookiecoolkid/jyyos/tree/master/kernel 2024-06-28 Operation System #Operation System
os-code-virtualization All code is taken from NJU-2024-operation-system by jyy. please check https://jyywiki.cn/OS/2024/ forked-code: https://github.com/Cookiecoolkid/jyyos/tree/master/virtualization 2024-06-27 Operation System #Operation System
os-code-concurrency All code is taken from NJU-2024-operation-system by jyy. please check https://jyywiki.cn/OS/2024/ forked-code: https://github.com/Cookiecoolkid/jyyos/tree/master/concurrency 2024-06-26 Operation System #Operation System
os-code-introduction All code is taken from NJU-2024-operation-system by jyy. please check https://jyywiki.cn/OS/2024/ forked-code: https://github.com/Cookiecoolkid/jyyos/tree/master/introduction 2024-06-26 Operation System #Operation System