نتایج جستجو برای: patch number pn

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

2006
Pavel Chigansky

Consider a stationary ergodic sequence of random variables X = (Xn)n≥1 with values in a finite alphabet X = {0, ..., dx − 1} of size dx ≥ 2. Denote by pn(x), x = (x1, ..., xn) ∈ X the function pn(x) = P(X1 = x1, ..., Xn = xn) and let X be the vector with the entries X1, ..., Xn. As is well known, the entropy of X : H(X) = −E log pn(X) is the minimal number of bits on average, needed to encode a...

2008
Christopher A. Francisco

We investigate the minimal graded free resolutions of ideals of at most n + 1 fat points in general position in Pn. Our main theorem is that these ideals are componentwise linear. This result yields a number of corollaries, including the multiplicity conjecture of Herzog, Huneke, and Srinivasan in this case. On the computational side, using an iterated mapping cone process, we compute formulas ...

Journal: :Discrete Mathematics 2005
Edy Tri Baskoro Surahmat

For graphs G and H , the Ramsey number R(G,H) is the smallest positive integer n such that every graph F of order n contains G or the complement of F contains H . For the path Pn and the wheel Wm, it is proved that R(Pn,Wm) = 2n − 1 if m is even, m 4, and n (m/2)(m − 2), and R(Pn,Wm)= 3n− 2 if m is odd, m 5, and n (m− 1/2)(m− 3). © 2005 Elsevier B.V. All rights reserved.

2007
IVAN NIVEN

The problem treated is the evaluation of Pn(a, m)t the probability that a determinant of order n having integral elements be congruent to a modulo m. By "probability" is meant the fraction obtained by dividing the number of favorable cases by the number of possible cases: let each element of the determinant range over the values 1, 2, • • • , m; among the ra" possible determinants let g be the ...

Journal: :محیط زیست طبیعی 0
مونا اسماعیل پور دانشجوی کارشناسی ارشد محیط زیست، دانشکدۀ منابع طبیعی، دانشگاه تهران، کرج، ایران محمد کابلی گروه محیط زیست، دانشکدۀ منابع طبیعی، دانشگاه تهران، کرج، ایران محمود کرمی گروه محیط زیست، دانشکدۀ منابع طبیعی، دانشگاه تهران، کرج، ایران افشین علیزاده شعبانی گروه محیط زیست، دانشکدۀ منابع طبیعی، دانشگاه تهران، کرج، ایران آزیتا فراشی گروه محیط زیست، دانشکدۀ منابع طبیعی، دانشگاه فردوسی مشهد، مشهد، ایران

increasing patch edges in natural habitats, as a result of habitat fragmentation, are a major threat for wildlife populations, especially avifaunal communities. habitat edges provide different conditions compared to the core area which can directly or indirectly cause changes in species number, population and composition. this fact will demand a dissimilar management strategy. this study was co...

1999
Shuechin Huang

In this paper, we study certain Fuchsian groups H (p1, . . . , pn) , called generalized Hecke groups. These groups are isomorphic to ∏∗ n j=1Zpj . Let Γ be a subgroup of finite index in H (p1, . . . , pn) . By Kurosh’s theorem, Γ is isomorphic to Fr ∗ ∏∗ k i=1Zmi , where Fr is a free group of rank r , and each mi divides some pj . Moreover, H/Γ is Riemann surface. The numbers m1, . . . , mk are...

Journal: :Journal of B.U.ON. : official journal of the Balkan Union of Oncology 2016
Aleksandar Janicic Uros Bumbasirevic Tatjana Pekomezovic Milica Cekerevac Miodrag Acimovic Zoran Dzamic Cane Tulic

PURPOSE To assess the treatment outcome of pT1a renal tumors, comparing overall survival (OS) in patients treated with radical nephrectomy (RN) and partial nephrectomy (PN), and to examine the rate of utilization of PN in a tertiary institution in Serbia. METHODS Included were patients treated for pT1a kidney tumors with open RN or open PN during 1996-2013. The inclusion criterion was the pat...

2014
J. Kirk Harris Karim C. El Kasmi Aimee L. Anderson Michael W. Devereaux Sophie A. Fillon Charles E. Robertson Brandie D. Wagner Mark J. Stevens Norman R. Pace Ronald J. Sokol Stefan Bereswill

BACKGROUND Parenteral nutrition (PN) has been a life-saving treatment in infants intolerant of enteral feedings. However, PN is associated with liver injury (PN Associated Liver Injury: PNALI) in a significant number of PN-dependent infants. We have previously reported a novel PNALI mouse model in which PN infusion combined with intestinal injury results in liver injury. In this model, lipopoly...

2015
MUSTAZEE RAHMAN

A spanning tree in a connected graph G is a subgraph that contains every vertex of G and is itself a tree. Clearly, if G is a tree then it has only one spanning tree. Every connected graph contains at least one spanning tree: iteratively remove an edge from any cycle that is present until the graph contains no cycles. Counting spanning trees is a very natural problem. Following Lyons [5] we wil...

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

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

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