From 7b77f119da398fea7b9ea8b4a2af5f42caa48792 Mon Sep 17 00:00:00 2001 From: ttzytt Date: Thu, 28 Dec 2023 09:55:25 +0800 Subject: [PATCH 1/5] [ENHANCE] Add reference blog for MIT6.S081 (#550) --- docs/操作系统/MIT6.S081.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/操作系统/MIT6.S081.md b/docs/操作系统/MIT6.S081.md index 6797c25d..b7cbc8f3 100644 --- a/docs/操作系统/MIT6.S081.md +++ b/docs/操作系统/MIT6.S081.md @@ -53,3 +53,4 @@ - [解析Ta](https://blog.csdn.net/u013577996/article/details/108679997) - [PKUFlyingPig](https://github.com/PKUFlyingPig/MIT6.S081-2020fall) - [星遥见](https://www.cnblogs.com/weijunji/tag/XV6/) +- [tzyt 的博客](https://ttzytt.com/tags/xv6/) From 39e703f424a7161a8a5084ec357090b947872fc3 Mon Sep 17 00:00:00 2001 From: Guo Pengfei <73603368+Michael-Jetson@users.noreply.github.com> Date: Fri, 26 Jan 2024 00:09:18 +0800 Subject: [PATCH 2/5] [COURSE] Add USTC Graphics Course (#556) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 添加USTC的图形学课程 * Update mkdocs.yml * Update EECS498-007.md * Update EECS498-007.en.md * Update USTC ComputerGraphic.en.md * Update USTC ComputerGraphic.md * Update USTC ComputerGraphic.md * Update and rename USTC ComputerGraphic.md to USTC ComputerGraphics.md * Update and rename USTC ComputerGraphic.en.md to USTC ComputerGraphics.en.md * Update USTC ComputerGraphics.en.md * Update mkdocs.yml * Update USTC ComputerGraphics.md * Update USTC ComputerGraphics.md --- docs/深度学习/EECS498-007.en.md | 4 +++- docs/深度学习/EECS498-007.md | 4 +++- docs/计算机图形学/USTC ComputerGraphics.en.md | 19 +++++++++++++++++++ docs/计算机图形学/USTC ComputerGraphics.md | 19 +++++++++++++++++++ mkdocs.yml | 1 + 5 files changed, 45 insertions(+), 2 deletions(-) create mode 100644 docs/计算机图形学/USTC ComputerGraphics.en.md create mode 100644 docs/计算机图形学/USTC ComputerGraphics.md diff --git a/docs/深度学习/EECS498-007.en.md b/docs/深度学习/EECS498-007.en.md index 76fe2672..d8c8c8e9 100644 --- a/docs/深度学习/EECS498-007.en.md +++ b/docs/深度学习/EECS498-007.en.md @@ -57,4 +57,6 @@ Lastly, I recommend every student enrolled in this course to watch the lectures - Course Website: - Course Video: - Course Materials: Only recommended textbooks, link: -- Coursework:See the course homepage for details, six Assignments and one Mini-Project \ No newline at end of file +- Coursework:See the course homepage for details, six Assignments and one Mini-Project +## Personal Resources +@Michael-Jetson The 200,000 to 300,000 words of notes I have taken (and did not include homework, etc.) can be used as a reference:[Michael-Jetson/ML_DL_CV_with_pytorch](https://github.com/Michael-Jetson/ML_DL_CV_with_pytorch) diff --git a/docs/深度学习/EECS498-007.md b/docs/深度学习/EECS498-007.md index 05a00d3d..e92d1f6f 100644 --- a/docs/深度学习/EECS498-007.md +++ b/docs/深度学习/EECS498-007.md @@ -45,4 +45,6 @@ UMich 的 Computer Vision 课,课程视频和作业质量极高,涵盖的主 - 课程网站: - 课程视频: - 课程教材:仅有推荐教材,链接: -- 课程作业:见课程主页,6 个 Assignment 和一个 Mini-Project \ No newline at end of file +- 课程作业:见课程主页,6 个 Assignment 和一个 Mini-Project +## 资源汇总 +@Michael-Jetson 本人所做的二三十万字的笔记(并没有包括作业等),可以当做一个参考[Michael-Jetson/ML_DL_CV_with_pytorch](https://github.com/Michael-Jetson/ML_DL_CV_with_pytorch) diff --git a/docs/计算机图形学/USTC ComputerGraphics.en.md b/docs/计算机图形学/USTC ComputerGraphics.en.md new file mode 100644 index 00000000..aa21003e --- /dev/null +++ b/docs/计算机图形学/USTC ComputerGraphics.en.md @@ -0,0 +1,19 @@ +# USTC Computer Graphics + +## Descriptions + +- Offered by: USTC +- Prerequisites: Calculus, Linear Algebra, C/C++ Programming, Data Structures +- Programming Languages: C/C++ +- Difficulty: 🌟🌟🌟 +- Class Hour: 100 hours + +Mr. Liu Ligang from the School of Mathematics at USTC uploaded the course during the 2020 epidemic, and I personally feel that it is more comprehensive compared to Games101's focus on rendering, with content such as discrete geometry processing that the latter does not have, and it seems to be more mathematical, so it can be complemented with Games101, and the course materials are fully open to the public. + +## Course Resources + +- Course Website:http://staff.ustc.edu.cn/~lgliu/Courses/ComputerGraphics_2020_spring-summer/default.htm +- Recordings:https://www.bilibili.com/video/BV1iT4y1o7oM/?spm_id_from=333.880.my_history.page.click&vd_source=eea47a16439992e41b232bc5d5684e27 +- Textbooks:E. Angel, Interactive Computer Graphics — A top-down approach using OpenGL™, 6th ed., 2011.(This course does not prescribe the use of a prescribed textbook, and focuses on cutting-edge academic papers; the following textbooks are for reference only) +- Assignments:http://staff.ustc.edu.cn/~lgliu/Courses/ComputerGraphics_2020_spring-summer/default.htm, 9 homework and 1 project + diff --git a/docs/计算机图形学/USTC ComputerGraphics.md b/docs/计算机图形学/USTC ComputerGraphics.md new file mode 100644 index 00000000..ec5db7b5 --- /dev/null +++ b/docs/计算机图形学/USTC ComputerGraphics.md @@ -0,0 +1,19 @@ +# USTC Computer Graphics + +## 课程简介 + +- 所属大学:中国科学技术大学 +- 先修要求:微积分,线性代数,C/C++编程,数据结构 +- 编程语言:C/C++ +- 课程难度:🌟🌟🌟 +- 预计学时:100小时 + +中科大数学学院的刘利刚老师在20年疫情期间上传的课程,个人感觉跟 Games101 的注重渲染相比在内容上更全面,有着后者所没有的离散几何处理等内容,看起来更加数学化,可以与 Games101 进行互补,课程资料全面公开。 + +## 课程资源 + +- 课程网站:http://staff.ustc.edu.cn/~lgliu/Courses/ComputerGraphics_2020_spring-summer/default.htm +- 课程视频:https://www.bilibili.com/video/BV1iT4y1o7oM/?spm_id_from=333.880.my_history.page.click&vd_source=eea47a16439992e41b232bc5d5684e27 +- 课程教材:本课程不规定使用规定教材,以学术前沿论文为主,以下教材仅仅为参考 E. Angel, Interactive Computer Graphics — A top-down approach using OpenGL™, 6th ed., 2011. (中文翻译版:交互式计算机图形学—基于 OpenGL 的自顶向下方法(第五版),电子工业出版社,2012) +- 课程作业:http://staff.ustc.edu.cn/~lgliu/Courses/ComputerGraphics_2020_spring-summer/default.htm ,九个作业加一个 Project ,具体看官网 + diff --git a/mkdocs.yml b/mkdocs.yml index 4f1ff31e..d3e7ba44 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -224,6 +224,7 @@ nav: - "GAMES103": "计算机图形学/GAMES103.md" - "Stanford CS148": "计算机图形学/CS148.md" - "CMU 15-462": "计算机图形学/15462.md" + - "USTC CG": "计算机图形学/USTC ComputerGraphics.md" - Web开发: - "MIT web development course": "Web开发/mitweb.md" - "Stanford CS142: Web Applications": "Web开发/CS142.md" From bdbd679fe9c4060796ff42c6e860953e2113d0a9 Mon Sep 17 00:00:00 2001 From: Ruslan <44776391+riprsa@users.noreply.github.com> Date: Sat, 27 Jan 2024 11:45:35 +0000 Subject: [PATCH 3/5] [FIX] Fix a typo in CS50P (#558) --- docs/编程入门/CS50P.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/编程入门/CS50P.en.md b/docs/编程入门/CS50P.en.md index d9417628..93f589b9 100644 --- a/docs/编程入门/CS50P.en.md +++ b/docs/编程入门/CS50P.en.md @@ -8,7 +8,7 @@ - Difficulty: 🌟🌟 - Class Hour: 30-40 hours -One of the CS50 families, taught by David J. Malan. You'll learn how to program in Python and "Pythonic" ways to deal with everthing. The course also introduces libraries, code testing, and handling exceptions. +One of the CS50 families, taught by David J. Malan. You'll learn how to program in Python and "Pythonic" ways to deal with everything. The course also introduces libraries, code testing, and handling exceptions. No programming experiences are assumed. So it may be appropriate for anyone who wants to learn Python. @@ -21,4 +21,4 @@ No programming experiences are assumed. So it may be appropriate for anyone who ## Personal Resources -All the resources and assignments used by @mancuoj in this course are maintained in [mancuoj/CS50P - GitHub](https://github.com/mancuoj/CS50P). \ No newline at end of file +All the resources and assignments used by @mancuoj in this course are maintained in [mancuoj/CS50P - GitHub](https://github.com/mancuoj/CS50P). From eaa737c4cef07b71a3e26710119b3cec161c4772 Mon Sep 17 00:00:00 2001 From: Boylees <158397726+Boylees@users.noreply.github.com> Date: Wed, 21 Feb 2024 20:06:27 +0800 Subject: [PATCH 4/5] [UPDATE] Add Bilibili link for DeCal course (#566) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加了完整课程视频的B站链接 --- docs/编程入门/DeCal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/编程入门/DeCal.md b/docs/编程入门/DeCal.md index 55ca66ea..9f15ff6b 100644 --- a/docs/编程入门/DeCal.md +++ b/docs/编程入门/DeCal.md @@ -17,7 +17,7 @@ ## 课程资源 - 课程网站:[官网](https://decal.ocf.berkeley.edu/) -- 课程视频:见课程官网,[B站](https://www.bilibili.com/video/BV1rs4y1T7zJ/?share_source=copy_web)有一个只有前一部分的不完全搬运 +- 课程视频:见课程官网,[B站](https://space.bilibili.com/483435468/video) __ - 课程教材:无指定教材,但每一周的 labs 之中都有足够的阅读材料供你深入细节。 - 课程作业:见课程官网 From 94575581e260dd06fed4a9dbef6b9605978d93b4 Mon Sep 17 00:00:00 2001 From: HelloYJohn Date: Sat, 24 Feb 2024 16:45:41 +0800 Subject: [PATCH 5/5] [UPDATE] add MIT6.S081[.en].md text book translation (#568) --- docs/操作系统/MIT6.S081.en.md | 2 ++ docs/操作系统/MIT6.S081.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/操作系统/MIT6.S081.en.md b/docs/操作系统/MIT6.S081.en.md index 5f57a882..b2295c23 100644 --- a/docs/操作系统/MIT6.S081.en.md +++ b/docs/操作系统/MIT6.S081.en.md @@ -31,6 +31,8 @@ In the second half of the course, the instructors will discuss a couple of class - [Detailed Explanation of xv6](https://space.bilibili.com/1040264970/) - [xv6 Documentation(Chinese)](https://th0ar.gitbooks.io/xv6-chinese/content/index.html) - [line-by-line walk-through of key xv6 source codes](https://www.youtube.com/playlist?list=PLbtzT1TYeoMhTPzyTZboW_j7TPAnjv9XB) +- [Text Book Translation xv6-riscv-book-zh-cn](https://blog.betteryuan.top/archives/xv6-riscv-book-zh-cn) +- [Text Book Translation SRC xv6-riscv-book-zh-cn](https://github.com/HelloYJohn/xv6-riscv-book-zh-cn.git) ## Complementary Resources diff --git a/docs/操作系统/MIT6.S081.md b/docs/操作系统/MIT6.S081.md index b7cbc8f3..b5200a2f 100644 --- a/docs/操作系统/MIT6.S081.md +++ b/docs/操作系统/MIT6.S081.md @@ -31,6 +31,8 @@ - [xv6 操作系统的深入讲解](https://space.bilibili.com/1040264970/) - [xv6 中文文档](https://th0ar.gitbooks.io/xv6-chinese/content/index.html) - [xv6 关键源码逐行解读 + 整体架构分析](https://www.youtube.com/playlist?list=PLbtzT1TYeoMhTPzyTZboW_j7TPAnjv9XB) +- [课程教材翻译 xv6-riscv-book-zh-cn](https://blog.betteryuan.top/archives/xv6-riscv-book-zh-cn) +- [课程教材翻译源码 xv6-riscv-book-zh-cn](https://github.com/HelloYJohn/xv6-riscv-book-zh-cn.git) ## 资源汇总