نتایج جستجو برای: queuing model

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

2016
Hua Shu Ci Song Tao Pei Lianming Xu Yang Ou Libin Zhang Tao Li

Queuing is common in urban public places. Automatically monitoring and predicting queuing time can not only help individuals to reduce their wait time and alleviate anxiety but also help managers to allocate resources more efficiently and enhance their ability to address emergencies. This paper proposes a novel method to estimate and predict queuing time in indoor environments based on WiFi pos...

2005
Aye Aye Nwe Khin Mar Soe Than Nwe Aung Thinn Thu Naing Myint Kyi Pyke Tin

In this paper, we proposed a new multistage virtual shared memory model for cluster based parallel systems. This model can be expanded in hierarchical manner and covered many of the previous clusters of parallel system designs. Queuing theory and Jackson queuing networks are applied for constructing an analytical model. This model gives a closed-form solution for the system performance metrics,...

2014
Charles Neil Ramsey

Motivated by the problems encountered in the operation of the front end of a grocery store, a queuing model is formulated for a variable channel queuing system. A cost structure is superimposed over the queuing model and after examining the customer jockeying properties of the system, an optimal operating policy is generated. The practical aspects of the generation and implementation of an opti...

2004
Changxu Wu Yili Liu

PRP (Psychological Refractory Period) is a basic but important form of human information processing in dual-task situations. This article describes a queuing network model of PRP that successfully modeled PRP without the need of setting up complex lock/unlock performance strategies employed in the EPIC model of PRP or drawing complex scheduling charts employed in the ACT-R/PM model of PRP. Furt...

2004
Changxu Wu Yili Liu

PRP (Psychological Refractory Period) is a basic but important form of human information processing in dual-task situations. This article describes a queuing network model of PRP that successfully modeled PRP without the need of setting up complex lock/unlock performance strategies employed in the EPIC model of PRP or drawing complex scheduling charts employed in the ACT-R/PM model of PRP. Furt...

2000
Vinay J. Ribeiro Rudolf H. Riedi Matthew S. Crouse Richard G. Baraniuk

Many studies have indicated the importance of capturing scaling properties when modeling traffic loads; however, the influence of long-range dependence (LRD) and marginal statistics still remains on unsure footing. In this paper, we study these two issues by introducing a multiscale traffic model and a novel multiscale approach to queuing analysis. The multifractal wavelet model (MWM) is a mult...

2007
Piotr DEMBINSKI

The paper explains the main idea of how the Estelle semantics may be reinterpreted within the queuing network model making possible a translation of Estelle into the algorithmic language of the Queuing Network Analysis Package (QNAP2). Such a translation gives access to all utilities of the package and enables the performance analysis to be integrated into the design process of Estelle specific...

2010
P. K. Menon Monish D. Tandale Jinwhan Kim Prasenjit Sengupta

A framework for stochastic traffic flow modeling over the U. S. National airspace based on queuing network models is advanced. The proposed framework allows the inclusion of a wide variety of trajectory uncertainties such as delays due to weather deviation, air traffic control actions, en route wind, aircraft performance, navigation system precision and flight control. En route queuing networks...

2010
David S. Kim

 In this paper we develop queuing model results for a single “automated” workstation that receives jobs from another automated workstation. An automated workstation is a server with deterministic processing times that experiences random operating times between failures, and then subsequent random repair times. We develop analytical expressions for the queue size distribution, the average numbe...

2002
Vicent Pla Vicente Casares Giner

In cellular systems there is usually an overlap cell coverage area (area covered by two or more base stations) which has valuable practical applications. Particularly, it permits the queuing of handover requests as a handover prioritization scheme. The modeling of the sojourn time in the overlap area is a topic which is not sufficiently explored, and even less is the effect it may have on the p...

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

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

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"; } -->