NVIDIA RTX wallpaper
【阅读笔记】深入理解计算机系统
This book (CS:APP3e) is the third edition of a book that stems from the introductory computer systems course we developed at Carnegie Mellon University, starting in the Fall of 1998, called "Introduction to Computer Systems" (ICS).
8327 字
|
42 分钟

【课程笔记】Udemy - The Complete JavaScript Course 2022: From Zero to Expert!
The modern JavaScript course for everyone! Master JavaScript with projects, challenges and theory. Many courses in one!
8157 字
|
41 分钟

【课程笔记】Udemy - Advanced CSS and Sass: Flexbox, Grid, Animations and More!
The most advanced and modern CSS course on the internet: master flexbox, CSS Grid, responsive design, and so much more.
1404 字
|
7 分钟

【课程笔记】Udemy - Build Responsive Real-World Websites with HTML and CSS
Learn modern HTML5, CSS3 and web design by building a stunning website for your portfolio! Includes flexbox and CSS Grid
452 字
|
2 分钟

【OI考古】图论 | 拓扑排序
对于一个有向无环图(DAG),我们要找出一种顶点的排序方式,使得对于图中任意 u, v ,如果 u, v 之间有一条 u 指向 v 的有向路,则 u 排在 v 的前面。这种排序方式被称为拓扑排序(Topological sorting)。
882 字
|
4 分钟

