• Title/Summary/Keyword: Programming Rules

검색결과 149건 처리시간 0.029초

A Study on the Development of Computer Aider Die Design System for Lead Frame of Semiconductor Chip

  • Kim, Jae-Hun
    • International Journal of Precision Engineering and Manufacturing
    • /
    • 제2권2호
    • /
    • pp.38-47
    • /
    • 2001
  • This paper decribes the development of computer-aided design of a very precise progressice die for lead frame of semiconductor chip. The approach to the system is based on knowledgr-based rules. Knowledge of fie이 experts. This system has been written in AutoLISP using AutoCAD ona personal computer and the I-DEAS drafting programming Language on the I-DEAS mater series drafting with on HP9000/715(64) workstation. Data exchange between AutoCAD and I-DEAS master series drafting is accomplished using DXF(drawing exchange format) and IGES(initial graphics exchange specification) files. This system is composed of six main modules, which are input and shape treatment, production feasibility check, strip layout, data conversion, die layout, and post processing modules. Based on Knowledge-based rules, the system considers several factors, such as V-notches, dimple, pad chamfer, spank, cavity punch, camber, coined area, cross bow, material and thickness of product, complexities of blank geometry and punch profiles, specifications of available presses, and the availability of standard parts. As forming processes and the die design system using 2D geometry recognition are integrated with the technology of process planning, die design, and CAE analysis, the standardization of die part for lead frames requiting a high precision process is possible. The die layout drawing generated by the die layout module s displayed in graphic form. The developed system makes it possible to design and manufacture lead frame of a semiconductor more efficiently.

  • PDF

객체지향 데이터베이스를 이용한 지식베이스 모형(OOKS) 개발 (Development of OOKS : a Knowledge Base Model Using an Object-Oriented Database)

  • 허순영;김형민;양근우;최지윤
    • 지능정보연구
    • /
    • 제5권1호
    • /
    • pp.13-34
    • /
    • 1999
  • Building a knowledge base effectively has been an important research area in the expert systems field. A variety of approaches have been studied including rules, semantic networks, and frames to represent the knowledge base for expert systems. As the size and complexity of the knowledge base get larger and more complicated, the integration of knowledge based with database technology cecomes more important to process the large amount of data. However, relational database management systems show many limitations in handing the complicated human knowledge due to its simple two dimensional table structure. In this paper, we propose Object-Oriented Knowledge Store (OOKS), a knowledge base model on the basis of a frame sturcture using an object-oriented database. In the proposed model, managing rules for inferencing and facts about objects in one uniform structure, knowledge and data can be tightly coupled and the performance of reasoning can be improved. For building a knowledge base, a knowledge script file representing rules and facts is used and the script file is transferred into a frame structure in database systems. Specifically, designing a frame structure in the database model as it is, it can facilitate management and utilization of knowledge in expert systems. To test the appropriateness of the proposed knowledge base model, a prototype system has been developed using a commercial ODBMS called ObjectStore and C++ programming language.

  • PDF

가변적인 컴포넌트 개발을 위한 컴파일러 방식의 룰 엔진 (A Compiler Based Rule Engine for Developing Changeable Component)

  • 이용환
    • 한국정보과학회논문지:컴퓨팅의 실제 및 레터
    • /
    • 제12권6호
    • /
    • pp.379-385
    • /
    • 2006
  • 가변적인 컴포넌트의 재사용성이나 적응성을 높이기 위해 룰 기반 컴포넌트 개발 방법들이 제안되고 있다. 룰 기반 컴포넌트 개발에서 사용하는 룰 엔진들은 룰을 표현하기 위해 추가적인 스크립트 언어가 필요하며 따라서 복잡한 비즈니스 룰을 표현하는데 어려움이 많다. 본 논문에서는 다양한 룰 표현과 성능 향상을 위한 컴파일러 기반의 룰 엔진을 제안한다. 제안한 룰 엔진은 룰의 컨디션과 액션 부분을 표현하기 위해 자바 프로그래밍 언어를 사용한다. 따라서 복잡한 비즈니스 룰을 쉽게 표현할 수 있으며 실행 시에 동적으로 룰의 컨디션과 액션 객체를 생성해서 실행시킬 수 있다. 성능 면에서도 제안한 룰 엔진은 스크립트 기반 룰 엔진보다 우수하다. 성능 실험에 의하면 컴파일러 기반의 룰 엔진 성능은 스크립트 기반 룰 엔진인 JSR-94 보다 2.5배의 높은 성능을 보이고 있다.

비전공자 대상 기초 프로그래밍 교육을 위한 절차의 언폴딩 모델 개발 (Development of the unfolding model of procedures for the introductory programming education for non-majors)

  • 이민정;김영민
    • 컴퓨터교육학회논문지
    • /
    • 제23권4호
    • /
    • pp.35-47
    • /
    • 2020
  • 본 연구는 SW 비전공자를 포함한 프로그래밍 초보자들이 컴퓨팅 환경에서 문제해결을 위한 동작의 절차를 수립할 때 느끼는 어려움을 줄이고 작업의 과정을 적절하게 구체화할 수 있는 가이드라인을 제공하기 위해 진행되었다. 이를 위해 일상 동작 속에 함축된 작업 절차를 인지(입력)-판단(처리)-행동(출력)의 관점에서 펼쳐낼 수 있도록 대표적인 절차의 언폴딩 유형을 도출하였고, 각 유형에 따라 절차를 구체화하는 학습을 통해 학습자가 스스로 문제의 범위와 규칙을 설정하고 동작에 함축된 절차를 확장하는 것을 확인하였다. 본 연구에서 개발한 절차의 언폴딩 모델은 비전공자 혹은 초보자의 프로그래밍 학습 초기 단계에서 컴퓨팅 환경에 적합한 문제해결 절차를 구성하는 도구로 활용될 수 있을 것이다.

AOP를 이용하여 진화된 프로그램의 회귀테스트 기법 (Regression Testing of Software Evolution by AOP)

  • 이미진;최은만
    • 정보처리학회논문지D
    • /
    • 제15D권4호
    • /
    • pp.495-504
    • /
    • 2008
  • 관점지향 프로그래밍(AOP)은 횡단 관심사까지 모듈화 하여 소프트웨어의 모듈화를 높여주는 새로운 프로그래밍 패러다임이다. 이를 이용하면 레거시 시스템에 손대지 않고 소프트웨어를 확장시킬 수 있다. 관점지향 프로그래밍 자체 혹은 레거시 시스템만의 테스트 기법은 많이 있으나 확장된 프로그램의 테스트 기법에 대해선 많은 연구가 진행되지 않고 있다. 이 논문에서는 관점지향 프로그래밍을 이용하여 소프트웨어를 확장한 경우의 테스트 기법에 대해 관점지향 프로그래밍의 결함 모델에 맞춰 제시한다. 우선 AOP의 반사기능의 객체를 이용하여 교차점 패턴의 부정확한 강도 및 부정확한 애스펙트의 우선순위를 테스트하고, 증명 규칙을 이용하여 기대하는 사후 조건 성립의 실패에 대해 테스트하였다. 또한 set() 교차점을 이용하여 불변 조건 보존의 실패에 대해 테스트하고, 제어흐름 그래프를 이용하여 제어 의존의 부정확한 변형에 대해 확인하는 방법을 제시한다. 실증을 위하여 셋탑박스의 채널 관리 시스템을 구현하여 제시한 각각의 테스트 기법들에 대해 실험하였다.

객체기반 소프트웨어 프로세스 프로그래밍을 위한 SimFlex 언어의 구조 (On the SimFlex Language Constructs for Object-Based Software Process Programming)

  • 김영곤;이명준;강병도
    • 한국정보처리학회논문지
    • /
    • 제4권11호
    • /
    • pp.2756-2768
    • /
    • 1997
  • 소프트웨어 프로세스는 소프트웨어의 생산에 사용되는 행위, 규칙, 절차, 기법, 도구의 집합체로 정의할 수 있다. 소프트웨어 프로세스 모형은 실세계 소프트웨어 프로세스의 개념적 표현이며 프로세스 프로그래밍언어로 기술될 수 있다. 본 논문에서는 객체기반 소프트웨어 프로세스 프로그래밍을 위해 설계된 SimFlex 언어구조를 제시한다. SimFlex의 설계는 객체의 개념에 기반을 두고 있으므로 문법적으로나 구문적으로 복잡한 소프트웨어 프로세스를 간결하게 모형화할 수 있다. SimFlex의 언어구조는 주요 프로세스 중심 소프트웨어 개발환경 및 연관된 프로세스 프로그래밍 언어의 분석으로부터 도출되었으므로 SimFlex는 바람직한 객체기반 프로세스 프로그래밍 언어를 위해 필요한 핵심적인 특성을 포함한다. 더욱이 SimFlex는 적절한 적합화를 통하여 특정 프로세스 중심 소프트웨어 개발환경에 포함될 수 있는 기반 프로세스 프로그래밍 언어로 동작할 수 있도록 설계되었다.

  • PDF

철근 콘크리트 구조의 초기 구조설계 시스템 개발 (Development of Preliminary Structural Design System for Reinforced Concrete Structures)

  • 안은경;김남희;이병해
    • 한국전산구조공학회:학술대회논문집
    • /
    • 한국전산구조공학회 1997년도 가을 학술발표회 논문집
    • /
    • pp.197-204
    • /
    • 1997
  • The development of computer-integrated design systems that fully support structural design process needs the computerization of structural design at the preliminary design stage. The objective of this paper is to develop a prototype system for preliminary design of reinforced concrete structures. This study focuses on the development of a natural design process oriented GUI(Graphic User Interface) and a representation of an experienced knowledge. The prototype system has been currently implemented using the objected-oriented programming concepts, the program language(i.e.,Visual C++) and the expert shell(i.e., Intelligent Rules Element).

  • PDF

FMS 스케쥴링을 위한 Priority 함수의 자동 생성에 관한 연구

  • 김창욱;신호섭;장성용;박진우
    • 한국시뮬레이션학회:학술대회논문집
    • /
    • 한국시뮬레이션학회 1997년도 춘계 학술대회 발표집
    • /
    • pp.93-99
    • /
    • 1997
  • Most of the past studies on FMS scheduling problems may be classified into two classes, namely off-line scheduling and on-line scheduling approach. The off-line scheduling methods are used mostly for FMS planning purposes and may not be useful real time control of FMSs, because it generates solutions only after a relatively long period of time. The on-line scheduling methods are used extensively for dynamic real-time control of FMSs although the performance of on-line scheduling algorithms tends vary dramatically depending on various configurations of FMS. Current study is about finding a better on-line scheduling rules for FMS operations. In this study, we propose a method to create priority functions that can be used in setting relative priorities among jobs or machines in on-line scheduling. The priority functions reflect the configuration of FMS and the user-defined objective functions. The priority functions are generated from diverse dispatching rules which may be considered a special priority functions by themselves, and used to determine the order of processing and transporting parts. Overall system of our work consists of two modules, the Priority Function Evolution Module (PFEM) and the FMS Simulation Module (FMSSM). The PFEM generates new priority functions using input variables from a terminal set and primitive functions from a function set by genetic programming. And the FMSSM evaluates each priority function by a simulation methodology. Based on these evaluated values, the PFEM creates new priority functions by using crossover, mutation operation and probabilistic selection. These processes are iteratively applied until the termination criteria are satisfied. We considered various configurations and objective functions of FMSs in our study, and we seek a workable solution rather than an optimum or near optimum solution in scheduling FMS operations in real time. To verify the viability of our approach, experimental results of our model on real FMS are included.

  • PDF

동적 이벤트 처리 기반의 RFID 시스템을 위한 애스펙트 모듈 설계 (Aspect module design for dynamic event based RFID system)

  • 박세승;황희정;최진탁
    • Journal of the Korean Society for Industrial and Applied Mathematics
    • /
    • 제10권2호
    • /
    • pp.11-25
    • /
    • 2006
  • 현재 RFID 미들웨어의 표준은 RFID 표준을 주도하고 있는 EPCglobal의 ALE(Application Level Event) 이며 시스템 인프라스트럭처에 독립적으로 운영 될 수 있도록 최소한의 인터페이스와 확장점 만을 제시하고 있다. 그러나 확장점을 통한 기능의 확장에 대한 부분은 표준화 되어 있지 않으며 운영중에 있는 시스템에 적용하기 위해서는 새로운 코드를 추가 하거나 변경해야 하는 문제점이 있다. 본 논문에서는 이러한 문제점 해결을 위해 AOP(Aspect Oriented Programming) 기법을 도입한 동적 ALE 미들웨어 프레임워크를 제시하고 이를 구현하기 위한 애스펙트를 설계했다. 설계된 미들웨어 프레임워크 및 애스펙트는 동적인 기능의 확장을 제공해 기존 ALE 기반 미들웨어의 기능확장에 따르는 유지보수의 어려움을 해결하고 표준화된 방법으로 새로운 기능을 추가할 수 있다.

  • PDF

Symbiotic Framework for Campus Core and Modern Expansion A Case Study of Princeton University Campus, Princeton USA

  • Han, Gwang Ya;Kim, Hong Ill;Lee, Hee Won;Kim, Hwan
    • Architectural research
    • /
    • 제8권1호
    • /
    • pp.25-36
    • /
    • 2006
  • Campus core is an essential element in a university's physical environment for symbolic importance of high educational philosophy as well as hierarchical significance of campus structure. Yet, as modern expansion develops into and out of campus core, a challenging design and planning problem for a growing university is how to integrate a new development into the existing core structure and how to expand the fast-growing development beyond the core while maintaining a symbiotic harmony between the campus core and the modern expansion. Such challenge addresses four design frameworks for symbiotic development of the campus core and the modern expansion: (1) building grouping with territorial proximity; (2) building design rules for form and texture; (3) open space network with pedestrian walkway; (4) use-programming for on-campus student community. This study aims to explore these issues with in-depth case study of the Princeton University campus in Princeton, New Jersey in the United States. The study concludes that the Princeton campus is a result from successful synthesis of all the complex design elements, especially in relationship between the old and the new; and adds further that the development of a modern university campus requires a comprehensive plan that takes into account the older buildings when conceiving the new in symbiotic relationship along with open space network as well as functional program distribution.