RISS 학술연구정보서비스

검색
다국어 입력

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

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

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

    RISS 인기검색어

      검색결과 좁혀 보기

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

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

      오늘 본 자료

      • 오늘 본 자료가 없습니다.
      더보기
      • 무료
      • 기관 내 무료
      • 유료
      • 상호대화식 Web3D 컨텐츠의 구현 및 응용

        김혁진,Kim Hyeock-Jin 한국컴퓨터산업학회 2005 컴퓨터産業敎育學會論文誌 Vol.6 No.2

        현재 인터넷관련 기술은 단순한 2D로부터 상호작용 하는 3D 컨텐츠 형태로 변화하고 있다. 본 논문에서는 저작도구인 TurnTool를 이용하여 고품질의 상호대화식 Web3D 컨텐츠를 구현하고 이를 제품 매뉴얼 제작에 응용한다. 여기에서, 보다 사실적이고 사용자와의 상호작용이 가능한 Web3D 매뉴얼을 쉽고 빠르게 구현하는 방법을 제시한다. 이것은 기존의 Web3D 컨텐츠 저작도구들이 가진 문제점을 보완한다. 따라서 용량을 최소화하고, 구현 과정을 축소하여 제작 시간을 줄이며, 별도 EAI(External Authoring Interface)의 연계 없이 자바 스크립트를 사용하여 쉽게 상호작용이 가능한 컨텐츠를 구현 할 수 있다. The web technology related with internet at present is changed into the 3D interactive environment form one sided communication of simple contents. In this paper, a high quality interactive Web3D Contents was realized by using the TurnTool, a authoring tool. This paper suggests the method that can easily and quickly realize the Web3D manual which is more realistic md capable of interaction with user. This method makes up for the weak points in the existing Web3D tool system. Therefore we can realize the contents that able to easily interact through minimizing file size md omitting procedure of additional EAI(External Authoring Interface) by using the Java Script.

      • 위치기반 교통정보 서비스 시스템 구현

        김혁진,전병찬,Kim, Hyeock-Jin,Jean, Byoung-Chan 한국컴퓨터산업학회 2008 컴퓨터産業敎育學會論文誌 Vol.9 No.3

        This paper suggested a location-based traffic information service system using TPEG and GIS. Measurement technique, location server, applied service technique, and linkage technique with database were used to provide the location-based traffic information service. In particular, TPEG-RTM includes location information and load traffic message. The location information to be included in each message displayed a specific point, section or region limit of the load. Actually, because it was impossible to receive data using TPEG receiver, a proposed program included in this paper was used to produce an arbitrary database and read it, Also, TPEG event happened time was indicated on the map for matching test of a TPEG message and WGS84 coordinate, and finally it was verified with art example of a vehicle approaching to an event happened place. 본 논문에서는 TPEG와 GIS를 이용한 위치기반 교통정보 서비스 시스템을 제안하여 구현한다. 위치기반 서비스를 제공하기 위하여 측정기술과 위치서버, 응용서비스기술, DB와의 연동기술 등을 사용한다, TPEG-RTM 메시지는 위치정보 및 도로교통 메시지를 포함하고 있다. 각 메시지에 포함되는 위치정보는 도로의 특정지점, 구간 또는 지역범위 등으로 나타난다. 따라서, 본 논문을 구현함에 있어서 TPEG 수신기를 사용한 데이터 수신이 불가능하므로 임의의 DB를 생성하고 이를 읽어들이는 방식을 사용한다. TPEG 메시지와 수신한 WGS84 좌표의 매칭 테스트를 위해서 지도상에 TPEG 이벤트 발생시점을 표시하고 차량이 이벤트 발생시점으로 다가가는 예제를 가지고 검증한다.

      • 3-Tier 구조를 이용한 케이터링 시스템 개발

        김혁진,Kim, Hyeock-Jin 한국컴퓨터산업학회 2006 컴퓨터産業敎育學會論文誌 Vol.7 No.4

        3-Tier 구조는 비즈니스 로직을 공유할 수 있으므로 기존의 코드의 재사용성이 보장되며, 사용자 인터페이스만 담당하는 작고 가벼운 클라이언트 어풀리케이션을 만들 수 있기 때문에 클라이언트의 많은 메모리와 계산능력을 필요로 하지 않는다. 본 논문에서는 데이터베이스, 언어 그리고 ADO(ActiveX Data Object) 엔진을 이용하여 3-Tier 구조의 기술을 접목한 식자재 코드관리, 식자재 소요량 자동산출, 식자재 매입/출하 관리, 식단관리, 결산처리 등을 할 수 있는 케이터링 시스템을 개발한다. 이 시스템은 급식 분야에 생산성을 향상시킬 뿐만 아니라 비용 절감을 얻을 수 있다 급식 서비스 업무 환경에 적합한 시스템으로써 많은 활용이 기대 된다. Because the 3-Tier structure cia share a business logic, the reuse of existing code could be guaranteed Al so tiny and little client application in charge of user interface can he made that it doesn't need plenty of client memory and calculation capability. Catering system that capable of meal material code management autom atic production of requiring quantity, purchase and shipping management menu management, account management was developed for grafting 3-Tire structure technology using database language and ADO(ActiveX Dat a Object). This system improved production in field of school lunch program and saved o(poises. finally, this system is suitable to the service environment of school lunch program and lots of utilizations would be anticipated.

      • PLC 기반의 홈 네트워크 테스트베드 설졔 및 구현

        김혁진,한기반,전병찬,Kim, Hyeock-Jin,Han, Kuy-Ban,Jean, Byoung-Chan 한국컴퓨터산업학회 2009 컴퓨터産業敎育學會論文誌 Vol.10 No.4

        유비쿼터스 환경의 일환으로 있는 홈 네트워크는 원격제어 서비스, 모니터링, 정보가전기기의 연동서비스, 보안 서비스 등의 다양한 서비스들이 제공된다. 이러한 서비스들이 사용화되기 위해서는 먼저 테스트를 통한 검증과정이 필요하다. 본 논문에서는 홈 네트워크의 환경 구축 및 응용 서비스의 테스트와 연구 개발을 하기 위한 홈 네트워크 테스트베드를 설계하고 구현하고자 한다. 홈 네트워크 테스트베드의 솔루션으로 추가로 배선을 설치할 필요없이 기존의 전력선을 그대로 사용하기 때문에 비용이 적게 들고 설치가 용이한 PLC를 이용하였다. 또한, 홈 네트워크 테스트베드의 솔루션으로 Zigbee를 이용한 무선센서 네트워크를 사용하였다. 정보가전기기를 제어 및 모니터링 하는 Home Auto로 구현하였으며, Home Auto와 댁외의 단말기들을 연결하는 Home Gateway로 구현하였다. Remote control service, monitoring, gear service of information electronic appliance, various services of security service and so on of Home network that is by link of Ubiquitous environment are offered. These services need verification process through priority test to use and are changed. If test using actuality information electronic device for test, much expenses and time may be invested. Home network test bed offers softness of research using control model and simulator, in this paper, Wish to design and embody home network test bed to do environment construction of home network and test of application service. Because use istent power line just as it is without necessity to establish circuit in addition by solution of home network testbed, expense costs to be less and establishment used easy PLC. Also, propriated Wireless sensor network that use Zigbee by solution of home network testbed. Appliance check and monitor square do by Home Auto that know embodied, and embodied by Home Gateway that interlink terminals of Home Auto and out of.

      • 엔터프라이즈 아키텍처를 위한 WIF 기반의 스마트 클라이언트 애플리케이션 브라우저 설계

        김혁진(Hyeock-Jin Kim),김영주(Young-Joo Kim) 한국산학기술학회 2014 한국산학기술학회 학술대회 Vol.- No.-

        현재 많은 정보시스템은 시스템의 복잡성 중복개발, 신뢰할 수 있는 보안 및 인증으로 과다한 유지보수 비용이 요구되고 있으며 기술의 일관되고 체계적인 활용에 한계를 나타내고 있다. 또한 비즈니스 프로세스 및 정보기술 라이프 사이클에 따른 변화 관리와 정보기술 자원의 복잡성 증가에 따른 효율적인 정보기술 자원관리, 정보기술 기반구조의 통합적 설계를 위해 엔터프라이즈 아키텍처의 구축이 절실하게 요구되고 있는 실정이다. 따라서 본 연구에서는 엔터프라이즈 아키텍처에서 애플리케이션 개발 통합성과 신뢰성 있는 보안과 인증을 위해 WIF 기반의 스마트 클라이언트 애플리케이션 브라우저를 설계하였다.

      • KCI우수등재

        PC 그래픽스 도구로서의 3중첩 구간적 Bézier 3차 곡선의 구성

        김혁진(Hyeock Jin Kim),김하진(Ha-Jine Kimn),권용훈(Yonghoon Kwon) 한국정보과학회 1993 정보과학회논문지 Vol.20 No.2

        임의의 평면상에 주어진 자료점들로부터 구성되는 Bézier 곡선의 차수는 전체 곡선을 하나의 Bézier 곡선으로 정의한다면 자료점의 개수에 따라 증가하게 된다. 따라서, 컴퓨터 그래픽스 혹은 컴퓨터를 이용한 기하학적 설계 등에서 Bézier 곡선을 사용할 때 수치적 계산상의 많은 제약을 받게 된다. 본 논문에서는 이를 극복하기 위해 Bézier 곡선에 구간적(piecewise) 개념을 접목한 낮은 차수의 근사곡선을 구성하였다. 즉, 주어진 자료점들을 4개씩 중복되도록 차례로 묶어, 각각의 부분 구간에서 정의된 3차 Bézier 곡선을 구성하고, 이들 3차 Bézier 곡선들을 선형결합(linear combination)함으로써, 각 구간에서나 전체 구간에서의 차수가 3차이면서 Bézier 곡선의 특성을 갖는 근사곡선인 “3중첩 구간적 Bézier 3차 곡선”(TPBC CURVE; Triplicated Piecewise Bézier Cubic Curve)를 구성하였다. The degree of Bézier curve constructed with a set of discrete plane points increase in propotion to the number of data points if we define a whole curve as one Bézier curve. Thus, in computer graphics and computer-aided geometric design, Bézier curves require higher computational complexity. To avoid problem, it is necessary to construct a modified Bézier curve which is a piecewise low-degree polynomial curve polynomial curve For this purpose, we bind a set of given data points with 4 data points overlapped in turn and construct a cubic Bézier curves on each subinterval, and compute a linear combination of these cubic Bézier curves to generate a smooth curve. Our resulting curve is cubic on the whole interval and is an approximate curve while keeping the characteristics of Bézier curve. In fact, we construct a new cubic curve which fits very closely with the Bézier curve, which is called as a Tripicated Piecwise Bézier Cubic Curve(TPBC-Curve).

      • KCI등재후보

        B-spline에 대한 근사변환의 실험적 분석

        김혁진(Hyeock-Jin Kim) 한국컴퓨터정보학회 2005 韓國컴퓨터情報學會論文誌 Vol.10 No.1

        서로 다른 기하학적 모델링 시스템을 사용하는 곡선 및 곡면의 자료 교환에서, 시스템이 지원하는 B-spline 곡선 및 곡면의 최대 차수에 제한이 있을 때, 주어진 허용 오차 범위 내에서 낮은 차수로의 차수 감소가 필요하다. 본 논문에서는 근사 변환의 한 방법인 B-spline 곡선의 차수 감소 방법을 적용한 실험적 결과를 제공한다. B-spline 곡선의 근사변환에서 기존의 Be'zier 곡선의 차수감소 방법들을 차수 감소 과정에 적용하고, 그 방법들을 비교 분석한다. knot 제거 알고리즘도 자료 감소를 위하여 차수 감소과정에 적용한다. The degree reduction of B-splines is necessary in exchanging parametric curves and surfaces of the different geometric modeling systems because some systems limit the supported maximal degree. In this paper, We provide an our experimental results in approximate conversion for B-splines apply to degree reduction. We utilize the existing Be' zier degree reduction methods, and analyze the methods. Also, knot removal algorithm is used to reduce data in the degree reduction process.

      • KCI등재

        Red5와 Node.js를 활용한 실시간 음성 및 영상 시스템의 설계 및 구현

        김혁진(Hyeock-Jin Kim),곽우영(Woo-Young Kwark) 한국컴퓨터정보학회 2014 韓國컴퓨터情報學會論文誌 Vol.19 No.10

        웹은 문서를 공유하고 전달하는 방식이다. 그러나 현재는 음성/영상 데이터를 실시간으로 전달이 가능하며, 더욱 발전하여 사물과 연동되는 사물 인터넷으로 발전이 되고 있다. 기존의 음성/영상 데이터를 전달하는 프로그램의 경우 이기종 시스템과의 인터페이스, 확장성, 비용에서 많은 제약이 따른다. 본 논문에서는 음성/영상 전달 시스템이 이기종 운영체제의 제약을 개선하며, 기존 ERP 시스템과 호환성 및 확장성이 좋은 오픈소스 기반 시스템을 연구하여 개발한다. 프로그램은 이기종 시스템과의 인터페이스, 확장성을 고려한 방법론으로 프로그램을 설계 및 개발 하며, 시스템 구성 또한 오픈소스 기반의 비용절감과 확장성을 고려한 시스템으로 구성한다. 그러므로 연구 개발된 시스템은 확장성 및 인터페이스에서 우수함을 보이며, 시스템의 설계 및 개발 방법론은 영상회의, 영상채팅, 실시간 HMI(Human Machine Interface), 영상 SNS 등 여러 분야에서 활용이 가능하다. The Web is a way to share documents and communicate. However, voice and video data can be transmission in real time and currently being developed by the objects and the objects that interact to further develop the Internet. Existing video and audio programs to transmission data to the interface of different types of systems a lot of constraint condition on the cost of the interface, extensibility. In this paper, voice and audio transmission system a different operating system, improve the constraints of the ERP system compatibility and extensibility is a open source based system developed by the research. The program is different types of systems and interface, extensibility with program design and development methodologies, and open source-based system composed This system is good for cost saving and extensibility. Therefore, systems research and development, Extensibility and excellent on the interface, system design and development methodologies, such as real-time video conferencing, HMI, and take advantage of your video available from SNS.

      • 새로운 그래픽스 도구로서의 TPBC - 곡선(Triplicated Piecewise Bézier Cubic Curve)에 관한 연구

        김혁진(Hyeock Jin KIM),예홍진(Hong Jin YEH),김하진(Ha-Jine KIMN) 한국정보과학회 1988 한국정보과학회 학술발표논문집 Vol.15 No.2

        본 논문에서는 n개의 이산점들이 나타내는 곡선 혹은 곡면을 구성함에 있어서 cubic B-spline과 베지에르(Cubic Bézier)곡선을 비교, 조합하여 서로의 장점들을 갖춘 새로운 그래픽스 도구로서의 Triplicated Piecewise Bézier Cubic 곡선(TPBC-curve)을 제안 하고자 한다. 이 때, TPBC-곡선은 전체 곡선의 차수를 3차 이내로 제한하면서 자료점에 따른 진동(oscillation) 현상을 줄이고 전체 곡선의 구현을 최소화 하기 위하여 삼 중복 구간적(Triplicated Piecewise)으로 구성되며, 구현을 편리하게 하기 위하여 곡선함수는 매개변수화(parametrization)로 다루었다. 또한, 화면 혹은 도면을 통하여 사용자와 컴퓨터와의 대화식(interactive)으로 기함수(bases)의 가중치(weight)를 시각적으로 조정함으로서 근사(approximation) 곡선에서 부터 보간(interpolation) 곡선 사이의 임의의 부드러운 곡선을 얻을 수 있게 하여 실용성을 높였다.

      연관 검색어 추천

      이 검색어로 많이 본 자료

      활용도 높은 자료

      해외이동버튼