RISS 학술연구정보서비스

검색
다국어 입력

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

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

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

    RISS 인기검색어

      검색결과 좁혀 보기

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

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

      오늘 본 자료

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

        고장감내 CORBA를 지원하기 위한 객체중개자의 확장

        신범주(Bum-Joo Shin),손덕주(Duk-Joo Son),김명준(Myung-Joon Kim) 한국정보과학회 2001 정보과학회 컴퓨팅의 실제 논문지 Vol.7 No.2

        CORBA 응용에서는 서버 객체가 수행되는 노드 및 네트웍에 오류가 발생할 경우 전체 서비스가 중단되는 결과를 초래한다. 이 같은 문제를 해결하는 방법 중 하나는 동일한 서버 객체들을 여러 노드에 중복 수행시키는 것이다. 여러 노드에 중복되어 동일한 업무를 수행하는 객체들을 객체그룹이라 한다. 본 논문은 서버 객체의 고장감내를 지원하기 위하여 능동복제 방식의 객체그룹을 지원하는 고장감내 CORBA 모델을 제안하고 구현한 결과를 기술한다. 본 논문에서 제안하는 모델은 클라이언트와 서버 사이에 IIOP를 사용하기 때문에 기존의 CORBA 제품들과 상호 운용될 수 있을 뿐 아니라 추가되는 응용 프로그래밍 인터페이스를 최소화하는 장점을 제공한다. 또 응용의 특성에 따라 상태일치 과정을 피할 수 있게 하는 IDL구문을 제공함으로써 불필요한 성능저하를 방지할 수 있게 한다. 현재 능동 복제만을 지원하고 있지만 능동 복제를 지원하는 구조를 변경하지 않고 수동 복제 방식도 쉽게 지원할 수 있다. The failure of network and/or node on which server object is executed is a single point of system failure in the CORBA application. One of the possible ways to overcome such problem is to replicate server objects to several independent nodes. The replicated objects executing same tasks are called object group. In order to provide fault tolerance of server object, this paper proposes and implements new CORBA model that supports the object group based on active replication. The proposed model not only provides interoperability with existing CORBA application but also minimizes additional application interface required to support object group because it uses IIOP to exchange messages between client and server. And this paper extends IDL structure. Depending to application logic, it makes possible to prevent performance degradation caused by consistency maintenance. At present, this paper supports only active replication. But it can be easily extended to provide warm and/or cold passive replication without modification of architecture required for active replication.

      • KCI등재

        대등관계 복제객체 모델을 지원하는 분산 객체 프로그래밍 언어의 설계 및 구현

        신범주(Bum Joo Shin),이동현(Tong Hyun Lee) 한국정보과학회 1999 정보과학회 컴퓨팅의 실제 논문지 Vol.5 No.4

        본 논문은 C++에 분산 객체 프로그래밍 기능을 추가한 D++ 언어를 제안한다. 대등관계 복제 객체 모델을 지원하는 D++는 분산 클래스의 정의, 멤버 함수의 일치성 제어 정의 기능, 그리고 영구 객체 이름에 기반한 분산 객체를 정의할 수 있는 언어 구조를 제공한다. D++ 프로그램에서 새로이 생성되는 분산 객체는 생성 시에 제공되는 객체의 영구 이름과 동일한 영구 이름을 갖는 분산 객체기 존재할 경우 해당 객체들과 복제 관계를 유지함으로써 정보를 공유한다. 각 복제 객체들은 서로 간에 대등한 관계를 가지며, 멤버 함수 정의 시에 기술되는 특성에 따라 일치성이 유지된다. 이 같은 D++의 분산 객체 모델은 실시간 그룹웨어의 기본 요구 사항인 분산 환경에서의 정보 공유 및 사건 공지 기능을 자연스럽게 해결해주기 때문에 실시간 그룹웨어의 개발을 효율적으로 지원할 수 있을 것으로 기대한다. This paper proposes D++ programming language that is an extension of C++ for distributed object oriented programming. The D++, which supports peer-to-peer object model, provides new language constructs for the definition of distributed classes, the definition of the consistency control of the member function and the definition of distributed object variables with the persistent name. In D++, when the persistent name of a newly created distributed object is same as that of an existing distributed object, the new distributed object replicates object state of the existing distributed object and thus they share the object state. The replicas have peer relation and the consistency among them is maintained according to the characteristic described on the definition of designated member functions, it is expected that D++ language increases efficiency in development of real-time groupware because the distributed object model of D++ naturally supports the information sharing and event notification that are the basic functions required when building real-time groupware.

      • KCI등재후보

        자바 프로그램의 런타임 특성 분석을 위한 Kaffe의 확장

        신범주(Bum Joo Shin),이창우(Chang Woo Lee),이완직(Wan Jik Lee) 한국IT서비스학회 2007 한국IT서비스학회지 Vol.6 No.2

          This paper describes an extension of Kaffe JVM which enables to extract runtime characteristics of a Java program. The runtime characteristics include frequency of method call instruction, ratio of library method call and ratio of method whose runtime is less than compile time. It also represents ratio of method called only once, polymorphicity of virtual call and distribution of method size called in runtime. This paper analyses runtime features of the SciMark benchmark suite using the extended Kaffe.

      • 건강을 고려한 빵의 재료에 따른 고객 선호도 분석

        신범주(Shin Peom Ju),박범진(Park Bum Jhin),송은주(Song Eun Joo) 한국식공간학회 2014 식공간연구 Vol.9 No.2

        사회적 변화와 문화적 변화에 따라 소비자들은 건강을 지향하는 기호로 변화되고 있다. 이에 따라 다양한 소비자의 욕구와 기호에 맞는 새로운 상품의 개발은 지속적으로 이루어 져야 한다. 이에 본 연구에서는 현재 베이커리점에서 판매되는 건강빵의 종류, 건강빵 이용재료 선호도를 조사하여 건강빵 제품을 생산하는데 실용적인 도움을 주는 것에 목적을 두었다. 연구의 목적을 달성하기 위해 이론적인 연구와 실증연구를 병행 하였으며, 이론적인 연구에서는 베이커리의 개념과 소비자의 상품선택 요인에 관한 서적, 논문 자료를 이용하여 이론적 고찰을 실시하였다. 조사대상자의 건강빵 이용 재료 선호도는 뿌리류가 가장 높게 나타났으며, 다음으로 뿌리류 > 유산균류 > 야채류 > 곡류 > 과실류 > 잎/열매류 >견과류 > 향신류 > 로 나타났다. 현장조사를 통하여 건강빵을 조사하였으나 직원의 정보수준과 건강빵의 기준이 명확하지 않았다. 향후 건강빵 효능에 대한 정보가 필요할 것이며 건강빵 제품에 대한 개발이 지속적으로 이루어지기를 기대한다. Social and cultural changes are leading consumers to be more health-conscious these days. New products need to be brought into the market to suit various needs and tastes of them accordingly. This study looks into kinds of healthy bread, preferences for bread ingredients that are currently available on the shelf, which should contribute to helping production of health bread in the practical sense. Theoretical and empirical studies are done to fulfil the goal, where the concept of bakery and factors of consumer's product selection are contemplated through relative publications and theses in the former. In the surveyed group, roots are preferred the most with probiotics, vegetables, grains, fruits, leaves, nuts and spices in the descending order. Although the research used field study to investigate healthy bread, the level of employee's understanding on the topic and criteria on the healthy bread is indefinite. It is believed that information on the efficacy of healthy bread will be needed and continuos efforts on the development of healthy bread be made.

      • KCI등재

        영상 특징 검출 기반의 실시간 실내 장소 인식 시스템

        송복득,신범주,양황규,Song, Bok-Deuk,Shin, Bum-Joo,Yang, Hwang-Kyu 한국전기전자재료학회 2012 전기전자재료학회논문지 Vol.25 No.1

        In a real-time indoor place recognition system using image features detection, specific markers included in input image should be detected exactly and quickly. However because the same markers in image are shown up differently depending to movement, direction and angle of camera, it is required a method to solve such problems. This paper proposes a technique to extract the features of object without regard to change of the object scale. To support real-time operation, it adopts SURF(Speeded up Robust Features) which enables fast feature detection. Another feature of this system is the user mark designation which makes possible for user to designate marks from input image for location detection in advance. Unlike to use hardware marks, the feature above has an advantage that the designated marks can be used without any manipulation to recognize location in input image.

      • KCI등재

        리눅스 실시간 스펙트럼 분석기를 이용한 컴퓨터 기반 순음청력검사 시스템의 자동 보정 지원

        이승희,신범주,송복득,김진동,전계록,왕수건,Lee, Seung-Hee,Shin, Bum-Joo,Song, Bok-Deuk,Kim, Jin-Dong,Jeon, Gye-Rok,Wang, Soo-Geon 한국전기전자재료학회 2012 전기전자재료학회논문지 Vol.25 No.10

        Compared to conventional pure-tone audiometer(PTA), the computerized one has several advantages such as relatively lower price, better flexibility, and easy operation. In addition, the computerized PTA can be easily extended to support automatic calibration. In this study, the support of automatic calibration in the computerized PTA has been addressed using the Linux realtime spectrum analyzer and network. In terms of accuracy, the new automatic calibration machine was compared to the existing manually operated one. According to the comparison, normal operation and high accuracy were observed within the scope of the international standard.

      • 대용량 파일 시스템을 위한 메타데이터 구조 설계

        김신우(Shin Woo Kim),이용규(Yong Kyu Lee),김경배(Gyoung Bae Kim),신범주(Bum Joo Shin) 한국정보과학회 2000 한국정보과학회 학술발표논문집 Vol.27 No.2Ⅲ

        멀티미어 데이터의 크기가 커짐에 따라, 파일 시스템에 대량의 데이터를 저장하는 것이 필요하다. 기존의 파일 시스템이 대용량의 데이터를 저장하는 면에서 우수한 성과를 얻기 어려움에 따라, SAN(Storage Area Network)을 이용한 새로운 파일 시스템이 최근에 연구되고 있다. SAN을 이용한 파일 시스템인 GFS는 기존 파일시스템들에 비해 대량의 데이터를 저장할 수 있도록 설계되었지만, inode와 빈 공간의 관리가 효율적이지 못하였다. 본 논문에서는 이러한 문제점을 해결하기 위해서 GFS의 inode 구조, 데이터 블록 할당 기법, 그리고 빈 공간 관리 기법에 중점을 두어 메타데이터 구조를 개선한다. 그 결과 데이터 블록 접근 시간을 줄이는 새로운 inode 구조를 설계하고, 큰 파일에는 연속된 블록으로 된 익스텐트로 할당하고 작은 파일에는 블록들로 할당하는 새로운 데이터 할당 기법을 제시한다. 또한, 빈 공간을 신속히 할당 회수할 수 있도록 빈 익스텐트들과 블록들의 주소를 저장하여 두는 독창적인 빈 공간 지갑을 사용한다. 성능 분석 결과 이러한 개선 방안들이 기존의 다른 시스템들보다 효율적임을 알 수 있다.

      • KCI등재

        일 대 다 모델을 지원하는 자동 ABLB 청력 검사 시스템

        송복득,강덕훈,신범주,김진동,전계록,왕수건,Song, Bok-Deuk,Kang, Deok-Hun,Shin, Bum-Joo,Kim, Jin-Dong,Jeon, Gye-Rok,Wang, Soo-Geun 한국전기전자재료학회 2011 전기전자재료학회논문지 Vol.24 No.6

        ABLB (alternate binaural loudness balance) test is one of the medical assessments to diagnose detailed lesion of sensory-neural hearing loss based on a recruitment phenomenon. However, current ABLB audiometry takes an operational model, so called face-to-face model, in which model one audiometrist can assess only one subject at a time. As a result, this face-to-face model leads to expensive audiometrist's labor cost and lengthy wait when there exist many subjects. As a solution, this paper suggests an ABLB audiometry system supporting one-to-many model in which model an audiometrist enables to assess several subjects concurrently. By providing such capabilities as real-time transfer of assessment result, video monitoring of subject and video chat, this solution can provide same effect as face-to-face model but overcome weakness of the existing face-to-face model.

      연관 검색어 추천

      이 검색어로 많이 본 자료

      활용도 높은 자료

      해외이동버튼