نتایج جستجو برای: based decision surface dds

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

پایان نامه :وزارت علوم، تحقیقات و فناوری - پژوهشگاه دانشهای بنیادی (مرکز تحقیقات فیزیک نظری و - پژوهشکده علوم نانو 1392

among the low–dimensional allotropes of carbon, nanotubes and graphene have attracted very much attention from nano–science and nanotechnology specialists. they have been proposed as building blocks in nanometer device engineering. however, these structures are not defect–free. in this thesis, we focused on defective carbon nanotubes and graphene, and studied the effect of couple of very common...

1997
Bernd Becker Rolf Drechsler Reinhard Enders

| Several types of Decision Diagrams (DDs) have have been proposed in the area of Computer Aided Design (CAD), among them being bit-level DDs like OBDDs, OFDDs and OKFDDs. While the aforementioned types of DDs are suitable for representing Boolean functions at the bit-level and have proved useful for a lot of applications in CAD, recently DDs to represent integer-valued functions , like MTBDDs ...

2014
Xue Bi Hui Zhang Liguang Dou

Biocompatible clay materials have attracted particular attention as the efficient drug delivery systems (DDS). In this article, we review developments in the use of layered double hydroxides (LDHs) for controlled drug release and delivery. We show how advances in the ability to synthesize intercalated structures have a significant influence on the development of new applications of these materi...

2015
Songwei Tan Tingting Wu Dan Zhang Zhiping Zhang

Natural cells have been explored as drug carriers for a long period. They have received growing interest as a promising drug delivery system (DDS) until recently along with the development of biology and medical science. The synthetic materials, either organic or inorganic, are found to be with more or less immunogenicity and/or toxicity. The cells and extracellular vesicles (EVs), are endogeno...

2010
Arash Shahravan Ali Mirzazadeh Alireza Rekabi Hasan Shahabi Rezvan Ashuri Maryam Rad Jahangir Haghani

DDS, MS, Alireza Rekabi 2 DDS, Hasan Shahabi 2 DDS, Rezvan Ashuri 2 DDS, , MPH, Maryam Rad 4 DDS, MS, and Jahangir Haghani 5 DDS, MS Endodontics, Dental School, Kerman University of Medical Sciences, Kerman Oral and Dental , Kerman, Iran. f Endodontics, Dental School, Kerman University of Medical Sciences, Kerman, Iran. and Biostatistics, Physiology Research Center, Kerman University of Medical...

2013
N. Maletić

A scheme of frequency hopping spread spectrum (FHSS) frequency synthesizer suitable for synthesis of radio-frequency (RF) carrier signal in very high frequency (VHF) band is proposed, implemented and tested. The synthesizer is based on the direct digital frequency synthesis (DDFS or DDS) and phase locked loop (PLL) with dynamic monitoring of varicap’s voltage to reduce switching time. The resul...

Journal: :Antimicrobial agents and chemotherapy 1975
J T Biggs A K Uher L Levy R D Gordon J H Peters

Dapsone (4,4'-diaminodiphenylsulfone [DDS]) was administered intravenously to anesthetized dogs; urine was collected, heparinized venous blood was obtained, and bile was collected from some of the dogs. A constant infusion of inulin was maintained, and isosmotic or hypoosmotic fluids were administered. Dogs were studied under conditions of standardized, increased or decreased urine flow, and be...

2015
Thomas P. Sollecito

Background. A panel of experts (the 2014 Panel) convened by the American Dental Association Council on Scientific Affairs developed an evidence-based clinical practice guideline (CPG) on the use of prophylactic antibiotics in patients with prosthetic joints who are undergoing dental procedures. This CPG is intended to clarify the “Prevention of Orthopaedic Implant Infection in Patients Undergoi...

1998
Christoph Scholl Bernd Becker Thomas M. Weis

Several types of Decision Diagrams (DDs) have been proposed for the veriication of Integrated Circuits. Recently, word-level DDs like bmds, *bmds, hdds, k*bmds and *phdds have been attracting more and more interest, e.g., by using *bmds and *phdds it was for the rst time possible to formally verify integer multipliers and oating point multipliers of \signiicant" bitlengths, respectively. On the...

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

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

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