• 제목/요약/키워드: open source

검색결과 2,063건 처리시간 0.026초

Software Similarity Measurement based on Dependency Graph using Harmony Search

  • Yun, Ho Yeong;Joe, Yong Joon;Jung, Byung Ok;Shin, Dong myung;Bahng, Hyo Keun
    • 한국컴퓨터정보학회논문지
    • /
    • 제21권12호
    • /
    • pp.1-10
    • /
    • 2016
  • In this paper, we attempt to prevent certain cases by tracing a history and making genogram about open source software and its modification using similarity of source code. There are many areas which use open source software actively and widely, and open source software contributes their development. However, there are many unconscious cases like ignoring license or intellectual properties infringe which can lead litigation. To prevent such situation, we analyze source code similarity using program dependence graph which resembles subgraph isomorphism problem, a typical NP-complete problem. To solve subgraph isomorphism problem, we utilized harmony search of metaheuristic algorithm and compared its result with a genetic algorithm. For the future works, we represent open source software as program dependence graph and analyze their similarity.

텍스트 마이닝을 통한 키워드 추출과 머신러닝 기반의 오픈소스 소프트웨어 주제 분류 (Keyword Extraction through Text Mining and Open Source Software Category Classification based on Machine Learning Algorithms)

  • 이예슬;백승찬;조용준;신동명
    • 한국소프트웨어감정평가학회 논문지
    • /
    • 제14권2호
    • /
    • pp.1-9
    • /
    • 2018
  • 오픈소스를 사용하는 사용자 및 기업의 비중이 지속적으로 증가하고 있다. 국외뿐만 아니라 국내에서의 오픈소스 소프트웨어 시장 규모가 급격하게 성장하고 있다. 하지만 오픈소스 소프트웨어의 지속적인 발전에 비해서, 오픈소스 소프트웨어 주제 분류에 대한 연구 거의 이루어지지 않고 있으며 소프트웨어의 분류 체계 또한 구체화되어 있지 않다. 현재는 사용자가 주제를 직접 입력하거나 태깅하는 방식을 사용하고 있으며 이에 따른 오 분류 및 번거로움이 존재한다. 또한 오픈소스 소프트웨어 분류에 대한 연구는 오픈소스 소프트웨어 평가, 추천, 필터링등의 기반 연구로 이용될 수 있다. 따라서 본 연구에서는 머신러닝 모델을 사용하여 오픈소스 소프트웨어를 분류하는 기법에 대하여 제안하고, 머신러닝 모델 별 성능 비교를 제안한다.

공정한 오픈소스소프트웨어 활용을 위한 사용자환경 연구 (A Study of User Environment for Fair Use of Open Source Software)

  • 김용훈
    • 디지털융복합연구
    • /
    • 제10권1호
    • /
    • pp.357-364
    • /
    • 2012
  • 소프트웨어의 폐쇄적 지적재산권에 대한 저항으로 자유소프트웨어 운동이 추진되어 라이선스에서 제시한 사항을 이행하는 사람은 누구나 자유롭게 소프트웨어를 이용하고 개작할 수도 있는 오픈소스 소프트웨어가 널리 이용되고 있다. 오픈소스소프트웨어는 제품의 개발시간과 비용을 줄일 수 있고 이를 사용하는 많은 사람들의 검증을 거치게 되므로 개선되고 발전되어 간다. 그러나 이러한 장점과 더불어 무분별한 사용으로 분쟁의 발생위험도 높다. 이에 본 연구에서는 오픈소스 소프트웨어 분쟁 사례를 분석하여 오픈소스소프트웨어의 저작권 침해를 방지하고 적법하게 오픈소스소프트웨어를 이용할 수 있는 사용자 환경을 제시하고자 한다.

오픈 소스 CFD 코드를 이용한 차세대 고속열차 공력 해석 (Aerodynamic Simulation of Korea next generation high speed train using open source CFD code)

  • 김병윤;길재흥;권혁빈
    • 한국전산유체공학회:학술대회논문집
    • /
    • 한국전산유체공학회 2011년 춘계학술대회논문집
    • /
    • pp.327-330
    • /
    • 2011
  • CFD simulation is widely used in various industries, universities and research centers. In Korea most of the researchers use foreign commercial S/W packages especially in industries. But commercial CFD packages have some problems as limit to source code and very high license foe. So from several years ago open source CFD code has been widely spread as an alternative. But in Korea there are a few users of open source code. Insufficiency of performance validation as for accuracy, robustness, convenience and parallel speed-up is important obstacles of open source code. So we tested some validation cases as to incompressible external aerodynamics and internal flaws and now are doing compressible flaws. As the first stage of compressible flow validation, we simulated Korea next generation high speed train(HEMU). It's running condition is 400km/hr and maximum Mach number reaches up to 0.4. With the high speed train we tested accuracy, robustness and parallel performance of open source CFD code OpenFOAM Because there isn't experimental data we compared results with widely used commercial code. When use $1^{st}$ order upwind scheme aerodynamic forces are very similar to commercial code. But using $2^{nd}$ order upwind scheme there was some discrepancy. The reason of the difference is not clear yet. Mesh manipulation, domain decomposition, post-processing and robustness are satisfactory. Paralle lperformance is similar to commercial code.

  • PDF

오픈소스 DBMS의 성능 품질 평가 (Evaluating the Performance Quality of Open Source Database Management Systems)

  • 민미경
    • 품질경영학회지
    • /
    • 제45권4호
    • /
    • pp.933-942
    • /
    • 2017
  • Purpose: The purpose of this paper is to evaluate the performance quality of the open source DBMSs. Performance quality is defined as processing time for Join queries. Query processing time is measured and compared in the most widely used open source DBMSs and commercial DBMS. Methods: By varying the number of tuples of two relations to be joined, the average processing time(seconds) of a Join query in each DBMS was obtained experimentally. ANOVA and Tukey HSD test were used in order to compare the performance quality of DBMSs. Results: There was a significant difference between the performance qualities of the three DBMSs at all experimental levels where the number of tuples was 100, 1,000, 2,000, 10,000, and 50,000. As a result of the Tukey HSD test, two open source DBMSs (MariaDB, MySQL) were classified in the same group only at the tuple level of 100. The commercial DBMS (MS-SQL Server) belonged to another group. At level of more than 1,000 tuples, all three DBMSs belonged to different groups. Conclusion: Within the open source DBMS group, MariaDB showed the better performance quality except for a small number of tuples. Thus the results show that MariaDB can be the alternative to MySQL which is currently most widely used. Between open source DBMS and commercial DBMS groups, MS-SQL Server always shows the best performance quality, but the less number of tuples, the less the difference.

머신러닝 기반의 오픈소스 SW 카테고리 분류 모델 연구 (Machine Learning based Open Source Software Category Classification Model)

  • 백승찬;최현재;윤호영;조용준;신동명
    • 한국소프트웨어감정평가학회 논문지
    • /
    • 제14권1호
    • /
    • pp.9-17
    • /
    • 2018
  • 기업과 개인 여러 방면에서 오픈소스 SW의 사용과 중요성은 날이 갈수록 증가하고 있다. 그러나 사용자를 위한 소프트웨어 서비스인 소프트웨어 평가, 추천, 필터링들의 기반 연구인 소프트웨어 분류에 대해서 오픈소스 SW의 특성에 맞게 유연하게 대처하지 못하고 고정된 분류 체계를 사용하고 있다. 본 연구에서는 오픈소스 SW를 대상으로 분류에 대한 조사와 새로운 오픈소스 SW 범주에 대해서 유연하게 대처할 수 있는 머신러닝 기반의 오픈소스 카테고리 분류 모델에 대해 제안한다.

Open Source GIS를 이용한 고해상도 영상의 Tile Map Service 시스템 구축에 관한 연구 (A Study on Tile Map Service of High Spatial Resolution Image Using Open Source GIS)

  • 정명훈;서용철
    • 대한공간정보학회지
    • /
    • 제17권1호
    • /
    • pp.167-174
    • /
    • 2009
  • Tile Map Service는 정적인 이미지들을 모아둔 저장소를 이용하여 매우 빠르게 지도 서비스를 수행하는 서비스이다. 지도 이미지 저장소는 특정 축척별로 지도 영역을 Tile 이미지로 저장한 디렉토리 구조이다. 따라서 디렉토리 구조로부터 이미지를 불러오는 것은 사용자의 요구에 따라서 지도를 데이터베이스로부터 직접 생성하는 것보다 훨씬 시간 단축이 이루어진다. 이와 같은 Tile Map Service를 이용하면 사용자가 복잡한 지도를 생성할 때 획기적으로 지도 생성 시간을 단축시키는 효과와 성능 향상을 위한 제반 노력을 제거할 수 있다. 본 논문은 Open Source GIS를 사용하여 고해상도 영상의 Tile Map Service 시스템을 구축하는 방안을 제시하는 것이다. Open Source GIS중 GDAL(Geospatial Data Abstraction Library)을 사용하여 Tile Map Image를 생성하였으며, OpenLayers를 이용하여 웹브라우저를 통한 서비스를 구축하였다. 또한 Tile Map Service 시스템을 구축 한 후 전통적인 방식으로 지도 렌더링을 수행하는 시스템과 성능테스트를 수행하여 결과를 비교 분석하였다. 수행 결과 본 연구를 통하여 제안된 방법으로 고해상도의 영상 데이터를 상용소프트웨어의 도입 없이 고가용성의 Tile Map Service 시스템을 구축할 수 있었다.

  • PDF

공간정보 오픈소스 활용 설문조사에 따른 현황 분석 (Questionnaire Analysis of Geo-Spatial Open Source Application)

  • 유희영;이기원;이광재;김용승
    • 한국지리정보학회지
    • /
    • 제16권4호
    • /
    • pp.106-119
    • /
    • 2013
  • 오픈소스는 비용을 절감하고 다양한 분야에 빠르게 적용가능하다는 장점 때문에 현재 많은 나라에서 활발하게 기술을 도입하고 있다. 그러나 우리나라에서는 유사한 인프라 환경을 갖춘 다른 국가들에 비해 아직 공간정보 분야에서의 오픈소스 이용이 활발하지 않은 상태이다. 이 연구는 공간정보 분야 전문 학회 회원을 대상으로 설문조사를 수행하고, 이를 바탕으로 공간정보 분야에서의 오픈소스에 대한 인식과 활용 현황, 발전 가능성과 방향을 분석하고자 하였다. 설문 결과를 요약하면, 다수의 사람들이 오픈소스를 사용해본 경험은 있으나 라이선스나 규정에 대한 이해가 부족하고 전문적인 교육을 받은 경우는 거의 없었다. 한편 오픈소스 활용을 저해하는 주요 요인은 참고자료의 부족, 유지보수의 어려움, 지원의 부족, 기술에 대한 신뢰도가 떨어진다는 것이었다. 현재 국내에서는 일부 분야에서 몇몇 오픈소스 소프트웨어나 라이브러리만 사용되고 있는 실정이지만, 많은 공간정보 연구자들이 앞으로 빠른 시일 내에 오픈소스를 사용할 계획이 있고 오픈소스의 발전 가능성이 높은 것으로 기대하고 있었다. 앞으로 사용 편의성, 참고자료를 보완하고 기술 신뢰성과 정책적 지원이 확보된다면 앞으로 공간정보를 다루는 오픈소스 분야가 크게 발전 할 수 있을 것이다.

Source 공개 코드 OpenFOAM 소개 (INTRODUCTION TO OPENFOAM: OPEN SOURCE SOFTWARE)

  • 박준권;강관형
    • 한국전산유체공학회:학술대회논문집
    • /
    • 한국전산유체공학회 2010년 춘계학술대회논문집
    • /
    • pp.431-436
    • /
    • 2010
  • Recently, several open source codes for computational fluid dynamics (CFD) have been emerged and are spreading fast. Our group has chosen OpenFOAM as a platform to develop our own in-house code. In this paper, we would like to share the information on the codes and what we have experienced so far. We introduce several features of OpenFOAM, which include the performance compared with commercial packages, estimation for current user population and our own prospect for future improvement in performance and growth in user population. In addition, we briefly introduce our experience gained in embedding the level set method into the OpenFOAM.

  • PDF

Source 공개 코드 OpenFOAM에 대한 리뷰 (REVIEW ON OPENFOAM - AN OPEN SOURCE SOFTWARE)

  • 박준권;강관형
    • 한국전산유체공학회지
    • /
    • 제15권3호
    • /
    • pp.46-53
    • /
    • 2010
  • Recently, several open source codes for computational fluid dynamics (CFD) have been introduced and are spreading fast. Our group has chosen the OpenFOAM as a platform to develop our own in-house code. In this brief review, we would like to share the information on the codes and what we have experienced so far. We introduce several features of OpenFOAM, which include the performance compared with commercial packages, estimation for current user population, and our own prospect for future improvement in performance and growth in user population. In addition, we briefly introduce our experience gained in embedding the level set method into the OpenFOAM.