本仓库收集整理了推荐大家观看和学习的计算机相关网络课程,按照不同方向、难易程度进行归档,你可以在你看过的课程下写一个比较简短的个人评价或课程心得
- Network Lessons
- CCNA Tutorial
- HCIE
- CS144
- MIT 6.829
从科研需求的角度来说,前三个以及个别 coursera 课程更适合作为计算机网络的学习资料。如果你不是做计算机网络方向的研究,更建议看 Top Down 大黑书和 MIT 等高校的课程。
此项目为编译器教程,用到Rust语言和LLVM后端。
此项目使用C++语言实现了一个简单的软渲染器,共计约500行代码,旨在介绍OpenGL背后的图形绘制算法实现。
着色器入门:学习基础概念!
- MIT 6.824
Description
This course, the same as MIT 6.S081, comes from the renowned MIT PDOS Lab. The instructor, Professor Robert Morris, was once a famous hacker who created 'Morris', the first worm virus in the world.
Each lecture will discuss a classic paper in the field of distributed systems, teaching you the important principles and key techniques of distributed systems design and implementation. The Project is known for its difficulty. In four programming assignments, you will implement a KV-store framework step by step based on the Raft consensus algorithm, allowing you to experience the randomness and complexity to implement and debug a distributed system.
This course is so famous that you can easily have access to the project solutions on the Internet. It is highly recommended to implement the projects on your own.
From CSDIY.wiki