نتایج جستجو برای: nuclear energy level lifetime

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

Journal: :IJDSN 2017
Sunyong Kim Chiwoo Cho Kyung-Joon Park Hyuk Lim

In wireless sensor networks powered by battery-limited energy harvesting, sensor nodes that have relatively more energy can help other sensor nodes reduce their energy consumption by compressing the sensing data packets in order to consequently extend the network lifetime. In this article, we consider a data compression technique that can shorten the data packet itself to reduce the energies co...

2003
ROBERT R. SHARP

electronic state because of the relatively large number of other states of He2 lying within kT of the 3p 3IIg • n is interesting to note that the collection of statistically significant data is limited at both high and low pumping intensities. In the former case, the use of an excessively intense correlated source appears to cause progressively shorter lifetimes of the enhanced population as th...

Journal: :CoRR 2010
Saumay Pushp

Nowadays Wireless Sensor Networks (WSNs) are deployed in various fields for different operations like controlling nuclear reactors, detecting seismic activities, security and surveillance, navigational activities, industrial automation and others. Such wide-ranging applications requiring WSNs, make them candi dates for intense research. Wireless sensor network consists of a sensor, a radio tran...

ژورنال: محاسبات نرم 2013
رحیمی نسب, مجید, رضایی نژاد, مهدی, موسوی, سید عبدالمجید,

At the present, energy aware routing is one of the most important research topics in wireless sensor networks. Increasing network lifetime is the most challenging need in these networks. In this study, in order to increase network lifetime, we aim to introduce a harmony search algorithm as a successful meta-heuristic algorithm for routing in the wireless sensor networks. In customizing the algo...

Elham Kashian Fatemeh Akbarzadeh Shiva Zarifi

Introduction: Most of people are exposed to ionizing radiation sources during their lifetime including background, cosmic or man-made beams like radiation used in nuclear medicine and radiology. Due to unavoidable use of ionizing radiation in diagnosis and treatment of diseases, designing and correct implementation of radiation protection principles in order to reducing its har...

Journal: :سیاست 0
محمدصادق کوشکی استادیار گروه مطالعات منطقه ای دانشکدۀ حقوق و علوم سیاسی دانشگاه تهران فرشته میرحسینی کارشناس ارشد مطالعات خاورمیانۀ دانشکدۀ حقوق و علوم سیاسی دانشگاه تهران

one of the important issues in the middle east country is trying to establish or revive nuclear program over the past few years. this subject can have peaceful or military dimension & components of power and security can be affected. the regional country insisted on its being non-nuclear by 2006. but from this time, gradually altered the traditional approach of these countries on the nuclear is...

2003
Noam Lior

-Starting with information from Indian Point 1, a full size nuclear plant with fossil-fuel superheat which was built and operated, this paper examines the effect of superheat on both energy and exergy performance, as well as on the thermoeconomics of such plants. The study finds that adding superheat to the nearly saturated steam generated by water-cooled nuclear reactors increases the amount o...

2009
N. Chauvin

Excited states in Ba were studied with the Ba( d, p)Ba reaction at 24.0MeV, with a polarized deuteron beam using the Munich magnetic spectrograph Q3D. Many unambiguous spin-parity assignments were made up to an excitation energy of 2.2MeV, which allow a detailed comparison with different theoretical calculations, such as the interacting boson-fermion model and the shell model. PACS. 21.10.-k Pr...

Journal: :نشریه دانشکده فنی 0
علی پذیرنده اردشیر گویری

the industrial growth of any developing country largely depends on the availability of abundant energy resources. according to the energy survey carried out by international atomic energy agency, (1) the contribution which nuclear energy will make towards the total energy requirements of the developed countries of the world by the end of the century will be about 50%. in iran by the year 1992 t...

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

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

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