• Title/Summary/Keyword: 윈도우기반 설계프로그램

Search Result 46, Processing Time 0.032 seconds

The Implementation of An RTP-Based Telepointing Module (RTP 기반의 텔리포인팅 모듈의 구현)

  • Jeon, Jae-Woo;Oh, Sam-Kweon
    • Annual Conference of KIPS
    • /
    • 2000.04a
    • /
    • pp.155-158
    • /
    • 2000
  • 텔리포인팅은 지역 시스템의 공유윈도우에서 텔리포인터를 통해 발생하는 이벤트를 원격지 시스템의 공유윈도우에 동기적으로 표현하는 기법이다. 이러한 텔리포인팅은 다양한 CSCW분야에서 응용되고 있다. 본 논문은 다양한 텔리포인팅의 기능을 제공할 수 있고 응용프로그램에 상관없이 응용이 가능한 텔리포인팅 모듈을 설계하고 구현한다. 텔리포인팅 모듈은 텔리포인팅 이벤트의 송수신을 위해 RTP(Real-Time Transport Protocol)을 사용한다. 구현된 모듈이 잘 동작함을 보이기 위해 다가간의 텔리포인팅을 지원하는 화이트보드를 구현하고 인터넷 상에서 시연하였다.

  • PDF

he Study of Input Interface Device on Windows Operating System Using Kinect Sensor (키넥트 센서를 이용한 윈도우즈 운영체제 입력 도구 인터페이스 연구)

  • Kim, Gwan-Hyung;Seong, Hong-Gi;Sin, Dong-Seok
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2011.10a
    • /
    • pp.199-200
    • /
    • 2011
  • 키넥트(Kinect) 센서를 이용한 연구가 활발하게 이루어지고 있다. 특히, 키넥트 센서는 2차원 칼라 영상 뿐만 아니라 2차원의 깊이(depth) 정보를 제공하므로 그 활용가치가 높다고 볼 수 있다. 현재 주목받고 있는 분야는 제어시스템 분야를 들 수 있으며, 인체 모션을 이용하여 특정 명령을 수행하거나 기계의 움직임을 제어할 수 있도록 하는 연구가 활발하게 진행되고 있다. 본 논문에서는 키넥트 센서를 이용하여 윈도우즈 운영체제의 키보드와 마우스를 하나로 통합하고 Window7 기반의 응용프로그램을 제어할 수 프로그램을 설계하여 다양한 입력 모션에 대한 패턴인식을 통하여 3차원 입력장치의 구현을 키넥트 기반으로 실현 가능한 것을 제시하고자 한다.

  • PDF

Design and Implementation of Real-time Implanted Kernel, RTiK to Support Real-time for a Test Set based on Windows (윈도우 기반의 점검장비에 실시간성을 지원하는 실시간 이식 커널의 설계 및 구현)

  • Lee, Jin-Wook;Cho, Moon-Haeng;Kim, Jong-Jin;Jo, Han-Moo;Park, Young-Soo;Lee, Cheol-Hoon
    • The Journal of the Korea Contents Association
    • /
    • v.10 no.10
    • /
    • pp.36-44
    • /
    • 2010
  • Recently, as new weapons are being developed, test equipments to test their functions inevitably require real-time features. However, since test equipments based on Windows can not support real-time requirements, we have no choice but to use third-party solutions such as RTX or INtime. This leads to increase the development cost of each test equipment. This paper suggests an real-time implemented kernel(RTiK) which operates as a device driver on Windows. RTiK provides another timer using the Local APIC of x86 microprocessors. It supports real-time requirements by periodically executing the required services using Windows-independent timer interrupts to guarantee task deadlines. To reduce the interrupt latency, we used deferred procedure calls provided by Windows. We also used the export driver to implement and modify user-defined functions without accessing the RTiK internals. Using an oscilloscope, we prove that the RTiK kernel proposed in this paper guarantees up to 0.1ms periods.

Implementation of Windows Based Underground Pipe Network Monitoring System Reproduced with Embedded Program (임베디드 프로그램으로 재구성한 윈도우 기반 지하관망 모니터링 시스템의 구현)

  • Park, Jun-Tae;Hong, In-Sik
    • Journal of Korea Multimedia Society
    • /
    • v.14 no.8
    • /
    • pp.1041-1049
    • /
    • 2011
  • According to the development of society and infrastructure, effective underground facility management is growing more important them ever. In the process various monitoring systems are studied and developed for water works pipe-network. Especially, RTD-1000 system with the based on Pc. Reflector-monitoring device is constructed and steered by several local governments. But, this system have to be improved result from based on PC system structure at the point of resource management, heat, power consumption and size. In this paper, RTD-2000 is proposed are a substitution of improved RTD-1000 with many respect and portable one. This system is designed and implemented with ARM-9 development kit based on WinCE and LCD eliminate TDR(Time Domain Reflector-Meter). Various surveillance programs based on windows are mounted on RTD-1000 are replaced with dedicated embedded application softwares. Simulation and evaluation for performance comparison are performed for the prove of effectiveness of RTD-2000.

Design and Implementation of Event Handling in AWT for Java Virtual Machine GUI (자바가상머신 GUI를 위한 AWT에서 이벤트 처리 방법 설계 및 구현)

  • 백대현;성영락;이철훈
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2003.04c
    • /
    • pp.94-96
    • /
    • 2003
  • 자바가상머신(Java Virtual Machine: JVM)을 이용하는데 있어서 GUI(Graphic User Interface)는 JVM 을 탑재한 제품을 사용하는 사람들에게 제품에 대한 편리한 그래픽 환경을 제공하는데 목적이 있다. AWT(Abstract Window Toolkit)는 JavaTM 프로그램에서 GUI를 제공하기 위한 표준 API인 JFC(Java Foundation Class)의 일부분이다. 이에 본 논문에서는 리눅스 기반 자바 AWT API를 구현하는데 있어 가장 핵심 부분인 이벤트 처리가 X 윈도우 시스템과 자바 AWT API 사이에서 어떻게 상호작용하며 이루어지는지에 대해 기술하고 있다.

  • PDF

능동 데이터베이스를 이용한 경보 처리 시스템 개발

  • 이태훈;주재윤;김봉기;손광영;신현국
    • Proceedings of the Korean Nuclear Society Conference
    • /
    • 1996.05a
    • /
    • pp.374-379
    • /
    • 1996
  • 경보 처리 시스템 (Alarm Processing System)은 발전소의 이상 상태를 검출하여 운전원에게 알려 적절한 조치를 취하게 함으로써 발전소의 상태를 안전하게 유지하도록 하는 운전지원시스템이다. 본 논문은 이러한 목적을 보다 효과적으로 달성하기 위하여 경보 처리 시스템을 경보 생성과 경보 분류, 경보 표시의 3 단계로 설계하였으며, 이를 기반으로 능동 데이터베이스 (Active Database)의 능동 기능을 이용한 개선된 경보 처리 시스템 (Advanced Active Alarm Processing System)을 개발하였다. AAAPS는 데이터 입력의 변경에 대하여 모듈화된 경보 처리 프로그램을 능동적으로 수행시키며 생성된 경보는 윈도우를 이용한 개선된 MMI (Man Machine Interface)로 운전원에게 제공한다.

  • PDF

Design and Implementation of Preprocessing Part for Dynamic Code Analysis (동적 코드 분석을 위한 전처리부 설계 및 구현)

  • Kim, Hyuncheol
    • Convergence Security Journal
    • /
    • v.19 no.3
    • /
    • pp.37-41
    • /
    • 2019
  • Recently, due to the appearance of various types of malware, the existing static analysis exposes many limitations. Static analysis means analyzing the structure of a code or program with source code or object code without actually executing the (malicious) code. On the other hand, dynamic analysis in the field of information security generally refers to a form that directly executes and analyzes (malware) code, and compares and examines and analyzes the state before and after execution of (malware) code to grasp the execution flow of the program. However, dynamic analysis required analyzing huge amounts of data and logs, and it was difficult to actually store all execution flows. In this paper, we propose and implement a preprocessor architecture of a system that performs malware detection and real-time multi-dynamic analysis based on 2nd generation PT in Windows environment (Windows 10 R5 and above).

Design and Implement Linux-base device driver for USB TV receiver card (리눅스 기반의 USB TV 수신카드 디바이스 드라이버 설계 및 구현)

  • Lee, Jae-Kang;Chung, Kyung-Ho;Lee, Seong-Joon;Kim, Won-Tae;Ahn, Gwang-Sun
    • Annual Conference of KIPS
    • /
    • 2005.05a
    • /
    • pp.1761-1764
    • /
    • 2005
  • 최근 컴퓨터 시스템 기술의 발달에 따라서 PC 환경의 주변기기가 다양해지고 있다. USB(Universal Serial Bus)는 PC주변 장치 뿐만 아니라, 다양한 형태의 응용분야의 기술로 적용되고 있다. 현재 출시되는 USB TV 수신카드의 경우 대부분 윈도우 환경의 운영체제에서 사용할 수 있는 Device Driver로 제작되어지고 있기 때문에 리눅스를 위한 별도의 Device Driver와 사용자 인터페이스 프로그램의 제공이 필요하다. 따라서 본 논문에서는 Hauppauge WinTV-PVR USB2 TV 수신카드를 구동하기 위한 리눅스 Kernel 2.6 기반의 USB TV 수신카드 디바이스 드라이버를 설계하고 Gtk+ 를 이용하여 인터페이스를 제작하였다.

  • PDF

Reference Implementation of WIPI Runtime Engine Supporting Multiple Platforms (다중 플랫폼을 지원하는 위피 실행 엔진 참조 구현)

  • Lee, Sang-Yun;Choi, Byung-Uk
    • Journal of the Institute of Electronics Engineers of Korea CI
    • /
    • v.44 no.4 s.316
    • /
    • pp.10-20
    • /
    • 2007
  • In this paper, we propose the reference implementation of WIPI runtime engine supporting various platforms such as REX OS, Qplus and Windows. We describe the architecture of WIPI runtime engine according to each platform, and introduce the method for avoiding repetitive develoment. And we explain the implementation of a linker and a loader on REX OS and describe the runtime engine structure on Qplus, a kind of embedded linux. And we introduce the implementation of the Jlet/MIDlet emulator based on a Java virtual machine and the Clet emulator based on Windows. Finally we verify the interoperability and the perfection of the proposed reference implementation through the result of the HCT and the PCT and the normal operation of the example programs.

Development of Multi-Touch/Context-Aware Convergence Digital Signage System based on Android OS Platform (안드로이드 플랫폼 기반 멀티 터치/상황인지형 융복합 디지털 사이니지 시스템 개발)

  • Nahm, Eui-Seok
    • Journal of Digital Convergence
    • /
    • v.13 no.8
    • /
    • pp.245-251
    • /
    • 2015
  • If a digital signage system is operated in PC mounted in the Window OS then the implementing price is very high. For resolving this problem, we used the Smartphone mounted in ARM Cortex family of multi-core processor-based mobile platform. We developed a low-power low-cost digital signage system and a remote convergence content management program based on web server. This convergence system manages advertising content to a remote control device anywhere using remote control technology. This system is one integrated system with display and is a low-power consumed and is developed in very efficient hardware interface. And condition sensors(intensity of illumination, temperature, weather, GPS etc) is equipped in the developed system. Automatic contents builder and Context-aware SMIL module is also implemented in the convergence system. We achieved over 50% power savings comparing with conventional Window OS system and 16 points multi-touch in our system.