RISS 학술연구정보서비스

검색
다국어 입력

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.

변환된 중국어를 복사하여 사용하시면 됩니다.

예시)
  • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
  • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
닫기
    인기검색어 순위 펼치기

    RISS 인기검색어

      검색결과 좁혀 보기

      선택해제
      • 좁혀본 항목 보기순서

        • 원문유무
        • 원문제공처
          펼치기
        • 등재정보
          펼치기
        • 학술지명
          펼치기
        • 주제분류
          펼치기
        • 발행연도
          펼치기
        • 작성언어
        • 저자
          펼치기

      오늘 본 자료

      • 오늘 본 자료가 없습니다.
      더보기
      • 무료
      • 기관 내 무료
      • 유료
      • 사용자 인터페이스 이전 방법에 관한 연구

        이명재 울산대학교 1999 공학연구논문집 Vol.30 No.2

        인터넷의 급속한 성장과 보급으로 인해, 웹 상에서 실행될 수 있는 소프트웨어에 대한 요구가 급증하고 있다. 이런 웹 응용 프로그램들을 전부 새롭게 개발하기보다는 기존의 응용 프로그램들을 새로운 환경에 맞게 재공학시켜주는 방법이 훨씬 효과적이다. 특히 사용자 인터페이스에 관련된 코드가 대화식 시스템의 반 이상을 차지한다는 사실에 비추어보면, 기존의 응용 프로그램들의 사용자 인터페이스를 자바 JFC에 맞게 효과적으로 재공학 시키는 기술이 전체 재공학 프로세스를 크게 개선 시킬수 있을 것이다. 본 논문에서는 Motif 응용 프로그램들을 인터넷 환경으로 쉽게 이전할 수 있도록 기존의 Motif 사용자 인터페이스에서 자바 JFC 프레임�p으로 효과적으로 재공학하기 위한 방법을 제안한다. 제안한 방법은 사용자 인터페이스를 검출, 표현, 그리고 새로운 환경으로 변환하는 방법을 포함한다. Since Internet is very rapidly growing and spreading out currently, demands on the WWW applications are continuously increasing. However, it is more effective to reengineer the existing applications into the new environments than to develop from scratch these WWW applications. Considering the fact that half or more of the code in an interactive system is devoted to implementing the user interface, the reengineering techniques for effectively migrating the graphic user interface of the existing systems into Java JFC could substantially improve the entire reengineering process. In this paper, we proposed a graphic user interface migration method for effectively translating Motif user interface into Java JFC framework to easily port Motif applications into WWW environments. Our method includes techniques for detecting and representing user interface components and transforming into new environments.

      • WWW기반의 C 원시 코드 분석 도구의 개발

        이명재,박종민 울산대학교 2001 공학연구논문집 Vol.32 No.2

        급격하게 발전하고 있는 웹기반의 환경에 맞추어 소프트웨어 공학기술은 변화하고 있다. 본 논문에서는 소프트웨어 공학의 역공학과 UML 기술을 이용하고, 웹 프로그래밍 기술 중에서 자바 서블릿 및 애플릿을 사용하여, 웹상에서 C 원시 코드 파일을 분석하는 C 원시 코드 분석 도구의 설계 및 구현에 대해 논한다. C 원시코드 분석 도구는 사용자가 분석하기를 원하는 C 원시 코드를 웹 브라우저를 통하여 입력받아서 사용자에게 구조도(Structure Chart)형태로 보여준다. 이 도구는 크게 분석기와 생성기로 나눠진다. 분석기는 C 원시 코드 파일을 입력받아서 프로젝트 단위로 저장하고, 역공학 도구의 일종인 cflow 와 cxref를 사용하여 C 원시 코드를 분석하여 데이터베이스에 저장한다. 생성기는 데이터베이스에서 자바 서블릿을 이용하여 자료를 추출하고, 자바 애플릿으로 그 결과를 사용자의 웹 브라우저에 구조도 형식으로 보여준다. Due to the rapid growth and popularity of a WWW, the existing software engineering technologies are required to adapt to a new environment. In this paper we discuss the design and implementation of a documentation tool extracting automatically the design information from C source code files using reverse engineering technologies and UML. The tool's outputs include the information about relationships between files and functions, between functions and functions, and between functions and global variables. To implement this tool, we used cxref and cflow that are reverse engineering tools, and java applet and servlet.

      • 재모듈화를 통한 소프트웨어 재사용의 지원

        이명재 울산대학교 1998 공학연구논문집 Vol.29 No.2

        재사용 가능한 자산을 획득하는 가장 좋은 방법은 기존 소프트웨어 시스템으로부터 재사용 가능한 부품을 추출하는 것이다. 소프트웨어 재모듈화 기법은 시스템 내에 밀접히 연관되어 있는 요소들을 모아 시스템의 모듈성을 향상시키는 방법이다. 본 논문에서는 재모듈화 방법을 통해서 소프트웨어 재사용을 지원하는 방법을 제안한다. 재모듈화 방법은 소프트웨어 재사용의 네 가지 수준인 함수 재사용, 모듈/객체 재사용, 부시스템 재사용, 응용 시스템 재사용을 지원한다. The most promising approach for obtaining reusable assets is extracting reusable components from the existing software systems. Software remodularization is a method for enhancing system modularity by grouping closely related components in a system. In this paper, we present a method supporting software reuse through remodularization method. Remodularization method supports four levels of software reuse which are function reuse, module/object reuse, subsystem reuse, and application reuse.

      • KCI우수등재

        함수 매개변수를 갖는 C 원시 코드로부터 구조도의 추출 방법

        이명재(Myeong Jae Yi),우치수(Chisu Wu) 한국정보과학회 1994 정보과학회논문지 Vol.21 No.10

        To understand an overall structure of C program, it is essential to figure out the call-relationships among the functions constructing the program. Though many methods and tools presenting the call-relationships among the functions have been already developed, they have a defect in which they can't extract the exact relationships among the functions in case of using the function as a parameter. In this paper, we propose the method extracting the correct call-relationships among the functions in case of using the function as a parameter, and also describe the tool that generates the exact Structure Chart from C source code by applying our method. This tool has a strength which doesn't need to reanalyze the files already analyzed when extracting the Structure Chart from the program consisting of several files. C 프로그램의 전체적인 구조를 이해하기 위해서는 프로그램을 구성하는 함수들 사이의 호출 관계를 이해하는 것이 필수적이다. 함수 사이의 호출 관계를 알려주는 기법과 도구들이 많이 개발되어 있지만, 함수를 매개변수로 사용하였을 경우에는 함수 사이의 호출 관계를 정확히 추출해 내지 못하는 단점이 있다. 본 논문에서는 함수를 매개변수로 사용하였을 경우에도 함수 사이의 정확한 호출 관계를 추출해 내는 방법을 제안하고, 이 기법을 적용하여 C 원시 코드로부터 정확한 구조도를 생성해 내는 도구에 대하여 설명한다. 이 도구는 여러 화일로 구성된 프로그램으로부터 구조도를 추출할 때 이미 분석한 화일에 대해서는 재분석을 수행하지 않아도 되는 장점을 가지고 있다.

      • KCI등재

        논문 : 산소수 주입-양수 기법을 통한 강변여과수 내 철/망간 저감 평가

        이명재 ( Myeong Jae Yi ),차장환 ( Jang Hwan Cha ),장호준 ( Ho June Jang ),안현석 ( Hyun Suk Ahn ),한찬 ( Chan Hahn ),김용성 ( Yong Sung Kim ) 대한지질공학회 2015 지질공학 Vol.25 No.3

        최근 수자원확보 방안으로 강변여과수를 활용하는 방식이 적용되고 있으나 취수원의 철/망간 함량이 높아 다양한 문 제가 야기되고 있다. 이에 경기도 평택시와 안성시에 위치한 안성천 강변여과수 개발 Test Bed에서 주입 산소수의 산소 농도와 주입량을 변화시키면서 철/망간 지중제거의 효과 및 효율을 평가하였다. 철/망간의 제거시험은 3단계로 이루어지 며 주입단계, 정지단계, 양수단계를 반복적으로 수행하였다. 현장시험 결과 Fe2+ 농도는 양수기간 동안 0.3 mg/L 이하를 유지하였으며 망간은 0.8 mg/L 이하로 농도가 저감되었다. 또한, 주입-양수시험을 반복할수록 철의 농도는 먹는물 수질 기준(0.3 mg/L 이하)을 만족하는 양수량이 증가하였으며, 산소수 주입량의 최대 5배 이상 양수가 가능하였다. 망간의 경 우 철과 동일한 기준까지 감소되지는 않았으나, 양수에 따라 농도가 저감되는 경향성을 보였다. Riverbank filtration has been suggested as a cost-effective method for improving water quality. However, high concentrations of Fe2+ and Mn2+ cause problems for the use of water and the maintenance of facilities. We evaluated the effectiveness and efficiency of an Fe2+ and Mn2+ removal technique based on the in situ injection of highly oxygenated water at a site on the Anseong River, between Anseong City and Pyeongtaek City, Gyeonggi Province. The removal process consists of three steps: injection, resting, and extraction. Results show that the removal efficiency increases with repeated application of the process. The amount of Fe-reduced drinking water satisfying water regulations (limit, 0.3 mg/L Fe) obtained using oxygenated water injection was five times higher than the amount of injected oxygenated water. Levels of Mn2+ were also reduced following the injection of oxygenated water.

      • 시스템의 구성요소들 사이의 관계 분석에 의한 부시스템의 자동 인식

        이명재(Myeong Jae Yi),우치수(Chi Su Wu) 한국정보과학회 1995 정보과학회논문지(B) Vol.22 No.11

        복잡한 기능을 수행하는 대규모의 시스템을 개념적으로 독립되고, 쉽게 이해할 수 있는 부시스템이나 모듈로 분할하면 그 시스템을 유지보수하는 것은 훨씬 쉬어질 것이다. 부시스템을 인식하기 위해서는 시스템의 구성 요소 중에서 서로 밀접히 관련을 맺고 있는 요소들을 찾아 이들을 하나로 묶는 작업을 수행해야 한다. 지금까지 이와 관련된 여러 방법이 제안되었지만, 이들 방법은 특정한 특성만 고려하여 클러스터링 작업을 수행하는 단점이 있다. 본 논문에서는 분할에 의한 통치 원칙의 적용으로 생성된 함수들을 묶고, 함수, 전역 변수, 자료형 사이의 관계 분석을 통하여 밀접히 연관된 부분들을 합쳐 C 원시코드로부터 부시스템을 자동적으로 인식하는 방법을 제안한다. 이 방법은 부시스템 요소들의 중요성에 따라 인식 작업을 수행함으로써 부시스템의 계층도 인식할 수 있다. If we divide the large systems processing complex functions into conceptually independent and easily understandable subsystems or modules, it will be quite easy to maintain the systems. We should carry out finding and grouping the closely related components of a system to identify subsystems. Though many methods related with this work have been already proposed, they have a defect that they processed the clustering work by considering only the specific features. In this paper, we propose the method which automatically identifies subsystems from C source code by grouping functions generated by applying the divide-and-conquer principle, and then by grouping the closely related parts through the analysis of relationships among functions, global variables, and data types. This method can also identify subsystem hierarchy by performing identification work according to the importance of components of a system.

      • SCOPUSKCI등재
      • SCOPUSKCI등재
      • COCOMO 모델의 평가와 조정에 관한 연구

        이명재(Myeong Jae Yi),권기태(Ki Tae Kwon),우치수(Chi Su Wu) 한국정보과학회 1990 한국정보과학회 학술발표논문집 Vol.17 No.2

        본 논문에서는 여러 비용 산정 모델중에서 널리 알려져있는 COCOMO 모델을 평가하고 우리의 자료에 맞게 조정하는 작업을 수행한 결과를 제시하였다. 분석을 위해 국내의 자료 33개를 수집하였다. 먼저, 원래의 COCOMO 모델을 평가하는 작업을 하였는데, 모델이 우리의 환경에 꼭 맞지 않다는 것을 발견하였다. 그다음, 모델에 대해 계수의 조정, 통계 기법을 이용하여 불필요한 비용 요인의 제거와 노력 승수의 조정등으로 처음 보다 많이 향상된 결과를 얻을 수 있었다. 정확한 자료가 좀더 많이 확보된다면 우리의 환경에 꼭맞는 비용 산정 모델을 찾아낼 수 있다는 가능성을 확인하였다.

      • X 응용 원시 코드로부터의 정보 추출

        이명재(Myeong Jae Yi),우치수(Chi Su Wu) 한국정보과학회 1996 정보과학회논문지(B) Vol.23 No.3

        원시 코드로부터 자료 사전, 구조도와 같은 중요한 정보들을 추출하는 방법에 대한 많은 연구가 수행되어 왔다. 이러한 정보들을 기존 시스템의 기능을 이해하고 유지보수하는데 도움을 준다. 만약 이러한 일반적인 정보이외에 특정한 분야의 프로그래밍 지식에 관계된 정보를 추출한다면 기존의 시스템을 유지보수하는 것은 훨씬 쉬어질 것이다. 본 논문에서는 OSF/MOTIF를 사용하여 개발된 X 응용 시스템을 유지보수하기 위한 중요한 정보들을 추출하는 방법을 제안하다. 이 방법은 X 윈도우 시스템과 MOTIF에 관한 프로그래밍 지식에 기반을 두고 있다. 추출되는 정보는 X 응용 시스템을 이해하는데 가장 중요한 정보인 위젯 계층, 위젯과 콜백 함수 또는 이벤트 처리기와의 관계를 포함하고 있다. Many researches have been carried out on extracting valuable information such as data dictionaries, structure charts from the source code These information help to maintain and understand the existing systems' behavior. In addition to these general information, extracting information about the programming knowledge of the specific domain will make it quite easy to maintain the existing systems. In this paper, we present a method to extract some valuable information to maintain an X application system developed by OSF/MOTIF. This method is based on the programming knowledge of the X window system and MOTIF. The extracted information includes the widget hierarchy, the relationship between the widget and event handlers or callback functions which are the most important information to understand the X application systems.

      연관 검색어 추천

      이 검색어로 많이 본 자료

      활용도 높은 자료

      해외이동버튼