• 제목/요약/키워드: Just-In-Time

검색결과 2,158건 처리시간 0.029초

An Empirical Study about Assessment of the JIT System: on korean semi-production firm

  • Lee, Eung-Kweon
    • 통상정보연구
    • /
    • 제7권2호
    • /
    • pp.75-94
    • /
    • 2005
  • This study is focused on evaluating the computer-integrated just-in-time (CI-JIT) production system of a semi-conductor manufacturing firm in Korea. Approaching the mid-1980s, the emphasis was on low price, low-cost operations, and quality, especially in USA. American companies have shifted output to low-wage countries like the Philippines, Korea, Japan, Malaysia and allied countries that can make quality products at low prices. Korea and other Asian countries forego short-term profits to gain a solid foothold in a product market, recognizing that larger market share leads to lower cost and higher profit in the long run. They bring manufacturers and suppliers together to improve material management and operation management, using project teams that investigate topics, such as Just-In-Time(JIT)manufacturing, among others. The "Kanban" word means "card" in Japanese, and is used to indicate the desired final delivery schedule. The operation for a particular item produced is scheduled for a specific time. The same process is extended to the external suppliers. More recently, the cards are gradually being replaced by electronic procedures that follow the same concept. Its capacity must be capable of handling the various transactions required by the JIT coverage as well as some allowances for expanded applications.

  • PDF

신경망 기반 눈 영역 추정에 의한 실시간 얼굴 검출 기법 (Real-Time Face Detection by Estimating the Eye Region Using Neural Network)

  • 김주섭;김재희
    • 대한전자공학회:학술대회논문집
    • /
    • 대한전자공학회 2001년도 하계종합학술대회 논문집(4)
    • /
    • pp.21-24
    • /
    • 2001
  • In this paper, we present a fast face detection algorithm by estimating the eye region using neural network. To implement a real time face detection system, it is necessary to reduce search space. We limit the search space just to a few pairs of eye candidates. For the selection of them, we first isolate possible eye regions in the fast and robust way by modified histogram equalization. The eye candidates are paired to form an eye pair and each of the eye pair is estimated how close it is to a true eye pair in two aspects : One is how similar the two eye candidates are in shape and the other is how close each of them is to a true eye image A multi-layer perceptron neural network is used to find the eye candidate region's closeness to the true eye image. Just a few best candidates are then verified by eigenfaces. The experimental results show that this approach is fast and reliable. We achieved 94% detection rate with average 0.1 sec Processing time in Pentium III PC in the experiment on 424 gray scale images from MIT, Yale, and Yonsei databases.

  • PDF

Incubation Time Required for Hatching, and Ecological Characteristics of the Mode of Life Related with Total Numbers of the Suckers on Each Short Arm of the Hatched Juvenile Larvae of Octopus ocellatus (Cephallopoda: Octopodidae), in Western Korea

  • Kim, Sung Han;Jun, Je-Cheon
    • 한국패류학회지
    • /
    • 제32권2호
    • /
    • pp.133-139
    • /
    • 2016
  • The incubation time required for hatching of O. ocellatus were investigated through the processes of egg and embryonic developments by the dissecting microscopic and visual observations. And differences in ecological characteristics of the plankton mode of life or the benthic mode of life according to total numbers of the suckers on each short arm of the hatched juvenile larvae of O. ocellatus were studied by comparisons with other octopodidae species. Compared with the recent a few results reported by other researchers associated with the incubation time required for hatching by female adult mother of O. minor (73-90 days after spawning at $20.9-21.5^{\circ}C$ ranges), in this study, the incubation time required for hatching by female adult mother of O. ocellatus was 56-57 days after spawning at $11.0-20.4^{\circ}C$. Therefore, the incubation time required for hatching by female adult mother varied with Octopodidae species. In this studies, each ovarian egg laid by a female was connected to an egg string attaching to the surface of the wall or bottom of vacunt shell of Rapana venosa. Egg and embryonic developments of this species were studied in the indoor aquaria, in the specific gravity ranging 1.024-1.025. the hatched juvenile of O. ocellatus is 10.3 mm in the mean total length and 4.5 mm in mantle length, and each of its short arms has 18-20 suckers. The just hatched juvenile larvae of O. ocellatus enter the benthic mode of life (benthic larval stage) after hatching. In particular, regarding differences in ecological characteristics of the mode of life according to total numbers of the suckers, O. vulgaris may not need to have many suckers because they enter the planktonic mode of life after hatching, however O. ocellatus may need to have many suckers, because they should adapt to the benthic mode of life. And also the just hatched juvenile larvae of O. minor (bearing many suckers more than O. ocellatus) enter the benthic mode of life (benthic larval stage) after hatching. Therefore, the total number of the suckers on each short arm of the hatched juvenile larvae can be used for determining whether an octopus species has planktonic larval stages or benthic larval stage (benthic mode of life). In particular, The intracohort cannibalism phenomena appeared at the hatched juvenile larval stage because the larval stage of O. ocellatus and O. minor enter into the benthic larval stage in the early stage, unlike entering into the plaktonic larval stage in other Octopus species such as O. vulgaris: at this time, the early hatched larvae fed the late hatched larvae (they are the same species and almost same ages). Therefore, the intracohort cannibalism pheneomena occur in the just hatched juvenile stage of only O. ocellatus and O. minor.

JIT Code Generator 상의 스택할당 정책 적용에 관한 연구 (A study of the stack allocation policy on JIT Code Generator)

  • 김효남
    • 한국컴퓨터정보학회논문지
    • /
    • 제6권4호
    • /
    • pp.100-103
    • /
    • 2001
  • 자바프로그램의 실행속도를 빠르게 하는데 있어서 가장 좋은 방법은 빠른 자바가상머신(JVM : Java Virtual Machine)을 사용하는 것이다. 자바가상머신의 성능은 구현 차이에 따라 성능차이가 많이 난다. 자바가상머신을 구현하는데 있어서 가장 중요한 성능 향상의 기술은 JIT(Just-in-Time) 코드 생성기(Code Generator)이다. JIT 코드 생성기는 자바 바이트 코드를 플랫폼에 맞는 native machine code로 변환해 준다. 이 native code들은 자바가상머신에서 각 바이트 코드를 분석하는데 걸리는 시간을 단축할 수 있기 때문에 기존의 방식보다 빠르게 동작한다. 그러나 JIT 코드 생성기는 많은 레지스터를 사용하기 때문에 스택과 레지스터간의 traffic이 가중되는 문제가 있다. 그러므로 본 논문에서는 자바가상머신의 성능 향상을 위한 방안으로 효율적인 stack allocation 정책을 JIT 코드 생성기에 적용하여 레지스터와의 traffic을 감소시킬 수 있는 방안을 제시하였다.

  • PDF

종속 고장을 가지는 원형 Consecutive-k-out-of-n:F 시스템의 경제적 설계

  • 윤원영;김귀래;고용석;류기열
    • 한국신뢰성학회:학술대회논문집
    • /
    • 한국신뢰성학회 2000년도 추계학술대회
    • /
    • pp.387-395
    • /
    • 2000
  • Circular consecutive-k-out-of-n:F system when the failure of component is dependent is studied. We assume that the failure of a component in the system increase the failure rate of the survivor which is working just before the failed component. In this case, a mean time to failure (MTTF), a average failure number of the system, and the expected cost per unit time are obtained. Then the minimum number of consecutive failed components to cause system failure to minimize the expected cost per unit time is determined as searching paths to system failure. And various numerical examples are studied.

  • PDF

${\cdot}$서양 사상의 시간개념에 따른 미술${\cdot}$음악${\cdot}$건축의 비교에 관한 연구 (A Comparative Study on Art, Music and Architecture on the Concept of Time from Viewpoints of Oriental and Western Philosophy)

  • 이홍규;동정근
    • 한국실내디자인학회논문집
    • /
    • 제34호
    • /
    • pp.61-68
    • /
    • 2002
  • It aims to understand how the time can be expressed in architecture from viewpoints of Oriental and Western philosophy. We just have done sporadic studies such as historical time, physical time, specific time, time as the space-time continuum and appreciation time. It`s impossible to find out that time exactly is since `time` is ambiguous. Because the meaning is formed newly by relational changes between visible and invisible existing thing. In such point of view, this study attempts at analyzing the inter-relationship between the art, music, architecture and time-concept in oriental and western philosophy. A comparative study follows : Time can be classified into the linear concept of time & the cyclic concept of time in an agricultural civilization and oriental philosophy. Linear concept of time can be divided into 1)the inevitable concept of time and 2)the 4-dimensional concept of time and 3) the indefinite concept of time.

A Study on Information System Improvement for Air Logistics SCM

  • Choi, Hyung-Rim;Park, Nam-Kyu;Lee, Hyun-Chul;Seo, Young-Joon;Shin, Joong-Jo
    • 한국정보시스템학회지:정보시스템연구
    • /
    • 제14권3호
    • /
    • pp.63-70
    • /
    • 2005
  • Compared with land logistics and sea logistics, air logistics takes not only less transportation time, but also makes just-in-time delivery possible. Because of this, in spite of high freight rates, many shippers make good use of airlines. To cope with borderless competition in this global age, most shippers using air logistics want to receive diverse information including just-in-time cargo delivery and dangerous situation as well as convenience and speed in job handling. Nevertheless, most domestic forwarders, who perform many kinds of important businesses for air logistics, mainly put emphasis on demanding information from overseas partners through their business agreements, that is, focusing on horizontal integration, instead of sharing information or improving job performance among air logistics participants. As a result, it is almost impossible to satisfy the needs of shippers. Airline users want to remove the uncertainties over their cargo movement. And in time of emergency, they want to take immediate measures through speedy information sharing and decision-making. In order to satisfy shipper's needs, all the organizations participating in the air logistics supply chain-cargo senders, cargo receivers, forwarders, transporters, licensed customs brokers, airlines as well as foreign partners-have to set up a vertical cooperation system. For effective air logistics SCM, it is very important to remove overlapping jobs, strengthen the efficiency of job handling, and provide online monitoring on cargo information in order to support decision-making. To this end, this paper has applied the concept of RTE (Real Time Enterprise), a new business management system, which tries to maximize competitiveness by removing many hindrance factors on an ongoing basis in managing and fulfilling core business processes based on up-to-the-minute information. In order to realize RTE-based information system for air logistics SCM, this paper has analyzed the information required by business process and by air logistics participant, and suggested the method for information sharing, point of time for information input and output, and its means.

  • PDF

실내공간의 잔향시간과 음향변수 측정방법 (Measurement of the Reverberation Time of Rooms with Reference to Other Acoustical Parameters)

  • 오양기;주진수;정광용;김선우
    • 한국소음진동공학회:학술대회논문집
    • /
    • 한국소음진동공학회 2001년도 추계학술대회논문집 I
    • /
    • pp.392-396
    • /
    • 2001
  • Revision of KS, Korean Standards, is currently actively discussed. It is just the time for a new world class standards under the new system with WTO, World Trade Organization. This paper is a part of “Researchs on the Standards in the Building Acoustic Field”, as one of KS revision projects. The aim of this study is to define the requirements for measuring the reverberation time and other major room acoustical parameters.

  • PDF

자동차 부품사들의 간판방식 사례 연구 (On Study for the KANBAN System OF Car Parts Manufacturers)

  • 이종형;이윤희
    • 한국산업융합학회 논문집
    • /
    • 제6권4호
    • /
    • pp.413-420
    • /
    • 2003
  • We can take 'Profit security', in the field Process improvement activity and man-power upgrade in the learning of organization activity or upgrading ability of each peoples. After Tayler System(Scientific Management in1911) and Ford System(Conveyor system in 1913), Toyota System(Ohno's TPS; Toyota Production System around 1980) which was developed by Toyota in Japan in the third productive revolution. This thesis study on the focus of 2 successful examples(P and S companies in Seong-Seo industrial complex Tae-Gu city) which introduce Toyota system can apply to VM(Visual Management), 3jeong(Right Products Right Quantity, Right Box and Right Position)5S(Seiri, Seiton, Seisoh Seiketsu, Sitsuke), JIT(Just In Time), KAIZEN(Improvement), KANBAN System(Logistic) and output of Factory. For examples P company obtained a lot of results(productivity increase 19%, Quality up 46%-36ppm, storage decrease 25% per year), S company obtained a lot of results(productivity increase 20%, Quality up 40%, storage decrease 33% per year, 2600 improvements in 2002. In conclusion Korean KANBAN system (modified Toyota System) is similar to exchange of work as Korean traditional system in agriculture as like dure 'PUMASHI' SANGBU-SANJO) that's autonomous management systems. In conclusion Korea KANBAN system needs apply to not only all the manufacturing industry but also the various fields of industry.

  • PDF

Itanium상의 자바 적시 컴파일러를 위한 가벼운 루프 불변 코드 이동 (Lightweight Loop Invariant Code Motion for Java Just-In-Time Compiler on Itanium)

  • 유준민;최형규;문수묵
    • 한국정보과학회논문지:소프트웨어및응용
    • /
    • 제32권3호
    • /
    • pp.215-226
    • /
    • 2005
  • 루프 불변 코드 이동(loop invariant code motion, LICM) 컴파일러 최적화는 비교적 많은 분석 작업을 필요로 하기 때문에 컴파일 시간이 수행 시간의 일부가 되는 자바 적시(Just-In-Time) 컴파일러에는 사용하기 쉽지 않다. "전통적인" LICM 기법에서는 보통 코드를 분석하여 레지스터의 정의-사용체인과 사용-정의 체인을 미리 만든 뒤 이를 바탕으로 코드 이동을 수행하는 데, 본 논문은 자바 가상 머신(Java virtual machine)이 스택 머신 (stack machine)이라서 좀 더 단순한 코드 형태를 생성한다는 특징을 이용하여 정의-사용 체인을 루프 불변 코드에 대해서만 만들고 사용-정의 체인 없이도 정확히 동작하는 알고리즘을 제시한다. 또한 기존의 방식보다 더 많은 루프 불변 코드 이동을 하게 하는 두 가지 방법을 제시한다. 우선, 간단하기 때문에 루프에 경로가 하나인 경우만 LICM을 적용하는 기존의 기법과 달리, 경로가 여러 개인 루프에서도 부분적으로 중복되는 코드에 대해서도 LICM을 안전하게 적용한다. 또한 부분적으로 중복되는 루프 불변 널(null) 포인터 체크 코드도 Itanium의 조건 수행(predication)을 이용하여 이동시키다. 제안된 기법은 Itanium 마이크로프로세서를 위한 인텔의 ORP(Open Runtime Platform) 자바 가상 머신 위의 적시 컴파일러에 구현하였다. SPECjvm98 벤치마크에 대해 실험을 수행한 결과 전체 적시 컴파일 시간을 1.3% 정도만을 증가시켰지만 전체 수행 시간을 기하 평균으로 2.2% 향상 시켰다.