You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: Add guide to building mkdocs site
* feat: Add guide to pintia exercises
* fix: formatting issues
* fix: Change Problem Set to ZOJ
---------
Co-authored-by: avanti <dingning2024@zju.edu.cn>
5. 最后,如果你想要学习一下开学后要学的计算机课程,也就是“程序设计与算法基础”,那么你需要学的就是 C 语言。
63
-
- C 语言的教学资源也有很多,不建议看国内的 C 语言书籍,可以看一看 C Primer Plus 这本书,或者[菜鸟教程](https://www.runoob.com/cprogramming/c-tutorial.html)也是很好的选择。想要看课程学习的话推荐大网红翁恺老师的 [C 语言慕课](https://www.icourse163.org/course/0809ZJU007-9001),他也是你们程算这门课的任课老师之一。
63
+
- C 语言的教学资源也有很多,不建议看国内的 C 语言书籍,可以看一看 C Primer Plus 这本书,或者[菜鸟教程](https://www.runoob.com/cprogramming/c-tutorial.html)也是很好的选择。想要看课程学习的话推荐大网红翁恺老师的 [C 语言慕课](https://www.icourse163.org/course/0809ZJU007-9001),他也是你们程算这门课的任课老师之一。在听课后,可以在 PTA 的 [ZOJ Problem Set](https://pintia.cn/problem-sets/91827364500/exam/problems/type/7)上做一做简单的练习,巩固知识也熟悉一下PTA的平台。
64
64
- C 语言的开发环境搭建,可以参考 jzg 编写的[程序设计与算法基础课程文档](https://zhoutimemachine.github.io/2023_FPA/)。当然网上也有很多相关的教程,总而言之就是一句话:**千万别用 Dev-C++!!!**
0 commit comments