نتایج جستجو برای: environment theory

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

Journal: :iranian journal of operations research 0
yahia zare mehrjerdi department of industrial engineering, yazd university yazd iran

abstract this author introduces the concept of stepwise strategy approach (ssa) for dealing with a number of problems arises in the current age of technology. this new idea is combined with the knowledge of grey theory for adding flexibility to decision making process. grey theory is useful for grasping the ambiguity exists in the utilized information and the fuzziness appears in the human judg...

1995
W. Huyer Waltraud Huyer

We consider a size-structured population model with discontinuous reproduction and feedback through the environmental variable \substrate". The model admits solutions with nitely many cohorts and in that case the problem is described by a system of ODEs involving a bifurcation parameter. Existence of nontrivial periodic n-cohort solutions is investigated. Moreover, we discuss the question wheth...

2010
Caroline Emberson John Storey

This paper presents a critique of the normative, buyer-supplier literature and in addition suggests that the more empirically-based literature needs to expand its scope of attention beyond its traditional confines of attention. Four main deficiencies are identified within much of the existing buyer-supplier literature. Firstly, collaborative buyer-supplier theories fail to discriminate sufficie...

1999
John A. Weinberg

This is an incomplete draft of a paper that will examine the competitive tension that arises when banks which compete for deposits provide “interconnecting” payment services to each other’s depositors. This draft presents a basic theoretical model and discusses some of the analysis that can be carried out and issues that can be addressed with the model. 1 This work was undertaken while the auth...

1999
Ernst-Ludwig von Thadden

The paper surveys theories of the intertemporal allocation of funds through demand deposits and anonymous markets, ...rst separately and then in an integrated model. It reviews some work on the role of market frictions and asset characteristics, and suggests that the interplay between these two is crucial in explaining the observed coexistence of demand deposits and anonymous markets. JEL class...

2013
Laure Cabantous

Although their importance in service operations is widely acknowledged in services marketing literature, the place and role of customers in organizational theories remain unclear. In particular, the way customers may influence the firm’s intra-organizational coordination has received little attention. By combining services marketing and intra-organizational coordination theories, this paper con...

Journal: :IEEE Trans. Software Eng. 1991
Waleed A. Muhanna

This paper considers a graph-oriented, nonprocedural, development environment where new composite programs are constructed by coupling a collection of existing component programs, each of whose interface is defined by a fixed number of input ports and output ports. When the coupling graph is cyclic there is the possibility of a deadlock. The intent of this paper is to present a system that perm...

Journal: :Rew. Symb. Logic 2010
Stefano Borgo Claudio Masolo

We analyze and compare geometrical theories based on mereology (mereogeometries). Most theories in this area lack in formalization, and this prevents any systematic logical analysis. To overcome this problem, we concentrate on specific interpretations for the primitives and use them to isolate comparable models for each theory. Relying on the chosen interpretations, we introduce the notion of e...

Journal: :فصلنامه ادبیات داستانی سابق 0

abstract rowya-e-tabbat novel was written by fariba vaghi, it is based on the life of three women on the various invests who try to attain calm, but they choose the different ways. it is necessary to know the relation and social identity in every society, to study the literary works .the novel is a novice literary form due to retention theory that is copy of social life. hence, it is necessary ...

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

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

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