نتایج جستجو برای: based route finder

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

Journal: :Journal of electromagnetic engineering and science 2022

In this study, a compact, low-power 2D phase comparison direction finder was designed and fabricated. For the design of direction-finding (DF) receiver, DF equation derived from structure four uniformly arranged antennas, main parameters were receiver’s system parameters. Based on equations parameters, receiver designed, A fabricated to simulation model showed that its performance comparable ...

2004
V. Y. Pan

Cardinal’s matrix version of the Sebastiao e Silva polynomial root-finder rapidly approximates the roots as the eigenvalues of the associated Frobenius matrix. We preserve rapid convergence to the roots but amend the algorithm to allow input polynomials with multiple roots and root clusters. As in Cardinal’s algorithm, we repeatedly square the Frobenius matrix in nearly linear arithmetic time p...

Journal: :iranian journal of fuzzy systems 2012
julio brito jose a. moreno jose l. verdegay

transport route planning is one of the most important and frequent activities in supply chain management. the design of information systems for route planning in real contexts faces two relevant challenges: the complexity of the planning and the lack of complete and precise information. the purpose of this paper is to nd methods for the development of transport route planning in uncertainty dec...

1998
Huijing Zhao Ryosuke Shibasaki

ground-based laser range finder have got more concerned. In our previous research, a method of automated In this paper, a method of fusing ground-based laser registration of two views of laser range image was range image and CCD image for the reconstruction of proposed [4,51, and showed promising results with some textured 3 0 urban object is proposed. An acquisition preliminary experiment. The...

Journal: :Mechanical Translation 1961
Vincent E. Giuliano

A system of procedures and computer programs is proposed for the semi-automatic synthesis of Russian-English translation algorithms. For the purposes of automatic formula finding, a large corpus of Russian scientific and technical text may be processed by an automatic Russian-English dictionary, the resulting word-by-word translation postedited according to a systematic procedure, and the final...

2010
Khairy Elsayed Chris Lacor

A Response surface design of experiment has been performed based on the Muschelknautz method of modeling (MM) for 64 test cases using Box-Behnken design to study the effect of seven geometrical cyclone dimensions on the pressure drop and cut-off diameter. It is found that the most significant geometrical parameters are, the vortex finder diameter, the inlet section width and height, and the cyc...

Journal: :Bioinformatics 2004
Luquan Wang Forest Y. Mu

SUMMARY To facilitate the designing process for vector-based siRNA and siRNA cassette, a tool set has been developed consisting of a siRNA target finder, a siRNA construct builder and a siRNA sequence scrambler. The siRNA target finder is used to identify candidate siRNA target sites. The program automates homology filtering, minimizes non-specific cross-reaction, filters target sites based on ...

Journal: :Breeding Research 2022

作物の系譜情報は育種を行う上で必要不可欠であり,特に交配親の選定において極めて重要である.しかし,系譜情報の分析基盤や可視化ツールは少なく,育種家は範囲が限定された系譜図を使用せざるを得ない.本研究では,育種や作物データの解析に系譜情報を広く活用するため,系譜情報グラフデータベース「Pedigree Finder」(https://pedigree.db.naro.go.jp/)を構築した.系譜情報を整備するために語彙やデータフォーマットの統一を行うとともに,品種・系統の標準化されたIDを利用することにより,関連するゲノム情報および形質情報との紐づけを可能にした.系譜情報の整備にはデータモデルとしてリソース・ディスクリプション・フレームワーク(Resource Description Framework, RDF)を採用し,共通性と永続性を高めた上で,グラフデータベースを構築した.グ...

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

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

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