极飞科技嵌入式软件工程师(Linux应用)(J11387)
社招全职3年以上地点:广州状态:招聘
任职要求
1、3年及以上相关经验,熟悉C++编程,熟练掌握面向对象编程方式,数据结构,具备良好的编程习惯,有较强的逻辑分析能力,熟悉常用的业务逻辑分析方法,熟悉设计模式; 2、熟悉嵌入式Linux平台应用开发,能独立编写MakeFile/Cmake,熟悉…
登录查看完整任职要求
微信扫码,1秒登录
工作职责
1、参与项目需求分析,完成嵌入式软件功能和框架的设计以及通信协议的制定; 2、负责机器人(无人车/无人机/执行器)相关设备相关业务开发; 3、负责产品软件功能的实现、嵌入式Linux平台应用的开发; 4、负责编写相关设计文档、测试文档和使用说明文档等; 5、完成上级安排的其他工作任务。
包括英文材料
C+++
https://www.learncpp.com/
LearnCpp.com is a free website devoted to teaching you how to program in modern C++.
https://www.youtube.com/watch?v=ZzaPdXTrSb8
数据结构+
https://www.youtube.com/watch?v=8hly31xKli0
In this course you will learn about algorithms and data structures, two of the fundamental topics in computer science.
https://www.youtube.com/watch?v=B31LgI4Y4DQ
Learn about data structures in this comprehensive course. We will be implementing these data structures in C or C++.
https://www.youtube.com/watch?v=CBYHwZcbD-s
Data Structures and Algorithms full course tutorial java
编程规范+
[英文] Google Style Guides
https://google.github.io/styleguide/
Every major open-source project has its own style guide: a set of conventions (sometimes arbitrary) about how to write code for that project. It is much easier to understand a large codebase when all the code in it is in a consistent style.
设计模式+
https://liaoxuefeng.com/books/java/design-patterns/index.html
设计模式,即Design Patterns,是指在软件设计中,被反复使用的一种代码设计经验。使用设计模式的目的是为了可重用代码,提高代码的可扩展性和可维护性。
[英文] Design Patterns
https://refactoring.guru/design-patterns
Design patterns are typical solutions to common problems in software design. Each pattern is like a blueprint that you can customize to solve a particular design problem in your code.
https://www.youtube.com/watch?v=NU_1StN5Tkk
Design Patterns tutorial explained in simple words using real-world examples.
Linux+
https://ryanstutorials.net/linuxtutorial/
Ok, so you want to learn how to use the Bash command line interface (terminal) on Unix/Linux.
https://ubuntu.com/tutorials/command-line-for-beginners
The Linux command line is a text interface to your computer.
https://www.youtube.com/watch?v=6WatcfENsOU
In this Linux crash course, you will learn the fundamental skills and tools you need to become a proficient Linux system administrator.
https://www.youtube.com/watch?v=v392lEyM29A
Never fear the command line again, make it fear you.
https://www.youtube.com/watch?v=ZtqBQ68cfJc
Makefile+
https://liaoxuefeng.com/books/makefile/introduction/index.html
make能自动化完成这些工作,是因为项目提供了一个Makefile文件,它负责告诉make,应该如何编译和链接程序。
还有更多 •••