• Title/Summary/Keyword: 실시간 프로그래밍

Search Result 218, Processing Time 0.026 seconds

Investigating Educational Effects of Flipped Learning in Real-time Online Programming Course (실시간 온라인 프로그래밍 교육에서 플립러닝의 학습효과 연구)

  • Kim, Ji Sim;Ahn, You Jung;Kim, Kyoung Ah
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2020.07a
    • /
    • pp.591-592
    • /
    • 2020
  • 본 연구에서는 코로나19 사태로 인해 대학교육에서 전면적으로 실시되고 있는 온라인 강의 환경에서 플립러닝의 학습효과를 규명하였다. 실시간 온라인 프로그래밍 수업에서 85명의 학습자를 대상으로 설문을 분석한 결과, 학습내용이해도에 대해서는 학습활동의 적절성이, 만족도에 대해서는 교수자지원과 학습내용의 적절성이, 역량향상도에 대해서는 교수자지원이 유의한 영향을 미치는 것으로 나타났다. 연구결과를 바탕으로 프로그래밍교육을 위한 실시간 온라인 강의에서 플립러닝 설계 및 운영 전략에 대한 시사점을 제언하였다.

  • PDF

The study for implementation of HVDC Control and Protection system using realtime JAVA. (실시간 자바를 이용한 HVDC Control and Protection 시스템 구현에 관한 고찰)

  • Sua, M.W.
    • Proceedings of the KIPE Conference
    • /
    • 2014.11a
    • /
    • pp.125-126
    • /
    • 2014
  • 본 논문에서는 실시간 자바를 사용하여 초고압 송전 설비의 제어 및 보호 장치의 구현에 대해 고찰 하고자 한다. 초고압 송전 설비는 대단위 시스템이라서 객체 지향 프로그래밍이 유리하지만, 실시간 운영체제 상에서 고속으로 실시간 동작을 해야 하므로 객체지향 프로그래밍이 모순 된다 할 수 있다. 실시간 자바를 통해서 대형 HVDC 시스템에서 객체 지향 설계의 유연함과 고속 실시간 시스템을 구현 할 수 있는 장점을 동시에 가질 수 있는 방법에 대해 고찰 해 보자.

  • PDF

An Analysis of Learning Comprehension in Computer Programming Classes Based on Flipped Learning (플립러닝에 기반한 컴퓨터 프로그래밍 수업의 학습 이해도 분석)

  • Ahn, You Jung;Kim, Kyong Ah;Kim, Ji Sim
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2020.07a
    • /
    • pp.597-599
    • /
    • 2020
  • 실시간 온라인 형태의 프로그래밍 수업을 진행할 경우 교수자가 대면수업에서와 같이 학습자들의 학습 상태를 일일이 파악하고 개별 지도를 하는 데에는 한계가 있다. 특히 소극적인 성향의 학습자들이나 수업에 관심이 없는 학습자들의 경우 다른 곳에 주의를 빼앗기기 쉬운 것이 현실이다. 본 연구에서는 실시간 온라인 프로그래밍 수업에서 학습자들 스스로가 예습과 복습을 통해 학습에 적극적으로 참여할 수 있도록 하기 위한 방안으로 플립러닝을 적용하였다. 학기말에는 대상 학습자들에게 플립러닝 형태의 수업 운영을 통해 얻은 학습 이해도가 어느 정도인지를 설문하고 그 결과를 분석해보았다.

  • PDF

An Extension to Time-out Facility in C Language for Embedded Real-Time Programming (내장 실시간 프로그래밍을 위한 C 언어의 타임아웃 기능의 확장)

  • Lee, Sheen;Yang, Seung-Min
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.8 no.4
    • /
    • pp.423-429
    • /
    • 2002
  • Time-out is one of the basic but important functions in real-time programming. However, the C language used commonly in the embedded real-time systems doesn't support this capability. For this capability, there have been numerous studies on language extension and/or special purpose real-time kernel (or engine). Those require preprocessor or new kernel support. In this paper, we propose a time-out facility supported by a library and some macro functions with a minimum dependency on operating systems. Furthermore, we also provide a structured _within statement, a macro function which makes programming easy. We have implemented this for the LINUX and the DOS environment, and for the POSIX multithread environment as well.

Synchronization between Real-time threads and Java threads in embedded real-time systems. (내장형 실시간 시스템에서의 실시간 쓰레드와 자바 쓰레드간의 동기화)

  • 임종구;박성호;강순주
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2002.04b
    • /
    • pp.439-441
    • /
    • 2002
  • 내장명 실시간 시스템을 위한 프로그래밍의 방법으로. 플랫폼에 의존적이며 실시간성이 고려되어야 하는 태스크는 실시간 쓰레드를 이용하고, GUI나 인터넷통신과 같은 실시간성이 고려되지 않는 태스크는 자바 쓰레드를 이용해서 프로그래밍하는 것이 편리하다. 이런 경우, 서로 다른 이들 쓰레드간에 동기화를 위한 방법이 필요하게 된다. 따라서, 본 논문에서는 실시간 쓰레드와 자바 쓰레드간의 동기화를 위만 방법을 제시하고 이를 위한 API(Application Programming Interface)를 설계 및 구현한다 즉, 실시간 운영체제인 RT-Linux상에서 수행되는 실시간 쓰레드들이 RT-FIFO와 네이티브 IPC(Inter-process communication) 메커니즘을 사용해 자바 쓰레드들과 동기화 되어질 수 있게 구현한 것이다. 구현된 이 네이티브 IPC API들은 재사용 가능한 공유 라이브러리와 클래스파일로 제작되어 활용될 수도 있다.

  • PDF

High Level Object Oriented Real-Time Simulation Programming and TMO Scheme (High Level 객체 지향에서 실시간 시뮬레이션 프로그램과 TMO 설계)

  • Song, Sun-Hee;Ra, Sang-Dong
    • The KIPS Transactions:PartA
    • /
    • v.10A no.3
    • /
    • pp.199-206
    • /
    • 2003
  • The object-oriented (OO) distributed real-time (RT) programming movement started in 1990´s and is growing rapidly at this turn of the century. Distributed real-time simulation is a field in its infancy but it is bounded to receive steadily growing recognition for its importance and wide applicability. The scheme is called the distributed time-triggered simulation scheme which is conceptually simple and easy to use but widely applicable. A new generation object oriented (OO) RT programming scheme is called the time-triggered message triggered object(TMO) programming scheme and it is used to make specific illustrations of the issues. The TMO structuring scheme is a general-style components structuring scheme and supports design of all types of component including hard real time objects and non real time objects within one general structure.

A Reliable multicast Transport Protocol Suitable for Distributed IPC of the TMO Model (TMO 모델의 분산 IPC에 적합한 신뢰성있는 멀티캐스트 전송 프로토콜)

  • Ahn Jin-Sub;Kim Young-Jun;Hong Jin-Pyo
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2005.11a
    • /
    • pp.532-534
    • /
    • 2005
  • 분산 환경에서의 메시지 전송에 대한 TMO 모델은 실시간 프로그래밍, 분산 시스템 프로그래밍, 병행 프로그래밍, 객체 지향 프로그래밍의 모든 장점을 통합한 분산 실시간 객체 모델로서 운영체제의 오버헤드를 줄이고 프로세스 처리의 정밀도를 높인다. LTMOS는 TMO로 구성된 프로그램을 여러 개의 Linux 플랫폼에서 수행하기 위해 개발된 미들웨어 엔진으로서 기본적으로 분산 IPC 메시지를 유니캐스트로 전달하지만 효율성을 높이기 위해 멀티캐스트 전송 방식도 필요하다. 이에, 본 논문은 TMO 분산 IPC 환경에 멀티캐스트를 적용하여 효율성과 데이터의 신뢰성을 보장하는 ACK/NACK 기반 멀티캐스트 전송 프로토콜을 구현한다.

  • PDF

The Implementation of Vital Sign Information Parsing Module using TMO(Time Triggered and Message Triggered Method) (TMO를 이용한 생체정보 수신모듈 구현)

  • Cho, Eui-Joo;Kim, Chun-Suk;Kim, Gwang-Gun
    • The Journal of the Korea institute of electronic communication sciences
    • /
    • v.3 no.4
    • /
    • pp.247-253
    • /
    • 2008
  • The TMO may contain two types of methods, time-triggered methods(also called the spontaneous methods of SpMs) which are clearly separated from the conventional service methods (SvMs). The SpM executions are triggered upon design time whereas the SvM executions are triggered by service request message from clients. In this paper, we describes the application environment as the patient monitor telemedicine system with TMO structure. Vital sign information web viewer systems is also the standard protocol for medical image and transfer. In order to embrace new technologies as telemedicine service, it is important to develope the standard protocol between different systems in the hospital, as well as the communication with external hospital systems.

  • PDF

The Guarantee of Real Time Service Message with TMO in Multi-nodes Systems (다중노드 시스템에서 TMO를 이용한 실시간 서비스 메시지 보장)

  • Kim, Gwang-Jum;Seo, Jong-Joo;Kang, Ki-Ung;Yoon, Chan-Ho
    • The Journal of the Korea institute of electronic communication sciences
    • /
    • v.1 no.1
    • /
    • pp.20-26
    • /
    • 2006
  • One of the computer application fields which started showing noticeable new growth trends in recent years is the real time communication distributed computing application field. Object -oriented(OO) real time(RT) distributed computing is a form of real-time distributed computing realized with a distributed computer system structured in the form of an object network. In this paper, we describes the application environment as the DHS (distributed high-precision simulation) with TMO structure. The TMO scheme is aimed for enabling a great reduction of the designer's effort in guaranteeing timely service capabilities of distributed computing application systems. It has been formulated from the beginning with the objective of enabling design-time guaranteeing of timely action. In the real time simulation techniques based on TMO object modeling, we have observed several advantages to the TMO structuring scheme. TMO object modeling has a strong traceability between requirement specification and design, cost-effective high-coverage validation, autonomous subsystems, easy maintenance and flexible framework for requirement specification.

  • PDF

An Implementation of Network Based Real Time Virtual Measurement Control System Using Graphic Programming Language (그래픽 프로그래밍 언어를 이용한 네트웍 기반 실시간 가상계측제어 시스템의 구현)

  • 윤근수;정원용
    • Proceedings of the Korea Institute of Convergence Signal Processing
    • /
    • 2000.08a
    • /
    • pp.41-44
    • /
    • 2000
  • 최근 계측제어 시스템은 동시측정, 전사적 데이터베이스 연결, 테스트 관리와 측정장비 자원의 공유 등 점점 복잡해지고 구축 시간과 비용이 증가하는 문제점을 가지고 있다 본 논문에서는 이러한 문제점을 해결하기 위하여 그래픽 프로그래밍 언어인 HP VEE를 이용하여 네트웍 기반 실시간 가상계측제어 시스템의 구현 방법을 제안하고, 초전기(Pyroelectricity)현상을 측정하는 시스템에 적용하여 기존의 시스템 구현에 비하여 효과적인 결과를 얻었다.

  • PDF