نتایج جستجو برای: روش dmax

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

Journal: :Discrete Math., Alg. and Appl. 2013
Tiziana Calamoneri Rossella Petreschi Blerina Sinaimeri

A graph G is called a pairwise compatibility graph (PCG) if there exists a positive edge weighted tree T and two non-negative real numbers dmin and dmax such that each leaf lu of T corresponds to a node u ∈ V and there is an edge (u, v) ∈ E if and only if dmin ≤ dT (lu, lv) ≤ dmax, where dT (lu, lv) is the sum of the weights of the edges on the unique path from lu to lv in T . In this paper we ...

Journal: :Vision Research 2000
Lynn R Ziegler Robert F Hess Fred A.A Kingdom

A disparity gradient limit explains why the maximum amplitude of sinusoidal disparity gratings increases with decreasing disparity spatial frequency. It also explains why the largest disparity for binocular fusion (diplopia threshold) varies directly with stimulus element separation. Does a disparity gradient limit also apply to the detection of cyclopean shape? A previous study addressed this ...

2015
Catherine S. Greenhill

The problem of efficiently sampling from a set of (undirected) graphs with a given degree sequence has many applications. One approach to this problem uses a simple Markov chain, which we call the switch chain, to perform the sampling. The switch chain is known to be rapidly mixing for regular degree sequences. We prove that the switch chain is rapidly mixing for any degree sequence with minimu...

Journal: :Asian Pacific journal of cancer prevention : APJCP 2014
Natasha Hashim Zulaikha Jamalludin Ngie Min Ung Gwo Fuang Ho Rozita Abdul Malik Vincent Chee Ee Phua

BACKGROUND CT based brachytherapy allows 3-dimensional (3D) assessment of organs at risk (OAR) doses with dose volume histograms (DVHs). The purpose of this study was to compare computed tomography (CT) based volumetric calculations and International Commission on Radiation Units and Measurements (ICRU) reference-point estimates of radiation doses to the bladder and rectum in patients with carc...

Journal: :Atmospheric Chemistry and Physics 2022

Abstract. The impact of aerosols on clouds is a well-studied, although still poorly constrained, part the atmospheric system. New particle formation (NPF) thought to contribute 40 %–80 % global cloud droplet number concentration, it extremely difficult observe an air mass from NPF formation. and growth occurs frequently in Canadian Arctic summer atmosphere, only few studies have characterized s...

Danial Seifi Makrani Tayyeb Pourfallah

Introduction: Concurrent chemoradiotherapy (CRT) is a standard treatment method for patients with carcinoma of cervix. Despite admirable therapeutic results, acute hematologic toxicity (HT) is common with this regimen. Many studies evaluate the relationship between the bone marrow dosimetric parameters and the severity of HT and result shown that the low dose of bone marrow wou...

Journal: :Medical physics 2009
Jiahui Wang Feng Li Qiang Li

PURPOSE Accurate segmentation of lungs with severe interstitial lung disease (ILD) in thoracic computed tomography (CT) is an important and difficult task in the development of computer-aided diagnosis (CAD) systems. Therefore, we developed in this study a texture analysis-based method for accurate segmentation of lungs with severe ILD in multidetector CT scans. METHODS Our database consisted...

Journal: :Physics of Fluids 2023

In this study, the effects of sneeze velocity profiles, including peak (PV), time (PVT), and duration (SDT), on dispersion respiratory droplets were studied experimentally numerically. Spatial–temporal datasets droplet exhaled from several subjects' mouths with different physiological characteristics obtained by particle image velocimetry. A direct relationship was found between forced vital ca...

Journal: :Asian Pacific journal of cancer prevention : APJCP 2013
Durmus Etiz Evrim Bayman Melek Akcay Bilgehan Sahin Cengiz Bal

BACKGROUND The purpose of this study was to determine the clinical and dosimetric factors associated with acute esophagitis (AE) in lung cancer patients treated with conformal radiotherapy (RT) in Turkey. MATERIALS AND METHODS In this retrospective review 104 lung cancer patients were examined. Esophagitis grades were verified weekly during treatment, and at 1 week, and 1 and 2 months afterwa...

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

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

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