Home > other >  A great god, please guide the programming language c + + learning method
A great god, please guide the programming language c + + learning method

Time:09-27

I finally was to make computer chips, and a controller or something like that, now learning a language should be deep learning its operation principle,

CodePudding user response:

The programmer in now can be divided into several categories:
1, microcontroller embedded class:
This part of the programmer and single-chip computer all day (C51, C52, AVR, ARM), and the AD chip, DA chip, RS232 bus and RS485 bus, CAN bus, the MODBUS protocol, PROFIBUS agreement dealing with I2C memory chips,
This part of the programmer in the fields of industrial control programming,
Only need to learn a good C language and data structure of the two courses can, do not need to learn C + + language and deep learning knowledge,
C + + programming use object compiled machine code is too wordy, not compiled machine code C programming language is concise, MCU FLASH is generally a few K, up to more than one hundred K, so it is generally not C + + development microcontroller program, but instead USES C development,

2, make artificial intelligence class
Needs to learn c + + language, JAVA language, language and deep learning theory knowledge P

3, the front-end and back-end (development server and WEB)
You need to learn c + + language, JAVA language

4, make the game development
Must be proficient in c + + language, (don't need to learn the JAVA language, JAVA language is interpreted languages, too much speed is slower than the c + +)

CodePudding user response:

reference 1st floor ba_wang_mao response:
the programmer in now can be divided into several categories:
1, microcontroller embedded class:
This part of the programmer and single-chip computer all day (C51, C52, AVR, ARM), and the AD chip, DA chip, RS232 bus and RS485 bus, CAN bus, the MODBUS protocol, PROFIBUS agreement dealing with I2C memory chips,
This part of the programmer in the fields of industrial control programming,
Only need to learn a good C language and data structure of the two courses can, do not need to learn C + + language and deep learning knowledge,
C + + programming use object compiled machine code is too wordy, not compiled machine code C programming language is concise, MCU FLASH is generally a few K, up to more than one hundred K, so it is generally not C + + development microcontroller program, but instead USES C development,

2, make artificial intelligence class
Needs to learn c + + language, JAVA language, language and deep learning theory knowledge P

3, the front-end and back-end (development server and WEB)
You need to learn c + + language, JAVA language

4, make the game development
Must be proficient in c + + language, (don't need to learn the JAVA language, JAVA language is interpreted languages, too much speed is slower than the c + +)


See, thank you very much
  • Related