نتایج جستجو برای: expansion joint

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

Journal: :تحقیقات اقتصادی 0
زهرا زمانی دکتری اقتصاد، دانشگاه اصفهان سید کمیل طیبی استاد گروه اقتصاد، دانشگاه اصفهان ایرج کاظمی دانشیار گروه آمار، دانشگاه اصفهان

in the era of globalization, particularly, since early 1990s, economies around the world have been affected considerably by co-movements in one or more countries. in the literature this phenomenon is recognized as synchronization in business cycles, while joint policies being conducted by trading partners can modify such effects properly. the objective of this paper has been to evaluate a possi...

Journal: :Journal of Asian Architecture and Building Engineering 2020

Journal: :Journal of the Japan Society of Powder and Powder Metallurgy 1989

2016

Unilateral Posterior Crossbite with functional shift of the mandible is a common condition. Early treatment of the condition may prevent adverse effects on temporomandibular joint and masticatory muscles. Many treatment options have been discussed in the literature so far. During the deciduous and early mixed dentition stages, smaller forces can be used to achieve sutural expansion. When expans...

Journal: :International journal of bio-medical computing 1973
M J Norusis

Scheinok’s (1972) empirical results, obtained from using Bahadur’s expansion in Bayes’s theorem, are explained by noting that the expansion is an exact representation of observed probabilities and thus no information was gained by its use. The calculated and observed joint probability distributions will always be equal. It is also demonstrated that posterior probabilities equal to the ratio of ...

2013
Philippe Dumas

Radix-rational sequences are solutions of systems of recurrence equations based on the radix representation of the index. For each radix-rational sequence with complex values we provide an asymptotic expansion, essentially in the scale N logN . The precision of the asymptotic expansion depends on the joint spectral radius of the linear representation of the sequence of first-order differences. ...

Journal: :Journal of the Korean Geotechnical Society 2015

2013
Qingliang Miao Ruiyu Fang Yao Meng Shu Zhang

In this paper, we present FRDC's system at participating in the cross-lingual entity linking (CLEL) tasks for the NIST Text Analysis Conference (TAC) Knowledge Base Population (KBP2013) track. We propose a joint approach for mention expansion, disambiguation, and clustering. In particular, we adopt a lexicon and rule based method for entity classification, a collaborative acronym expansion meth...

Journal: :CoRR 2013
Philippe Dumas

Among all sequences that satisfy a divide-and-conquer recurrence, the sequences that are rational with respect to a numeration system are certainly the most immediate and most essential. Nevertheless, until recently they have not been studied from the asymptotic standpoint. We show how a mechanical process permits to compute their asymptotic expansion. It is based on linear algebra, with Jordan...

Journal: :journal of algebraic systems 2015
m. a. mehrjoofard h. r. afshin s. bagheri

the rank-k numerical range has a close connection to the construction of quantum error correction code for a noisy quantum channel. for noisy quantum channel, a quantum error correcting code of dimension k exists if and only if the associated joint rank-k numerical range is non-empty. in this paper the notion of joint rank-k numerical range is generalized and some statements of [2011, generaliz...

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

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

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