• Title/Summary/Keyword: Attribute code

Search Result 51, Processing Time 0.023 seconds

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

  • Park Eun-Kyung;Chung Hyun-Sook
    • Journal of the Korean Society of Costume
    • /
    • v.55 no.6 s.96
    • /
    • 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.

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

  • Son Min-Sung;Kwon Hyeok-Ju;Lee Yang-Sun
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2006.05a
    • /
    • 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 (기준신호용 그리드와 절연/독립접지방식의 비교)

  • Paik, Seung-Hyun;Kim, Kyung-Chul;Choi, Jong-Ki
    • Journal of the Korean Institute of Illuminating and Electrical Installation Engineers
    • /
    • v.18 no.5
    • /
    • pp.69-73
    • /
    • 2004
  • This paper deals with the transient performance of zero signal reference grid(ZSRG) and insulated/isolated ground(IG) in case of lightning strike or surge currents in buildings. Using HIFREQ, which is a commercial code for electromagnetic field analysis, the difference of transient performances of ZSRG and IG type grounding structure have been presented based on the numerical calculations. It is expected that the quantitative and numerical calculation based analysis, which is adopted in this paper, will attribute to the selection of optimal grounding method in the intelligent buildings.

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

  • 서장원;전문석
    • The Journal of Society for e-Business Studies
    • /
    • v.5 no.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 (객체지향 컴파일러의 심벌 테이블 검증을 위한 선언문 복원 기법)

  • Son, Min-Sung;Kwon, Hyeok-Ju;Kim, Young-Keun;Lee, Yang-Sun
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2006.11a
    • /
    • 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

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

  • Park, Su-yeul;Bae, Young-hoon;Park, Young-Kon;Kim, Seok
    • Journal of KIBIM
    • /
    • v.12 no.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
    • /
    • v.24 no.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 system for generating Korean and Roman characters based on Metafont (한글과 로마자를 메타폰트로 생성하기 위한 UFO2xMF 시스템)

  • Noh, Shinhyon;Choi, Jaeyoung
    • KIISE Transactions on Computing Practices
    • /
    • v.24 no.2
    • /
    • pp.88-92
    • /
    • 2018
  • 'UFO2MF' and 'Korean MetaFont Generator' have been developed to convert UFO codes to the corresponding Metafont codes by using outline editing methods. However, 'UFO2MF' cannot express smooth curves because it use only reference points without using control points. And 'Korean MetaFont Generator' can easily design the curve of characters, and supports Hangul characters, but this system does not support Roman characters. In this paper, we propose a UFO2xMF system, which can convert both Korean and Roman characters from outline text information into Metafont codes. UFO2xMF can apply attribute values which can change the shape of letters during the conversion of Metafont code. It is also a highly compatible system that can convert the characters of various languages not only Korean characters but also Roman and other characters into Metafont codes by applying letters with baseline and centerline of gravity.

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

  • Chang, Gyoo-Soon;Shin, Soo-Kil
    • Archives of design research
    • /
    • v.18 no.1 s.59
    • /
    • pp.253-262
    • /
    • 2005
  • In suddenly changing multimedia periods, department store not only plays the role of local culture centre but also meets keen competition in working out marketing strategies, especially in the field of differentiating Promotion Surroundings Image, in order to cope with the varied consumers' pattern according to customers' pursuing new lifestyle. In particular, cosmetic stores located in the first floor of the department store have high sales rate in spite of its comparative small area, because cosmetic stores have been much essential to women's daily life who are very strong for desiring the Beauty and also in them men's buying trends have been upwards speedily. The color and P.P.(Point of Sale Presentation) of the cosmetic store design are preferred after the quality and the price of the goods, staff's services by this survey of female clients' attitude to buy cosmetics at department store in Seoul. So that cosmetic companies seem to be needed to offer the differentiated color code in each brand and display the goods' P.P.(Point of Sale Presentation) intensively to promote the sales effectively. This thesis aims at suggesting the way how cosmetic firms get and enhance their goods' competitiveness when they develop their visual merchandising strategy by considering each brand's attribute and customers' life style by age, preference factors for buying the goods through showing high qualified sonics in their differentiated displayed stores.

  • PDF

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

  • Kim, In-Han;Choi, Jung-Sik;Jo, Chan-Won
    • The Journal of Society for e-Business Studies
    • /
    • v.9 no.3
    • /
    • pp.57-77
    • /
    • 2004
  • The main purpose of this study is to develop XML schemata and related STEP model for sharing construction drawings information. To achieve this purpose, the authors have developed a drawing information model based on STEP/AP202, the data searching mechanism based on STEP, and XML schemata for sharing and exchanging information between vector data and non-shape attribute information. Finally, the authors have suggested the way of sharing drawing information through linked STEP data and a XML schema using test cases of construction material information and code checking. The study shows a way of optimized managing and sharing construction information through the drawing information and external data for the whole building life-cycle, from early design stage to the construction stage.

  • PDF