HIT-软件构造 | Lab1 项目配置
HIT 软件构造课程实验 Lab1 项目配置说明
2781 字
|
14 分钟
Cover Image of the Post
【阅读笔记】深入理解计算机系统
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 分钟
Cover Image of the Post
【课程笔记】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 分钟
Cover Image of the Post
【课程笔记】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 分钟
Cover Image of the Post
【课程笔记】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 分钟
Cover Image of the Post
【OI考古】图论 | 拓扑排序
对于一个有向无环图(DAG),我们要找出一种顶点的排序方式,使得对于图中任意 u, v ,如果 u, v 之间有一条 u 指向 v 的有向路,则 u 排在 v 的前面。这种排序方式被称为拓扑排序(Topological sorting)。
882 字
|
4 分钟
Cover Image of the Post
【OI考古】图论 | 最小生成树
最小生成树(MST),顾名思义,对于带权无向连通图 G ,其所有生成树中的权值和最小者 T ,是其最小生成树。
936 字
|
5 分钟
Cover Image of the Post
【OI考古】图论 | 二分图匹配
对于一个二分图 G ,对于一个匹配 M ,若 \exist \ u, v \notin M ,则 u, v 间任意路 u, v_1, v_2, \dots , v_n , v 是一条增广路。
816 字
|
4 分钟
Cover Image of the Post