نتایج جستجو برای: intercity bus station

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

2007
Qian Yubin Liu Haoxue

With the development of economic, the traffic requirement rapidly increases in Shanghai. Besides building more new infrastructures, the administrators put forward to many countermeasures to increase the vehicle traffic capacity previously and to meet the traffic requirement in China. At the same time, the urban traffic facilities are set up by different departments of government during differen...

Journal: :International Transactions in Operational Research 2021

We introduce a novel optimization problem to support the planning and routing of on-demand buses in an urban context. call this bus (ODBRP). Given are fleet with fixed capacity, set stations travel times between them, transportation requests. Each request consists potential departure arrival stations, as well time window, that is, earliest latest time. The aim ODBRP is (1) assign each passenger...

Journal: :E3S web of conferences 2021

Since the 21st century, with rapid development of various modes transportation, network integrated transportation hub planning is undergoing new changes. Comprehensive not only an important carrier to connect multiple modes, but also reflects overall efficiency and service level different modes. How improve passenger flow organization urban comprehensive great practical significance. Based on p...

Journal: :Electr. Notes Theor. Comput. Sci. 2002
Luzi Anderegg Paolo Penna Peter Widmayer

We deal with an online problem arising from bus/tram/train disposition problems. In particular, we look at the case in which the delay is unknown and the vehicle can only wait in a station so as to minimize the passengers’ waiting time. We present deterministic polynomial-time optimal algorithms and matching lower bounds for several problem versions. In addition, all lower bounds also apply to ...

1962
Beryl Cross

have to take the Broad Street line and change at Willesden or go up to town by bus. The District trains won't be running for some while." A fair-haired woman standing nearby murmured: "How inconsiderate," and then laughed nervously, probably regretting her words. I thought of the man or woman lying on the track, perhaps killed outright, dying or maimed, for the station official would not really...

Journal: :Journal of physics 2023

Abstract As a rocket engine for thrust vector control system of high reliability and redundancy, precision, the requirements lightweight, servo test can quickly certain level fast data processing location, transient, frequency characteristic indexes, motor using GLINK as bus. Moreover, first is an all-in-one machine with four drives controls, so required to have ability actuators simultaneously...

2010
Michelle Wetterwald Fatma Hrizi Pasquale Cataldi

Our lives are going to evolve dramatically in the coming years due to the recent explosion of mobile communications. Intelligent Transport Systems and vehicular networks are one of the resulting vertical applications that are currently being designed and standardized. They are built on the concept of the ITS station, a common reference model inspired from the OSI standard. A first set of operat...

Journal: :Sustainability 2022

Electric vehicles (EVs) have the advantages of low pollution, energy consumption, and high efficiency, so they are highly valued by governments, enterprises, consumers. However, promotion use electric is restricted to a certain extent because their limited range. This paper selects vehicle intercity medium- long-distance travel as research object, takes classical flow-capturing location problem...

2015
A Alizadeh M Zare M Darparesh S Mohseni M Soleimani-Ahmadi

Road traffic accidents including intercity car traffic accidents (ICTAs) are among the most important causes of morbidity and mortality due to the growing number of vehicles, risky behaviors, and changes in lifestyle of the general population. A sound knowledge of the geographical distribution of car traffic accidents can be considered as an approach towards the accident causation and it can be...

Journal: :Academic journal of science and technology 2023

This paper proposes a bus timetable with uneven departure interval, which is mainly used to optimize the at high-speed railway stations. The comprehensive transportation hub an important node for connection between internal and external of city. Efficient transfer efficiency can not only improve travel satisfaction passengers, but also enable public transport enterprises retain passenger flow i...

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

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

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