mirror of
https://github.com/conanhujinming/comments-for-awesome-courses.git
synced 2026-05-05 20:40:39 +08:00
add MSU CSE 251 Programming in C (#34)
This commit is contained in:
36
编程语言/MSU C编程语言/README.md
Normal file
36
编程语言/MSU C编程语言/README.md
Normal file
@@ -0,0 +1,36 @@
|
||||
课号:[*MSU* CSE 251](https://www.cse.msu.edu/~cse251/index.html)
|
||||
|
||||
教授:Andrew Christlieb
|
||||
|
||||
评论贡献者:[Kevin Sun](https://github.com/xmchxup)
|
||||
|
||||
- [ ] Videos
|
||||
- [x] Assignment x 12 && Project x 3
|
||||
- [ ] AutoGrader
|
||||
|
||||
## 课程信息
|
||||
|
||||
C语言基础,涵盖使用 C 语言及其相关工具进行通用、科学和工程应用的基础知识。
|
||||
|
||||
## 适合人群
|
||||
|
||||
零基础
|
||||
|
||||
## 课程评价
|
||||
|
||||
初学C语言不错的选择,包含了C语言基础语法,涉及工程案例,编写Makefile等内容。
|
||||
|
||||
可以很好的锻炼自己的动手能力,增强对C语言的认识。
|
||||
|
||||
|
||||
## 需要注意的坑点
|
||||
|
||||
官网上说到是在Unix环境下介绍C语言,所以不要用Windows。(一些库没法使用,像Project2中的一个图形库等等。)
|
||||
|
||||
## 非官方资料推荐
|
||||
|
||||
暂无
|
||||
|
||||
## 后续课程推荐
|
||||
|
||||
暂无
|
||||
Reference in New Issue
Block a user