×

Loading...
Ad by
  • 最优利率和cashback可以申请特批,好信用好收入offer更好。请点链接扫码加微信咨询,Scotiabank -- Nick Zhang 6478812600。
Ad by
  • 最优利率和cashback可以申请特批,好信用好收入offer更好。请点链接扫码加微信咨询,Scotiabank -- Nick Zhang 6478812600。

问CHATGPT:

The programming languages most commonly used in car control systems are C and C++. These languages are preferred due to their efficiency, low-level hardware control capabilities, and reliability, all of which are essential for embedded systems in vehicles. Here’s a quick overview of why they are prevalent in this field:

1. **C**:
- **Efficiency**: C is highly efficient in terms of memory and processing, making it ideal for systems with limited resources.
- **Control Over Hardware**: C allows direct manipulation of hardware, which is necessary for real-time systems in cars.
- **Standard in Embedded Systems**: C has been the industry standard for embedded systems for decades, and many automotive control systems have been developed in C.

2. **C++**:
- **Object-Oriented Features**: C++ provides additional benefits over C, such as object-oriented programming, which is useful for managing complex systems and modularity.
- **Real-Time Capabilities**: C++ is also efficient for real-time applications with more sophisticated control systems that benefit from higher-level abstractions.

In addition to C and C++, **MATLAB/Simulink** is commonly used in automotive development, especially for prototyping control algorithms and modeling. These models can later be converted to C/C++ code for deployment in the vehicle.

For newer systems that include high-level applications (like in infotainment), **Python** and **Java** can sometimes be used, especially in non-critical, high-level modules that don't directly control vehicle safety functions.

在汽车控制系统中,最常用的编程语言是 C 和 C++。这些语言因其高效、对硬件的低层控制能力以及可靠性,成为汽车嵌入式系统的首选。以下是它们在该领域流行的原因概述:

1. **C语言**:
- **效率高**:C语言在内存和处理速度上非常高效,适合资源有限的系统。
- **硬件控制能力**:C语言允许直接操作硬件,这是汽车实时系统所必需的。
- **嵌入式系统行业标准**:C语言已经成为嵌入式系统行业标准几十年,许多汽车控制系统都是用 C 语言开发的。

2. **C++语言**:
- **面向对象特性**:C++相比C增加了面向对象编程的功能,有利于管理复杂的系统并实现模块化。
- **实时处理能力**:C++在实时应用中也表现良好,适用于较复杂的控制系统,能够利用更高层的抽象。

此外,**MATLAB/Simulink** 也常用于汽车开发,尤其是在控制算法的原型设计和建模中。这些模型可以进一步转化为 C/C++ 代码,以便部署到车辆中。

在一些包含高级应用的系统中(如信息娱乐系统),**Python** 和 **Java** 也会被使用,尤其是在不直接控制汽车安全功能的非关键模块中。

Sign in and Reply Report

Replies, comments and Discussions:

  • 工作学习 / 事业工作 / 去汽车大厂的研发部门实习。做底层编程,需要会哪些东西?C++?Java? 谢谢
    • 我对电脑一窍不通。底特律gm 用 embedded c++ 啥意思不懂。只聊天听过
      • 嗯, embedded programming。我也只是有个概念。孩子申请实习,被我们觉得最不可能的单位招去了。说是要做embedded programming.他既不会C++也不会Java
        • 年轻人学CS的工作中学语言特别快,一点都不用担心 +1
          • 不是CS专业。不过他有自学了一些CS的东西
        • 找两个程序读一读,读的明白估计实习阶段就够用了。
          • 希望如此。就是4个月。看看能够干啥
        • 大概率用C++。
          • 我刚听说的时候也是这样想的。
            • 问CHATGPT:

              The programming languages most commonly used in car control systems are C and C++. These languages are preferred due to their efficiency, low-level hardware control capabilities, and reliability, all of which are essential for embedded systems in vehicles. Here’s a quick overview of why they are prevalent in this field:

              1. **C**:
              - **Efficiency**: C is highly efficient in terms of memory and processing, making it ideal for systems with limited resources.
              - **Control Over Hardware**: C allows direct manipulation of hardware, which is necessary for real-time systems in cars.
              - **Standard in Embedded Systems**: C has been the industry standard for embedded systems for decades, and many automotive control systems have been developed in C.

              2. **C++**:
              - **Object-Oriented Features**: C++ provides additional benefits over C, such as object-oriented programming, which is useful for managing complex systems and modularity.
              - **Real-Time Capabilities**: C++ is also efficient for real-time applications with more sophisticated control systems that benefit from higher-level abstractions.

              In addition to C and C++, **MATLAB/Simulink** is commonly used in automotive development, especially for prototyping control algorithms and modeling. These models can later be converted to C/C++ code for deployment in the vehicle.

              For newer systems that include high-level applications (like in infotainment), **Python** and **Java** can sometimes be used, especially in non-critical, high-level modules that don't directly control vehicle safety functions.

              在汽车控制系统中,最常用的编程语言是 C 和 C++。这些语言因其高效、对硬件的低层控制能力以及可靠性,成为汽车嵌入式系统的首选。以下是它们在该领域流行的原因概述:

              1. **C语言**:
              - **效率高**:C语言在内存和处理速度上非常高效,适合资源有限的系统。
              - **硬件控制能力**:C语言允许直接操作硬件,这是汽车实时系统所必需的。
              - **嵌入式系统行业标准**:C语言已经成为嵌入式系统行业标准几十年,许多汽车控制系统都是用 C 语言开发的。

              2. **C++语言**:
              - **面向对象特性**:C++相比C增加了面向对象编程的功能,有利于管理复杂的系统并实现模块化。
              - **实时处理能力**:C++在实时应用中也表现良好,适用于较复杂的控制系统,能够利用更高层的抽象。

              此外,**MATLAB/Simulink** 也常用于汽车开发,尤其是在控制算法的原型设计和建模中。这些模型可以进一步转化为 C/C++ 代码,以便部署到车辆中。

              在一些包含高级应用的系统中(如信息娱乐系统),**Python** 和 **Java** 也会被使用,尤其是在不直接控制汽车安全功能的非关键模块中。

              • 这个没有听说过。‘’In addition to C and C++, **MATLAB/Simulink** is commonly used in automotive development, especially for prototyping control algorithms and modeling. These models can later be converted to C/C++ code for deployment in the vehicle.‘’
    • 实习时要求用什么就用什么,要想先准备,直接问一下当初面试的人。
    • 哪个大厂还招 50+ 的实习生?算我一个!
      • 二代,二代,二代。50+的我在等package 退休呢😄
    • 记得BMW是JAVA,不知道现在还是不是。反正C++和JAVA是万金油啦。 +1
      • 哦。谢谢分享
    • 去汽车大厂的研发部门实习, 不需要会东西,去了需要什么学什么。
      • 哈哈,好。看看他能够学到什么。我过几个月上来汇报。LOL
    • 不太懂汽车软件,embedded C++还有更底层的系统,忘了名字。自动驾驶AI用 python 和Scala 。 IT部门多是Java,其它部门也用.net。
    • 让孩子给面试的发个email,感谢+问实习开始前可以准备些什么?
      其实你的这个问题,孩子在面试的时候就应该问了
    • 去了再勤快就可以。期待值不高。