From 06611329ea19c5eccf0caa29f2c9a08291ac9ddc Mon Sep 17 00:00:00 2001 From: BarbarossaWang <40034814+BarbarossaWang@users.noreply.github.com> Date: Mon, 19 Sep 2022 20:34:41 +0800 Subject: [PATCH 1/2] [TRANSLATION] translate information.md (#231) --- docs/数学基础/information.en.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/数学基础/information.en.md diff --git a/docs/数学基础/information.en.md b/docs/数学基础/information.en.md new file mode 100644 index 00000000..146549bb --- /dev/null +++ b/docs/数学基础/information.en.md @@ -0,0 +1,17 @@ +# MIT6.050J: Information theory and Entropy + +## Descriptions + +- Offered by: MIT +- Prerequisites: None +- Programming Lanuages: None +- Difficulty: 🌟🌟🌟 +- Class Hour: 100 hours + +This is MIT's introductory information theory course for freshmen, Professor Penfield has written a special textbook for this course as course notes, which is in-depth and interesting. + +## Course Resources + +- Course Website: +- Textbook: +- Assignments: see the course website for details, including written assignments and Matlab programming assignments. From 2abf62f04da557f83c7d31ce8f5700bd5bac08c5 Mon Sep 17 00:00:00 2001 From: BarbarossaWang <40034814+BarbarossaWang@users.noreply.github.com> Date: Tue, 20 Sep 2022 21:13:06 +0800 Subject: [PATCH 2/2] [TRANSLATION] translate CS50.md (#233) * [TRANSLATION] translate CS50.md * fix descriptions --- docs/编程入门/CS50.en.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/编程入门/CS50.en.md diff --git a/docs/编程入门/CS50.en.md b/docs/编程入门/CS50.en.md new file mode 100644 index 00000000..0d566285 --- /dev/null +++ b/docs/编程入门/CS50.en.md @@ -0,0 +1,17 @@ +# CS50: This is CS50x + +## Descriptions + +- Offered by: Harvard +- Prerequisites: None +- Programming Lanuages: C, Python, SQL, HTML, CSS, JavaScript +- Difficulty: 🌟🌟 +- Class Hour: 20 hours + +This course has been voted the most popular public course by Harvard students for many years. Professor Malan is very passionate in class. I still remember the scene where he tears up the Yellow pages to explain the dichotomy method. Since this is a university-wide public course, the contents are pretty friendly to beginners and even if you already have some programming experience, all the programming assignments are quite exciting and worth a try. + +## Course Resources + +- Course Website: +- Recordings: +- Assignments: