Добірка наукової літератури з теми "Implementation variables"
Оформте джерело за APA, MLA, Chicago, Harvard та іншими стилями
Ознайомтеся зі списками актуальних статей, книг, дисертацій, тез та інших наукових джерел на тему "Implementation variables".
Біля кожної праці в переліку літератури доступна кнопка «Додати до бібліографії». Скористайтеся нею – і ми автоматично оформимо бібліографічне посилання на обрану працю в потрібному вам стилі цитування: APA, MLA, «Гарвард», «Чикаго», «Ванкувер» тощо.
Також ви можете завантажити повний текст наукової публікації у форматі «.pdf» та прочитати онлайн анотацію до роботи, якщо відповідні параметри наявні в метаданих.
Статті в журналах з теми "Implementation variables"
Cerveny, Robert P., and G. Lawrence Sanders. "Implementation and structural variables." Information & Management 11, no. 4 (November 1986): 191–98. http://dx.doi.org/10.1016/0378-7206(86)90004-2.
Повний текст джерелаBeach, Robert. "Administrative Variables and Microcomputer Implementation:." Computers in the Schools 2, no. 1 (April 26, 1985): 31–46. http://dx.doi.org/10.1300/j025v02n01_05.
Повний текст джерелаLewis, Brian J., Gregory P. Shea, and Thomas Kvan. "CADD Implementation: Variables Affecting Success." Engineering Management Journal 3, no. 1 (March 1991): 11–18. http://dx.doi.org/10.1080/10429247.1991.11414606.
Повний текст джерелаAbraham, Taiwo, Joo Jung, and Steven R. Lovett. "PMO Longevity & Implementation Phase Variables." Academy of Management Proceedings 2019, no. 1 (August 1, 2019): 18930. http://dx.doi.org/10.5465/ambpp.2019.18930abstract.
Повний текст джерелаKant, R., and M. D. Singh. "Knowledge management implementation: modelling the variables." International Journal of Innovation and Learning 6, no. 3 (2009): 342. http://dx.doi.org/10.1504/ijil.2009.023295.
Повний текст джерелаCzech, Z. J. "Efficient Implementation of Detection of Undefined Variables." Computer Journal 31, no. 6 (June 1, 1988): 545–49. http://dx.doi.org/10.1093/comjnl/31.6.545.
Повний текст джерелаBrown, James A., and Erik Kane. "APL2 implementation of cross-system shared variables." ACM SIGAPL APL Quote Quad 23, no. 1 (July 15, 1992): 34–39. http://dx.doi.org/10.1145/144052.144072.
Повний текст джерелаMcGee, Glenn W. "Social Context Variables Affecting the Implementation of Microcomputers." Journal of Educational Computing Research 3, no. 2 (May 1987): 189–206. http://dx.doi.org/10.2190/t727-0d7l-mew5-bwfq.
Повний текст джерелаMoisello, Anna Maria. "ABC: Evolution, Problems of Implementation and Organizational Variables." American Journal of Industrial and Business Management 02, no. 02 (2012): 55–63. http://dx.doi.org/10.4236/ajibm.2012.22008.
Повний текст джерелаGonzÁlez-Benito, J., and I. SuÁrez-GonzÁlez. "Effect of organizational variables in JIT purchasing implementation." International Journal of Production Research 39, no. 10 (January 2001): 2231–49. http://dx.doi.org/10.1080/00207540110040457.
Повний текст джерелаДисертації з теми "Implementation variables"
Kokomo, Gregoire. "Implementation Variables of Corporate Social Responsibility in the Financial Services Industry." ScholarWorks, 2017. https://scholarworks.waldenu.edu/dissertations/4148.
Повний текст джерелаZhang, 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.
Повний текст джерелаMalgré 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.
Повний текст джерелаMallon, 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.
Повний текст джерелаAitken, 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.
Повний текст джерелаENGLISH 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.
Повний текст джерелаBjö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.
Повний текст джерелаAsgary-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.
Повний текст джерелаShattuck, 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/.
Повний текст джерелаHassan, 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.
Повний текст джерелаКниги з теми "Implementation variables"
Henningsen, David. Cost as an independent variable: Implementation issues. Monterey, Calif: Naval Postgraduate School, 1997.
Знайти повний текст джерелаLinear systems: A state variable approach with numerical implementation. Englewood Cliffs, N.J: Prentice Hall, 1989.
Знайти повний текст джерелаSkumatz, Lisa A. Variable rates for municipal solid waste: Implementation experience, economics, and legislation. Los Angeles: Reason Foundation, 1993.
Знайти повний текст джерелаGaddis, Don. Implementation of cost as an independent variable: An AIM-9X case study. Monterey, Calif: Naval Postgraduate School, 1998.
Знайти повний текст джерелаSchepers, Andreas. Numerische Verfahren und Implementation der Schätzung von Mittelwert- und Kovarianzstrukturmodellen mit nichtmetrischen Variablen. Ahaus: F. Hartmann, 1991.
Знайти повний текст джерелаNeal, 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.
Знайти повний текст джерелаBabeshko, Lyudmila, and Irina Orlova. Econometrics and econometric modeling in Excel and R. ru: INFRA-M Academic Publishing LLC., 2020. http://dx.doi.org/10.12737/1079837.
Повний текст джерелаLuke, Douglas A., Alexandra B. Morshed, Virginia R. McKay, and 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.
Повний текст джерелаAsif, Sabanovic, Fridman Leonid, Spurgeon Sarah K, and Institution of Electrical Engineers, eds. Variable structure systems: From principles to implementation. London: Institution of Electrical Engineers, 2004.
Знайти повний текст джерелаCost As an Independent Variable Implementation Issues. Storming Media, 1997.
Знайти повний текст джерелаЧастини книг з теми "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.
Повний текст джерелаScott, Joseph D., Pierre Flener, Justin Pearson, and 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.
Повний текст джерелаProietti, Maurizio, and 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.
Повний текст джерелаHoffmeyer-Zlotnik, Jürgen H. P., and 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.
Повний текст джерелаChico de Guzmán, Pablo, Manuel Carro, and 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.
Повний текст джерелаBarnett, Ryan M., and 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.
Повний текст джерелаde Izaguirre, Francisco, Maite Gil, Marco Rolón, Nicolás Pérez, and 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.
Повний текст джерелаCoppley, Jillian, and 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.
Повний текст джерелаMarinić-Kragić, Ivo, and 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.
Повний текст джерелаMazumdar, Madhu, and 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.
Повний текст джерелаТези доповідей конференцій з теми "Implementation variables"
Brown, James A., and 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.
Повний текст джерелаJung, Youngsoo, and 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.
Повний текст джерелаTrivedi, Prabhat, and 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.
Повний текст джерелаHavre, 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.
Повний текст джерелаJung, 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.
Повний текст джерелаJung, Y., B. S. Moon, and 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.
Повний текст джерелаLi, Xiaoting. "The implementation of dynamically updating MIB variables for SNMP-based network management." In International Conference on Consumer Electronics, Communications and Networks, edited by Xue Chen and Yang Zhao. Southampton, UK: WIT Press, 2014. http://dx.doi.org/10.2495/cecnet130901.
Повний текст джерелаJain, Neera, and 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.
Повний текст джерелаJung, 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.
Повний текст джерелаBeale, 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.
Повний текст джерелаЗвіти організацій з теми "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, November 2016. http://dx.doi.org/10.6028/nist.tn.1942.
Повний текст джерелаAubry, Keith B., and 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.
Повний текст джерелаAubry, Keith B., and 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.
Повний текст джерелаRADDER, JERAHMIE WILLIAM. Implementation of a High Throughput Variable Decimation Pane Filter Using the Xilinx System Generator. Office of Scientific and Technical Information (OSTI), January 2003. http://dx.doi.org/10.2172/808628.
Повний текст джерелаKhadan, Jeetendra, Nekeisha Spencer, Eric Strobl, and Theophiline Bose-Duker. Socioeconomic Factors Associated with Being Overweight or Obese in Suriname. Inter-American Development Bank, June 2021. http://dx.doi.org/10.18235/0003348.
Повний текст джерелаDay, Christopher M., Hiromal Premachandra, and 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.
Повний текст джерелаChapman, Ray, Phu Luong, Sung-Chan Kim, and 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.), July 2021. http://dx.doi.org/10.21079/11681/41085.
Повний текст джерела