نتایج جستجو برای: sweep

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

2008
Brian H. Bond Philip Araman

—It has been estimated that approximately one-third of hardwood sawlogs have a significant amount of sweep and that 7 to nearly 40 percent of the yield is lost from logs that have greater than 1 inch of sweep. While decreased yield is important, for hardwood logs the loss of lumber value is likely more significant. A method that produced lumber while accounting for log curvature (sweep) would a...

2011
Xiaoyu Zheng Roland Ennis Gregory P. Richards Peter Palffy-Muhoray

We have extended Fortune’s sweep-line algorithm for the construction Voronoi diagrams in the plane to the surface of a sphere. Although the extension is straightforward, it requires interesting modifications. The main difference between the sweep line algorithms on plane and on the sphere is that that the beach line on the sphere is a closed curve. We have implemented this algorithm and tessell...

2011
Mohana Sundaram Jumat Sulaiman

In previous studies, the concept of quarter-sweep iteration has been pointed out to accelerate the convergence rate in solving any system of linear equations generated by using approximation equations. Based on the same concept, the essential aim of this paper is to investigate the effectiveness of the Quarter-Sweep Arithmetic Mean (QSAM) method by using the quarter-sweep approximation equation...

Journal: :SIAM J. Comput. 1992
Franco P. Preparata Roberto Tamassia

In this paper a new approach is proposed to point-location in a three-dimensional cell-complex 7 , which may be viewed as a nontrivial generalization of a corresponding two-dimensional technique due to Sarnak and Tarjan. Specifically, in a space-sweep of 7), the intersections of the sweep-plane with P occurring in a given slab, i.e., between two consecutive vertices, are topologically conformal...

Journal: :CoRR 2005
George I. Bell

We investigate the game of peg solitaire on different board shapes, and find those of diamond or rhombus shape have interesting properties. When one peg captures many pegs consecutively , this is called a sweep. Rhombus boards of side 6 have the property that no matter which peg is missing at the start, the game can be solved to one peg using a maximal sweep of length 16. We show how to constru...

2006
Rebecca Hoye R. A. Kiehl J. D. Le P. Candra T. R. Hoye Richard A. Kiehl John D. Le Panglijen Candra Rebecca C. Hoye Thomas R. Hoye

Experimental results on the electrical characteristics of Hg-alkanethiol/arenethiol-Au molecular junctions are used to develop a physical model for the hysteretic negative-differential resistance NDR for these, and possibly other, metal-molecule-metal junctions. The dependence of the room-temperature current-voltage characteristic on sweep direction and sweep rate is examined. Based on several ...

2000
Jason F. Shepherd Scott A. Mitchell Patrick M. Knupp David R. White

Sweeping has become the workhorse algorithm for creating conforming hexahedral meshes of complex models. This paper describes progress on the automatic, robust generation of MultiSwept meshes in CUBIT. MultiSweeping extends the class of volumes that may be swept to include those with multiple source and multiple target surfaces. While not yet perfect, CUBIT’s MultiSweeping has recently become m...

Journal: :Physical review letters 2008
Susumu Goto J C Vassilicos

It is proposed that the inertial range clustering of small heavy particles in fluid turbulence occurs as a result of the sweep-stick mechanism which causes inertial particles to cluster so as to mimic the clusters of points where the fluid acceleration is perpendicular to the direction of highest contraction between neighboring particles. Direct numerical simulations of inertial particles subje...

2012
S. J. Garrett

Observations of streamwise and crossflow instabilities on swept circular cylinders over a range of inclinations are presented. By considering sweep angles through the full range between the two extremes studied in the literature, we relate the streamwise vorticity of the unswept case (Kestin & Wood, J. Fluid Mech. 44) to the more aggressive crossflow instability at high sweep angles (Poll, J. F...

Journal: :International Journal of Foundations of Computer Science 2019

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

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

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