نتایج جستجو برای: sandiness parameter

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

2017
Joachim Biskup Marcel Preuß

We treat a challenging problem of confidentiality-preserving data publishing: how to repeatedly update a released weakened view under a modification of the input parameter values, while continuously enforcing the confidentiality policy, i.e., without revealing a prohibited piece of information, neither for the updated view nor retrospectively for the previous versions of the view. In our semant...

2017
Christian Webb

We study the linear statistics of the circular β-ensemble with a Stein’s method argument, where the exchangeable pair is generated through circular Dyson Brownian motion. This generalizes previous results obtained in such a way for the CUE and provides a novel approach for studying linear statistics of β-ensembles. This approach allows studying simultaneously a collection of linear statistics w...

Journal: :IACR Cryptology ePrint Archive 2015
Yupu Hu Huiwen Jia

As a modified version of GGH map, Gu map-1 was successful in constructing multi-party key exchange (MPKE). In this short paper we present a result about the parameter setting of Gu map-1, therefore we can reduce a key parameter τ from original O(n) down to O(λn) (in theoretically secure case, where λ is the security parameter), and even down to O(2n) (in computationally secure case). Such optim...

2009
G. Rozza D. B. P. Huynh N. C. Nguyen

In this paper we discuss the application of the certified reduced basis method and the associated software package rbMIT c © to “worked problems” in steady and unsteady conduction. Each worked problem is characterized by an input parameter vector — material properties, boundary conditions and sources, and geometry — and desired outputs — selected fluxes and temperatures. The methodology and ass...

2010
Tamas B. BAKO

This paper is an engineer-to-engineer note, to show a problematic point of long time DC measurements and show tips how to achieve higher accuracy there.. At long time measurements, rounding errors can seriously influence the output value. The problem is not just theoretical; our investigation is started because of a malfunctioning dilatation sensor system used at industrial turbines. We tried t...

2010
Zheng Li Xia Mao

EEMML (Emotional Eye Movement Markup Language) is a scripting tool that enables authors to describe and generate emotional eye movement in virtual agents. The EEMML is capable of describing and generating both basic eye movement and emotional eye movement, including primary (joy, sadness, anger, fear, disgust and surprise) and intermediate (emotions that can be represented as the mixture of two...

2002
Gabriel Alvarez

Non-stationary filtering of seismic data can be accomplished in time or in Fourier domain by the theory of non-stationary convolution (Margrave, 1998). Here I show the results of implementing this theory for time-variant filtering of seismic data with an arbitrary number of filters and for forward and inverse NMO correction in the frequency domain. In the first case I show that the filters may ...

2009
Ying-Chao Zhang Chao Chen Xin-Yi Huang Xiao-Ling Ye Yi-Lu Cai

Industry clusters have been the focus of scholars and governments since the second half of the 20th century. During a cluster’s growing process, the government plays an important role. In order to show the growing law of the clusters and how government did for co-agglomeration, we proposed two kinds of models: Logistic model and BA model with parameter α to describe the single and mass clusters...

Journal: :Front. Digital Humanities 2017
Tim S. Evans Ray J. Rivers

When data are poor, we resort to theory modeling. This is a two-step process. We have first to identify the appropriate type of model for the system under consideration and then to tailor it to the specifics of the case. To understand settlement formation, which is the concern of this article, this involves choosing not only input parameter values such as site separations but also input functio...

Journal: :J. Symb. Comput. 2017
Liangjie Ye

The class of objects we consider are algebraic relations between the four kinds of classical Jacobi theta functions θj(z|τ), j = 1, . . . , 4, and their derivatives. We present an algorithm to prove such relations automatically where the function argument z is zero, but where the parameter τ in the upper half complex plane is arbitrary.

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

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

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