نتایج جستجو برای: free speed

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

Journal: :Accident; analysis and prevention 2011
Ahmad Abdullah Saifizul Hideo Yamanaka Mohamed Rehan Karim

Most highly motorized countries in the world have implemented different speed limits for light weight and heavy weight vehicles. The heavy vehicle speed limit is usually chosen to be lower than that of passenger cars due to the difficulty for the drivers to safely maneuver the heavy vehicle at high speed and greater impact during a crash. However, in many cases, the speed limit for heavy vehicl...

Journal: :IEEE Trans. VLSI Syst. 1998
O. Kibar Philippe J. Marchand Sadik C. Esener

We present the theory, experimental results, and analytical modeling of high-speed CMOS switches, with a 2-D layout, suitable for the implementation of packet-switched free-space optoelectronic Multistage Interconnection Networks (MINs). These switches are fully connected, bi-directional, and scaleable. The first design is a proof of concept of the half-switch, which is a two-to-one multiplexer...

Journal: :The Journal of experimental biology 1979
C T David

2009
J. Pedersen K. S. Teh

Growth of a multitude of zinc oxide nanostructures has been achieved without the use of catalysts at atmospheric pressure in less than 10 minutes at low power (65WRF) in an inductive heating apparatus. Scanning electron microscopy shows an array of nanostructures including nanocrystals, tetrapods, telescopic tetrapods, and nanowires which do not appear to be terminated with a catalyst. X-ray di...

Journal: :Biosensors & bioelectronics 2004
Manoj M Varma Halina D Inerowicz Fred E Regnier David D Nolte

Spinning-disk interferometers are a new class of analytic sensors to detect immobilized biomolecules with high speed and high sensitivity. The disks are composed of a large number of surface-normal self-referencing interferometers, analogous to an optical CD, but operating on the principle of microdiffraction quadrature that achieves sensitive linear detection of bound molecules. The surface-no...

2003
Enyue Lu Si-Qing Zheng

Multistage interconnection networks (MINs) can be used to construct electro-optic switches. To implement crosstalkfree switching in such a switch, two I/O connecting paths cannot share a common switching element (SE). Thus, a permutation must be decomposed into partial permutations, each being routed through the switch without crosstalk. It was shown that any permutation can be decomposed into ...

2003
Manoj M. Varma David D. Nolte Halina D. Inerowicz Fred E Regnier

Interferometers can detect optical path changes down to a billionth-lambda at the half intensity point at quadrature, (defined when the signal and reference waves are out of phase by ninety degrees). We have fabricated interferometric microstructures on silicon all operating at quadrature. The ultimate capability of this approach is the fabrication of over a billion interferometric biosensors o...

2014
M. Raguram R. Parameshwaran

In spite of several modified versions proposed, there is a huge demand for an efficient implementation of CORDIC in signal processing applications. Various methods proposed for CORDIC have their own drawbacks either in range of functionality or complexity. This paper presents speed optimized scale-free CORDIC in order to be mainly used in signal processing applications such as FFT and DCT etc.T...

2009
ROBERT SCHRADER

Laplace operators on metric graphs give rise to Klein-Gordon and wave operators. Solutions of the Klein-Gordon equation and the wave equation are studied and finite propagation speed is established. Massive, free quantum fields are then constructed, whose commutator function is just the Klein-Gordon kernel. As a consequence of finite propagation speed Einstein causality (local commutativity) ho...

2005
HWANG-CHERNG CHOW

In this paper, a new MBE (modified Booth encoding) recoder, and a new MBE decoder are proposed in CMOS transistor level to improve the performance of traditional multipliers. The proposed pipelined Booth multiplier can reduce the delay time of the critical path by levelizing the complex gate in the MBE decoder. As a result, MBE decoder is no more the speed bottleneck of a pipelined booth multip...

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

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

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