검색결과

검색조건
좁혀보기
검색필터
결과 내 재검색

간행물

    분야

      발행연도

      -

        검색결과 2

        1.
        2015.03 KCI 등재 구독 인증기관 무료, 개인회원 유료
        For increase the game speed, game systems apply a multi-threading. The popularization of multi-core system accelerates multi-threading also. Multi-threading brings high performance, but this is not ease to apply the game logic. Because many multi-core system share the memory, if two or more threads access the same memory region, they can be conflicted. Multi-threading uses Lock method to prevent the conflict, but Lock method reduces the performance. For increase the performance, programmer can use Lock-Free method. In this case, we found strange phenomenon that Lock-Free queue operates incorrectly, and this phenomenon has been accelerated by number of threads. In this study, we analyzed the input output of the Lock-Free Queue in multi-core system.
        4,000원
        2.
        2004.09 KCI 등재 서비스 종료(열람 제한)
        미디(Musical Instrument Digital Interface)란 마이크로 프로세서를 쓰는 전자적인 음악 기구간의 인터페이스로 연주자의 연주에 대한 정보를 전송하게 되는데 이러한 미디 컨트롤러에서 발생된 미디신호를 이용하여 게임플레이에서 사용되어지는 기존의 입력장치(PC 키보드, 마우스, 조이스틱)와는 다른 사용자 인터페이스로의 확장을 연구한다.