نتایج جستجو برای: ε rng

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

Journal: :Journal of marine science and technology 2021

The inverse heat conduction method (IHCM) and three-dimensional (3D) computational fluid dynamic (CFD) in combination with are used to select the appropriate flow model near-wall treatment for mixed convection of annular finned tube exchanger. Thus, numerical results obtained by all k-ε models treatments yielded 4 m/s ≤ Va 5 m/s. First, IHCM combined is applied estimate Q values. estimates as r...

Journal: :Journal of Marine Science and Engineering 2022

Wastewaters are commonly discharged into the seas and oceans through multiport diffusers. Accurate prediction of complex interactions diffusers with receiving water bodies is significant for optimal design outfall systems has yet to be fully illuminated. In current study, mixing dilution characteristics multiple inclined dense jets studied using a three-dimensional numerical simulation. The Lau...

Journal: :Mathematical Problems in Engineering 2021

Amid all convective heat transfer augmentation methods employing single phase, jet impingement delivers significantly higher coefficient of local transfer. The arrangement leading to nine jets in square array has been used cool a plate maintained at constant flux. Numerical study carried out using RANS-based turbulence modeling commercial CFD Fluent software. turbulent models for the are three ...

Journal: :Applied sciences 2021

When converting a baffled stirred reactor to work with different fluid, usually the original impeller must be replaced customized one. If was designed for mixing liquids, its performance liquid–solid suspensions may not satisfactory. A case study is presented, where two-blade new three-blade design. The shows clear improvements in suspension, while keeping shaft power practically at same level....

2008
Sheng-hua Zhou Wancheng Zhang Nan-Jian Wu Y. Arakawa

This paper proposes an ultra-low power CMOS random number generator (RNG), which is based on an oscillator-sampling architecture. The noisy oscillator consists of a dual-drain MOS transistor, a noise generator and a voltage control oscillator. The dual-drain MOS transistor can bring extra-noise to the drain current or the output voltage so that the jitter of the oscillator is much larger than t...

Journal: :Neuroscience letters 2004
Sabine Schneider Gregor Joppich van der Lugt Arie Jan Däuper Thomas F Münte

Random number generation (RNG) requires executive control. A novel paradigm using the eight drum pads of an electronic drum set as an input device was used to test 15 healthy subjects who engaged in random or ordered number generation (ONG). Brain potentials time-locked to the drum-beats revealed a more negative response during RNG compared to ONG which had a left frontal distribution. Source a...

Journal: :Physical review. E, Statistical, nonlinear, and soft matter physics 2006
L Barash L N Shchur

We propose methods for constructing high-quality pseudorandom number generators (RNGs) based on an ensemble of hyperbolic automorphisms of the unit two-dimensional torus (Sinai-Arnold map or cat map) while keeping a part of the information hidden. The single cat map provides the random properties expected from a good RNG and is hence an appropriate building block for an RNG, although unnecessar...

2007
Ping Ding JoAnne Holliday Aslihan Celik

The problem of efficiently disseminating data from a mobile stimulus (source) to multiple mobile users (sinks) in a large-scale sensor network has been challenging. We address this problem by proposing a minimum-energy tree-based data dissemination scheme, Dynamic Localized Minimum-Energy Agent Tree-Based Scheme (DLATS). We exploit the fact that sensor nodes are stationary and location-aware. I...

2006
P. Xu Y. L. Wong T. K. Horiuchi P. A. Abshire

Introduction: Random number generation is indispensable in cryptography, scientific computing and stochastic computing. In cryptography, the quality of randomness of the generator is critical for security [1]. The pseudo-RNG generates sequences using a deterministic algorithm, so the sequence inevitably repeats and becomes predictable. A true RNG is nondeterministic and unpredictable, often rel...

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

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

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