نتایج جستجو برای: two geometry

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

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

چکیده ندارد.

پایان نامه :وزارت بهداشت، درمان و آموزش پزشکی - دانشگاه علوم پزشکی و خدمات بهداشتی درمانی استان فارس - دانشکده دندانپزشکی 1384

چکیده ندارد.

Journal: :international journal of automotive engineering 0
h. ghariblu a. behroozirad a. madandar

this paper concerns the design and analysis, of a ball type continuously variable transmission, (b-cvt). this b-cvt has a simple kinematic structure, and same as a toroidal cvt, transmits power by friction on the contact points between input and output discs, that are connected to each other by balls. after, a brief introduction of our b-cvt structure, the performance and traction efficiency of...

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

چکیده ندارد.

Journal: :international journal of business and development studies 0

negotiations among nations on policies to promote international economic integration have widened in recent years to cover new issues; for example, foreign direct investment rules, policies to promote competition, the international movement of labor, the environment and monetary :union:. in these negotiations, a consensus among the parties negotiating is usually lacking and many of these negoti...

Journal: :the archives of bone and joint surgery 0
seyyed morteza kazemi akhtar orthopedic hospital, shahid beheshti university of medical sciences, tehran, iran mohamad qoreishy akhtar orthopedic hospital, shahid beheshti university of medical sciences, tehran, iran ali keipourfard akhtar orthopedic hospital, shahid beheshti university of medical sciences, tehran, iran mohammadreza minator sajjadi taleghani hospital, shahid beheshti university of medical sciences, tehran, iran shahram shokraneh akhtar orthopedic hospital, shahid beheshti university of medical sciences, tehran, iran

background: some studies have previously shown that geometry of proximal femur can affect the probability of fracture and type of fracture. it happens since the geometry of the proximal femur determines how a force is applied to its different parts. in this study, we have compared proximal femur’s geometric characteristics in femoral neck (fnf), intertrochanteric (itf) and subtrochanteric (stf)...

Journal: :iranian journal of science and technology transactions of electrical engineering 2015
m. radmard m. m. nayebi

recently many studies have been done on different issues of using multiple antennas at transmit and receive sides of a radar system in a mimo (multiple input multiple output) configuration. in addition, for the electronic warfare‟s purposes, the utilization of available signals of the environment to detect the targets has gained considerable attention in recent years. such passive radars use th...

, ,

Perception is a cognitive process depends on various factors of the environment. The user's mentality can affect his perception, understanding, and behavior in the environment. Organizing the environment is one of the important factors in the formation of spatial communication of elements that can be an important factor in understanding the person from his or her surroundings. In this research,...

Rapid prototyping (RP) methods are used for production easily and quickly of a scale model of a physical part or assembly. Gas metal arc welding (GMAW) is a widespread process used for rapid prototyping of metallic parts. In this process, in order to obtain a desired welding geometry, it is very important to predict the weld bead geometry based on the input process parameters, which are voltage...

H. Khaksar M. H. Korayem M. Taheri

The effect of geometry and material of the Micro/Nano particle on contact mechanic for manipulation was studied in this work based on atomic force microscopy. Hertz contact model simulation for EpH biological micro particle with spherical, cylindrical, and circular crowned roller shape was used to investigate the effect of geometry on contact simulation process in manipulation. Then, to val...

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

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

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