نتایج جستجو برای: fused quinazolinons

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

Panchromatic and multi-spectral images produced by the remote sensing satellites are fused together to provide a multi-spectral image with a high spatial resolution at the same time. The spectral quality of the fused images is very important because the quality of a large number of remote sensing products depends on it. Due to the importance of the spectral quality of the fused images, its eval...

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

فرآیندهای ساخت به روش افزودنی از دسته فرآیندهای تولیدی نوین صنعتی است که بر خلاف روش های مرسوم تولیدی، مانند جداسازی مواد(تراشکاری, فرز کاری و ...) و فرم دهی(کشش عمیق، اکستروژن و ...)، بر اساس افزودن لایه لایه مواد بر روی یکدیگر، تولید قطعات را انجام می‏دهند. فرآیندهای ساخت به روش افزودنی بر اساس نوع ماده مصرفی به سه دسته مایع پایه، پودر پایه و جامد پایه تقسیم بندی می شوند. فناوری مدل سازی با ر...

A 2.5-year-old boy with a history of the previous incidental finding of an ectopic kidney in ultrasonography was referred to our nuclear medicine center for 99mTc-DMSA renal scintigraphy. The scan showed an unusual type of ectopic fused kidneys on the right side of the lower abdomen. In this anomaly, kidneys were fused completely across the medial portion of both upper and lower pole...

غفاری کاشانی, طناز , نوریان , سیدمهدی , کاظمیان, حسین ,

In this research fly ash (FA) from Iran Ferrosilice Company was converted to zeolite A by hydrothermal procedure. The type and quality of produced zeolite depends on the composition of used FA, concentration of sodium hydroxide solution, and parameters such as temperature, reaction time and liquid/solid ratio. The fly ash was fused with sodium hydroxide at 550°C for 1 hour followed by dissoluti...

Ahmad Adeli Amel Jamedar Farzaneh Barkhordari Farzaneh Sabahi Fatemeh Roodbari Fereidoun Mahboudi, Mohamad Nabi Sarbolouki

Background: Development of an effective vaccine is highly needed in order to restrict the AIDS pandemic. DNA vaccines initiate both arms of immunity without the potential of causing disease. HIV-1 p24 and gp41 (gag and env) proteins play important roles in viral pathogenesis and are effective candidates for immune induction and vaccine design. Objective: In this study, new DNA vaccine candidate...

2015
S. Kishor S. P. Prakash

A single precision floating-point fused add-subtract unit and fused dot-product unit is presented that performs simultaneous floating-point add and multiplication operations. It takes to perform a major part of single addition, subtraction and dot-product using parallel implementation. This unit uses the IEEE-754 single-precision format and supports all rounding modes. The fused add-subtract un...

Journal: :ACM Transactions on Architecture and Code Optimization 2019

A. Bockisch, A. Stahl, C. Mikat, G. Antoch, J. Altenbernd, M. Forsting, S. Hahn, T.A. Heusner,

Background: To retrospectively describe imaging characteristics of liver metastases on fused FDG-PET/ MRI data sets and to compare the diagnostic accuracy of MRI and fused FDG-PET/MRI data sets for the detection of liver metastases in patients undergoing systemic anticancer treatment. Materials and Methods: 43 oncological patients (mean age: 56+/- 11 years) were investigated by FDG-PET...

Journal: :International Journal of Modern Physics A 1993

Journal: :Transactions of the Optical Society 1908

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

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

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