• 제목/요약/키워드: Class design

검색결과 3,676건 처리시간 0.03초

형상 모델링을 위한 음함수 객체의 설계 및 구현 (The Design and Implementation of Implicit Object Classes for Geometric Modeling System)

  • 박상근;정성엽
    • 한국CDE학회논문집
    • /
    • 제13권3호
    • /
    • pp.187-199
    • /
    • 2008
  • This paper describes a C++ class hierarchy of implicit objects for geometry modeling and processing. This class structure provides a software kernel for integrating many various models and methods found in current implicit modeling areas. The software kernel includes primitive objects playing a role of unit element in creating a complex shape, and operator objects used to construct more complex shape of implicit object formed with the primitive objects and other operators. In this paper, class descriptions of these objects are provided to better understand the details of the algorithm or implementation, and its instance examples to show the capabilities of the object classes for constructive shape geometry. In addition, solid modeling system shown as an application example demonstrates that the proposed implicit object classes allow us to carry out modern solid modeling techniques, which means they have the capabilities to extend to various applications.

등급별 저장방식하에서의 이중 캐로절시스템의 최적구성 (An Optimal Design of Double Carousel System Under Two Class Based Assignment Policy)

  • 김채수;황학
    • 대한산업공학회지
    • /
    • 제27권4호
    • /
    • pp.384-393
    • /
    • 2001
  • The performance of a double carousel system depends on its design and operation strategy. The two-class based assignment policy is expected to be an appropriate storage policy for its efficient operation, since it has two independently-moved carousels, lower and upper sub-carousels. This paper conducts a comparative analysis of the effects of the two-class based assignment policy and those of randomized assignment policy on the throughput of a double carousel system. We also show that, by allowing the sub-carousels not to be equal in size, a further improvement in the throughput can be obtained.

  • PDF

디지털 영상 처리를 위한 에지 클래스의 설계 (Design of Edge Class for Digital Image Processing)

  • 이강호;안용학;김학춘
    • 한국컴퓨터정보학회논문지
    • /
    • 제9권2호
    • /
    • pp.49-56
    • /
    • 2004
  • 본 논문에서는 디지털 영상을 효과적으로 처리하기 위한 에지 클래스를 설계한다. 에지는 디지털 영상에서 물체를 검출하거나 인식하기 위한 핵심적인 형태정보를 포함하는 기초자료로 사용되는 중요한 정보이다. 그러므로 에지를 검출한 후 검출된 에지를 효과적으로 관리하고 다양한 응용이 가능하도록 하는 것은 디지털 영상 처리에 있어 매우 중요하다 기존의 디지털 영상 처리 시스템에서 사용되던 환경은 사용 편의성이나 속도 등의 측면에서 많은 한계점을 가지고 있다. 따라서 본 논문에서는 검출된 에지를 효과적으로 관리할 수 있는 에지 클래스를 설계하고, 이를 에지 검출 알고리즘을 이용하여 테스트해봄으로써 기존의 방법과 비교 분석해 본다.

  • PDF

준 경험기법을 이용한 고집적 반도체공장의 미진동 제어를 위한 구조물의 동적설계에 관한 연구 (A Study on the Structural Dynamic Design for Sub-micro Vibration Control in High Class Semiconductor Factor by Semi-Empirical Method)

  • 이홍기;백재호;원영재;박해동;김두훈
    • 소음진동
    • /
    • 제9권6호
    • /
    • pp.1227-1233
    • /
    • 1999
  • Modern technology depends on the reliability of extremely high technology equipments. In the production of semiconductor wafer, optical and electron microscopes, ion-beam, laser device must maintain their alignments within a nanometer. This equipment requires a vibration free environment to provide its proper function. Especially, lithography and inspection devices, which have sub-nanometer class high accuracy and resolution, have come to necessity for producing more improved giga and tera class semiconductor wafers. This high technology equipments require very strict environmental vibration standard, vibration criteria, in proportion to the accuracy of the manufacturing, inspecting devices. This paper deals with the structural dynamic design in high class semiconductor factory in order to be satisfied more strict vibration criteria for high sensitive equipment.

  • PDF

Design of Domestic Induction Cooker based on Optimal Operation Class-E Inverter with Parallel Load Network under Large-Signal Excitation

  • Charoenwiangnuea, Patipong;Ekkaravarodome, Chainarin;Boonyaroonate, Itsda;Thounthong, Phatiphat;Jirasereeamornkul, Kamon
    • Journal of Power Electronics
    • /
    • 제17권4호
    • /
    • pp.892-904
    • /
    • 2017
  • A design of a Class-E inverter with only one inductor and one capacitor is presented. It is operated at the optimal operation mode for domestic cooker. The design principle is based on the zero-voltage derivative switching (ZVDS) of the Class-E inverter with a parallel load network, which is a parallel resonant equivalent circuit. An induction load characterization is obtained from a large-signal excitation test bench, which is the key to an accurate design of the induction cooker system. Consequently, the proposed scheme provides a more systematic, simple, accurate, and feasible solution than the conventional quasi-resonant inverter analysis based on series load network methodology. The derivative of the switch voltage is zero at the turn-on transition, and its absolute value is relatively small at the turn-off transition. Switching losses and noise are reduced. The parameters of the ZVDS Class-E inverter for the domestic induction cooker must be selected properly, and details of the design of the components of this Class-E inverter need to be addressed. A 1,200 W prototype is designed and evaluated to verify the validation of the proposed topology.

Classes in Object-Oriented Modeling (UML): Further Understanding and Abstraction

  • Al-Fedaghi, Sabah
    • International Journal of Computer Science & Network Security
    • /
    • 제21권5호
    • /
    • pp.139-150
    • /
    • 2021
  • Object orientation has become the predominant paradigm for conceptual modeling (e.g., UML), where the notions of class and object form the primitive building blocks of thought. Classes act as templates for objects that have attributes and methods (actions). The modeled systems are not even necessarily software systems: They can be human and artificial systems of many different kinds (e.g., teaching and learning systems). The UML class diagram is described as a central component of model-driven software development. It is the most common diagram in object-oriented models and used to model the static design view of a system. Objects both carry data and execute actions. According to some authorities in modeling, a certain degree of difficulty exists in understanding the semantics of these notions in UML class diagrams. Some researchers claim class diagrams have limited use for conceptual analysis and that they are best used for logical design. Performing conceptual analysis should not concern the ways facts are grouped into structures. Whether a fact will end up in the design as an attribute is not a conceptual issue. UML leads to drilling down into physical design details (e.g., private/public attributes, encapsulated operations, and navigating direction of an association). This paper is a venture to further the understanding of object-orientated concepts as exemplified in UML with the aim of developing a broad comprehension of conceptual modeling fundamentals. Thinging machine (TM) modeling is a new modeling language employed in such an undertaking. TM modeling interlaces structure (components) and actionality where actions infiltrate the attributes as much as the classes. Although space limitations affect some aspects of the class diagram, the concluding assessment of this study reveals the class description is a kind of shorthand for a richer sematic TM construct.

실내디자인 표현기법 교육내용 개선에 관한 기초 연구 (Fundamental Study on the Improvement of the Educational Contents for the Presentation Technique in Interior Design)

  • 이미경
    • 한국실내디자인학회논문집
    • /
    • 제13권1호
    • /
    • pp.3-10
    • /
    • 2004
  • The subject on presentation technique is the class which helps to develop the capability of sensual and creative acts to the students who major in interior design. It helps to understand plasticity and space through the theory of the light and the object, and to develop the capability which realizes one's idea to the actual and visual formations. It also enable the students to explain their designs to the customers by studying the technique which transfers 2D diagram to 3D presentation. Because of these objectives of the class, the departments which major in interior design in Korea consider the class on presentation technique as one of the mun subjects in basic curriculum. However, most of the textbooks related to the presentation technique published in Korea are in the lack of original characteristics for the field of domestic interior design since they refer to or employ the contents of architectural field by directly translating foreign articles. In addition, most of the classes on the presentation technique are taught not by professors but by lecturers so that the class objectives may be varied by their standards for the class. Therefore, it is not easy for each department to set up the one's own characteristics in the field of presentation technique. This study is to analyze the problems in the subjects of presentation technique by investigating the current situations for the subjects on presentation technique in domestic colleges and by surveying the personnels engaged in the field of domestic interior design. Also, the study has the objective to propose the development plan of educational program for the presentation technique in order to enable the student to effectively work in real business.

GaN HEMT를 이용한 광대역 고효율 Class-J 모드 전력증폭기 설계 (Design of High Efficiency Class-J mode Power Amplifier using GaN HEMT with Broad-band Characteristic)

  • 김재덕;김형종;신석우;김상훈;김보기;최진주;김선주
    • 한국ITS학회 논문지
    • /
    • 제10권5호
    • /
    • pp.71-78
    • /
    • 2011
  • 본 논문은 GaN HEMT (Gallium Nitride High Electron Mobility Transistor)를 이용하여 Class-J 모드를 적용한 고효율, 광대역 특성을 갖는 전력증폭기를 설계 및 제작하였다. 제안된 Class-J 모드 전력증폭기의 정합회로는 2차 고조파 임피던스가 리액턴스 성분만 갖도록 하였으며, 1.4 ~ 2.6 GHz 주파수대역내에서 연속파 (CW) 신호를 사용하여 $40{\pm}1$ dBm의 출력 전력과 50 % 이상의 전력부가효율 (Power-Added Efficiency, PAE) 및 60 % 이상의 드레인 효율 (Drain Efficiency, DE)이 측정되었다.