نتایج جستجو برای: t is tilt angle and x

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

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

sange siyah dam is located two kilometers down the kabod khani village. the environ of ghorrve city in kurdestan province. this is an clay core dam. in this dam instrumentation is performed in three section and consist of electrical piezometers, total pressure cells, settlement cells and so on. the main objective of instrumentation is to control the behavior of dam body and foundation, end else...

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

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

2017
Jun Jiang Bang-ping Qian Yong Qiu Bin Wang Yang Yu Ze-zhang Zhu

BACKGROUND To date, no study had reported the phenomenon of deteriorated postoperative cervical tilt in Lenke type 2 adolescent idiopathic scoliosis patients. The purpose of this study is to evaluate the cervical tilt in Lenke type 2 adolescent idiopathic scoliosis patients with right-elevated shoulder treated by either full fusion or partial/non fusion of the proximal thoracic curve. METHODS...

2005
RONALD P. GRELSAMER ANDREW N. BAZOS

We describe the radiographic measurement of the angle of tilt of the patella and relate it to malalignment of the extensor mechanism. The tilt angle is defined as the angle subtended by a line joining the medial and lateral edges of the patella and the horizontal. The radiograph (Merchant type) is taken with the foot pointing up, the lower edge of the film parallel to the ground, and the knee a...

Journal: :E3S web of conferences 2021

The tilt angle of solar panels is significant for capturing radiation that reaches the surface panel. Photovoltaic (PV) performance and efficiency are highly affected by its with respect to horizontal plane. amount reaching a PV panel changes in angle, hence adding tracking system will maximize at any time during day, however, integrating increase total cost maintenance system. Thus, using an o...

Journal: :Journal of applied biomechanics 2012
Lílian Ramiro Felicio Marcelo Camargo Saad Rogério Ferreira Liporaci Augusto do Prado Baffa Antônio Carlos dos Santos Débora Bevilaqua-Grossi

The purpose of this study was to correlate the trochlear shape and patellar tilt angle and lateral patellar displacement at rest and maximal voluntary isometric contraction (MVIC) exercises during open (OKC) and closed kinetic chain (CKC) in subjects with and without anterior knee pain. Subjects were all women, 20 who were clinically healthy and 19 diagnosed with anterior knee pain. All subject...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه علامه طباطبایی - دانشکده اقتصاد 1389

this thesis is a study on insurance fraud in iran automobile insurance industry and explores the usage of expert linkage between un-supervised clustering and analytical hierarchy process(ahp), and renders the findings from applying these algorithms for automobile insurance claim fraud detection. the expert linkage determination objective function plan provides us with a way to determine whi...

Journal: :The British journal of ophthalmology 1996
W A Douthwaite S Pardhan H Burek

AIMS This study examined the occurrence, magnitude, and the consequences of a possible tilt between the corneal surface and optical axis of the EyeSys videokeratoscope. METHODS Initially, a theoretical model was developed to calculate the angle of tilt. The predictions of the model were verified empirically using a convex conicoid surface and were found to predict the tilt to within 0.5 degre...

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

target tracking is the tracking of an object in an image sequence. target tracking in image sequence consists of two different parts: 1- moving target detection 2- tracking of moving target. in some of the tracking algorithms these two parts are combined as a single algorithm. the main goal in this thesis is to provide a new framework for effective tracking of different kinds of moving target...

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

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

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