نتایج جستجو برای: hexagonal chain

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

2010
Qingtang Jiang

This paper studies the construction of highly symmetric compactly supported wavelets for hexagonal data/image and triangle surface multiresolution processing. Recently hexagonal image processing has attracted attention. Compared with the conventional square lattice, the hexagonal lattice has several advantages, including that it has higher symmetry. It is desirable that the filter banks for hex...

1999
R J Needs

A first-principles pseudopotential study of neutral self-interstitial defects in silicon is reported, together with calculations for Pandey’s concerted exchange mechanism for selfdiffusion. The energies and structures of the fully relaxed hexagonal, tetrahedral, split-〈110〉, ‘caged’ (Clark S J and Ackland G J 1997 Phys. Rev. B 56 47), split-〈100〉, and bond-centred interstitials are calculated u...

2012
Roberto Cruz Ivan Gutman Juan Rada

Convex hexagonal systems (CHS) i. e., hexagonal systems with no bay regions are studied. Among CHS with a fixed number of hexagons, the species with minimal/maximal number of inlets have minimal/maximal or maximal/minimal values for a variety of vertex–degree-based topological indices. These extremal CHS are characterized. 1 Convex hexagonal systems In this paper we study a special class of hex...

2015
Y. Qiu H. Bender O. Richard M.-S. Kim E. Van Besien I. Vos M. de Potter de ten Broeck D. Mocuta W. Vandervorst

Silicon crystallizes in the diamond-cubic phase and shows only a weak emission at 1.1 eV. Diamond-hexagonal silicon however has an indirect bandgap at 1.5 eV and has therefore potential for application in opto-electronic devices. Here we discuss a method based on advanced silicon device processing to form diamond-hexagonal silicon nano-ribbons. With an appropriate temperature anneal applied to ...

2015
Hoseok Heo Ji Ho Sung Soonyoung Cha Bo-Gyu Jang Joo-Youn Kim Gangtae Jin Donghun Lee Ji-Hoon Ahn Myoung-Jae Lee Ji Hoon Shim Hyunyong Choi Moon-Ho Jo

Two-dimensional stacks of dissimilar hexagonal monolayers exhibit unusual electronic, photonic and photovoltaic responses that arise from substantial interlayer excitations. Interband excitation phenomena in individual hexagonal monolayer occur in states at band edges (valleys) in the hexagonal momentum space; therefore, low-energy interlayer excitation in the hexagonal monolayer stacks can be ...

Journal: :ACS nano 2011
Minjie Wang Lingjie Du Xinglong Wu Shijie Xiong Paul K Chu

Hexagonal hierarchical microtubular structures are produced by diphenylalanine self-assembly and the ratio of the relative humidity in the growth chamber to the diphenylalanine concentration (defined as the RH-FF ratio) determines the microtubular morphology. The hexagonal arrangement of the diphenylalanine molecules first induces the hexagonal nanotubes with opposite charges on the two ends, a...

2007
K. R. Mahmoud M. El-Adawy S. M. M. Ibrahem S. H. Zainud-Deen

In this paper, circular and hexagonal array geometries for smart antenna applications are compared. Uniform circular (UCA) and hexagonal arrays (UHA) with 18 half-wave dipole elements are examined; also planar (2 concentric rings of radiators) uniform circular (PUCA) and hexagonal arrays (PUHA) are considered. The effect of rotating the outer ring of the PUCA is studied. In our analysis, the me...

2014
Anuradha Singh Sanjay Kumar Sharma

In this paper, an artificial neural network model is proposed to find out the resonant frequency of a metamaterial based Hexagonal Split Ring Resonator (SRR). The main advantage of Hexagonal SRR is small electrical size at resonance (electrically small) in the microwave regime. The method can be used for a wide range of different depending parameters (effective radius of the Hexagonal ring, spl...

Journal: :Comput. J. 2005
Valentin E. Brimkov Reneta P. Barneva

In this paper we investigate the advantages of using hexagonal grids in raster and volume graphics. In 2D, we present a hexagonal graphical model based on a hexagonal grid. In 3D, we introduce two honeycomb graphical models in which the voxels are hexagonal prisms, and we show that these are the only possible models under certain reasonable conditions. In the framework of the proposed models, w...

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

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

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