نتایج جستجو برای: استاندارد gost 10791

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

Journal: : 2023

The study presents a comparative analysis of the organoleptic and physico-chemical parameters five samples whole-grain bread produced using various ferments based on hop cones. quality assessment was carried out according to following indicators: shape, surface, color, baking, porosity, promes, taste smell, then all were compared with GOST readings each other. According results indicators, pres...

Journal: : 2023

The purpose of the research is to determine species composition nematodes from suborder Strongylata and study organoleptic physical chemical parameters Nubian goats’ milk at strongylatoses digestive tract. Materials methods . subjects were lactating goats aged 3 5 years private farms in Moscow Region. A total 37 animals examined. Faeces studied by flotation per Fülleborn KotelnikovKhrenov. To c...

Journal: : 2023

Introduction. At present, the overall production of light two- and three-layer wall panels coatings having metal claddings efficient insulation is continuously increasing in Russia. Especially relevant use sandwich panels, since industrial administrative buildings can be quickly erected, thereby significantly reducing their payback period. Regulatory documents regulating processes were mainly d...

Journal: :The Biochemical journal 1995
D Wouters-Tyrou A Martin-Ponthieu N Ledoux-Andula M Kouach M Jaquinod J A Subirana P Sautière

Cuttlefish spermiogenesis is characterized by a two-step nuclear protein transition: histones-->spermatid-specific protein (protein T)-->sperm protamine (protein Sp). A similar situation can be observed in another Cephalopod species, the squid Loligo pealeii. The protein T from Loligo consists of two structural variants, T1 and T2 (molecular masses: 10788 and 10791 Da respectively), phosphoryla...

Journal: : 2022

هدف: پژوهش حاضر باهدف بررسی رابطه اختلال استرس پس از سانحه با علائم کندی زمان شناختی در افراد نقص توجه-بیش فعالی تأکید بر نقش تعدیل‌کننده‌ای تجربه کودک‌آزاری و واسطه‌ای اجتناب تجربه‌ای صورت گرفت. روش: این همبستگی، جامعه آماری شامل 312 نفر مبتلایان به دامنه سنی 18 تا 60 سال شهر اصفهان بود که مقیاس درجه‌بندی ADHD بزرگسالان بارکلی (BAARS) دارای نمرات 1+=Z بودند. سپس به‌منظور سنجش تعدیل‌کنندگی کودک...

2013
Riham AlTawy Aleksandar Kircanski Amr M. Youssef

In August 2012, the Stribog hash function was selected as the new Russian hash standard (GOST R 34.11-2012). Stribog is an AES-based primitive and is considered as an asymmetric reply to the new SHA-3. In this paper we investigate the collision resistance of the Stribog compression function and its internal cipher. Specifically, we present a message differential path for the internal block ciph...

Journal: :Nanoscale 2015
A V Antanovich A V Prudnikau D Melnikau Y P Rakovich A Chuvilin U Woggon A W Achtstein M V Artemyev

We developed colloidal synthesis to investigate the structural and electronic properties of CdSe-CdTe and inverted CdTe-CdSe heteronanoplatelets and experimentally demonstrate that the overgrowth of cadmium selenide or cadmium telluride core nanoplatelets with counterpartner chalcogenide wings leads to type-II heteronanoplatelets with emission energies defined by the bandgaps of the CdSe and Cd...

Journal: :IACR Cryptology ePrint Archive 2017
Andrea Visconti Chiara Valentina Schiavo René Peralta

Minimizing the Boolean circuit implementation of a given cryptographic function is an important issue. A number of papers [12], [13], [11], [5] only consider cancellation-free straight-line programs for producing short circuits over GF(2) while [4] does not. Boyar-Peralta (BP ) heuristic [4] yields a valuable tool for practical applications such as building fast software and low-power circuits ...

2018
Mahmoud El-Haj Paul Rayson Scott Piao Jo Knight

In many areas of academic publishing, there is an explosion of literature, and sub-division of fields into subfields, leading to stove-piping where sub-communities of expertise become disconnected from each other. This is especially true in the genetics literature over the last 10 years where researchers are no longer able to maintain knowledge of previously related areas. This paper extends se...

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

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

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