• Title/Summary/Keyword: 개인 프로파일

Search Result 649, Processing Time 0.029 seconds

A post-processing program for analysis of ADCPs (ADCP 측정자료 분석을 위한 후처리 프로그램)

  • Lee, Hea-Eun;Lee, Chan-Joo;Kim, Dong-Gu;Kim, Won
    • Proceedings of the Korea Water Resources Association Conference
    • /
    • 2009.05a
    • /
    • pp.426-430
    • /
    • 2009
  • 본 연구에서는 ADCP 측정자료를 효율적으로 활용할 수 있도록 ADCP 이동측정법 자료의 후처리 프로그램을 개발하였다. 먼저, 측정된 ensemble과 방위별 유속으로 표시되던 단면유속분포를 한 눈에 알아볼 수 있도록 좌표를 정리하고 주흐름방향 유속을 출력하는 등, Sontek과 RDI 자료 취득 소프트웨어의 ascii 파일을 사용자가 쉽게 알아보고 가공할 수 있도록 변형하였다. 또한, 기존 ADCP 사용과 관련하여 발표된 screening 및 smoothing 기법을 적용하여 유효한 유속자료를 선별하고 단면의 평균 흐름에 근접한 유속자료를 제공하도록 하였다. 멱함수를 이용한 외삽으로 측정불가역의 유속 및 유량을 추정하였으며, 총 53개 측정자료의 유량을 추정한 결과 ADCP 소프트웨어가 제공하는 유량과 평균 1.33 %의 오차를 보였다. 마지막으로, 정리된 ADCP 자료로부터 하천의 주요 수리학적 특성을 추정하도록 하여 하천단면을 횡단하는 간단한 ADCP 측정만으로도 많은 시간과 노력을 들여 측정하던 하천의 특성을 신속히 파악할 수 있도록 하였다.

  • PDF

ECAP for the direct input of bipolar transistor (트랜지스터 회로의 직접입력을 위한 ECAP 프로그램)

  • 안수길
    • Journal of the Korean Institute of Telematics and Electronics
    • /
    • v.9 no.2
    • /
    • pp.24-35
    • /
    • 1972
  • A modification of ECAP compiling program for electronic circuit analysis is attempted in order to permit the global input of the parameters of each bipolar transistor in one card. A considerable machine time reduction is achieved as the new system permits the treatment of three cards concerning base branch, collectior branch and transfer characteristics in one, thus avoiding the necessity of calling several subroutines to confirm the idenfity of branches and their relations. It also permits one to make the data cards (descriving the circuit) without transforming the circuit into the otherwise necressary equivalent circuit.

  • PDF

Design and Implementation of An Auto-Conversion Tool for Android API Obfuscation Based on Java Reflection. (자바 리플렉션 기반의 안드로이드 API 난독화를 위한 자동 변환 도구의 설계 및 구현)

  • Lee, Joo-Hyuk;Park, Heewan
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2014.04a
    • /
    • pp.487-490
    • /
    • 2014
  • 리플렉션은 자바 프로그램을 실행하여 객체 내부의 모든 요소를 조사하거나 호출 혹은 조작할 수 있는 자바 언어의 한 기능이다. 한 클래스 내부의 메소드에 리플렉션을 적용하여 호출하게 되면 String형의 메소드 이름으로 간접 호출하기에 정적 분석 도구의 API 호출 탐지를 방해하게 되어 분석결과의 정확도를 떨어뜨릴 수 있고, 또한 일반적인 호출보다 복잡한 절차를 거치게 되어 소스 자체의 난독화 효과를 갖게 된다. 또한 디컴파일러의 역공학 분석을 어렵게 만드는 장점도 있다. 이 특성을 이용한다면 안드로이드 환경에서 특정 API를 은닉하여 개인정보를 누출하도록 악용하거나 디컴파일러 이용을 방지하는 데 활용될 수 있다. 본 연구에서는 안드로이드 환경에서 직접 설계한 도구와 표본 앱을 이용하여 API 메소드에 리플렉션을 적용하고, 원본 소스와 리플렉션 후 디컴파일된 소스를 비교하여 API 호출이 리플렉션을 통해서 은닉 가능함을 보여준다.

Web-based microservice deployment system in kubernetes environment (쿠버네티스 환경에서 웹 기반의 마이크로 서비스 배포 시스템)

  • Shin, Jung-Eun;Kwon, Jae-Hwan;Kim, Myung-Ho
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2020.07a
    • /
    • pp.45-48
    • /
    • 2020
  • 최근 마이크로서비스 아키텍처(Microservice Architecture)를 도입하는 프로젝트가 많아짐에 따라 컨테이너 오케스트레이션 도구인 쿠버네티스의 필요성이 증대되고 있다. 쿠버네티스 환경을 구성하고 서비스를 테스트 및 배포하기 위해서는 클러스터링을 하고 yaml파일을 작성하고 적용하여 자원을 생성하는 등의 작업이 필요하다. 이렇게 반복되는 작업을 자동화하기 위해 기존에는 쉘스크립트를 사용하는데, 이를 사용하기 위해서는 쿠버네티스 및 인프라에 관한 기초지식이 있어야 하는 문제점이 있다. 본 논문에서는 마이크로서비스를 위한 웹 기반의 배포 시스템을 제안한다. 웹을 통해 배포하고 테스트할 수 있어 기초지식이 없어도 사용할 수 있다. 웹에서 프로젝트 개발자로부터 도커 이미지와 사용할 포트번호 및 레플리카 개수를 입력받아 배포를 요청하면 쿠버네티스 환경에 배포하고, 필요한 자원들이 배포가 완료되면 엔드포인트를 제공한다. 그리고 배포된 서버의 엔드포인트에 요청을 전송하고 응답이 오는 것을 확인할 수 있어 활용성이 높다. 이 시스템은 쿠버네티스를 이용하여 복수 개의 파드(Pod)를 유지하여 가용성을 보장하고 빠르게 배포가 가능하게 한다. 또한 이미지가 업데이트되면 웹에서 요청하여 클러스터에 새 버전의 이미지로 배포한다.

  • PDF

SNS Utilization Profiled as Per Six Continental Areas, Dance Genre, Types at Overseas Dance Arts Companies (해외무용예술단체의 6대륙 지역별, 무용장르별, 유형별, SNS 활용 프로파일)

  • Jeon, Soon-Hee;Yang, Yu-Na
    • The Journal of the Korea Contents Association
    • /
    • v.14 no.8
    • /
    • pp.74-83
    • /
    • 2014
  • This study was conducted for the overall analysis for the interests, generally and uses of SNS (Social Network Service) of the overseas dance arts company. The subjects of this study were total 3,614 of countries, public, private and personal dance arts company in 100 countries on six continents. The selected 627 company which operate at least one SNS, and included them in this study. Then analyzed the SNS utilization six continental areas as per dance gener, types, and dance gener analyzed as per types. Also analyzed the SNS utilization six continental areas, dance gener as per types and obtained the following result First, It appeared that Ballet company of North America continent took advantage of SNS the most. Second, It appeared that Facebook, Twitter of North America was the most frequently used. Third, It appeared that Facebook wsa the most frequently used by traditional dance company. Fourth. Facebook, Twitter, Youtube were the most activity used by Ballet company of North America continent. In conclusion, this study recommends the policy alternatives related to the awareness of digital media, the establishment of the SNS marketing information system.

Distribute Intelligent Multi-Agent Technology for User Service in Ubiquitous Environment (유비쿼터스 환경의 사용자 서비스를 위한 분산 지능형 에이전트 기술)

  • Choi, Jung-Hwa;Choi, Yong-June;Park, Young-Tack
    • Journal of KIISE:Software and Applications
    • /
    • v.34 no.9
    • /
    • pp.817-827
    • /
    • 2007
  • In the age of ubiquitous environment, huge number of devices and computing services are provided to users. Personalized service, which is modeled according to the character of each and every individual is of particular need. In order to provide various dynamic services according to user's movement, service unit and operating mode should be able to operate automatically with minimum user intervention. In this paper, we discuss the steps of offering approximate service based on user's request in ubiquitous environment. First, we present our simulator designed for modeling the physical resource and computing object in smart space - the infrastructure in ubiquitous. Second, intelligent agents, which we developed based on a FIPA specification compliant multi-agent framework will be discussed. These intelligent agents are developed for achieving the service goal through cooperation between distributed agents. Third, we propose an automated service discovery and composition method in heterogeneous environment using semantic message communication between agents, according to the movement by the user interacting with the service available in the smart space. Fourth, we provide personalized service through agent monitoring anytime, anywhere from user's profile information stored on handhold device. Therefore, our research provides high quality service more than general automated service operation.

A Database of Simple Sequence Repeat (SSR) Marker-Based DNA Profiles of Citrus and Related Cultivars and Germplasm (SSR Marker를 이용한 감귤속 품종 및 유전자원에 대한 DNA Profile Data Base 구축)

  • Hong, Jee-Hwa;Chae, Chi-Won;Choi, Keun-Jin;Kwon, Yong-Sham
    • Horticultural Science & Technology
    • /
    • v.34 no.1
    • /
    • pp.142-153
    • /
    • 2016
  • The present study investigated identification of cultivars through phylogenetic analysis of 108 Citrus varieties and related cultivars using simple sequence repeat (SSR) markers. Two hundred three SSR primer pairs were used to detect polymorphic markers among 8 Citrus cultivars consisting of 4 mandarins, 1 orange, 1 tangor, 1 tangelo, and 1 pumelo. Eighteen SSR primer pairs were reproducible and showed highly polymorphic alleles. These markers were applied to assess genetic variations of the 108 varieties. Each marker detected 5-14 alleles, with an average of 9.28. The polymorphism information content varied from 0.417 to 0.791 with an average of 0.706. Cluster analysis with SSR markers resulted in 13 major groups reflecting cultivar types and pedigree information. Twelve orange cultivars in the $I-1^{st}$ sub-cluster and 23 mandarin cultivars in the $II-1^{st}$ sub-cluster, respectively, were not discriminated using the SSR markers. This could be due to narrow genetic backgrounds originated through bud mutation or nucellars seedlings. The SSR profile database of Citrus cultivars will be useful as a tool for protection of plant breeders' intellectual property rights in addition to assessing genetic diversity in Citrus cultivars and germplasms.

The Research on Job Analysis of Horse-Riding Instructor (승마지도사에 관한 직무분석 연구)

  • Lee, Byung-Wook;Kang, Kyoung-Kyoon;Yi, Joo-Wook;Lee, In-Kyung
    • Journal of vocational education research
    • /
    • v.33 no.3
    • /
    • pp.145-167
    • /
    • 2014
  • The purpose of this research is to prepare the measures for evaluating the job of horse-riding instructor and improvement related to it and for distributing horse-riding industry effectively. Forsuch, we tried to analyze job of horse-riding instructor. Inparticular, we have developed DACUM chart of horse-riding instructor through DACUM method and experts related to it. As result, we found out eight duties and hundreds of job and arranged seven duty areas in total and eighty-two executed works. In addition, as experts said, the horse-riding instructor is the one who 'instructs people learning horse-riding in horse-riding facility and manages horses, horse-riding equipment and man-power.' Such results provide the procedure of horse-riding instructor cultivation which has been presently underway with many viewpoints. Especially, there are three educational processes and subject materials related to horse-riding instructor's examination(Hipologia, Horse-treatment technique, Horse Health management). However, as result of analysis on duty, we found out that racecourse management and horse-riding education theory has been needed to be added and complemented as well. In addition, the work and duty of analysis can be used to be made use up of as work profile and specification and such data can be also made use of as standard of training and submission. Through this study there should be a necessary work to distinguish between re-drafting and role of duty in its own right related to certification of horse-riding instructor in future and it would be necessary to develop study that is able to connect them all to certificate. What is more, there should be work and measure required for rethinking of utility of certification.

Design and Implementation of Software On-Demand Streaming System (소프트웨어 온디맨드 스트리밍 시스템 설계 및 구현)

  • Kim Youngman;Heo Seongjin;Choi Wan;Park Hongjae
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2005.11a
    • /
    • pp.538-540
    • /
    • 2005
  • 소프트웨어 스트리밍 [1][2]은 프로그램 설치 및 실행을 위하여 서버로부터 데이터 전송이 진행중인 동안에도 PC, PDA, 휴대용 개인 컴퓨터, 휴대 전화 등과 같은 데스크 탑 또는 이동 연산장치 상에서 미설치 소프트웨어의 실행이 즉각적으로 이루어지도록 하는 기능이다. 즉, 소프트웨어 스트리밍 기술을 사용하면 사용자가 다운로드, 압축해제, 인스톨과 시스템 재구성이라는 일련의 과정이 완료될 때까지 기다릴 필요 없이 최소한의 다운로드 후에 해당 소프트웨어가 곧바로 실행될 수 있도록 해준다. 응용프로그램을 실행하는데 필요한 첫번째 실행 블록이 메모리에 적재되고 기본적인 환경설정을 마치자마자 나머지 블록들이 다운로드되고 설치되기도 전에 실행될 수 있기 때문에 스트리밍 시스템은 응용 프로그램의 실행준비 시간을 대폭 줄일 수 있게 해준다. 게다가, 응용프로그램 실행시 실제로 사용되지 않는 대부분의 블록들은 서버로부터 다운로드 받지 않아도 된다. 그 결과. 메모리와 대역폭 같은 리소스의 활용이 절약된다. 이러한 스트리밍 시스템을 사용하면 사용자는 다양한 공개 또는 상업용 응용프로그램을 광범위하게 지원하는 사용자 투명성을 가진 가상 소프트웨어 컴퓨팅 환경을 만들 수 있다. 본 논문에서는 프로그램 등록, 환경 변수 설정 그리고 구성 파일과 관련된 컴포넌트들의 자동 설치 기능들을 제공함으로서 네트워크를 통하여 소프트웨어를 스트리밍하고 실행해주는 Software On-Demand(SOD)스트리밍 시스템을 설계 및 구현한다.

  • PDF

Performance of Software On-Demand Streaming System (소프트웨어 온디맨드 스트리밍 시스템 성능평가)

  • Kim, Young-Man;Heo, Seong-Jin;Choi, Wan;Park, Hong-Jae
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2005.11a
    • /
    • pp.1291-1294
    • /
    • 2005
  • 소프트웨어 스트리밍[1][2]은 프로그램 설치 및 실행을 위하여 서버로부터 데이터 전송이 진행중인 동안에도 PC, PDA, 휴대용 개인 컴퓨터, 휴대 전화 등과 같은 데스크 탑 또는 이동 연산장치 상에서 미설치 소프트웨어의 실행이 즉각적으로 이루어지도록 하는 기능이다. 즉, 소프트웨어 스트리밍 기술을 사용하면 사용자가 다운로드, 압축해제, 인스톨과 시스템 재구성이라는 일련의 과정이 완료될 때까지 기다릴 필요 없이 최소한의 다운로드 후에 해당 소프트웨어가 곧바로 실행될 수 있도록 해준다. 응용프로그램을 실행하는데 필요한 첫번째 실행 블록이 메모리에 적재되고 기본적인 환경설정을 마치자마자 나머지 블록들이 다운로드되고 설치되기도 전에 실행될 수 있기 때문에 스트리밍 시스템은 응용 프로그램의 실행준비 시간을 대폭 줄일 수 있게 해준다. 게다가, 응용프로그램 실행시 실제로 사용되지 않는 대부분의 블록들은 서버로부터 다운로드 받지 않아도 된다. 그 결과, 메모리와 대역폭 같은 리소스의 활용이 절약된다. 이러한 스트리밍 시스템을 사용하면 사용자는 다양한 공개 또는 상업용 응용프로그램을 광범위하게 지원하는 사용자 투명성을 가진 가상 소프트웨어 컴퓨팅 환경을 만들 수 있다. 본 논문에서는 프로그램 등록, 환경 변수 설정, 그리고 구성파일과 관련된 컴포넌트들의 자동 설치 기능들을 제공함으로서 네트워크를 통하여 소프트웨어를 스트리밍하고 실행해주는 Software On-Demand(SOD)스트리밍 시스템을 설계 및 구현한다. 또한 구현된 SOD 스트리밍 시스템의 성능측정 실험환경을 구축하고 실험 결과를 이용하여 성능분석을 행한다.

  • PDF