Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 2.01 KB

schedule.md

File metadata and controls

13 lines (9 loc) · 2.01 KB
时间进度安排 学习内容 TRPL 覆盖知识点 配套练习题 rustings 编程大作业
Week1
第1次讨论
1.1-3.5 变量,常量,数组,控制语句if-else/for/while variables,functions,if 约瑟夫环问题
Week1
第2次讨论
4.1-6.3 所有权 ,结构体,模式匹配match,输入输出io,字符串库函数 move_semantics,primitive_types,structs,enums 简单命令解释器
add/sub
Week2
第3次讨论
7.1-9.3 支持多文件编程,常见集合类型,错误处理 modules, vector, string, hashmap, option, errors 表达式求值问题
Week2
第4次讨论
10.1-12.6 泛型,trait, 生命周期,单元测试 generic, trait, life, test Bash Clone项目
mycat/mycp/calc
Week3
第5次讨论
13.1-15.6 闭包,迭代器,智能指针 closure, iterator, smartpointer(box, arc)
Week3
第6次讨论
16.1-18.3 多线程,并发操作,模式匹配 threads , match
Week4
第7次讨论
19.1-20.3 unsafe编程,多线程应用 unsafe,threads