نتایج جستجو برای: shanon entropy

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

2014
Chaeyun Jung Chanyeong Jeong Taeseon Yoon

Adenoviruses are medium-sized, nonenveloped viruses with an icosahedral nucleocapsid containing a double stranded DNA genome. Adenoviruses causes 57 distinct adenoviral serotypes from mild respiratory infections in young children to life-threatening multi-organ disease especially only in human. To be specific, to track out the particular reason why adenoviruses reacts negatively only to human i...

ژورنال: :پژوهش های فرسایش محیطی 0
ابراهیم مقیمی ebrahim moghimi moghimi.ir@yahoo.com مجتبی یمانی mojtaba yamani myamani@ut.ac.ir منصور جعفر بیگلو mansor jafar beglou mjbeglou@ut.ac.ir سعید نگهبان saeed negahban s_nl362@yahoo.com جبار سلیم منش jabbar salimmanesh jabbarsalimmanesh@yahoo.com

فرسایش یک پدیده تسطیح یا هموارکننده سطح زمین است که رسوبات از راه حمل، غلتیدن و یا شسته شدن تحت تأثیر نیروی ثقل از نقاط مرتفع به محلهای پست حرکت می دهد، کشور ایران در طول دوره های مختلف، همواره تحت تأثیر فرسایش آبهای روان قرار داشته به همین دلیل پرداختن به مسأله فرسایش از اهمیت بسزائی برخوردار است. این پژوهش سعی دارد که به بررسی میزان فرسایش و شناسایی پارامترهای مؤثر بر آن در حوزه آبخیز رودخانه...

Journal: :Clinical chemistry 1987
J Merritt B H Hunter W C Hall

and blood in hemodialysis patients.J AppI Physiol 1967;23:100-8. 3. Shanon IL, Feller RP, Suddick RP. Human parotid saliva urea in renal failure and during dialysis. Arch Oral Biol 1977;22:83-6. 4. von Eisenwiener HG. Kinetische Bestimmung des Harnstoffes mit dem LKB-System. J Clin Chem Clin Biochem 1976;14:261-4. 5. Akai T,Naka K, Yoshikawa C, et a!.Salivaurea nitrogen as an index to renal fun...

2014
Naser Safdarian

This research is performed based on the modeling of biological signals. We can produce Heart Rate (HR) and Heart Rate Variability (HRV) signals synthetically using the mathematical relationships which are used as input for the Integral Pulse Frequency Modulation (IPFM) model. Previous researches were proposed same methods such as one model of ECG signal synthetically based on RBF neural network...

Journal: :The International Journal of Advanced Manufacturing Technology 2022

Fixture synthesis addresses the problem of fixture-elements placement on workpiece surfaces. This article presents a novel variant simulated annealing (SA) algorithm called declining neighborhood (DNSA) specifically developed for fixture synthesis. The objective is to minimize measurement errors in machined features induced by misalignment at locators-workpiece contact points. systematically ev...

2011
Tati L. R. Mengko Hendra Gunawan

Medical imaging is an important element in the medical diagnostic process. However, storing medical images in a certain format is quite challenging. The size of a digital medical image is in the range of 3–32 MB per examination, depending on the imaging modality. Image compression will be a suitable solution when it comes to minimizing the size of stored medical images. The quest to find a comp...

Introduction: Health education and the development of students' health culture are very important and a coherent and comprehensive program in this area is essential. The purpose of this study was to determine the content of elementary third grade textbooks based on the amount of attention to health system components. Methods: In this descriptive study, content analysis method was used. The sta...

Azimi, Mohammad, Eghbali, Ali,

Background and Aim: Man, as the Creator of God and the Creator of Creatures, has a right, one of which is the right to a healthy life, and this type of life can only be achieved through useful training. In this regard, comprehensive health education in schools is one of the most important pillars for the health of the next generation of the country. Therefore, the purpose of this study was to a...

2003
V. S. Ramachandran

The commentaries by Shanon (2003) and Pribram (2003) on our original article (Ramachandran & Hubbard, 2001) are stimulating and make a valuable contribution to the knowledge and thinking about synaesthesia, and indeed the mind in general. We were gratified to see the overall level of agreement with our general framework. For example, both of the authors endorse our connection between the percep...

2011
Sapto P. Putro

Sediment dynamics and the hydrodynamics of the environment cause the complexity and variability in animal-sediment relationship, both in spatial and temporal. This study is focused on the response of macrobenthic fauna to environmental disturbance caused by fish farming using their trophic structure. Their changes in trophic structure can be used as an indicator of disturbance. Eight control si...

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

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

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