نتایج جستجو برای: l index

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

Journal: :Inf. Process. Lett. 2013
Golnaz Badkobeh Gabriele Fici Steve Kroon Zsuzsanna Lipták

The Binary Jumbled String Matching problem is defined as: Given a string s over {a, b} of length n and a query (x, y), with x, y non-negative integers, decide whether s has a substring t with exactly x a’s and y b’s. Previous solutions created an index of size O(n) in a pre-processing step, which was then used to answer queries in constant time. The fastest algorithms for construction of this i...

2008
Simone Libralato Marta Coll Sergi Tudela Isabel Palomera Fabio Pranovi

Exploited ecosystems are characterised by exports of secondary production from each fished trophic level that reduce the energy available for upper levels at the ecosystem scale, thus impinging on overall secondary production. Depletion in secondary production is proposed here as a proxy for quantifying the ecosystem effects of fishing. Theoretical analysis of trophic web interactions permits t...

2015
JUNHAI MA YUJING YANG

The paper introduces the intelligent neural network to make forecast for the climate index in the real estate market. At the same time, deeply mine the practical use of intelligent system of neural network, thus, abundant chaos phenomenons are obtained in the hidden nodes by numerical simulation. The bifurcation diagram and chaotic attractors are drawn from two dimensional chaotic neurons to se...

2012
Michael Marcus Jay Rosen

Let X = {Xt, t ∈ R+} be a symmetric Lévy process with local time {Lt ; (x, t) ∈ R × R +}. When the Lévy exponent ψ(λ) is regularly varying at zero with index 1 < β ≤ 2, and satisfies some additional regularity conditions, lim t→∞ ∫∞ −∞(L x+1 t − Lt ) dx− E (∫∞ −∞(L x+1 t − Lt ) dx ) t √ ψ−1(1/t) L = (8cψ,1) 1/2 (∫ ∞ −∞ ( Lβ,1 )2 dx )1/2 η, where Lβ,1 = {Lβ,1 ; x ∈ R} denotes the local time, at ...

2016
Liang Xu Bing Zhao Jing Sun Hai-ping Wang Rong Wang

Purpose: To study the effect of Clematis chinensis extract (CCE) on diabetic nephropathy in rats. Methods: Eight-week old male Wistar rats were injected with streptozotocin to induce diabetes. The effects of CCE(250 or 500 mg/kg) on renal function index, fasting blood glucose (FBG), blood fat, oxidation index, and pathological kidney changes for 3 weeks were compared to those of the positive co...

2010
Chan-Hee Jung Eun-Jung Rhee Ji-Hoon Choi Ji-Cheol Bae Seung-Hyun Yoo Won-Jun Kim Cheol-Young Park Ji Oh Mok Chul Hee Kim Won-Young Lee Ki-Won Oh Sung-Woo Park Sun-Woo Kim

BACKGROUND We investigated the relationships of adiponectin/leptin (A/L) ratio with cardiovascular risk factors, insulin resistance index, and metabolic syndrome (MS) in apparently healthy Korean male adults. METHODS Sixty-eight male subjects were enrolled among the participants of an annual health check-up program (mean age, 55.1 years). Percent body fat (%) was measured using a bioelectric ...

Journal: :فصلنامه علمی پژوهشی گیاهان دارویی 0
m tavakoli 1- cultivation &amp; development department of medicinal plants research center, institute of medicinal plants, acecr, karaj, iran h naghdi badi 1- cultivation &amp; development department of medicinal plants research center, institute of medicinal plants, acecr, karaj, iran h rafiee department of horticulture, science and research branch, islamic azad university, tehran, iran mr labbafi 1- cultivation &amp; development department of medicinal plants research center, institute of medicinal plants, acecr, karaj, iran m ghorbani nohooji 1- cultivation &amp; development department of medicinal plants research center, institute of medicinal plants, acecr, karaj, iran e zand weed research department, iranian plant protection research institute, tehran, iran

background: the seeds of some medicinal plants and their compounds have long been valued for their numerous health benefits. objective:to investigate some physical and chemical properties of salvia spp. methods: some physico-chemical properties in five species of salvia seeds (consisted of s. officinalis l., s. macrosiphon l., s. hypoleuca l., s. sclarea l. and s. nemorosa l.) were measured at ...

Some estimates are proved for the generalized Fourier-Bessel transform in the space (L^2) (alpha,n)-index certain classes of functions characterized by the generalized continuity modulus.

Journal: :Cardiology journal 2010
Arturo Orea-Tejeda Juan José Orozco-Gutiérrez Lilia Castillo-Martínez Candace Keirns-Davies Patricia Montano-Hernández Oscar Vázquez-Díaz Adrián Valdespino-Trejo Oscar Infante Raúl Martínez-Memije

BACKGROUND To evaluate the effect of the amino acids L-arginine and citrulline on endothelial function in patients in stable diastolic and right heart failure using photoplethysmography. METHODS Thirty patients from the Heart Failure Clinic of the Instituto Nacional de Ciencias Médicas y Nutrición "Salvador Zubirán" underwent photoplethysmography using the hyperemia technique. Index finger fl...

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

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

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