RISS 학술연구정보서비스

검색
다국어 입력

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

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

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

    RISS 인기검색어

      검색결과 좁혀 보기

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

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

      오늘 본 자료

      • 오늘 본 자료가 없습니다.
      더보기
      • 무료
      • 기관 내 무료
      • 유료
      • KCI등재

        세라믹(BNT)-폴리머(BCB) 복합체의 경화 거동과 유전특성에 대한 연구

        김운용,전명표,조정호,김병익,명성재,신동욱,Kim, Un-Yong,Chun, Myoung-Pyo,Cho, Jung-Ho,Kim, Byung-Ik,Myoung, Sung-Jae,Sin, Dong-Uk 한국결정성장학회 2007 한국결정성장학회지 Vol.17 No.6

        We made $(1-x)BCB-xBNT(BaNd_2Ti_4O_{12})$ (x=20, 30, 40, 50 vol%) composite thick film with a high dielectric constant and low loss by the hand casting method. Dielectric constant and dielectric loss of prepared thick film are measured at 1MHz and curing behavior of the film are observed through thermal analysis such as DSC. We investigated the effect of contents of BNT filler and curing behavior of film on dielectric properties of BCB-BNT composite. Dielectric constant increased with increasing BNT filler from 20 to 50 vol% and dielectric loss ($tan{\delta}$) decreased with increasing BNT filler. Dielectric constant and loss ($tan{\delta}$) of composite material was not nearly dependent on the curing behavior. But as a result of TCC (Temperature Characteristics of Coefficient) decreased with increasing the curing temperature, we confirmed that the curing of these composite system is most stable above $250^{\circ}C$. 높은 유전상수와 낮은 유전손실을 가지는 $(1-x)BCB-xBNT(BaNd_2Ti_4O_{12})$ (x=20, 30, 40, 50 vol%) 복합 재료를 제작하였다. 제작된 film의 유전 상수와 유전 손실은 1 MHz에서 측정되었고, DSC와 같은 열분석을 통하여 그 경화거동을 관찰하고, BNT의 함량과 film의 경화 거동이 유전특성에 어떠한 영향을 미치는지에 대하여 조사하였다. 충진제로 사용된 BNT가 $20{\sim}50vol%$까지 증가함에 따라 그 복합체의 유전상수는 증가, 유전 손실($tan{\delta}$)은 감소하였고, BCB-BNT 복합체의 유전 상수와 유전 손실($tan{\delta}$)은 경화 반응에 거의 영향을 받지 않는다. 그러나 경화 온도가 증가함에 따라 TCC(Temperature Characteristics of Coefficient)가 감소하는 것으로 복합체의 경화는 $250^{\circ}C$ 이상에서 가장 안정하다는 것을 확인하였다.

      • 모듈 클래스 종속 그래프를 이용한 객체지향 프로그램 슬라이싱에 관한 연구

        김운용,정계동,최영근,Kim, Un-Yong,Jeong, Gye-Dong,Choe, Yeong-Geun 한국정보처리학회 1999 정보처리논문지 Vol.6 No.7

        본 논문에서는 클래스들간의 종속관계를 효율적으로 표현하기 위한 모듈클래스 종속그래프를 제안한다. 객체 지향언어는 설계시 독립적으로 개발되어지고, 클래스들간의 관계를 형성하여 구성되어진다. 따라서 이러한 독립적인 특성을 고려하고, 클래스 계층구조에 존재하는 클래스들간의 관계를 효율적으로 표현할 필요가 존재한다. 본 논문에서는 어플리케이션에 종속적인 기존의 시스템 종속그래프와 단위 클래스를 표현하는 클래스 종속그래프에서 제시되지 않고 있는 클래스들간의 관계를 표현하기 위해 객체지향시스템의 설계단위인 모듈의 개념을 이용하여 모듈클래스들 종속그래프를 제시하고, 객체지향의 특징인 객체의 생성자, 상속관계 및 동적 바인딩 효과를 적용시켜 효율성의 검증과 이를 절차간 슬라이싱에 적용시켜 슬라이싱의 관계를 고찰한다. 또한 모듈 클래스에 존재하는 클래스의 멤버데이터들간의 구별을 가능하게 하기 위한 파라메터의 표현법을 제시한다. 이러한 모듈클래스 종속 그래프를 통해 시스템 설계시 모듈 클래스간의 관계를 보다 정확하게 분석할 수 있고, 시스템 분석에 필요한 역공학, 테스팅, 시각화와 같은 다른 응용에 폭넓게 적용될 수 있다. This paper presents the Module Class Dependency Graph for expressing the dependency relations between classes effectively. The object-oriented language is developed independently at design time, and consists of relationship between classes. Therefore we need to consider these characteristics of independence, and to express effectively the relation of classes which is existed in class hierarchy. In the System Dependence Graph and Class Dependence Graph, the relationship of classes is not expressed. To express the class relationship, we propose the Module Class Dependence Graph, and we verify the effectiveness of this method applying to object constructor, inheritance relationship and dynamic binding. Also, we presents the expressing method of parameter to identify the member data of classes. Using this Module Class Dependency Graph, we can analyze the relationship of module class correctly at design time. This method can be applied to reverse engineering, testing, visualization and other various fields to analyze system.

      • 코드 자동 생성을 위한 XML 기반의 효율적인 디자인패턴 구조

        김운용,김영철,주복규,최영근,Kim, Un-Yong,Kim, Yeong-Cheol,Ju, Bok-Gyu,Choe, Yeong-Geun 한국정보처리학회 2001 정보처리학회논문지D Vol.8 No.6

        디자인패턴은 어플리케이션 개발 시에 고려된 문제들로부터 독립적이며 확장성과 유지보수성에 대한 문제를 해결하기 위한 디자인 지식이며 현재 광범위하게 이용되고있는 분야이다. 그러나 이러한 광범위한 디자인패턴의 활용에도 불구하고 디자인 패턴에 명세와 활용은 주로 개발자의 수작업에 의존하고 있다. 그 결과 일관된 형태의 분석과 활용이 어렵고 오류 발생 빈도를 높일 뿐 아니라 프로그램 개발에 많은 시간을 필요로 한다. 따라서 이러한 문제를 해결하기 위해 본 논문에서는 디자인 패턴을 구조화하기 위해 XML을 사용한 표현방법, 이를 이용한 디자인 패턴 활용시스템 구조를 제시한다. 또한 이러한 표기법과 활용구조를 통해 소스코드 자동생성 지원 시스템을 제시하고 적용 예를 보이고자한다. XML을 이용한 구조화된 문서활용은 소스코드 생성시 사용자들에게 더 작은 코드를 작성하게 만들고, 더 안정된 시스템을 구축할 수 있게 한다. Design Patterns are design knowledge for solving issues related to extensibility and maintainability which are independent from problems concerned by application, but despite vast interest in design pattern, the specification and application of patterns is generally assumed to rely on manual implementation. As a result, we need to spend a lot of time to develop software program not only because of being difficult to analyze and apply to a consistent pattern, but also because of happening the frequent programing faults. In this paper, we propose a notation using XML for describing design pattern and a framework using design pattern. We will also suggest a source code generation support system, and show a example of the application through this notation and the application framework. We may construct more stable system and be generated a compact source code to a user based on the application of structured documentations with XML.

      • KCI등재후보

        디자인 패턴에 대한 소스코드 자동 생성 기법

        김운용,최영근,Kim, Woon-Yong,Choi, Young-Keun 한국정보처리학회 2002 정보처리학회논문지D Vol.9 No.5

        객체지향 프로그래밍의 주요 목적은 효율적인 재사용성과 개발시간의 단축 그리고 소프트웨어 품질의 향상에 있다. 이러한 목적을 달성하기 위한 하나의 방법으로 소프트웨어 개발 시 기존에 잘 정의되고 테스트된 설계정보를 이용하는 것이다. 이 잘 정의되고 테스트된 설계정보는 디자인 패턴이라 불러진다. 이 디자인 패턴은 소프트웨어 개발 시 특정상황에서 발생할 수 있는 문제에 대한 해결책을 표현하고 있다. 그러나 이 패턴은 추상적인 해결책을 제시하고 있기 때문에 어플리케이션 개발 시 적용되는 디자인 패턴에 대한 명세와 활용은 주로 개발자의 수작업에 의존하고 다양한 형태로 적용되고 있다. 그 결과 일관된 형태의 분석과 활용이 어렵고 오류발생 빈도를 높일 뿐 아니라 프로그램 개발에 많은 시간이 필요하다. 또한 적용된 패턴은 어플리케이션 내부에서 시각적으로 표현되지 않기 때문에 이 패턴에 대한 분석과 테스팅이 어렵다. 이에 본 논문에서는 어플리케이션 개발 시 디자인 패턴의 요소를 효율적으로 적용할 수 있기 위해 디자인 패턴에 대한 소스코드 자동 생성기법을 제시하고 어플리케이션 내부에 적용된 패턴들간의 분석 및 활용법을 보인다. 이를 통해 어플리케이션 내부의 디자인 패턴들은 일관된 형태의 구조와 효율성을 제공하고 이들간의 분석 및 활용 효과를 증대시킨다. A purpose of the object-oriented programming is to promote reuse and development time, and to improve software quality. A way for this purpose is using a design information well-defined and tested in previous time when developing software. Such design information is called design patterns. The design patterns are descriptions of abstract solution to recurse software design problems In a systematic and general way. But because the design patterns are descriptions of abstract solution, the specification and application of patterns generally rely on manual implementation and is applied to various forms. As a result, we need to spend a lot of time to develop software program not only because of difficulty in analyzing and applying to patterns consistently, but also because of the frequent programing faults. And because the applied design patterns don't express inside application visually, it is difficult to analyze and test for this design patterns. In this paper, we propose automatic source code generating technique to be able to efficiently apply the element of design patterns when developing application. And we show a way to analyze and use the applied design patterns in application. As a result, the design patterns in application provide the consistent structure and efficiency, and make analysis and using effect increased.

      • KCI등재

        디자인 패턴의 점진적 통합을 이용한 패턴지향 소프트웨어 개발 방법

        김운용,최영근,Kim, Woon-Yong,Choi, Young-Keun 한국정보처리학회 2003 정보처리학회논문지D Vol.10 No.5

        디자인 패턴은 소프트웨어 생산성 향상을 위해 사용되는 효율적인 기술로써 인식되고 있다. 이러한 디자인 패턴은 소프트웨어 설계시 자주 발생되는 특정 상황에 대한 문제를 효과적으로 해결할 수 있는 방법을 제공한다. 현재까지 다양한 분야에 필요한 디자인 패턴들이 발견되고 이들의 활용성을 증명하는 연구가 진행되고 있다. 그러나 소프트웨어 개발에 이들 디자인 패턴을 효과적으로 적용시키기 위한 체계적인 접근방법에 대한 연구가 부족하다. 본 논문에서는 점진적 디자인 패턴 통합을 통한 패턴지향 소프트웨어 개발 방법을 제시한다. 이를 위해 먼저 디자인 패턴을 활용하는 개발 프로세스를 정의하고 이 프로세스에서 요구되는 점진적 디자인 패턴 통합기법 및 디자인 패턴 기반의 소프트웨어 설계관점을 보인다. 또한 소프트웨어 시스템에 존재하는 디자인 패턴의 효율적인 추적 및 관리방법을 제시한다. 이러한 과정은 피드백 프레임워크 시스템 설계를 통해 구체화된다. 소프트웨어 개발시 디자인 패턴을 이용한 체계적인 접근과 활용은 초기 개발 단계부터 디자인 경험과 기법들을 효과적으로 활용할 수 있게 함으로써 시스템 개발에 효율성을 증대시킨다. 그 결과보다 안정되고 재사용 가능한 시스템을 이끌어내고 개발 시간과 비용을 단축하는 효과를 제공할 것이다. Design patterns are known widely by the techniques to improve software qualify. The design patterns are efficient solutions for problems occurring frequently in software development. Recently there are wide researches for design patterns to find them and to verify usability for them. But there are very few researches to define systematic development approaches about constructing application using design patterns. In this paper, we propose an approach for the pattern-oriented software development process using incremental composition for design patterns. For this proposal, first we define a development process using design patterns, propose technique for incremental composition for design patterns and view ports for software in the process. Also we deal with the problem of efficient traceability and maintenance to design patterns in the software system. And we use a feedback framework system as an illustrative example to show how the process can be used to develop the pattern-oriented software. In the development of software, the systematic development approach and usage increase efficiency to develop the system by using design experience and technique early in the development lifecycle. Therefore the system will assure the high stability and reusability and offer the low cost and time for development.

      • 스마트 모바일 엘리베이터 제어 시스템 구축

        김운용(Woon-Yong Kim) 한국컴퓨터정보학회 2010 한국컴퓨터정보학회 학술발표논문집 Vol.18 No.2

        전통산업의 고도화를 위한 노력으로 IT융합이 다양한 분야로 확대되고 있다. 특히 무선네트워크 및 센서기술의 발달, 스마트폰과 같은 지능화된 단말기의 보급은 정보의 활용성을 높이고 산업 전반으로 확대되고 있다. 엘리베이터 시스템 역시 다양한 분야로의 진화를 추구하고 있으며, 사용자의 요구를 수용하고자하는 노력으로 기존 기계적인 환경에 다변화된 접근방식과 정보전달을 제공함으로써 엘리베이터가 삶의 새로운 중심 모델로 자리 잡고 있다. 이에 본 논문에서는 보다 향상된 사용자 접근 제어를 제공하기 위해 기존 엘리베이터 시스템을 확장한 IT환경기반의 엘리베이터 제어시스템을 구축하고 스마트 모바일 시스템과 결합한 제어 모델을 제시한다. 이를 통해 사용자의 직접적인 엘리베이터 접근을 포함한 무선 환경의 보다 효율적인 원격 접근 방식을 제공함으로써 사용자의 편이성 및 장애인들의 접근성 향상에 도움을 제공할 수 있을 것이다.

      • KCI우수등재
      • 신발 추천 서비스를 위한 딥러닝 기반 발 변인 추정

        김운용(Un Yong Kim),윤정록(Jeongrok Yun),김회민(Hoemin Kim),전성국(Sungkuk Chun) 한국컴퓨터정보학회 2021 한국컴퓨터정보학회 학술발표논문집 Vol.29 No.2

        사용자에게 맞춘 개인화된 제품과 서비스를 제공하는 기술의 발전으로 개인화의 수요는 점점 늘어날 것으로 전망하고 있다. 또한 개인 맞춤형으로 전문 스포츠 선수화, 족부 장애우를 위한 정형 제화 등 전문적인 기능 중심의 개인화나 패션을 위한 스타일 중심의 개인화 등 개인 맞춤 제작 신발을 제작할 때 기존의 아날로그적인 방식으로 발 변인을 측정했을 때 각 변인에 대해 기준점이 명확하지 않아서 재현성이 떨어진다. 따라서 본 논문에서는 자를 이용해 간단히 측정 가능한 기본적인 발 변인 이용하여 다른 변인들을 학습하고 딥러닝을 이용해 추정하는 방법에 대해 서술한다. 이를 위해 20개의 발 변인을 획득하였고 그 중 6개의 기본적인 발 변인을 이용해 14개 변인을 적합 방지를 위해 Dorpout을 적용해 학습하고 학습한 데이터를 이용해 학습하지 않은 데이터를 테스트해 각 변인 별 결과를 보여준다.

      연관 검색어 추천

      이 검색어로 많이 본 자료

      활용도 높은 자료

      해외이동버튼