نتایج جستجو برای: surface mount technology

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

2010
Abhinav Gupta Alexei A. Efros Martial Hebert

Since most current scene understanding approaches operate either on the 2D image or using a surface-based representation, they do not allow reasoning about the physical constraints within the 3D scene. Inspired by the “Blocks World” work in the 1960’s, we present a qualitative physical representation of an outdoor scene where objects have volume and mass, and relationships describe 3D structure...

Journal: :Microelectronics Journal 2003
A. Balzarotti M. Fanfoni F. Patella F. Arciprete E. Placidi

High-Resolution Electron-Energy-Loss Spectroscopy (HREELS) has been applied to investigate the anisotropy of the GaAs(001)-c(4 £ 4) and b2(2 £ 4) reconstructions. Measurements have been performed on high-quality samples grown in situ by Molecular Beam Epitaxy. The loss intensity is different in the directions parallel and perpendicular to dimers, particularly close to the fundamental gap. We co...

Journal: :Axioms 2017
Eli Appleboim

Motivated by the topological theory of normal surface we give in this paper a complete study of the relations between geodesic curves and normal curves embedded in a triangulated Riemannian surface. Normal surface theory is a topological piecewise linear (p` for short) counterpart of the differential geometric theory of minimal surfaces. This theory studies the ways surfaces intersect with a gi...

2006
Mireille Akilian Ralf K. Heilmann

Diffraction gratings used in space telescopes are desired to provide high diffraction efficiency and large collecting area while maintaining minimal mass to meet cost limitations. As a result, the method of assembling such gratings into modules such that all requirements are met becomes critical. We report on the development of a new assembly scheme that densely stacks thin reflection grating s...

Journal: :Remote Sensing 2015
Cecilia Tirelli Gabriele Curci Ciro Manzo Paolo Tuccella Cristiana Bassani

Surface reflectance has a central role in the analysis of land surface for a broad variety of Earth System studies. An accurate atmospheric correction, obtained by an appropriate selection of aerosol model, is the first requirement for reliable surface reflectance estimation. In the aerosol model, the type is defined by the physical and chemical properties, while the loading is usually describe...

2004
Aijun Zhang Yong Xue Xiaosong Sun Yincui Hu Ying Luo Yanguang Wang Shaobo Zhong Jianqin Wang Jiakui Tang Guoyin Cai

An approach for reconstructing wireframe models of curvilinear objects from three orthographic views is discussed. Our main stress is on the method of generating three-dimensional (3D) conic edges from twodimensional (2D) projection conic curves, which is the pivotal work for reconstructing curvilinear objects from three orthographic views. In order to generate 3D conic edges, a five-point meth...

2002
Adrian G. Bors Edwin R. Hancock

In this paper we suggest a new approach for recovering 3-D depth from a field of surface normals. The surface normals are extracted from Synthetic Aperture Radar (SAR) images using the radar reflectivity function and local statistical estimations. Reconstructing the 3-D surface from the flow of surface normals has an inexact solution due to missing information. A two stage algorithm is proposed...

2004
K. Lu J. Lu

In terms of the grain refinement mechanism induced by plastic straining, a novel surface mechanical attrition treatment (SMAT) was developed for synthesizing a nanostructured surface layer on metallic materials in order to upgrade the overall properties and performance. In this paper, the SMAT technique and the microstructure of the SMAT surface layer will be described. The grain refinement mec...

Journal: :Remote Sensing 2017
Moses Azong Cho Abel Ramoelo Luthando Dziba

Understanding the spatio-temporal dynamics of land surface phenology is important to understanding changes in landscape ecological processes of semi-arid savannas in Southern Africa. The aim of the study was to determine the influence of variation in tree cover percentage on land surface phenological response in the semi-arid savanna of Southern Africa. Various land surface phenological metrics...

1996
Fereydoon Safai

Some of the major enhancements are eliminating head contention, reducing or eliminating nozzle changes, supporting user-defined nozzles, supporting large nozzles for holders 2 and 3, and being able to define multiple part data for a given part number. The cycle time improvement exceeds the original goal of 5%, and the result at one surface mount center was more than 16% over hand-created and op...

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

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

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