• 제목/요약/키워드: Graphic-programming

검색결과 204건 처리시간 0.031초

LED 기반 텐지블 프로그래밍 도구개발 및 적용 (Development and Application of Tangible Programming Tool based on Dotmatrix LED)

  • 심재권;이원규;권대용
    • 컴퓨터교육학회논문지
    • /
    • 제18권1호
    • /
    • pp.35-43
    • /
    • 2015
  • 텐지블 프로그래밍 도구는 그래픽 인터페이스 기반의 프로그래밍 방식과는 달리 컴퓨터를 사용하지 않고 손으로 조작하여 프로그래밍 할 수 있는 도구이다. 어린학생을 대상으로 알고리즘을 설계하고 시뮬레이션 하는 경험을 제공하여 논리적 사고 능력을 향상시킬 수 있다. 본 연구에서는 기존에 개발된 텐지블 프로그래밍 도구를 분석하여 도출된 문제점을 수정 보완하기 위해 다수의 명령어를 하나의 블록에 맵핑, 즉시적인 결과 확인, 다양한 수준의 알고리즘 표현이 가능하도록 설계 후 B-Bricks를 개발하였다. 개발한 B-Bricks를 초등학교 4-6학년 29명을 대상으로 적용한 결과, 문항의 난이도가 상승할수록 정답률이 감소하고 문제풀이시간이 증가하는 것으로 분석되었다.

IPTV를 위한 방송통신 융합형 감성 콘텐츠의 운용 및 서비스 기술 (A Service Framework for Emotional Contents on Broadcast and Communication Converged IPTV Systems)

  • 성민영;백선욱;안성혜
    • 한국콘텐츠학회:학술대회논문집
    • /
    • 한국콘텐츠학회 2009년도 춘계 종합학술대회 논문집
    • /
    • pp.737-742
    • /
    • 2009
  • RIA 기술은 사용자의 경험을 강조하는 최근 트렌드에 힘입어 PC를 넘어, 핸드폰, TV 등 다양한 장치의 주요 사용자 인터페이스 및 소프트웨어 운용 플랫폼으로 자리 잡아가고 있다. 특히, RIA 기반 IPTV는 광고, 에듀테인먼트 등의 서비스에서 화려한 애니메이션 및 다양한 입력 장치에 기반한 첨단 상응식 콘텐츠의 개발을 가능하게 한다. 본 논문에서는 방송통신 융합형 감성 콘텐츠의 운용 및 서비스를 위한 프레임워크를 제안한다. IPTV용 플래시 콘텐츠 개발을 위한 확장프로그래밍 인터페이스를 제안하고 이를 지원하는 IPTV 미들웨어 및 플래시 런타임을 개발한다. 특히, 제안된 플래시 런타임은 하드웨어 그래픽 가속을 최대한 활용함으로써 저성능의 미디어 프로세서에서도 고감도 애니메이션을 지원하도록 설계되었다.

  • PDF

산업용 정보표시 시스템 구현 (Implementation of Industrial Information Display System)

  • 김휘영;홍정환;강욱;박성준;김희제
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 2001년도 하계학술대회 논문집 D
    • /
    • pp.2048-2050
    • /
    • 2001
  • 기존의 생산관리 현황반, 각종 산업용 판넬의 Faul Indicator, 각종 기계의 상태표시, 엘리베이터 정보출력장치, 주차타워 안내표시, 버스 행선지 안내표시, 병원, 은행 등 각종 광고용에서 사용되는 정보표시장치를 휘도와 안정성이 우수한 40mm 3 Color LED Dot Matrix Module을 이용한 Message 표시장치로서, 각종 Panel 및 기계 장치에 부착되거나 단독 설치되어 Parallel 또는 Serial Port로 입력을 받아 그 입력에 해당되는 Message를 출력 하며 User에 의해 제작되는 Graphic과 Text 형태가 있으며 외부입력에 의해 선택되는 Text Message와 출력 형태는 User에 의해 제작되는 Program에 의해 출력되는 방식으로 구현하여 영문, 숫자는 물론 한글 및 한자 표현도 가능 하도록 하여, 문자의 크기가 5${\times}$7 LED Dot Matrix에 비해 상대적으로 크고 미려하여 현장에서 상황의 인지도를 높이고 ASC-II 및 KS-5601의 Hex Code 입력방식보다 일반사용자가 Programming 하기 쉬우며 Message를 Graphic Symbol형태 및 문자로 작성하여 Message출력 형태를 선택할 수 있는 Mode Programming방식을 적용해 사용자의 용이이성이 배가 되도륵 하여 비교 검토한 결과 사용에 있어 편리성을 입증할 수 있었다.

  • PDF

GPGPU 기반의 효율적인 카메라 ISP 구현 (Implementing Efficient Camera ISP Filters on GPGPUs Using OpenCL)

  • 박종태;;홍진건
    • 한국정보처리학회:학술대회논문집
    • /
    • 한국정보처리학회 2010년도 추계학술발표대회
    • /
    • pp.1784-1787
    • /
    • 2010
  • General Purpose Graphic Processing Unit (GPGPU) computing is a technique that utilizes the high-performance many-core processors of high-end graphic cards for general-purpose computations such as 3D graphics, video/image processing, computer vision, scientific computing, HPC and many more. GPGPUs offer a vast amount of raw computing power, but programming is extremely challenging because of hardware idiosyncrasies. The open computing language (OpenCL) has been proposed as a vendor-independent GPGPU programming interface. OpenCL is very close to the hardware and thus does little to increase GPGPU programmability. In this paper we present how a set of digital camera image signal processing (ISP) filters can be realized efficiently on GPGPUs using OpenCL. Although we found ISP filters to be memory-bound computations, our GPGPU implementations achieve speedups of up to a factor of 64.8 over their sequential counterparts. On GPGPUs, our proposed optimizations achieved speedups between 145% and 275% over their baseline GPGPU implementations. Our experiments have been conducted on a Geforce GTX 275; because of OpenCL we expect our optimizations to be applicable to other architectures as well.

Development of a User-Friendly Application for Voltage Sag Analysis

  • Park Chang-Hyun;Jang Gil-Soo;Kim Chul-Hwan;Kim Jae-Chul
    • Journal of Electrical Engineering and Technology
    • /
    • 제1권2호
    • /
    • pp.145-152
    • /
    • 2006
  • This paper presents a windows application for voltage sag analysis and effective data visualization. The developed Voltage Sag Analysis Tool (VSAT) was designed by using the Object-Oriented Programming (OOP) concept and C++ programming language. The VSAT provides basic functions for voltage sag analysis such as power flow analysis, short circuit analysis and stochastic analysis. In particular, the VSAT provides effective data visualization through computer graphics and animation. Analysis results are expressed realistically and intuitively on geographical display. The Graphic User Interface (GUI) of VSAT was designed specifically for voltage sag analysis. In this paper, the development and implementation of VSAT is presented. In order to demonstrate the capabilities of VSAT, it is used to analyze the Jeju Island power system in South Korea.

OOP 개념에 기초한 유동해석용 후처리 프로그램 개발 (Development of a Post-Processing Program for Flow Analysis Based on the Object-Oriented Programming Concept)

  • 명현국;안종기
    • 대한기계학회논문집B
    • /
    • 제32권1호
    • /
    • pp.62-69
    • /
    • 2008
  • A post-processing program based on the OOP(Object-Oriented Programming) concept has been developed for flow visualization of the flow analysis code(PowerCFD) using unstructured cell-centered method. User-friendly GUI(GTaphic User Interface) has been built on the base of MFC(Microsoft Foundation Class). The program is organized as modules by classes including those based on VTK(Visualization ToolKit)-library, and these classes are made to function through inheritance and cooperation which is an important and valuable OOP concept. The major functions of this post-processor program are introduced and demonstrated, which include mesh plot, contour plot, vector plot, surface plots, cut plot, clip plot, xy-plot and streamline plot as well as view manipulation (translation, rotation, scaling etc).

오프라인 프로그래밍을 이용한 스카라 로봇의 통합제어시스템 설계 (Intergrated Control System Design of SCARA Robot Based-On Off-Line Programming)

  • 한성현;정동연
    • 한국공작기계학회논문집
    • /
    • 제11권3호
    • /
    • pp.21-27
    • /
    • 2002
  • In this paper, we have developed a Widows 98 version Off-Line Programming System which can simulate a Robot model in 3D Graphics space. The SCARA robot with four joints (FARA SM5)was adopted as an objective model. Forward kinematics, inverse kinematics and robot dynamics modeling were included in the developed program. The interface between users and the OLP system in the Widows 98's GUI environment was also studied. The developing language is Microsoft Visual C++. Graphic 1ibraries, OpenGL, by silicon Graphics, Inc. were utilized for 3D Graphics.

그래픽 유저 인터페이스를 지원하는 웹 기반 프로그래밍 환경 '봄밭'의 설계 및 구현 (BomBart : Web-based Programming Environment Support to Graphic User Interface)

  • 천준석;송지원;우균
    • 한국콘텐츠학회논문지
    • /
    • 제17권5호
    • /
    • pp.317-325
    • /
    • 2017
  • 최근 전세계적으로 프로그래밍 교육에 대한 관심이 증가하고 있다. 하지만 대부분의 언어는 컴파일러와 통합 개발 환경을 컴퓨터에 설치하여야만 사용할 수 있는 문제가 있다. 이를 해결하기 위해 Eclipse Che나 JDOODLE과 같은 웹 기반 프로그래밍 환경이 다수 개발되었지만 대부분이 GUI 프로그래밍을 지원하지 않고, 특히 한글 프로그래밍 언어는 지원하지 않는다. 이 논문에서는 '봄밭'이라고 하는 웹 기반 프로그래밍 환경을 제안한다. 봄밭은 한글 프로그래밍 언어인 새싹을 지원하고, GUI 프로그래밍도 지원한다. 콘솔 기반의 입출력 또한 지원한다. 콘솔 및 GUI 인터페이스를 모두 지원하기 위해서 봄밭에는 두 개의 서브 컴파일 시스템을 설계하고 구현하였다. 우리는 봄밭의 GUI 지원의 성능을 측정하기 위해서 Java의 모든 GUI 튜토리얼 코드를 새싹으로 변환하여 봄밭에서 실행해 보았다. 그 결과, 81.42%의 코드를 정상적으로 실행할 수 있는 것을 확인하였다.

스크래치에 기반한 로봇 교육에 대한 연구 (A Study on the Robot Education Based on Scratch)

  • 이영대;김순임;서용호;강정진
    • 문화기술의 융합
    • /
    • 제2권2호
    • /
    • pp.29-35
    • /
    • 2016
  • 기존의 교육용 로봇은 산업용 로봇을 사용하거나 토이 로봇을 사용하여 텍스트 기반으로 프로그램 하는 방식을 많이 사용하고 있으며 학습자들은 텍스트 기반 언어 문법으로 인해 로보틱스 학문에 대한 어려움을 겪는 경우가 많았다. 개발된 교육용 로봇은 카메라 및 컬러 트래킹 기능과 탈착 가능한 다양한 센서와 엑츄에이터 모듈, 오픈 하드웨어 지원 및 그래픽 언어기반으로 프로그램 방식을 가지고 있다. 본 연구에서는 최근 초중학교 소프트웨어 교육의 일환으로 사용되어지어 지고 있는 그래픽 모듈 조립방식의 스크래치를 기반으로 한 프로그램 방식을 사용하는 교육용 로봇을 개발하고 이를 현장 교육에 도입하는 새로운 교육 방식에 대해 언급하기로 한다. 또한 개발된 교육용 로봇을 대상으로 한 커리큘럼의 일례가 제시되었으며 실제 초등학교 학습에 적용한 결과 기존 교육에 비해 학생들의 창의성을 살린 교육의 수월성이 좋은 것으로 파악되었으며 이는 제시된 접근 방법이 타당하고 효율적이라는 것을 보여준다.