نتایج جستجو برای: 0 to 56

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

2016
Peter Glynn Zeyu Zheng

Multi-level Monte Carlo (MLMC) algorithms have been extensively applied in recent years to obtain schemes that often converge at faster rates than corresponding traditional Monte Carlo methods. In this talk, we shall discuss a randomized method introduced in joint work with Chang-han Rhee, and then describe a stratified alternative estimator. Our principal focus in the talk will be on applicati...

2014
Yi Chen Susan B. Davidson Yifeng Zheng

Building on a notion of keys for XML, we propose a novel indexing scheme for hierarchical data that is based not only on the structure but also the content of the data. The index can be used to check the validity of data with respect to a set of key specifications, as well as for efficiently evaluating queries and updates on key paths. We develop algorithms for the construction and incremental ...

Thin films of binary Bi 0 -TeO and Bi 0 -V 0 systems were prepared by the thermal co-evaporation technique in a vacuum at room temperature. The optical absorption edge of these systems are studied in the wavelength of 200-800 nm using a PERKIN-ELMER uv/Vis spectrophotometer. It is found that the value of n=3/2 in the Davis-Mott equation is best fitted for the fundamental absorption edge f...

Journal: :Public health nutrition 2013
Masanori Iwasaki Paula Moynihan Michael C Manz George W Taylor Akihiro Yoshihara Kanako Muramatsu Reiko Watanabe Hideo Miyazaki

OBJECTIVE To investigate the longitudinal relationship between the intake of dietary antioxidants and periodontal disease in community-dwelling older Japanese. DESIGN A retrospective cohort study, with a follow-up of 2 years (2003-2005). Intakes of dietary antioxidants (vitamin C, vitamin E, α-carotene and β-carotene) were assessed with a validated FFQ. Participants were classified by tertile...

0

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه اراک - دانشکده علوم انسانی 1390

این پژوهش به بررسی عملکرد خوانندگان متون زبان انگلیسی به عنوان یک زبان خارجی در پاسخگویی به سوالات استنباطی جزئی و کلی با در نظر گرفتن سطح بسندگی زبانی آنها می پردازد. ارتباط میان توانایی خواندن و توانایی استنباط نیز سنجیده شده است. به منظور یافتن پاسخ این سوالات، دو آزمون در فاصله زمانی دو هفته برگزار شد. ابتدا آزمون مهارت زبانی ارائه شد. سپس، یک آزمون خواندن شامل سوالات استنباطی و متنی برگزار...

0

پایان نامه :0 1343

چکیده ندارد.

0

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه شیخ بهایی - دانشکده ادبیات و زبانهای خارجی 1390

هدف از این تحقیق، بررسی نیازهای انگلیسی با اهداف ویژه ی دانشجویان جهانگردی و همچنین بررسی و مقایسه ی ویژگیهای کلامی پرکاربرد توسط راهنمایان تور در محل کار حقیقی و در کتابهای درسی میباشد. بدین منظور، شصت نفر از دانشجویان جهانگردی بصورت تصادفی انتخاب شدند و نیازهای آنها از طریق پرسشنامه بررسی شد. سپس، صحبتهای سی نفر راهنمای تور ضیط و یادداشت شد. همچنین، سی متن از هر کتاب درسی برای یافتن ویژگیهای ...

0

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه تربیت مدرس 1388

( این پایان نامه فایل word ندارد چون با نرم افزار فارسی تک نوشته شده است ) یک شبکه یک آرایش سه ظرفیتی است که به صورت تناوبی به وسیله مربع و هشت ضلعی، که آن را با و یا بوسیله لوزی و هشت ضلعی، که آن را با نشان می دهیم، ساخته می شود. ماتریس نا متقارن کلوِژ، ucj، توسط دیودی(duidea) مطرح شد. این ماتریس با دو مفهوم، فاصله و دتور تعریف می شود. درایه های غیر قطری ماتریس نامتقارن کلوِژ، ، (ماتریس فاصل...

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

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

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