update the MIT 6.092: Introduction To Programming In Java course for Java programming in Programming Language section.

This commit is contained in:
CrewMoon 2024-05-07 12:59:01 +08:00
parent a9b0308e29
commit 419daee35b
3 changed files with 48 additions and 0 deletions

View file

@ -0,0 +1,23 @@
# MIT 6.092: Introduction To Programming In Java
## Descriptions
- Offered by: MIT
- Prerequisites: None
- Programming Languages: Java
- Difficulty: 🌟🌟
- Class Hour: less than 20 hours
MIT's introductory Java course covers what you need to get started quickly with Java, from setting up environments to explaining the basic concepts of Java. No prior programming knowledge is required. Those who want to advance after this course can learn [MIT 6.005/6.031](../../软件工程/6031.en.md).
## Course Resources
- Course Website: [Introduction To Programming In Java](https://ocw.mit.edu/courses/6-092-introduction-to-programming-in-java-january-iap-2010/pages/syllabus/)
- Textbooks: [How to Think Like a Computer Scientist](https://www.greenteapress.com/thinkapjava/)
- Assignments: https://ocw.mit.edu/courses/6-092-introduction-to-programming-in-java-january-iap-2010/pages/assignments/
## Personal Resources
@SinanTang Assignment solutions to the online course MIT 6.092 Introduction to Programming in Java (Jan 2010) are maintained in [MIT6092-Introduction-to-Programming-in-Java_problem-sets](https://github.com/SinanTang/MIT6092-Introduction-to-Programming-in-Java_problem-sets)
@sirrice All the material including source code in this course are maintained in [6092](https://github.com/sirrice/6092)

View file

@ -0,0 +1,22 @@
# MIT 6.092: Introduction To Programming In Java
## 课程简介
- 所属大学MIT
- 先修要求:无
- 编程语言Java
- 课程难度:🌟🌟
- 预计学时:少于 20 小时
MIT的Java入门课程包括了你快速入门Java所需的知识从配环境到Java的基础概念讲解。不需要有任何编程基础。学完这门课想要进阶的可以学习 [MIT 6.005/6.031](../../软件工程/6031.md) 。
## 课程资源
- 课程网站:[官网](https://ocw.mit.edu/courses/6-092-introduction-to-programming-in-java-january-iap-2010/pages/syllabus/)
- 课程教材:[How to Think Like a Computer Scientist - 如何像计算机科学家一样思考](https://www.greenteapress.com/thinkapjava/)
- 课程作业https://ocw.mit.edu/courses/6-092-introduction-to-programming-in-java-january-iap-2010/pages/assignments/
## 资源汇总
@SinanTang MIT 6.092 Introduction to Programming in Java 所有的作业解答存放在 [MIT6092-Introduction-to-Programming-in-Java_problem-sets](https://github.com/SinanTang/MIT6092-Introduction-to-Programming-in-Java_problem-sets)
@sirrice 这门课程的所有材料包括源代码存放在 [6092](https://github.com/sirrice/6092)

View file

@ -83,6 +83,7 @@ plugins:
数学进阶: Advanced Mathematics
编程入门: Fundamental Programming
Python 语言: Python Language
Java 语言Java Language
C 语言: C Language
C++ 语言: C++ Language
Rust 语言: Rust Language
@ -164,6 +165,8 @@ nav:
- 编程入门:
- "MIT-Missing-Semester": "编程入门/MIT-Missing-Semester.md"
- "Sysadmin DeCal": "编程入门/DeCal.md"
- Java 语言:
- "MIT 6.092: Introduction To Programming In Java": "编程入门/Java/MIT 6.092.md"
- Python 语言:
- "UCB CS61A: Structure and Interpretation of Computer Programs": "编程入门/Python/CS61A.md"
- "CS50P: CS50's Introduction to Programming with Python": "编程入门/Python/CS50P.md"