نتایج جستجو برای: related ones

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

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه سیستان و بلوچستان - دانشکده مهندسی شیمی 1391

there is no doubt that human being needs to become integrated with industry and industry needs to be progressed, daily. on the other hand, serious events in industrial units specially in oil industries has been shown that such damages and events are industry related ones. the consequence of such events and damages which resulted in chemical and poisoned explosions and loss of life and property ...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه اراک - دانشکده علوم انسانی 1388

abstract the aim of this study was threefold: (1) to investigate the relationship between knowledge of semantic prosody and efl learners general language proficiency; (2) to examine the relationship between qualitative as well as quantitative knowledge of words, and (3) to compare the performance of efl learner on receptive and productive measures of semantic prosody. the study is based on a...

2007
Guy M. Miller

1561 References Cited U.S. PATENT DOCUMENTS 3,792,423 2/1974 Becker et al. ......................... 73/620 3,979,712 9/1976 Ettenhofer et al. . 4,028,934 6/1977 Sollish ................................... 73/620 4,327,576 5/1982 Dickey et al. ................... 73/40.5 A 4,640,121 2/1987 Leuker et al. ................... 73/40.5 A 4,641,526 2/1987 Izumi et al. ........................... 73/5...

2008
ALICE GARBAGNATI ALESSANDRA SARTI

Nikulin has classified all finite abelian groups acting symplectically on a K3 surface and he has shown that the induced action on the K3 lattice U⊕E8(−1) depends only on the group but not on the K3 surface. For all the groups in the list of Nikulin we compute the invariant sublattice and its orthogonal complement by using some special elliptic K3 surfaces.

Journal: :RFC 1990
Tracy Mallory Alan Kullberg

While the equation above is correct, it is not very useful for incremental updates since the equation above updates the checksum C, rather than the 1’s complement of the checksum, ̃C, which is the value stored in the checksum field. In addition, it suffers because the notation does not clearly specify that all arithmetic, including the unary negation, must be performed one’s complement, and so i...

1999
Yukari YAMAUCHI Masao MUKAIDONO

When the degree of intersections A∩B of events A,B is unknown arises a problem: how to evaluate the probability P(A ∩ B) and P(A ∩B) from P(A) and P(B). To treat related problems two models of valuation: interval and paired probabilities are proposed. It is shown that the valuation corresponding to the set operations ∩ (intersection), ∪ (union) and ∼ (complement) can be described by the truth f...

Journal: :Organic & biomolecular chemistry 2015
Jun-Hua Li Da-Ming Du

An efficient chiral squaramide-catalysed enantioselective Michael addition of pyrazolin-5-ones to 3-nitro-2H-chromenes for the synthesis of chiral heterocyclic systems containing both chroman and pyrazolone derivatives has been developed. This reaction afforded the desired products in high to excellent yields (up to 98%) with high enantioselectivities (up to 96%) and excellent diastereoselectiv...

Journal: :Organic & biomolecular chemistry 2013
Jun-Hua Li Da-Ming Du

An efficient chiral squaramide-catalysed enantioselective Michael addition of pyrazolin-5-ones to nitroalkenes has been developed. This reaction afforded the chiral pyrazol-3-ol derivatives in high to excellent yields (up to >99%) with high enantioselectivities (up to 94% ee) for most substrates under very low catalyst loading (0.25 mol%). This catalytic asymmetric reaction provides valuable an...

Journal: :CoRR 1995
Rob Seaman William Pence Arnold Rots

This paper describes a simple means for embedding a checksum within a FITS header, providing a mechanism for later verifying the integrity of the FITS le. The method uses ASCII coded 32-bit 1's complement arithmetic to force the checksum of each FITS HDU to zero. This technique requires no extension of the FITS standard to be used by any given project, in fact the technique may be used to zero ...

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

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

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