نتایج جستجو برای: generic features

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

Journal: :iranian journal of psychiatry 0
najmeh khosrovan mehr alzahra university, psychology faculty, tehran, iran. child and adolescent psychiatry and rehabilitation center, tehran, iran shahin akhondzadeh psychiatry and psychology research center, department of psychiatry, child and adolescent psychiatry unit, tehran university of medical sciences, tehran, iran mohammad reza mohammadi psychiatry and psychology research center, department of psychiatry, child and adolescent psychiatry unit, tehran university of medical sciences, tehran, iran alzahra university, psychology faculty, tehran, iran mohammad mohammadi psychiatry and psychology research center, department of psychiatry, child and adolescent psychiatry unit, tehran university of medical sciences, tehran, iran child and adolescent psychiatry and rehabilitation center, tehran, iran somayeh mahintorabi child and adolescent psychiatry and rehabilitation center, tehran, iran

objectives: the aim of this randomized clinical trial was to assess the efficacy of stimdate compared to ritalin in the treatment of children with attention deficit hyperactivity disorder (adhd). method: sixty four subjects (45 boys and 15 girls) aged 5-13 who were diagnosed with adhd based on (dsm-iv-tr) criteria were selected for this study. the subjects were randomly assigned to two groups: ...

Background Granisetron is a first-generation 5-HT3-receptor antagonist that has shown efficacy in preventing postoperative nausea and vomiting (PONV). In this randomized double-blind parallel-group clinical trial, we assessed the efficacy of generic granisetron versus Kytril®, in the prevention of PONV in patients undergoing general anesthesia for gynaecological surgeries. Method One hundred an...

Journal: :journal of teaching language skills 2014
alireza jalilifar mohammad javad mohammadi

this contrastive study, in the first place, examined the generic structure and, in the second place, explored the face theory proposed by arundale (2006) in 140 doctoral dissertation acknowledgments written by native speakers of persian (nsp) and native speakers of english (nse) in 7 disciplines representing soft sciences to find out what discourse genre components writers employ to articulate ...

A. Ahmadi, A. Jafari Mofidabadi D. Azadfar

Hybrids as various resources have valuable importance in tree breeding. Today, improvement programs by using poplar and willows and their hybrids play basic role in supplying wood and decreasing pressure on natural forests. This research was carried out in order to study inter-generic hybridization possibility between Salix aegyptica and Populus caspica species from Salicaceae to achieve new hy...

Journal: :Computer Languages, Systems & Structures 2009
Hiu Ning Chan Andrew J. Gallagher Appu S. Goundan Yi Lin William Au Yeung Aaron W. Keen Ronald A. Olsson

The JR concurrent programming language extends Java with additional concurrency mechanisms, which are built upon JR’s operations and capabilities. JR operations generalize methods in how they can be invoked and serviced. JR capabilities act as reference to operations. Recent changes to the Java language and implementation, especially generics, necessitated corresponding changes to the JR langua...

1995
Didier Bert Catherine Oriat

This paper presents a model inference system to control in-stantiation of generic modules. Generic parameters are speciied by properties which represent classes of modules sharing some common features. Just as type checking consists in verifying that an expression is well typed, model checking allows to detect whether a (possibly generic) in-stantiation of a generic module is valid, i.e. whethe...

2009
HEE-SOO PARK

In this paper, we propose a mew ECG pattern classification model based on a generic feature extraction method. The proposed classifier is applied for indicating supraventricual arrhythmia in order to verify the performance of the proposed approach. A generic approach based on a histogram of 1 derivative of signals is applied for feature extraction. Principal component analysis (PCA) is consider...

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

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

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