Literatura científica selecionada sobre o tema "Implementation variables"
Crie uma referência precisa em APA, MLA, Chicago, Harvard, e outros estilos
Consulte a lista de atuais artigos, livros, teses, anais de congressos e outras fontes científicas relevantes para o tema "Implementation variables".
Ao lado de cada fonte na lista de referências, há um botão "Adicionar à bibliografia". Clique e geraremos automaticamente a citação bibliográfica do trabalho escolhido no estilo de citação de que você precisa: APA, MLA, Harvard, Chicago, Vancouver, etc.
Você também pode baixar o texto completo da publicação científica em formato .pdf e ler o resumo do trabalho online se estiver presente nos metadados.
Artigos de revistas sobre o assunto "Implementation variables"
Cerveny, Robert P., e G. Lawrence Sanders. "Implementation and structural variables". Information & Management 11, n.º 4 (novembro de 1986): 191–98. http://dx.doi.org/10.1016/0378-7206(86)90004-2.
Texto completo da fonteBeach, Robert. "Administrative Variables and Microcomputer Implementation:". Computers in the Schools 2, n.º 1 (26 de abril de 1985): 31–46. http://dx.doi.org/10.1300/j025v02n01_05.
Texto completo da fonteLewis, Brian J., Gregory P. Shea e Thomas Kvan. "CADD Implementation: Variables Affecting Success". Engineering Management Journal 3, n.º 1 (março de 1991): 11–18. http://dx.doi.org/10.1080/10429247.1991.11414606.
Texto completo da fonteAbraham, Taiwo, Joo Jung e Steven R. Lovett. "PMO Longevity & Implementation Phase Variables". Academy of Management Proceedings 2019, n.º 1 (1 de agosto de 2019): 18930. http://dx.doi.org/10.5465/ambpp.2019.18930abstract.
Texto completo da fonteKant, R., e M. D. Singh. "Knowledge management implementation: modelling the variables". International Journal of Innovation and Learning 6, n.º 3 (2009): 342. http://dx.doi.org/10.1504/ijil.2009.023295.
Texto completo da fonteCzech, Z. J. "Efficient Implementation of Detection of Undefined Variables". Computer Journal 31, n.º 6 (1 de junho de 1988): 545–49. http://dx.doi.org/10.1093/comjnl/31.6.545.
Texto completo da fonteBrown, James A., e Erik Kane. "APL2 implementation of cross-system shared variables". ACM SIGAPL APL Quote Quad 23, n.º 1 (15 de julho de 1992): 34–39. http://dx.doi.org/10.1145/144052.144072.
Texto completo da fonteMcGee, Glenn W. "Social Context Variables Affecting the Implementation of Microcomputers". Journal of Educational Computing Research 3, n.º 2 (maio de 1987): 189–206. http://dx.doi.org/10.2190/t727-0d7l-mew5-bwfq.
Texto completo da fonteMoisello, Anna Maria. "ABC: Evolution, Problems of Implementation and Organizational Variables". American Journal of Industrial and Business Management 02, n.º 02 (2012): 55–63. http://dx.doi.org/10.4236/ajibm.2012.22008.
Texto completo da fonteGonzÁlez-Benito, J., e I. SuÁrez-GonzÁlez. "Effect of organizational variables in JIT purchasing implementation". International Journal of Production Research 39, n.º 10 (janeiro de 2001): 2231–49. http://dx.doi.org/10.1080/00207540110040457.
Texto completo da fonteTeses / dissertações sobre o assunto "Implementation variables"
Kokomo, Gregoire. "Implementation Variables of Corporate Social Responsibility in the Financial Services Industry". ScholarWorks, 2017. https://scholarworks.waldenu.edu/dissertations/4148.
Texto completo da fonteZhang, Yi. "Implementation and optimization of thread-local variables for a race-free Java dialect". Thesis, McGill University, 2012. http://digitool.Library.McGill.CA:80/R/?func=dbin-jump-full&object_id=107849.
Texto completo da fonteMalgré la popularité de JAVA, de potentiels accès concurrents aux données peuvent causer des problèmes à l'exécution d'un programme. Les accès concurrents aux données sont considérés comme des erreur par les langages de programmation et compliquent grandement le processus de programmation et d'optimisation. Une version de JAVA sans accès concurrents serait la bienvenue et simplifierait ce processus. Cette thèse n'est qu'une partie d'une recherche plus importante visant à établir une version de JAVA sans accès concurrents. Elle implémente et optimise les accès en thread local et introduit une nouvelle sémantique pour ce langage. Une part importante de l'implémentation d'un langage sans concurrence est de distinguer les données locales de thread des données partagées car ces 2 types de données doivent être traitées différemment. Ceci est complexe en JAVA, car avec la sémantique actuelle, tous les objets sont alloués en un seul tas (heap) et implicitement partagés entre plusieurs threads. De plus, le mécanisme de stockage en thread local de Java est étrange et inefficace. Plusieurs des nouveaux langages concurrents, comme OpenMP, UPC et D, utilisent des "directives de partage" pour distinguer les données partagées des données locales de thread, et ont des structures faisant un usage avancé des données locales de thread. Notre but ici est d'appliquer certaines idées de ces langages dans un contexte JAVA dans le but de fournir un modéle de programmation plus simple et plus fiable. Cependant, apporter ces fonctionnalités sous forme d'extension a JAVA peut en affecter les performance du fait de la structure de la classe ThreadLocal de JAVA. Nous implémentons donc un mécanisme qui garantit efficacement que seul le processus propriétaire accède aux classes et variables d'instances. Aussi bien les classes que les variables d'instances héritent des valeurs du processus parent par copie, ce qui permet aux objets de processus enfants d'avoir des copies locales si précisé dans la syntaxe. En particulier, l'accès à des variables de classe utilise un accès direct aux variables du processus local via un tas local, ce qui est plus rapide et facile que le mécanisme par défaut de mappage défini pour les objet ThreadLocal. Notre conception améliore le performance de faon significative comparé à la méthode d'accès au processus local traditionnelle pour les variables de classe et fournit une syntaxe simplifiée et plus attrayante. Nous évaluons ensuite notre approche en modifiant des outils de test (benchmarks) complexes existants pour faire un meilleur usage de leurs fonctionnalités en processus local, ceci illustrant la faisabilité et nous permettant de mesurer les performances dans un contexte réaliste. Ce travail a pour but de nous rapprocher de la conception d'une version JAVA sans concurrence aussi bien que de montrer comment un support amélioré des données en thread local pourrait être implémenté dans d'autres langages.
Howarth, Mark. "HUMAN CARDIOVASCULAR RESPONSES TO ARTIFICIAL GRAVITY VARIABLES: GROUND-BASED EXPERIMENTATION FOR SPACEFLIGHT IMPLEMENTATION". UKnowledge, 2014. http://uknowledge.uky.edu/cbme_etds/14.
Texto completo da fonteMallon, Ryan Peter Kingsley. "The Semantics, Formal Correctness and Implementation of History Variables in an Imperative Programming Language". Thesis, University of Canterbury. Computer Science and Software Engineering, 2006. http://hdl.handle.net/10092/1173.
Texto completo da fonteAitken, Sharon Anne. "Exploring the ecosystemic variables in the implementation of a study and thinking skills programme". Thesis, Stellenbosch : Stellenbosch University, 2002. http://hdl.handle.net/10019.1/52839.
Texto completo da fonteENGLISH ABSTRACT: This study was undertaken with the view to explore the ecosystemic variables that may impact on learners' acquisition and generalisation of the study and thinking skills that they have been introduced to. In addition, my own journey of growth as a reflective practitioner has been recorded. A literature review was undertaken in order to obtain a perspective of research conducted in this field. I fulfilled the dual role of researcher and reflective practitioner which enabled me to use both the 'objective knowledge' gained from the literature review and my 'personal knowledge' which resulted from teaching experience. I selected the ecosystemic framework as the preferred educational psychological framework with which to approach this study. The nature of this research study is post-modernist, phenomenological and emancipatory. I have taken a qualitative stance in an attempt to explore, firstly, the learners' impressions of the usefulness of the programme and secondly, the variables that may be impacting on the learners' ability to acquire and generalise new strategies. The information has been gathered from my observations and questionnaires. The research report describes my observations of the ecosystemic variables that affected the implementation of a study and thinking skills programme, and the learners' impressions of the programme. In addition, I reflected on my journey through this research process. Suggestions were made as to how a study and thinking skills programme could best be implemented in a school; and as to the usefulness of emancipatory action research in South Africa.
AFRIKAANSE OPSOMMING: Hierdie navorsingsprojek is onderneem met die oog daarop om die ekosistemiese veranderlikes te ondersoek wat 'n invloed het op die opname en veralgemening van studie-en denkvaardighede waaraan leerders blootgestel is. Tesame hiermee is my persoonlike groeiervaringe as reflektiewe praktisyn ook aangeteken. 'n Literatuuroorsig is onderneem ten einde 'n perspektief te verkry van navorsing wat reeds in hierdie gebied onderneem is. In hierdie proses het ek die gesamentlike rol van navorser en reflektiewe praktisyn aangeneem. Dit het my in staat gestelom die 'objektiewe kennis' verkry uit die literatuuroorsig met die 'persoonlike kennis' opgedoen tydens my onderwyservaringe, te kombineer. Ek het die ekosistemiese raamwerk as 'n geskikte opvoedkundige sielkundige vertekpunt vir hierdie studie gekies. Die aard van hierdie navorsingsprojek IS postmodernisties, fenomenologies en emansipatories. Ten einde die leerders se indrukke van die program en die verandelikes wat hulle vermoë om die nuwe vaardighede op te neem en te veralgemeen te bepaal, is 'n kwalitatiewe benadering gevolg. Hierdie inligting is ingesamel deur middel van my eie observasies sowel as vraelyste. Hierdie navorsingsverslag beskryf my observasies van die ekosistemiese veranderlikes wat die implementering van 'n studie- en denkvaardigheidsprogram, sowel as die leerders indrukke daarvan, geaffekteer het. In toevoeging hiernee, het ek ook oor my persoonlike ervaringe gedurende die navorsingsprojek gereflekteer. Voorstelle is gemaak oor die mees geskikte wyse waarop so 'n program in 'n skool geïmplementeer kan word, asook ten opsigte van die bruikbaarheid van die emansipatoriese aksienavorsings-benadering in Suid Afrika.
Hershfeldt, Patricia Ann. "Proactive and reactive accommodation use variables affecting implementation for students with emotional and behavioral disorders /". [Pensacola, Fla.] : University of West Florida, 2007. http://purl.fcla.edu/fcla/etd/WFE0000016.
Texto completo da fonteBjörk, Casper. "A study of the effects of different contextual variables on sorting algorithms". Thesis, Blekinge Tekniska Högskola, Institutionen för programvaruteknik, 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:bth-20528.
Texto completo da fonteAsgary-Eden, Veronica. "The Implementation of Triple P – Positive Parenting Program: An Examination of Key Variables and Program Adherence". Thesis, Université d'Ottawa / University of Ottawa, 2011. http://hdl.handle.net/10393/20305.
Texto completo da fonteShattuck, Dominick C. "Measuring the Relationship between Individual and Contextual Variables with Technology Implementation: Analyses of Year Three - IMPACT Project". NCSU, 2009. http://www.lib.ncsu.edu/theses/available/etd-01032009-074106/.
Texto completo da fonteHassan, Asma Abdullah. "Framework to assess the level of readiness for TQM implementation in girls' secondary schools in Saudi Arabia". Thesis, Cranfield University, 2016. http://dspace.lib.cranfield.ac.uk/handle/1826/12416.
Texto completo da fonteLivros sobre o assunto "Implementation variables"
Henningsen, David. Cost as an independent variable: Implementation issues. Monterey, Calif: Naval Postgraduate School, 1997.
Encontre o texto completo da fonteLinear systems: A state variable approach with numerical implementation. Englewood Cliffs, N.J: Prentice Hall, 1989.
Encontre o texto completo da fonteSkumatz, Lisa A. Variable rates for municipal solid waste: Implementation experience, economics, and legislation. Los Angeles: Reason Foundation, 1993.
Encontre o texto completo da fonteGaddis, Don. Implementation of cost as an independent variable: An AIM-9X case study. Monterey, Calif: Naval Postgraduate School, 1998.
Encontre o texto completo da fonteSchepers, Andreas. Numerische Verfahren und Implementation der Schätzung von Mittelwert- und Kovarianzstrukturmodellen mit nichtmetrischen Variablen. Ahaus: F. Hartmann, 1991.
Encontre o texto completo da fonteNeal, Bradford. The implementation and operation of a variable-response electronic throttle control system for a TF-104G aircraft. Edwards, Calif: National Aeronautics and Space Administration, Ames Research Center, Dryden Flight Research Facility, 1989.
Encontre o texto completo da fonteBabeshko, Lyudmila, e Irina Orlova. Econometrics and econometric modeling in Excel and R. ru: INFRA-M Academic Publishing LLC., 2020. http://dx.doi.org/10.12737/1079837.
Texto completo da fonteLuke, Douglas A., Alexandra B. Morshed, Virginia R. McKay e Todd B. Combs. Systems Science Methods in Dissemination and Implementation Research. Oxford University Press, 2017. http://dx.doi.org/10.1093/oso/9780190683214.003.0010.
Texto completo da fonteAsif, Sabanovic, Fridman Leonid, Spurgeon Sarah K e Institution of Electrical Engineers, eds. Variable structure systems: From principles to implementation. London: Institution of Electrical Engineers, 2004.
Encontre o texto completo da fonteCost As an Independent Variable Implementation Issues. Storming Media, 1997.
Encontre o texto completo da fonteCapítulos de livros sobre o assunto "Implementation variables"
Lindstrom, Gary. "Static analysis of functional programs with logical variables". In Programming Languages Implementation and Logic Programming, 1–19. Berlin, Heidelberg: Springer Berlin Heidelberg, 1989. http://dx.doi.org/10.1007/3-540-50820-1_37.
Texto completo da fonteScott, Joseph D., Pierre Flener, Justin Pearson e Christian Schulte. "Design and Implementation of Bounded-Length Sequence Variables". In Integration of AI and OR Techniques in Constraint Programming, 51–67. Cham: Springer International Publishing, 2017. http://dx.doi.org/10.1007/978-3-319-59776-8_5.
Texto completo da fonteProietti, Maurizio, e Alberto Pettorossi. "Unfolding — definition — folding, in this order, for avoiding unnecessary variables in logic programs". In Programming Language Implementation and Logic Programming, 347–58. Berlin, Heidelberg: Springer Berlin Heidelberg, 1991. http://dx.doi.org/10.1007/3-540-54444-5_111.
Texto completo da fonteHoffmeyer-Zlotnik, Jürgen H. P., e Uwe Warner. "Core Social Variables and Their Implementation in Measurement Instruments". In Harmonising Demographic and Socio-Economic Variables for Cross-National Comparative Survey Research, 81–207. Dordrecht: Springer Netherlands, 2013. http://dx.doi.org/10.1007/978-94-007-7238-0_5.
Texto completo da fonteChico de Guzmán, Pablo, Manuel Carro e Manuel Hermenegildo. "A Tabling Implementation Based on Variables with Multiple Bindings". In Logic Programming, 190–204. Berlin, Heidelberg: Springer Berlin Heidelberg, 2009. http://dx.doi.org/10.1007/978-3-642-02846-5_19.
Texto completo da fonteBarnett, Ryan M., e Clayton V. Deutsch. "Practical Implementation of Non-linear Transforms for Modeling Geometallurgical Variables". In Geostatistics Oslo 2012, 409–22. Dordrecht: Springer Netherlands, 2012. http://dx.doi.org/10.1007/978-94-007-4153-9_33.
Texto completo da fontede Izaguirre, Francisco, Maite Gil, Marco Rolón, Nicolás Pérez e Pablo Monzón. "Design and Implementation of a Flexible Platform for Remote Monitoring of Environmental Variables". In Advances in Intelligent Systems and Computing, 353–63. Cham: Springer International Publishing, 2020. http://dx.doi.org/10.1007/978-3-030-55190-2_27.
Texto completo da fonteCoppley, Jillian, e Ryan M. Niemiec. "Character Strengths Interventions in Education Systems". In The Palgrave Handbook of Positive Education, 395–420. Cham: Springer International Publishing, 2021. http://dx.doi.org/10.1007/978-3-030-64537-3_16.
Texto completo da fonteMarinić-Kragić, Ivo, e Damir Vučina. "Reduction of Shape Variables in B-Spline Based Optimization by Implementation of Analytical Shapes". In EngOpt 2018 Proceedings of the 6th International Conference on Engineering Optimization, 453–65. Cham: Springer International Publishing, 2018. http://dx.doi.org/10.1007/978-3-319-97773-7_41.
Texto completo da fonteMazumdar, Madhu, e Jill R. Glassman. "Prognostic Variables: Categorizing a Prognostic Variable: Review of Methods, Code for Easy Implementation and Applications to Decision-Making about Cancer Treatments". In Tutorials in Biostatistics, 187–208. Chichester, UK: John Wiley & Sons, Ltd, 2005. http://dx.doi.org/10.1002/0470023678.ch2a.
Texto completo da fonteTrabalhos de conferências sobre o assunto "Implementation variables"
Brown, James A., e Erik Kane. "APL2 implementation of cross-system shared variables". In the international conference. New York, New York, USA: ACM Press, 1992. http://dx.doi.org/10.1145/144045.144072.
Texto completo da fonteJung, Youngsoo, e Mihee Joo. "BIM Framework Variables for Theory and Implementation". In 27th International Symposium on Automation and Robotics in Construction. International Association for Automation and Robotics in Construction (IAARC), 2010. http://dx.doi.org/10.22260/isarc2010/0050.
Texto completo da fonteTrivedi, Prabhat, e Anoop Dubey. "Implementation of KM in Indian SMEs: modeling the variables". In 2012 1st International Conference on Recent Advances in Information Technology (RAIT). IEEE, 2012. http://dx.doi.org/10.1109/rait.2012.6194628.
Texto completo da fonteHavre, K. "Selection of feedback variables for implementation optimizing control schemes". In UKACC International Conference on Control. Control '96. IEE, 1996. http://dx.doi.org/10.1049/cp:19960601.
Texto completo da fonteJung, Youngsoo. "Integrated Cost and Schedule Control: Variables for Theory and Implementation". In Construction Research Congress 2005. Reston, VA: American Society of Civil Engineers, 2005. http://dx.doi.org/10.1061/40754(183)34.
Texto completo da fonteJung, Y., B. S. Moon e J. Y. Kim. "EVMS for Nuclear Power Plant Construction: Variables for Theory and Implementation". In International Workshop on Computing in Civil Engineering 2011. Reston, VA: American Society of Civil Engineers, 2011. http://dx.doi.org/10.1061/41182(416)90.
Texto completo da fonteLi, Xiaoting. "The implementation of dynamically updating MIB variables for SNMP-based network management". In International Conference on Consumer Electronics, Communications and Networks, editado por Xue Chen e Yang Zhao. Southampton, UK: WIT Press, 2014. http://dx.doi.org/10.2495/cecnet130901.
Texto completo da fonteJain, Neera, e Andrew G. Alleyne. "Thermodynamics-Based Optimization and Control of Vapor-Compression Cycle Operation: Control Synthesis". In ASME 2011 Dynamic Systems and Control Conference and Bath/ASME Symposium on Fluid Power and Motion Control. ASMEDC, 2011. http://dx.doi.org/10.1115/dscc2011-6088.
Texto completo da fonteJung, Youngsoo. "Automated Front-End Planning for Cost and Schedule: Variables for Theory and Implementation". In Architectural Engineering Conference (AEI) 2008. Reston, VA: American Society of Civil Engineers, 2008. http://dx.doi.org/10.1061/41002(328)43.
Texto completo da fonteBeale, Steven B. "On the Implementation of Stream-Wise Periodic Boundary Conditions". In ASME 2005 Summer Heat Transfer Conference collocated with the ASME 2005 Pacific Rim Technical Conference and Exhibition on Integration and Packaging of MEMS, NEMS, and Electronic Systems. ASMEDC, 2005. http://dx.doi.org/10.1115/ht2005-72271.
Texto completo da fonteRelatórios de organizações sobre o assunto "Implementation variables"
Bartel, Thomas W. Implementation of Errors-in-Variables Regression and Monte Carlo Uncertainty Evaluation into Force Calibration Reporting at NIST. National Institute of Standards and Technology, novembro de 2016. http://dx.doi.org/10.6028/nist.tn.1942.
Texto completo da fonteAubry, Keith B., e Charles B. Halpern. The Demonstration of Ecosystem Management Options (DEMO) Study, a long-term experiment in variable-retention harvests: rationale, experimental and sampling designs, treatment implementation, response variables, and data accessibility. Portland, OR: U.S. Department of Agriculture, Forest Service, Pacific Northwest Research Station, 2020. http://dx.doi.org/10.2737/pnw-gtr-978.
Texto completo da fonteAubry, Keith B., e Charles B. Halpern. The Demonstration of Ecosystem Management Options (DEMO) Study, a long-term experiment in variable-retention harvests: rationale, experimental and sampling designs, treatment implementation, response variables, and data accessibility. Portland, OR: U.S. Department of Agriculture, Forest Service, Pacific Northwest Research Station, 2020. http://dx.doi.org/10.2737/pnw-gtr-978.
Texto completo da fonteRADDER, JERAHMIE WILLIAM. Implementation of a High Throughput Variable Decimation Pane Filter Using the Xilinx System Generator. Office of Scientific and Technical Information (OSTI), janeiro de 2003. http://dx.doi.org/10.2172/808628.
Texto completo da fonteKhadan, Jeetendra, Nekeisha Spencer, Eric Strobl e Theophiline Bose-Duker. Socioeconomic Factors Associated with Being Overweight or Obese in Suriname. Inter-American Development Bank, junho de 2021. http://dx.doi.org/10.18235/0003348.
Texto completo da fonteDay, Christopher M., Hiromal Premachandra e Darcy M. Bullock. Characterizing the Impacts of Phasing, Environment, and Temporal Factors on Pedestrian Demand at Traffic Signals. Purdue University, 2011. http://dx.doi.org/10.5703/1288284317352.
Texto completo da fonteChapman, Ray, Phu Luong, Sung-Chan Kim e Earl Hayter. Development of three-dimensional wetting and drying algorithm for the Geophysical Scale Transport Multi-Block Hydrodynamic Sediment and Water Quality Transport Modeling System (GSMB). Engineer Research and Development Center (U.S.), julho de 2021. http://dx.doi.org/10.21079/11681/41085.
Texto completo da fonte