• 제목/요약/키워드: Implementation Table

검색결과 410건 처리시간 0.026초

C++ 코드로부터 클래스 관련 정보 생성 도구의 설계 및 구현 (The Design and Implementation of Class Relation Information Tool from C++ Code)

  • 장덕철;박장한
    • 한국정보처리학회논문지
    • /
    • 제7권3호
    • /
    • pp.818-830
    • /
    • 2000
  • Automation tools for program analysis are needed in order to program understand and maintain, extract the characteristics of object-oriented program such as class name, member function and data member. In this paper, we carried out design and implementation of the automation tool for effective maintenance of object-oriented software. Being based on Reverse Engineering, this approach extracts class relationship information from C++ source code and generates object-oriented model of class diagram using UML as the standard object-oriented methodology. Therefore, this paper provides developers visualized including class information, definitions of classes, inheritance relationships, set relationships, and simple reference relationships. Finally in this paper, we propose a method that construct class relationship information to table in analysis state and make form of table construction to link form so tat developers can perform understanding and maintaining program efficiently. And this method enable to restructure and reuse in object-oriented model.

  • PDF

CNN에서 입력 최댓값을 이용한 SoftMax 연산 기법 (SoftMax Computation in CNN Using Input Maximum Value)

  • Kang, Hyeong-Ju
    • 한국정보통신학회논문지
    • /
    • 제26권2호
    • /
    • pp.325-328
    • /
    • 2022
  • A convolutional neural network(CNN) is widely used in the computer vision tasks, but its computing power requirement needs a design of a special circuit. Most of the computations in a CNN can be implemented efficiently in a digital circuit, but the SoftMax layer has operations unsuitable for circuit implementation, which are exponential and logarithmic functions. This paper proposes a new method to integrate the exponential and logarithmic tables of the conventional circuits into a single table. The proposed structure accesses a look-up table (LUT) only with a few maximum values, and the LUT has the result value directly. Our proposed method significantly reduces the space complexity of the SoftMax layer circuit implementation. But our resulting circuit is comparable to the original baseline with small degradation in precision.

망 관리시스템을 위한 실제자원 시뮬레이터 구현 (Implementation of Real Resource Simulator for Network Management System)

  • 송병권;김건웅;진명숙
    • 한국정보과학회:학술대회논문집
    • /
    • 한국정보과학회 2002년도 봄 학술발표논문집 Vol.29 No.1 (A)
    • /
    • pp.157-159
    • /
    • 2002
  • 본 논문에서는 신세 자인의 개발 전에도 망 관리 시스템의 개발 및 운용 테스트를 수행하도록 지원하는 실제 자원 시뮬레이터(RRS: Real Resource Simulator)를 소개한다. RRS는 객체의 상태를 유지하는 MOT(Managed Object Table)와 사용자가 정의한 동작 특성을 유지하는 SDT(Simulation Data Table), 랜덤(random) 값과 랜덤 주기(interval) 값을 발생할 지인 함수들, 순차적인 사건 발생 또는 값의 수정을 지원하는 스케줄링 테이블, 그리고 이들을 전체적으로 관장하는 메인 커널로 이루어져 있다. 본 논문에서는 구현된 RRS의 전체 동작과 테스트를 목적으로 만든 RRS의 운용 화면을 소개한다.

  • PDF

Statistical reference values for control performance assessment of seismic shake table testing

  • Chen, Pei-Ching;Kek, Meng-Kwee;Hu, Yu-Wei;Lai, Chin-Ta
    • Earthquakes and Structures
    • /
    • 제15권6호
    • /
    • pp.595-603
    • /
    • 2018
  • Shake table testing has been regarded as one of the most effective experimental approaches to evaluate seismic response of structural systems subjected to earthquakes. However, reproducing a prescribed acceleration time history precisely over the frequency of interest is challenging because shake table test systems are eventually nonlinear by nature. In addition, interaction between the table and specimen could affect the control accuracy of shake table testing significantly. Various novel control algorithms have been proposed to improve the control accuracy of shake table testing; however, reference values for control performance assessment remain rare. In this study, reference values for control performance assessment of shake table testing are specified based on the statistical analyses of 1,209 experimental data provided by the Seismic Simulator Laboratory of National Center for Research on Earthquake Engineering in Taiwan. Three individual reference values are considered for the assessment including the root-mean-square error of the achieved acceleration time history; the percentage of the spectral acceleration that exceeds the determined tolerance range over the frequency of interest; and the error-ratio of the achieved peak ground acceleration. Quartiles of the real experimental data in terms of the three objective variables are obtained, providing users with solid and simple references to evaluate the control performance of shake table testing. Finally, a set of experimental data of a newly developed control framework implementation for uni-axial shake tables are used as an application example to demonstrate the significant improvement of control accuracy according to the reference values provided in this study.

IP 주소 검색에서 블룸 필터를 사용한 다중 해싱 구조 (Multiple Hashing Architecture using Bloom Filter for IP Address Lookup)

  • 박경혜;임혜숙
    • 한국정보과학회논문지:데이타베이스
    • /
    • 제36권2호
    • /
    • pp.84-98
    • /
    • 2009
  • 라우터의 포워팅 성능을 향상시키기 위해 많은 IP 주소 검색 알고리즘들이 연구되어 오고 있다. 기존에 제안된 블룸 필터를 이용한 IP 주소 검색 구조는 프리픽스 길이별로 블룸 필터 및 해시 테이블을 따로 가지고 있어 구현이 복잡하며, 프리픽스 길이 별 해시 테이블의 개수를 줄이기 위하여 프리적스의 복사가 불가피한 단점을 지닌다. 멀티 다중 해시 테이블을 이용한 병렬 해싱 구조는 프리픽스의 길이별로 해시 테이블을 구성하고, 다중 해싱 함수를 사용하여 모든 프리픽스 길이에 대하여 병렬 검색하는 구조로서 검색 성능이 뛰어나나 병렬 검색 구조이므로 구현이 또한 복잡하다. 본 논문에서는 단일 블룸 필터에 다양한 길이의 프리픽스를 모두 저장하는 통합 블룸 필터와 단일 테이블에 모든 길이의 프리픽스를 모두 저장하는 통합 다중-해시 테이블을 사용하여 구현이 간단하면서도 검색성능이 뛰어난 새로운 IP 주소 검색 구조를 제안한다. 실제 백본 라우터에서 쓰이는 데이타를 이용하여 시뮬레이션을 수행한 결과 $15000{\sim}220000$개의 엔트리를 갖는 라우팅 테이블에 대하여 평균 1.04-1.17번의 메모리 접근으로 IP 주소검색이 가능함을 보였다.

음성인식 후처리를 위한 음가-표기 변환표 생성에 관한 연구 (A Study on Phonetic Value - Transcription Look-Up Table Generation for Postprocessing of Voice Recognition)

  • 김경징;최영규;이상범
    • 한국컴퓨터산업학회논문지
    • /
    • 제3권5호
    • /
    • pp.585-594
    • /
    • 2002
  • 본 논문에서는 음성인식의 후처리를 위한 음가-표기 변환표의 생성과 구현에 관한 연구를 수행하였다. 음절 단위 음가를 인식하는 음성인식 시스템을 위한 후처리를 위하여 인식된 음가로 발음되는 표기 집합을 생성하는 표기 집합 생성기를 설계 구현하였다. 표준 발음법을 페트리넷으로 모델링하여 생성된 표기-음가 변환표를 기반으로 음가표기 변환표를 생성하였다. 음가-표기 변환표가 올바른 표기 집합을 생성함을 보이기 위하여 표기 집합 생성기를 설계 구현하고, 표준 발음법 예제와 발음법 사전에서 무작위로 추출된 단어에 대하여 실험한 결과 발성 이전의 표기가 포함된 올바른 표기 집합이 생성됨을 입증하였다.

  • PDF

영상처리를 이용한 PC 내부구조 학습 어플리케이션 설계 및 구현 (Design and Implementation of PC-Mechanic Education Application System Using Image Processing)

  • 김원진;김형욱;조성은;장수정;문일영
    • 한국실천공학교육학회논문지
    • /
    • 제3권2호
    • /
    • pp.93-99
    • /
    • 2011
  • 영상처리 기술을 이용한 PC정비사 자격증 취득을 돕기 위한 어플리케이션을 소개한다. 요즘 사람들은 컴퓨터의 마우스나, 키보드를 직접 이용하기 보다는 손의 제스쳐, 즉 흥미를 유발시켜 많은 사람들에게 이미지와 그래픽적인 부분을 추가시켜 소개한다. 요즘 화두가 되고 있는 멀티터치 테이블에 3D Maxs, C#을 이용해 각 부품의 Scale 및 Drag를 통해 카메라 뷰를 이동함으로써 효과적으로 자격증 취득을 돕는다. 또한 PC 정비사 국가 자격증에 출제되는 문제를 수록하고, 각 부품을 세부적으로 학습함으로써, 자격증 취득의 기틀을 마련한다. 이에, 본 논문에서는 멀티터치 테이블(MultiTouch-Table) 기반의 학습용 어플리케이션을 제안하고 그 성능을 시험하였다.

  • PDF

TMN을 위한 실제자원 시뮬레이터 구현 (Implementation of Real Resource Simulator for TMN)

  • 송병권;김건웅
    • 한국통신학회논문지
    • /
    • 제27권7C호
    • /
    • pp.685-695
    • /
    • 2002
  • 본 논문에서는 실제 자원의 개발 전에도 망 관리 시스템의 개발 및 운용 테스트를 수행하도록 지원하는 실제자원 시뮬레이터(RRS: Real Resource Simulator)를 소개한다. RRS는 객체의 상태를 유지하는 MOT(Managed Object Table)와 사용자가 정의한 동작 특성을 유지하는 SDT(Simulation Data Table), 랜덤(Random) 값과 랜덤주기(interval) 값을 발생할 지원 함수들, 순차적인 사건 발생 또는 값의 수정을 지원하는 스케줄링 테이블 그리고 이들을 전체적으로 관장하는 메인 커널로 이루어져 있다. 또한 사용자는 확장된 GDMO 문법을 이용하여 RRS의 동작 특성을 지정할 수 있는데, 본 논문에서는 이를 처리할 확장된 GDMO 컴파일러를 설명하고, 사용자와 RRS간의 동작, RRS와 에이전트간 동작, RRS, 에이전트, 망관리 시스템으로 이루어진 환경에서의 동작 확인 결과를 보인다.

워터마킹과 암호화를 이용한 DMB 콘텐츠의 재생 및 복사 제어를 PMP에 구현 (Implementation of Play and Copy Control of DMB contents using Watermarking and Encryption on PMP)

  • 정용재;문광석;김종남
    • 전자공학회논문지CI
    • /
    • 제46권2호
    • /
    • pp.52-57
    • /
    • 2009
  • 최근 T-DMB의 정식 서비스는 수신기의 급속한 보급을 만들었다. T-DMB의 보급으로 T-DMB 콘텐츠의 불법 배포에 대한 문제는 커지고 있다. 본 논문에서는 T-DMB 콘텐츠의 불법 배포 방지를 위한 복사 및 재생 제어 정보를 암호화하여 T-DMB 비트스트림에 워터마킹 하는 방법을 제안하고 T-DMB 수신기를 내장한 PMP(portable multimedia player)에 이를 구현한다. 제안한 방법은 전송 스트림을 분석하여 PMT(Program Map Table) 및 PAT(Program Association Table)의 패딩 데이터 부분을 찾아 암호화된 복사 및 재생제어 정보를 워터마킹한다. 구현 결과 복사 및 재생제어 정보에 따라 콘텐츠의 사용이 제어됨을 볼 수 있었다. 제안한 방법은 이동형 T-DMB 단말기에서 T-DMB 콘텐츠의 불법 배포를 막을 수 있는 콘텐츠 보호용 소프트웨어로 활용될 수 있을 것이다.