نتایج جستجو برای: faults density

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

Journal: :iranian journal of chemistry and chemical engineering (ijcce) 2005
mahmoud reza pishvaie mohammad shahrokhi

changes in the physicochemical conditions of process unit, even under control, may lead to what are generically referred to as faults. the cognition of causes is very important, because the system can be diagnosed and fault tolerated. in this article, we discuss and propose an artificial neural network that can detect the incipient and gradual faults either individually or mutually. the main fe...

Faults in computer networks may result in millions of dollars in cost. Faults in a network need to be localized and repaired to keep the health of the network. Fault management systems are used to keep today’s complex networks running without significant cost, either by using active techniques or passive techniques. In this paper, we propose a novel approach based on imperialist competitive alg...

Journal: :amirkabir international journal of modeling, identification, simulation & control 2015
sh. asgari a. yazdizadeh m. g. kazemi

in this paper, in order to increase the efficiency, to reduce the cost and to prevent the failures of wind turbines, which lead to an extensive break down, a robust fault diagnosis system is proposed for v47/660kw wind turbine operated in manjil wind farm, gilan province, iran. according to the acquired data from iran wind turbine industry, common faults of the wind turbine such as sensor fault...

Journal: :زمین شناسی اقتصادی 0
علیرضا زراسوندی بابک سامانی هوشنگ پورکاسب زهرا خورسندی یعقوب جلیلی شاه منصوری

introduction two main principal aspects for the genesis of porphyry copper deposits have been determined. the first genetic model concerns the petrologic and geochemical processes and the other relates the genesis to crustal deformation and geodynamic conditions (kesler, 1997). recent studies (e.g., padilla garza et al., 2001) show that the generation and emplacement of porphyry copper deposits...

2004
Peter Fogh Odgaard

Several new types of optical disc standards have reached the market during the past years, from the well known Compact Disc (CD), and its computer version CD-ROM, through the Digital Versatile Disc (DVD) to the new high density discs, eg. Blu-Ray discs. All these standards have potential problems with surface faults like scratches and fingerprints. Many users have suddenly encountered the probl...

2013
Rinku Gupta Kamil Iskra Kazutomo Yoshii Pavan Balaji Pete Beckman

Faults and errors are an unavoidable aspect of high performance computing systems. Emerging exascale systems will contain billions of hardware components and complex software stacks. In addition, higher fabrication density and power challenges will further compound fault detection, management and recovery. Efficient fault tolerance and resiliency frameworks are thus of immense importance in the...

2008
Zhibin Lin Robert A. Johnson Leonid V. Zhigilei

The generation of crystal defects in a Cr target irradiated by a short, 200 fs, laser pulse is investigated in computer simulations performed with a computational model that combines the classical molecular dynamics method with a continuum description of the laser excitation of conduction band electrons, electron-phonon coupling, and electron heat conduction. Interatomic interactions are descri...

Aims & Backgrounds: The faults and tectonic structures have a major impact on groundwater resources and they play more important role in these factors, which by creating a displacement in the sequence of layers, lead to creation of aquifers. Determination of the relationship between faults and groundwater resources can help to identify new water resources.The aim of this study is to investigate...

Journal: :IEEE Trans. Computers 1973
Robert W. Cook William H. Sisson Thomas F. Storey Wing N. Toy

In designing a self-checking processor, it is essential to recognize the types of failures that are most probable. Matching the checking techniques with the type of faults that are expected to occur should yield the best result with the least amount of hardware. The microprogram control will consist of integrated circuits: large-scale integration (LSI) for the memory and small-scale integration...

Faults in computer networks may result in millions of dollars in cost. Faults in a network need to be localized and repaired to keep the health of the network. Fault management systems are used to keep today’s complex networks running without significant cost, either by using active techniques or passive techniques. In this paper, we propose a novel approach based on imperialist competitive alg...

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

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

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