cs-self-learning/docs/编程入门/Java/MIT 6.092.md

22 lines
No EOL
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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)