نتایج جستجو برای: just order

تعداد نتایج: 1031896  

2005
Michael P. Keane Susan E. Feinberg

We show that the advent of improved logistics management, including the “just-intime” (JIT) production system, can plausibly explain much of the dramatic (i.e., roughly 95%) growth of intra-firm trade in intermediates from Canadian affiliates to their U.S. MNC parents in the 1984-1995 period. The decline in tariffs and physical transport costs over this period was far too small (about 2.5%) to ...

1992
Lauri Koskela

The background and development of the new production philosophy are presented. The conceptual basis of the traditional and the new production philosophies, as applied in manufacturing, are examined. The traditional conceptual basis of construction is criticized, and an initial new interpretation of construction is given based on the new philosophy. Finally, the challenges of implementing the ne...

2006
M. Anton Ertl Christian Thalinger Andreas Krall

Dynamic superinstructions and replication can provide large speedups over plain interpretation. In a JVM implementation we have to overcome two problems to realize the full potential of these optimizations: the conflict between superinstructions and the quickening optimization; and the non-relocatability of JVM instructions that can throw exceptions. In this paper, we present solutions for thes...

2002
Ben M. Patterson Mustafa Ozbayrak Theopisti Papadopoulou

A medium sized UK based academic publishers own a subsidiary printing business. Presently the Academic Printers (AP) is experiencing productions line flow problems reducing the efficiency of the operation. Most of the problems are generated by the imbalanced workflow through the system. By implementing a JIT production planning system it is hoped that some of the production problems can be reso...

2001
B Mahadevan

For reasons well known, change has always been uncomfortable to business systems. There is some resistance and resentment whenever changes are made in the existing set-up more so in the case of technological change. New technologies have often brought structural changes to the business systems, which affect their cultural complexion as well. In recent years, there has been a stream of new innov...

2015
Andrea Furlan Giorgia Dal Pont Andrea Vinelli

The focus on the sequential nature of the improvement initiatives has neglected the synergistic effects among practices and literature lacks research on complementarity between internal and external bundles of practices. The aim of this paper is to test the existence of complementarity among internal and external just-in-time bundles. We run statistical analysis using the third round of High Pe...

2003
F Moeeni S M Sanchez

Given the increased competitive pressures on manufacturing, many companies are interested in implementing Just-In-Time (JIT) manufacturing philosophies. At the shop floor level, one application of JIT is the introduction of kanbans in order to control in-process inventory. Traditionally, it has been argued that kanban systems work well when the shop floor environment is fairly stable. In this p...

1998
Satoshi Matsuoka Hirotaka Ogawa Kouya Shimura Yasunori Kimura Koichiro Hotta Hiromitsu Takagi

The so-called `Open Compilers' is a technique to incorporate various self-descriptive modules for language customization and optimization based on computational re ection. We apply the open compiler technique to a Java Just-In-Time compiler to develop the OpenJIT compiler, which allows class-speci c customization and optimization, fostering research of new compilation techniques such as applica...

2013
Bo Hou Hing Kai Chan Xiaojun Wang

Just-in-time (JIT) has been a popular operation strategy partly because of its success in the japanese automobile industry. Various benefits such as inventory reduction, improved operations efficiency, and faster response, have been studied widely in previous studies. Therefore, successful implementation of JIT is vital to many companies. This research makes use of a case study to explore five ...

2009
Mehmet Savsar

This paper presents a model for an unreliable production line, which is operated according to demand with constant work-in-process (CONWIP). A simulation model is developed based on the discrete model and several case problems are analyzed using the model. The model is utilized to optimize storage space capacities at intermediate stages and the number of kanbans at the last stage, which is used...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->