نتایج جستجو برای: v maxa max ratio

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

Journal: :The Journal of experimental biology 2001
S L Lindstedt K E Conley

Human endurance performance is often evaluated on the basis of the maximal rate of oxygen uptake during exercise (V(O(2)max)). Methods for overcoming limits to V(O(2)max) are touted as means for increasing athletic endurance performance. Here, we argue that the respiratory system is well designed for delivering O(2) to meet O(2) demands and that no single factor is rate-determining for O(2) upt...

Journal: :Journal of molecular endocrinology 2001
J L Thomas J I Mason G Blanco M L Veisaga

Human type I 3beta-hydroxysteroid dehydrogenase/isomerase (3beta-HSD/isomerase) is an integral membrane protein of human placental trophoblast and of insect Sf9 cells transfected with recombinant baculovirus containing the cDNA encoding the enzyme. Purified native or wild-type enzyme remains in solution only in the presence of detergent that may prevent crystallization. The membrane-spanning do...

Journal: :Journal of applied physiology 2002
Stephanie A Tuck John E Remmers

We described the dynamic mechanical properties of the passive pharynx in Vietnamese pot-bellied pigs and the effects of caudal tracheal displacement. During general anesthesia and neuromuscular blockade, airflow through the upper airway (V) and pharyngeal cross-sectional area were measured during ramp decreases in pressure downstream from the pharynx (Pdown). Measurements were made with 0, 1, a...

Journal: :Journal of experimental botany 2001
E P Harrison H Olcer J C Lloyd S P Long C A Raines

The response of net photosynthetic CO(2) uptake (A) to increasing leaf intercellular CO(2) concentration (c(i)) was determined in antisense Nicotiana tabacum plants, derived from six independent transformation lines, displaying a range of sedoheptulose-1, 7-bisphosphatase (SBPase) activities. The maximum in vivo ribulose-1,5-bisphosphate carboxylase/oxygenase (Rubisco) carboxylation (V(c,max)) ...

2000
Uriel Feige

MAX CUT is the problem of partitioning the vertices of a graph into two sets, maximizing the number of edges joining these sets. This problem is NP-hard. Goemans and Williamson proposed an algorithm that rst uses a semideenite programming relaxation of MAX CUT to embed the vertices of the graph on the surface of an n dimensional sphere, and then uses a random hyperplane to cut the sphere in two...

2010
A. P. Santhakumaran

For any vertex v and any edge e in a non-trivial connected graph G, the eccentricity e(v) of v is e(v) =max{d(v, u) : u ∈ V }, the vertex-to-edge eccentricity e1(v) of v is e1(v) = max{d(v, e) : e ∈ E}, the edge-to-vertex eccentricity e2(e) of e is e2(e) = max{d(e, u) : u ∈ V } and the edge-to-edge eccentricity e3(e) of e is e3(e) = max{d(e, f) : f ∈ E}. The set C(G) of all vertices v for which...

Journal: :Genetics 2001
M R Dohm J P Hayes T Garland

A positive genetic correlation between basal metabolic rate (BMR) and maximal (VO(2)max) rate of oxygen consumption is a key assumption of the aerobic capacity model for the evolution of endothermy. We estimated the genetic (V(A), additive, and V(D), dominance), prenatal (V(N)), and postnatal common environmental (V(C)) contributions to individual differences in metabolic rates and body mass fo...

Journal: :Discrete Optimization 2008
Noga Alon Eli Berger

The Grothendieck constant of a graph G = (V,E) is the least constant K such that for every matrix A : V × V → R: max f :V→S|V |−1 ∑ {u,v}∈E A(u, v) · 〈f(u), f(v)〉 ≤ K max :V→{−1,+1} ∑ {u,v}∈E A(u, v) · (u) (v). The investigation of this parameter, introduced in [2], is motivated by the algorithmic problem of maximizing the quadratic form ∑ {u,v}∈E A(u, v) (u) (v) over all : V → {−1, 1}, which a...

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

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

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