CS106L总结与C++的一些新特性 2023-05-05 2026-04-05 CS 23 minutes read (About 3449 words)最近看完了Stanford CS106L的课程,总结一下课程中学到的新知识,顺便加入课程中未提及的额外的C++新特性。 C++, Programming Language Read more
Accelerated C++笔记 2021-09-16 2026-04-05 CS 2 hours read (About 18273 words)C++基础知识。 C++, Programming Language Read more
瘦子增重教程 2021-08-27 2026-04-05 Others 26 minutes read (About 3930 words)整理自B站UP卓叔增重。 Life, Exercise Read more
Hexo主题Icarus的自定义 2021-08-23 2026-04-05 CS 26 minutes read (About 3911 words)填坑。 Hexo, Icarus, Blog Read more
Icarus消息框模板 2021-08-22 2026-04-05 Others 4 minutes read (About 548 words)Hexo主题Icarus的示例网站更新后文章中出现了样式美观的提示框,但是好像这个提示框并不是主题的新特性。查看作者的源码后发现,这个提示框仍然是以HTML代码的形式插入在Markdown文件中的。这里将这些代码整理成一个模板以便日后使用。 Hexo, Icarus, Template Read more
解决幻16睡眠自动唤醒问题与电源管理解锁 2021-08-19 2026-04-05 Others 30 minutes read (About 4493 words)怀念macOS... Others, Windows 10, ROG Read more
Hexo博客的安装和自动部署 2021-08-16 2026-04-05 CS 34 minutes read (About 5169 words)填坑。 Hexo, Blog, Travis CI Read more
Summary of Reinforcement Learning 6 2020-02-23 2026-04-05 CS 17 minutes read (About 2616 words)Introduction to deep reinforcement learning. Research, Python, RL Read more
Summary of Reinforcement Learning 5 2020-02-19 2026-04-05 CS 9 minutes read (About 1290 words)Value function approximation, a new way to get the value function. Research, Python, RL Read more