• 제목/요약/키워드: Attribute code

검색결과 51건 처리시간 0.025초

현대 패션에 표현된 Goth 스타일 연구 (A Study of Goth Style Expressed in Contemporary Fashion)

  • 박은경;정현숙
    • 복식
    • /
    • 제55권6호
    • /
    • pp.159-171
    • /
    • 2005
  • The Goth style arouses Medieval syndrome, nostalgia and decadence, considering that Goth style shown in the contemporary fashion rend, tradition and fantasy that appeared in transition of the 21st century. This study is based on documents related to real Goth festivals and events to grasp various characteristics of Goth street style. The Goth style shown in high fashion classified the style on the basis of characteristics of camp culture from the viewpoint of bottom up from non-mainstream to mainstream with catwalk as the central figure. Considering appearance of Goth, property of subculture after the 1980s as alternative subculture as well phenomenon of latter subculture. Also it was possible to grasp attribute of lifestyle shown in music and fashion code from the viewpoint that alternative subculture was in pursuit of individual personality and autonomy. As an alternative subculture, Goth that appeared in UK from the late 1970s to the early 80s is considered new lifestyle, which means the scene of modern underground.

C++ 컴파일러에서 심벌 테이블의 검증과 분석을 위한 역번역기의 설계 및 구현 (Design and Implementation of a Detranslator for Verification and Analysis in C++ Compiler)

  • 손민성;권혁주;이양선
    • 한국정보처리학회:학술대회논문집
    • /
    • 한국정보처리학회 2006년도 춘계학술발표대회
    • /
    • pp.447-450
    • /
    • 2006
  • 본 논문에서는 C++ 컴파일러 구현과정에서 객체지향 언어의 속성을 처리하기 위한 역번역기(detranslator)를 설계하고 구현하였다. 구현된 역번역기는 C++ 컴파일러의 선언부 처리 과정에서 심벌 테이블에 입력된 속성들을 본래의 C++ 프로그램으로 역번역 한다. 따라서 C++ 컴파일러 개발 과정에서 설계된 심벌 테이블과 심벌테이블에 입력된 정보가 올바른지 쉽게 검증할 수 있다. 심벌 테이블은 C++ 컴파일러의 어휘 분석과 구문 분석 과정에서 인식되는 명칭(identifier)에 대하여 그 속성(attribute)들을 수집하여 저장하는 자료구조로, 심벌 테이블에 저장된 속성들은 의미분석(semantic analysis) 단계에서 참조된 명칭의 사용이 타당한지 검사하는데 사용 되어 코드 생성(code generation) 단계에서 올바른 코드가 생성 되도록 한다. 본 역번역기를 구현함으로써 심벌 테이블이 올바르게 설계 되었는지 검증할 수 있으며, 컴파일 할 때 심벌 테이블에 필요한 모든 속성이 저장되어 있는지 쉽게 확인 할 수 있게 되었다. 그리고 디버그 정보도 함께 출력되어 객체지향 언어를 위한 컴파일러 개발의 정확성을 기할 수 있다.

  • PDF

기준신호용 그리드와 절연/독립접지방식의 비교 (Performance Comparison of Signal Reference Grid and Insulated/Isolated Ground Using HIFREQ Simulator)

  • 백승현;김경철;최종기
    • 조명전기설비학회논문지
    • /
    • 제18권5호
    • /
    • pp.69-73
    • /
    • 2004
  • 본 논문은 낙뢰나 스위칭 등에 의해 건물 내에서 발생할 수 있는 과도 현상에 대하여, 기준신호그리드와 절연/독립접지 방식을 비교한 것이다. 전자계 해석프로그램인 HIFREQ을 이용함으로써 정량적인 해석결과에 근거하여 건물내 접지방식의 차이에 따라 접지점에서 어떠한 과도현상이 발생하는지의 고찰이 가능하였다. 본 논문에서 시도한 건축물 내 과도현상 해석방법 및 사례연구 결과는 정보화 건축물에 필요한 접지 방식의 선정을 위한 자료로 활용될 것으로 기대된다.

전자상거래를 위한 128비트 블록 암호 알고리즘의 구현 (An Implementation of 128bit Block Cipher Algorithm for Electronic Commerce)

  • 서장원;전문석
    • 한국전자거래학회지
    • /
    • 제5권1호
    • /
    • pp.55-73
    • /
    • 2000
  • Recently; EC(Electronic Commerce) is increasing with high speed based on the expansion of Internet. EC which is done on the cyber space through Internet has strong point like independence from time and space. On the contrary, it also has weak point like security problem because anybody can access easily to the system due to open network attribute of Internet. Therefore, we need the solutions that protect the security problem for safe and useful EC activity. One of these solutions is the implementation of strong cipher algorithm. NC(Nonpolynomial Complete) cipher algorithm proposed in this paper is good for the security and it overcome the limit of current 64bits cipher algorithm using 128bits key length for input, output and encryption key, Moreover, it is designed for the increase of calculation complexity and probability calculation by adapting more complex design for subkey generation regarded as one of important element effected to encryption. The result of simulation by the comparison with other cipher algorithm for capacity evaluation of proposed NC cipher algorithm is that the speed of encryption and decryption is 7.63 Mbps per block and the speed of subkey generation is 2,42 μ sec per block. So, prosed NC cipher algorithm is regarded as proper level for encryption. Furthermore, speed of subkey generation shows that NC cipher algorithm has the probability used to MAC(Message Authentication Code) and block implementation of Hash function.

  • PDF

객체지향 컴파일러의 심벌 테이블 검증을 위한 선언문 복원 기법 (The Declarations Reconstruction Technique for the Symbol Table Verification of the Object-oriented Compiler)

  • 손민성;권혁주;김영근;이양선
    • 한국정보처리학회:학술대회논문집
    • /
    • 한국정보처리학회 2006년도 추계학술발표대회
    • /
    • pp.669-672
    • /
    • 2006
  • 본 연구팀은 유비쿼터스 게임 플랫폼을 위한 Embedded C++ 컴파일러를 개발하였으며, 컴파일러 개발 과정에서 객체지향언어인 C++과 Java 언어를 모두 수용할 수 있는 심벌 테이블을 설계하였다. 심벌 테이블은 컴파일러의 어휘 분석과 구문 분석 과정을 거친 후 SDT(syntax-directed translation)에 의해 생성된 AST(Abstract Syntax Tree)를 분석하여 인식된 명칭(identifier)과 그 속성(attribute)들을 수집하여 저장하는 자료구조로써, 심벌 테이블에 저장된 속성들은 의미 분석(semantic analysis) 단계에서 수집된 속성과 참조된 명칭의 사용이 타당한지를 검사하고, 코드 생성(code generation) 단계에서 올바른 코드가 생성되도록 하는 중요한 요소이다. 따라서 심벌 테이블의 설계가 올바른지와 입력된 속성이 정확한지에 대한 검증과 분석은 필수 불가결하다. 본 논문에서는 컴파일러 개발과정에서 설계한 심벌 테이블을 검증하고 분석하기 위한 목적으로써 심벌 테이블을 이용하여 선언문을 복원시키는 역번역기(detranslator)에 대하여 기술한다. 구현된 역번역기는 C++ 컴파일러와 Java 컴파일러의 선언문 처리 과정에서 심벌 테이블에 입력된 속성들을 본래의 입력 프로그램으로 역번역한다. 따라서 역번역기를 통하여 심벌 테이블의 완전성과 심벌 테이블에 입력된 속성 정보의 정확성을 쉽게 검증할 수 있으며, 역번역과 함께 출력되는 디버그 정보를 이용하여 효율적으로 컴파일러의 개발과 수정을 할 수 있다.

  • PDF

철도 BIM의 룰 항목 도출을 위한 설계기준 검토 (A Review on Track Design Standards for Selection of Rule Items for Railway BIM)

  • 박수열;배영훈;박영곤;김석
    • 한국BIM학회 논문집
    • /
    • 제12권3호
    • /
    • pp.30-38
    • /
    • 2022
  • Railway is compsed in various components, such as subgrade, track bed, sleeper, rail, and overhead line, on a linear space. Therefore, comprehensive work for various design standards and guidelines is required when designing a railway facility. For this reason, much time and effort are required to review the relevant design standards and guidelines. While, automatic legal check system for BIM models has been developed in the architectural engineering, it has not been developed in the railway engineering. This study reviews the korean design standard and the korean code for railway engineering, and suggests some rule items of logical information. Comparing the suggested rule items to the railway BIM library, items of logical information and additional attribute information are obtained. The analysis results of railway design standards and BIM library presented in this study would be utilized for defining rule-set items that is essential for development of the automatic legal check system for railway BIM models.

JarBot: Automated Java Libraries Suggestion in JAR Archives Format for a given Software Architecture

  • P. Pirapuraj;Indika Perera
    • International Journal of Computer Science & Network Security
    • /
    • 제24권5호
    • /
    • pp.191-197
    • /
    • 2024
  • Software reuse gives the meaning for rapid software development and the quality of the software. Most of the Java components/libraries open-source are available only in Java Archive (JAR) file format. When a software design enters into the development process, the developer needs to select necessary JAR files manually via analyzing the given software architecture and related JAR files. This paper proposes an automated approach, JarBot, to suggest all the necessary JAR files for given software architecture in the development process. All related JAR files will be downloaded from the internet based on the extracted information from the given software architecture (class diagram). Class names, method names, and attribute names will be extracted from the downloaded JAR files and matched with the information extracted from the given software architecture to identify the most relevant JAR files. For the result and evaluation of the proposed system, 05 software design was developed for 05 well-completed software project from GitHub. The proposed system suggested more than 95% of the JAR files among expected JAR files for the given 05 software design. The result indicated that the proposed system is suggesting almost all the necessary JAR files.

한글과 로마자를 메타폰트로 생성하기 위한 UFO2xMF 시스템 (UFO2xMF system for generating Korean and Roman characters based on Metafont)

  • 노신현;최재영
    • 정보과학회 컴퓨팅의 실제 논문지
    • /
    • 제24권2호
    • /
    • pp.88-92
    • /
    • 2018
  • 글자의 외곽선 정보가 포함된 UFO 파일을 Metafont로 변환하기 위해 'UFO2MF'와 '한글 메타폰트 생성기'가 연구되었다. 두 가지 연구사례는 외곽선 편집 방식을 이용하여 Metafont 코드로 구성된 폰트파일을 생성할 수 있지만, 'UFO2MF'는 외곽선 정보인 기준점과 조절점 중에 기준점만을 사용하므로 원만한 곡선을 표현할 수 없으며, '한글 메타폰트 생성기'는 글자의 곡선을 자유롭게 표현할 수 있지만 한글 글자만을 대상으로 변환하기 때문에 확장성이 부족하다. 본 논문에서는 한글과 로마자를 모두 외곽선 정보에서 Metafont 코드로 변환할 수 있는 UFO2xMF 시스템을 제안한다. UFO2xMF는 외곽선 정보를 Metafont 코드로 변환하는 과정에서 글자의 스타일을 변화시킬 수 있는 속성 값들을 적용할 수 있다. 또한 글자에 기준선과 무게중심선을 적용하여 한글과 로마자뿐만 아니라 다양한 언어의 글자들도 Metafont 코드로 변환할 수 있는 호환성 높은 시스템이다.

백화점 화장품매장의 비주얼머천다이징 전략이 여성고객의 구매 선호도에 미치는 영향 -서울시 거주 여성을 중심으로 - (Influence of Cosmetic Department Stores' Visual Merchandising Strategy on female customers' preference -Focused on female clients in Seoul-)

  • 장규순;신수길
    • 디자인학연구
    • /
    • 제18권1호
    • /
    • pp.253-262
    • /
    • 2005
  • 급변하는 멀티미디어시대에 백화점은 지역 소비자들의 문화적 욕구를 충족시키는 장소역할 뿐 아니라 새로운 라이프스타일의 추구와 소비패턴의 연출장소로도 활용되고 있어 소비자들의 구매 욕구를 불러일으키기 위한 비주얼머천다이징의 중요성은 더욱 더 커지고 있다. 본 논문은 백화점 화장품매장에서 여성고객이 화장품을 구매할 때 비주얼머천다이징 전략이 어떠한 영향력이 있는지 그 선호도를 설문조사하여 분석하였는데 그 결과를 보면 다음과 같다. 매장디자인 연출구성에 있어서 색채와 P.P(Point of Sale Presentation)의 선호도가 일반요인인 상품의 품질, 가격, 직원서비스 다음으로 중요한 것으로 나타남에 따라 화장품기업들은 비주얼머천다이징전략을 시행할 때 제품의 판매촉진을 위해 각 브랜드의 차별화 된 트레이드컬러의 제시와 P.P 즉, 분류된 상품의 판매 포인트를 상품정보와 함께 표현, 연출하는 것이 무엇보다 중요하다고 할 수 있다.

  • PDF

건설도면정보 공유를 위한 XML 스키마 개발 및 STEP 연계기술에 관한 연구 (A Stduy on the Development of XML Schemata and STEP Model for Sharing Construction Drawings Information)

  • 김인한;최중식;조찬원
    • 한국전자거래학회지
    • /
    • 제9권3호
    • /
    • pp.57-77
    • /
    • 2004
  • 본 연구의 목적은 건설도면정보 공유를 위한 XML 스키마 개발 및 STEP 연계기술을 개발하는 것이다. 이를 위해 STEP/AP202를 바탕으로 도면정보를 표현하는 STEP 데이터 모델 개발, ISO 표준도면을 관리할 수 있는 STEP 데이터 검색기 개발, 그리고 벡터형식으로 표현되는 도형정보와 각 도형요소가 연관되는 외부적 기술 자료들이 상호 유기적으로 통합될 수 있는 구조를 지원하기 위한 XML 스키마를 개발하였으며, 자재정보와 법규체크를 대상으로 STEP과 XML의 상호 연계를 통한 도면정보 공유방안을 제시하였다. 따라서 제안된 건설도면정보 공유방안을 통해 건설산업 전반에서 발생하는 건설도면을 포함한 각종 외부문서, 기술문서들의 상호 연계로 건설설계 업무지원 및 정보의 최적화된 관리가 가능할 것이다.

  • PDF