2022.08专题

【开发日志】2022.08.22 支持ZENO把primitive对象导出为csv文件【参考结点 ParamFormat 、ParamFileParser】

任务:支持把primitive对象导出为csv文件,方便用户在excel里打开查看 预备知识 CSV   读取CSV  #include <iostream>#include <fstream>#include <vector>#include <string>using namespace std;vector<vector<string>> readCSV(st

【面试】2022.08——地平线自动驾驶规控岗一面二面

一面 2022.8.19 问项目 做一道数学题:给一个多项式式子,化成二次型表示 f ( x 1 , x 2 , x 3 ) = ( x 1 − 1 ) 2 + ( x 2 − 2 ) 2 + ( x 3 − 3 ) 2 + ( x 1 − x 2 ) 2 + ( x 2 − x 3 ) 2 x 1 , x 2 , x 3 ∈ R f\left(x_1, x_2, x_3\right)=