نتایج جستجو برای: geometrical modification

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

Journal: :iranian journal of science and technology transactions of civil engineering 2015
s. mohammadiun s.a.a. salehi neyshabouri gh. naser h. parhizkar h. vahabi

open-channel junctions have a broad application in civil and environmental engineering. formation of a low-pressure zone with recirculating flow (high sedimentation) accompanied by a high-velocity zone (high erosion) is the most characteristic feature of flow in junctions. a large number of researches have been performed to study the complexity of the flow in junctions in open-channel flows. in...

2010
William K. Pratt

Image translation, size scaling and rotation can be analyzed from a unified standpoint. Let for and denote a discrete destination image that is created by geometrical modification of a discrete source image for and . In this derivation, the source and destination images may be different in size. Geometrical image transformations are usually based on a Cartesian coordinate system representation ...

2005
Miklós Hoffmann Imre Juhász

B-spline curves are defined in a piecewise way over a closed interval, where the interval section points are called knots. In some recent publications geometrical properties of the modification of one knot value are discussed. The aim of this paper is to describe an effect of the symmetric modification of two knots.

خانی طایفه, علی رضا, دادمهر, وحید , دهقان نیری, محمد ,

  Doping Pr in 123-systems gives rise to some anomalies, such as critical Temperature suppression. Here, we show that a modification of hole localization theory based on a geometrical modeling by band percolation theory can put forward as a good explanation for the critical temperature suppression for the whole range of Pr-doping value. In this model the key concept of hole clustering is introd...

2005
Hiroshi Sakaki

Hiroshi Sakaki Meisei University 2-590 Nagabuchi Ohme-shi Tokyo 198-8655 Japan sakaki@ei.meisei-u.ac.jp Summary This paper aims to construct concentrated modification structure from logical formula. First the matrix expression is extracted from the logical formula. Then, the matrix is transformed into geometrical structure called dependency structure equivalent to the former. Finally modificati...

2012
VACLAV SKALA

This paper shortly describes Blender 3D modification and its use for the design of mechanical parts. The 3D modification of the Blender modeling system and experiments made brought interesting results especially from the human-computer interaction field. The modification relies on the stereoscopy based devices which are currently available at the market. However, the stereoscopy has some drawba...

1998
David Hestenes

The Dirac equation is expressed entirely in terms of geometrical quantities by providing a geometrical interpretation for the (−1) which appears explicitly in the Dirac equation. In the modification of the Dirac electron theory which ensues, the (−1) appears as the generator of rotations in the spacelike plane orthogonal to the plane containing the electron current and spin vectors. This amount...

2011
Daniel J. Pender

Background. A theoretical model analysis of stress in the vestibular membranes has identified a geometrical stress factor incorporating shape, size, and thickness that can be used to assess peak stress in the various chambers. Methods. Using published measurements of the toadfish vestibular membranes made during surgery, the geometrical stress factor can be evaluated for each chamber based on t...

2005
William A. Hamilton

Some recent developments in grazing incidence small angle scattering (GISAS) technique are reviewed. The emphasis is on the application of GISAS to elucidating the effects of geometrical surface constraint on self-assembled systems and the effect of modification of interfaces or molecular subassemblies to direct the formation of more complex structures. D 2004 Elsevier Ltd. All rights reserved.

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

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

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