상세검색
최근 검색어 전체 삭제
다국어입력
즐겨찾기0
148352.jpg
KCI등재 학술저널

임베디드 시스템 코드 재사용성에 대한 연구

A Study on the Code Reusability for Embedded System

C++ is an object-oriented superset of C that is increasingly popular among embedded programmers. All of the core language features are the same as C, but C++ adds new functionality for better data. abstraction and a more object-oriented style of programming. These new features are very helpful to software developers, but some of them reduce the efficiency of the executable program. C++ programs produce larger executables that run more slowly than programs written entirely in C. However, C++ has many benefits for programmers. So C++ tends to be most popular with embedded development teams, where the benefits to developers outweigh the loss of program efficiency.On this paper,I had test the arduino which is a embedded platform. The result of this study showed that C++ language makes writing reusable code easy. Finally this study suggested some way to embedded programming using OOP.

ABSTRACT

Ⅰ. 서론

Ⅱ. 본론

Ⅲ. 실험

Ⅳ. 결론

참고문헌

로딩중