نتایج جستجو برای: shading systems

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

2001
ESTEBAN WALTER GONZALEZ CLUA MARCELO DREUX BRUNO FEIJÓ

In order to obtain models of complex virtual environments, there are many solutions that make use of image-based rendering techniques. When using a set of images to represent an element in space as a billboard, there are some problems related with the shading calculations, once these elements are just planes in space. This article presents a new approach for shading objects represented by image...

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

چکیده در این پایاننامه ابتدا فضاهای متریک فازی را به صورت مشاهدهگرایانه بررسی میکنیم. فضاهای متریک فازی و توپولوژی تولید شده توسط این متریک معرفی شدهاند. سپس بر اساس فضاهایی که در فصل اول معرفی شدهاند آشوب توپولوژیکی، مینیمالیتی و مجموعههای متقاطع در شیوههای مختلف بررسی شده- اند. در فصل سوم مفهوم مجموعههای جاذب فازی به عنوان یک مفهوم پایهای در سیستمهای نیم-دینامیکی نسبی، تعریف شده است. ...

2000
Jason J. Griffin Frank A. Blazich Thomas G. Ranney

Shoot tip cuttings of Quercus phillyraeoides A. Gray ‘Emerald Sentinel’ (‘Emerald Sentinel’ oak), in a transitional growth stage between softwood and semi-hardwood, were collected from containerized plants growing under uniform fertility on June 4, 1998. Cuttings were treated with talc formulations of indolebutyric acid (IBA), ranging from 0 to 8000 ppm (0.8%), and placed under intermittent mis...

Journal: :COMPEL: The International Journal for Computation and Mathematics in Electrical and Electronic Engineering 2015

2010
David Vanderhaeghe Bill Baxter Romain Vergne Pascal Barla

We define a new shading tool called a Bidirectional Appearance Distribution Function (BADF) tailored to the direct control of stylized appearance. A BADF can be thought of as defining the appearance of a sphere from all possible illumination directions. Our BADF formulation generalizes and improves upon previous stylized shading techniques by enabling the direct control of shading profiles in s...

Journal: :Sustainability 2022

Not only are small photovoltaic (PV) systems widely used in poor countries and rural areas where the electrical loads low but they can also be integrated into national electricity grid to save costs reduce CO2 emissions. Partial shading (PS) is one of phenomena that leads a sharp decrease performance PV systems. This study provides comprehensive investigation (consisting ten modules or fewer) u...

Journal: :Celal Bayar Universitesi Fen Bilimleri Dergisi 2022

In this study, remote sensing (RS) was used to determine the 20-year area and shoreline changes of Demirköprü Dam reservoir. Using a geographical information system (GIS) solar analysis tool, annual monthly total global horizontal irradiance (GHI) values were calculated within reservoir’s shorelines based on 20-years observations. The regional theoretical capacity factor (RTCF) proposed in stud...

1999
Simon Premoze William B. Thompson Peter Shirley

Realistic rendering of outdoor terrain requires both that the geometry of the environment be modeled accurately and that appropriate texturing by laid down on top of that geometry. While elevation data is widely available for much of the world and many methods exist for converting this data to forms suitable for graphics systems, we have much less experience with patterning the resulting surfac...

2006
L. I. Lindström C. N. Pellegrini

The effect of pre and post-anthesis shading (20% of incident radiation) on pericarp development, cotyledon cell number and seed growth dynamic of fruits from three positions in the capitulum (peripheral, mid and central) of two sunflower (Helianthus annuus L.) genotypes were studied at two locations. Both shading treatments reduced pericarp weight, fruit volume and total yield per plant. Plants...

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

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

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