You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
411 B

  1. 基础学习任务要求
  2. - 理解代码管理的含义且熟练使用SourceTree进行代码管理
  3. - 熟练掌握Markdown的常用语法
  4. - 熟练使用IAR进行嵌入式工程的开发
  5. - 熟练使用SourceInSight进行代码查看及编辑
  6. - 熟练掌握VS2019的基本操作
  7. - 在VS2019平台下熟练掌握库的生成与使用
  8. - 了解单元测试的基本概念
  9. - 在VS2019平台下熟练掌握单元测试