RISS 학술연구정보서비스

검색
다국어 입력

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

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

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

    RISS 인기검색어

      검색결과 좁혀 보기

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

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

      오늘 본 자료

      • 오늘 본 자료가 없습니다.
      더보기
      • 무료
      • 기관 내 무료
      • 유료
      • 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.

      • COSCRIPT : 멀티미디어 프리젠테이션 프로그래밍 언어의 정의

        박지은(Ji-Eun Park),이동현(Tong-Hyun Lee),김두현(Doo-Hyun Kim),송동호(Dong-Ho Song) 한국정보과학회 1993 한국정보과학회 학술발표논문집 Vol.20 No.2

        본 논문에서는 멀티미디어 프리젠테이션을 보다 고급으로 지원하기 위하여 메타포 중심의 프로그래밍 언어인 COSCRIPT (COSMOS SCRIPT)의 기본 개념을 기술하고, 이의 메타포 정의와 프로그래밍 언어적 기본 특성에 관하여 기술한다. COSCRIPT는 현재, 한국전자통신연구소에서 수행중인 COSMOS(Cooperative Object Sharing for Multimedia Operating System) 개발 과제 중 중위층에 해당하는 부분으로 COSMOS의 멀티미디어 지원에 관련된 개념을 추상화하여 이해하기 쉬운 형태로 사용자에게 제공함으로써 손쉽게 COSMOS의 응용 프로그램을 사용할 수 있도록 하는데 그 목적이 있다. COSCRIPT의 메타포는 카드(Card)와 덱(Deck)을 기반으로 구성되는데, 카드는 비디오, 오디오 등의 연속 미디어 뿐만 아니라 그래픽, 텍스트 등의 정적 미디어 그리고 이벤트를 나타내는 버튼을 부착 할 수 있는 멀티미디어 프리젠테이션의 기본 단위이다. 덱은 논리적인 연관성을 갖는 카드들의 순서 집합으로 프리젠테이션 뿐만 아니라 카드간의 자유로운 탐색 기능을 제공함으로써 하이퍼 프리젠테이션을 표현할 수 있는 기능을 가진다.

      • 트랜잭션을 위한 데이터 우선순위 기반형 시간소인 순서화 기법

        윤석환(Yoon Seok Hwan),김평중(Kim Pyoung Jung),박지은(Park Ji Eun),이재영(Lee Jae Young),이동현(Lee Tong Hyun),궁상환(Kung Sang Hwan) 한국정보처리학회 1997 정보처리학회논문지 Vol.4 No.5

        Timestamp-Ordering Protocol among transaction scheduling algorithms can cause the priority reversion that a transaction with higher priority is processed after the transaction with lower priority by assigning timestamp to transactions entering system and scheduling them based on the timestamp. To prevent this reversion, we suggest a data priority-based timestamp ordering protocol to schedule transactions based on their priority within the same timestamp group after grouping transactions into constant time interval based on entering points. To evaluate the performance of this protocol, we compared the performance of this protocol with that of others after constructing the simulation environment with real time database system. We verified that the performance of proposed protocol is superior to that of timestamp ordering protocol under the condition of high load and high data conflicts.

      연관 검색어 추천

      이 검색어로 많이 본 자료

      활용도 높은 자료

      해외이동버튼