نتایج جستجو برای: u wpf

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

1981
Raymond Reiter Giovanni Criscuolo

Although most commonly occur r ing de fau l t ru les are normal when viewed in i s o l a t i o n , they can i n te rac t w i t h each other in ways tha t lead to the de r i va t i on of anomalous de fau l t assumptions* In order to deal w i t h such anomalies i t i s necessary to re-represent these r u l e s , in some cases by In t roducing non-normal d e f a u l t s . The need to consider such...

2015
Luis A. Martinez-Vaquero The Anh Han Luís Moniz Pereira Tom Lenaerts

Making agreements on how to behave has been shown to be an evolutionarily viable strategy in one-shot social dilemmas. However, in many situations agreements aim to establish long-term mutually beneficial interactions. Our analytical and numerical results reveal for the first time under which conditions revenge, apology and forgiveness can evolve and deal with mistakes within ongoing agreements...

Journal: :IACR Cryptology ePrint Archive 2015
Eric R. Verheul Sietse Ringers Jaap-Henk Hoepman

In [HK14] an unlinkable version of the U-Prove attribute-based credential scheme is proposed. Unfortunately, the new scheme is forgeable: if sufficiently many users work together then they can construct new credentials, containing any set of attributes of their choice, without any involvement of the issuer. In this note we show how they can achieve this and we point out the error in the unforge...

Journal: :Zbornik radova Fakulteta tehničkih nauka u Novom Sadu 2021

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

فرض کنید m یک r-مدول باشدو یک رادیکال برای m باشد. اگر u,vزیرمدولهایی از آن باشند به طوریکه u + v = m و ?(v) ? u ? v ، در این صورت گوییم v یک ?-مکمل از u در m است. یک مدول?-مکمل پذیر است اگروتنهااگر هر زیرمدول آن دارای یک ?-مکمل باشد. هر r-مدول چپ،?-مکمل پذیر است اگرتنهااگر حلقه خارج قسمت rp_?(r)باشد و j(r)=?(r)

2010
Christoph Müller Guido Reina Michael Burch Daniel Weiskopf

We present Subversion Statistics Sifter, a visualisation and statistics system for exploring the structure and evolution of data contained in Subversion repositories with respect to both developer activity and source code changes. We support a variety of visualisation techniques, including statistical graphics and graph plots. We exploit the inherent hierarchical structure of software archives ...

1996
Craig M. Clemons Nicole Stark James P. Schneider

Filled thermoplastic composites are stiffer, stronger, and more dimensionally stable than their unfilled counterparts. Such thermoplastics are usually provided to the end-user as a precompounded, pelletized feedstock. Typical reinforcing fillers are inorganic materials like talc or fiberglass, but materials derived from waste wood, such as wood flour and recycled paper fiber, are also effective...

2010
K. C. Scott-Brown R. Henderson O. Ahrani Dahrani N. Tandas D. Cernagovs J. Turner H. McIaughlin H. Tarbert

Financial planning and decision making for the general public continues to vex and perplex in equal measure. Whilst the tools presented by a typical desktop computer should make the task easier, the recent financial crisis confirms the increasing difficulty that people have in calculating the benefits of deferring consumption for future gains (i.e. Saving). We present an interactive concept dem...

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

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

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