نتایج جستجو برای: interactive white board

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

2013
Ben Johnson

For this project, a program was written which can automatically reverse-engineer a netlist of a oneor two-layer printed circuit board (PCBs) from photos of the board. Reverseengineering a printed circuit board (PCB) is useful for purposes such as repairing equipment for which component-level documentation is not available, integrating a poorly-documented board into a system, and for identifying...

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

abstract this thesis includes five chapter : the first chapter assign to establish fuzzy mathematics requirement and introduction of liner programming in thesis. the second chapter we introduce a multilevel linear programming problems. the third chapter we proposed interactive fuzzy programming which consists of two phases , the study termination conditions of algorithm we show a satisfac...

Journal: :European Journal of Engineering Research and Science 2019

1999
Christian Heide Damm Klaus Marius Hansen Michael Thomsen

We have built and evaluated a prototype of a tool called Knight. The tool uses an electronic whiteboard a large, touch sensitive computer screen (currently a SMART Board http://www.smarttech.com). The large drawing space resembles a traditional whiteboard: Pens are used as input devices and several persons can work around it. Thus, it naturally supports collaborative work. Furthermore, the Knig...

2004
Nestor O. SHPAK

Despite of 'dot.com and high technologies crisises, online advertising continues to grow by steady rates. So, according to The Interactive Advertising Bureau (IAB) and PricewaterhouseCoopers (PwC) [1] the online ad spending grows over 20% in 2003. The IAB and PwC officially reported that online ad revenues in the US grew by 38% in Q4 of last year totaling $2.2 billion. Online ad revenues for th...

Journal: :Medicinal & Analytical Chemistry International Journal 2018

Journal: :Findings 2021

The transport ticketing board is a physical, interactive learning aid that presents dynamic and categorisation framework of types to help educate students professionals about the choices faced when designing passenger ticketing, hence inform next generation systems. comprises tickets collected from around world displayed on an electronic board. It was developed encourage visiting public discuss...

2012
Hadewig Boerman Josien Pieters Lizette Reitsma Elise van den Hoven

This paper describes the interactive installation Sissy (Sound-driven, Interactive, Self-conscious SYstem) at the STRP festival. The concept adheres to the design philosophy of slow technology and aims at stimulating relaxation. Sissy is made out of 700 flip dots with a black and white side and it responds to visitors’ movements sensed by a camera. The white dots are coloured through the projec...

Journal: :Pharmacotherapy 2006
Joseph J Saseen Sarah E Grady Laura B Hansen Brian M Hodges Steven J Kovacs Larry D Martinez John E Murphy Robert L Page Marc G Reichert Kathleen A Stringer Charles T Taylor

The vision of the American College of Clinical Pharmacy (ACCP) is that, in 20–30 years, most clinical pharmacy practitioners will be boardcertified specialists. 2 This White Paper develops a rationale for this position, describes specialty board certification in pharmacy, and articulates recommendations for attaining the vision. The justification of the need for board certification as a part of...

2002
Jing Yang Mirek Pawlak Simon Liao

Abstract. In this paper, we applied the decomposition method to obtain a new winning strategy for 7x7 Hex game. We also find that some positions on the 7x7 Hex board, which are called “trivial positions”, were never occupied by Black among all of strategies in the new solution. In other words, Black can still win the game by using the strategies described in this paper even if White already has...

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

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

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