• Title/Summary/Keyword: 애플리케이션 디자인

Search Result 150, Processing Time 0.023 seconds

A Study of Disaster prevention design, research on disaster evacuation system using location based message service (방재디자인 기반, 위치에 따른 재난문자서비스를 이용한 재난대피시스템 연구)

  • Kim, min-kyu;Noh, hwang-woo
    • Proceedings of the Korea Contents Association Conference
    • /
    • 2017.05a
    • /
    • pp.201-202
    • /
    • 2017
  • 현재 재난문자서비스는 재난재해 상황의 발생이 예상되거나 발생된 지역에 관련 내용을 전달해주지만 재해 예측 및 재해 발생시 알림 기능 이상을 하지 못하고 있는 실정이다. 본 연구는 기존의 재난문자서비스 사용 경험이 있는 사용자의 의견을 통해 문제점을 파악하고, 개선하여 문자를 받는 사람의 위치를 중심으로 가까운 대피소를 즉시 검색할 수 있는 웹 애플리케이션(Web App)의 URL 주소를 첨부하여 신속히 대피를 유도할 수 있는 재난대피시스템을 제안하려 한다.

  • PDF

Design and Implementation of Two-Way Access Framework Using Observer Pattern (Observer 패턴을 이용한 Two-Way Access 프레임워크의 설계 및 구현)

  • 김대헌;유철중;장옥배;김창갑;이상덕
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 1998.10b
    • /
    • pp.555-557
    • /
    • 1998
  • 비주얼 RAD 도구는 사용자 프래그램의 개발 기간을 단축시키기 위한 통합 개발 환경이다. 이와 같은 개발 환경은 사용자 프로그램의 생산성 향상을 위하여 텍스트와 윈도 기반의 프로그래밍 개발 환경을 동시에 지원하고 있다. 본 연구는 이와 같은 비주얼 프로그래밍을 지원하는 기술 주도형 RAD 도구에 대응하여 국내 기술력을 확보하기 위한 클라이어트/서버 프로그램 생성 기술에 관한 연구의 일부이다. 특히, 우리는 인터넷 환경에서 사용 가능한 자바 애플릿 및 애플리케이션을 빠르게 개발할 수 있는 자바 통합 개발 환경(OpenSoft)를 개발하고 있다. 본 논문은 OpenSoft에서 기능 컴포넌트들간의 상호연동을 지원하기 위한 Two-Way Access 프레임워크를 제안했다. 이 프레임워크는 OpenSoft의 사용자 편의성을 제공하는 메커니즘을 가지고 있으며 디자인 패턴을 이용하여 설계하였기 때문에 모듈의 재사용성과 확장성이 뛰어난 특징을 가지고 있다.

A Performance Analysis Based on Spark Application (Spark 애플리케이션 기반의 성능 분석)

  • Jung, Young Gyo;Lee, Byung-Jun;Cho, Young-Joo;Youn, Hee Yong
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2016.01a
    • /
    • pp.79-80
    • /
    • 2016
  • 아파치 스파크는 효율적으로 대용량 데이터를 처리하기 위해 분산 메모리 추상화를 사용하는 오픈 소스 분산 데이터 처리 플랫폼이다. 하지만 아파치 스파크 플랫폼의 특정 작업의 성능은 입력 데이터의 유형과 크기, 디자인 및 알고리즘의 구현 및 컴퓨팅 능력에 따라 메모리 사용량 및 I/O 비용이 크게 달라질 수 있다는 문제점이 있다. 이러한 문제점을 해결하기 위하여 본 논문에서는 아파치 스파크 플랫폼에 대한 높은 정밀도 작업 성능을 예측할 수 있도록 CPU core수의 증가에 따른 WordCount 시뮬레이션을 비교 평가 하였다.

  • PDF

Integrated DAO Pattern for Efficient EJB Componentization (효율적인 EJB 컴포넌트화를 위한 Integrated DAO 패턴)

  • 최성만;김정옥;이정열;유철중;장옥배
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2001.04a
    • /
    • pp.661-663
    • /
    • 2001
  • EJB 표준 서버측 컴퍼넌트 표준 모델로서 객체지향 분산 애플리케이션의 개발 및 분산 배치를 위한 컴포넌트 아키텍처이다. EJB로 시스템을 구축시 프로그램의 개발을 쉽게 하고 단순화시키며 보안성, 영속성, 동시성, 트랜잭션 무결성, 보안 등의 처리를 자동으로 해주는 이점을 가진다. 또한 EJB 컴포넌트화 설계를 위해 디자인 패턴을 이용하면 설계 범위를 확장할 수 있고, 설계의 재사용성 효과를 높여주며, 설계 시간의 단축 및 의사소통에 대한 시간을 효과적으로 줄일 수 있다. 본 논문에서는 기존 시스템에서 데이터베이스 접근을 캡슐화하는데 이용하는 DAO의 트랜잭션 로직의 복잡성과 불필요한 DAO 생성 및 시스템 과부하의 문제점을 해결하고자 Integrated DAO 패턴을 제안한다. Integrated DAO 패턴은 컨테이너 관리 트랜잭션을 통해 트랜잭션 조작에 관한 복잡성을 줄여주기 때문에 시스템의 과부하 감소와 시스템 성능 향상에 효과가 있다.

  • PDF

Efficient Representation of Soap Bubble Shapes using Snell's Law and Background Synthesis (Snell의 법칙을 이용한 효율적인 비눗방울 형상 표현 및 배경 합성)

  • Yoojin Jeong;Jong-Hyun Kim
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2024.01a
    • /
    • pp.403-406
    • /
    • 2024
  • 본 논문에서는 비눗방울에 나타나는 반사와 굴절 효과를 상용 게임엔진인 유니티 쉐이더(Unity shader)를 사용하여 구현하고 다양한 배경에서 합성할 수 있는 효율적인 프레임워크를 제안한다. 본 논문에서 제안하는 방법은 계산량이 큰 유체 시뮬레이션을 이용하지 않고, 스넬(Snell)의 법칙을 이용하여 박막 내부의 굴절 벡터를 계산하고, 막 표면의 표현을 위해 다양한 텍스처(Texture)를 적용하였으며, vertex의 조정을 통해 비눗방울 자체의 움직임을 나타낼 수 있다. 결과적으로 실시간으로 높은 품질의 비눗방울을 표현할 수 있기 때문에 게임뿐만 아니라 가상현실 및 다양한 실시간 애플리케이션에 활용될 수 있다.

  • PDF

A Study on the User Experience of Instant Messaging Services in Elementary School -Focused on Kakao Talk application- (초등학생 메신저 서비스의 사용자 경험 연구 -카카오톡 애플리케이션을 중심으로-)

  • Lee, Jong-won;Kim, Seung-In
    • Journal of Digital Convergence
    • /
    • v.17 no.6
    • /
    • pp.327-333
    • /
    • 2019
  • The purpose of this study is to suggest areas for improvement of KakaoTalk. KakaoTalk is used by everyone in Korea, and even elementary school students have been using it a lot recently. Therefore, to help parents feel safe about their children using KakaoTalk, and to ensure that children are not worried about their parents when using them, I would like to examine each user's experience to pinpoint the problem. As a method of study, a survey and interview was conducted on eight parents and eight children using KakaoTalk. Through this, the parents could not trust KakaoTalk in terms of reliability when they saw their children using KakaoTalk. Based on this research, we hope to improve KakaoTalk through further research so that parents and children can use Kakao Talk safely.

A Study on User Experience Design of Personalized OTT Content Preview (개인 맞춤형 OTT 콘텐츠 미리보기의 사용자 경험 디자인 연구)

  • Kim, Hyun-Woo;Kim, Seung-In
    • Journal of Digital Convergence
    • /
    • v.19 no.7
    • /
    • pp.283-287
    • /
    • 2021
  • The purpose of this study is to analyze personalized contents and previews of OTT service based on user experience and to suggest the improvements of the preview viewing experience. Current domestic OTT mobile applications were researched to find out how services are offering content. Plus, the 20s-30s were recruited to analyze user experience. An online survey and in-depth interview were conducted by using Stephen P. Anderson's Creating Pleasurable Interface Model. As a result, preview help users to select content but it doesn't suit their taste. Also, the preview is hard to watch however they want. Therefore, it can be inferred that the preview requires the function for improving efficiency, preference, and accessibility. This study is expected to be used as research material on user experience or preview experience of OTT content.

Hand Haptic Interface for Intuitive 3D Interaction (직관적인 3D 인터랙션을 위한 핸드 햅틱 인터페이스)

  • Jang, Yong-Seok;Kim, Yong-Wan;Son, Wook-Ho;Kim, Kyung-Hwan
    • Journal of the HCI Society of Korea
    • /
    • v.2 no.2
    • /
    • pp.53-59
    • /
    • 2007
  • Several researches in 3D interaction have identified and extensively studied the four basic interaction tasks for 3D/VE applications, namely, navigation, selection, manipulation and system control. These interaction schemes in the real world or VE are generally suitable for interacting with small graspable objects. In some applications, it is important to duplicate real world behavior. For example, a training system for a manual assembly task and usability verification system benefits from a realistic system for object grasping and manipulation. However, it is not appropriate to instantly apply these interaction technologies to such applications, because the quality of simulated grasping and manipulation has been limited. Therefore, we introduce the intuitive and natural 3D interaction haptic interface supporting high-precision hand operations and realistic haptic feedback.

  • PDF

Classification of Smartphone Game based on Mechanics (게임 메커니즘에 따른 스마트폰 게임 분류 연구)

  • Chun, Yeonbi;Chang, Sung Kyun;Woo, Tack
    • Journal of Korea Game Society
    • /
    • v.12 no.6
    • /
    • pp.15-24
    • /
    • 2012
  • The recent growth of smartphone users and high speed network has fueled the expansion of the market for mobile application. Among these applications with various purposes, smartphone games are the hottest contents on this market. Smartphone games are far different from former games due to their new input and output interface (e.g. touch sensors and gyro sensors).It is possible that the most resonable way to categorize these new smartphone games is comparisons of different objects, in this case, various smarphone games. But there exists no classification of the games neither for the use of the market nor the purpose of researches. Even though there are few classifications for games, those classifications have a major flaw that their criteria are derived from superficial features of games. In this paper, we propose a new method to categorize smartphone games through game mechanics of principal design components.

A study on the Design of Recipe Sharing Service for Single-Person Households (1인 가구를 위한 레시피 공유 서비스 디자인 연구 -백주부 요리 레시피를 중심으로-)

  • Kim, Han-Jun;Kim, Seung-In
    • Journal of Digital Convergence
    • /
    • v.18 no.8
    • /
    • pp.419-425
    • /
    • 2020
  • This study proposes functional services within the cooking recipe sharing application. Many single-person households often eat alone, and eating out. their usual eating habits are not considered well. when living alone, the risk of exposure to mental illnesses increases compared than multi-person households, and if nutrition has unbalanced, it can be easily exposed to diseases. in this study, define these problems and emphasize the importance of maintaining physical and mental health of one-person households, and explored user experience and expectations through cano models, focusing on the Baekjubu fooe recipe is often used by 20-30s. and users can feel the cooking process is not a hassle. and they will have a cooking themselves and even manage their mental health through communication with neighbors.