Academic literature on the topic 'Eliminatie'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Eliminatie.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Journal articles on the topic "Eliminatie"
Sauer, Tom. "De eliminatie van kernwapens: de rol van raketafweersystemen." Res Publica 54, no. 1 (January 2012): 118–20. http://dx.doi.org/10.5553/rp/048647002012054001008.
Full textvan Dijk, Marleen, and Joost P. H. Drenth. "Op weg naar hepatitis C-eliminatie in Nederland." Bijblijven 34, no. 7 (July 27, 2018): 558–64. http://dx.doi.org/10.1007/s12414-018-0332-4.
Full textJanssens, S., S. Dupont, and M. Hesta. "Voedselallergie: een kwelling voor mens en dier." Vlaams Diergeneeskundig Tijdschrift 85, no. 2 (April 28, 2016): 63–70. http://dx.doi.org/10.21825/vdt.v85i2.16347.
Full textNelissen-Vrancken, H. J. M. G. "Protonpompremmers vertragen de eliminatie uit plasma van methotrexaat bij hoge doseringen." Medisch-Farmaceutische Mededelingen 47, no. 6 (June 2009): 99–100. http://dx.doi.org/10.1007/bf03079977.
Full textJanssens, P. M. W. "De Wet donorgegevens kunstmatige bevruchting: eliminatie van een probleem, maar dilemma’s blijven." Tijdschrift voor Gezondheidsrecht 29, no. 5 (May 2005): 340–43. http://dx.doi.org/10.1007/bf03056157.
Full textDe Ridder, W. P. "Operationeel risicomanagement: meer dan alleen compliance." Maandblad Voor Accountancy en Bedrijfseconomie 81, no. 4 (April 1, 2007): 138–45. http://dx.doi.org/10.5117/mab.81.16324.
Full textSmith, David L., Justin M. Cohen, Christinah Chiyaka, Geoffrey Johnston, Peter W. Gething, Roly Gosling, Caroline O. Buckee, Ramanan Laxminarayan, Simon I. Hay, and Andrew J. Tatem. "A sticky situation: the unexpected stability of malaria elimination." Philosophical Transactions of the Royal Society B: Biological Sciences 368, no. 1623 (August 5, 2013): 20120145. http://dx.doi.org/10.1098/rstb.2012.0145.
Full textden Hollander, Gert-Peter. "Ongerealiseerde resultaten op transacties met deelnemingen: niet elimineren maar verwerken als minderheidsbelang." Maandblad Voor Accountancy en Bedrijfseconomie 94, no. 9/10 (October 21, 2020): 355–66. http://dx.doi.org/10.5117/mab.94.50769.
Full textJegathesan, V. "GENETIC ALGORITHM BASED SOLUTION IN PWM CONVERTER SWITCHING FOR VOLTAGE SOURCE INVERTER FEEDING AN INDUCTION MOTOR DRIVE." ASEAN Journal on Science and Technology for Development 27, no. 2 (November 21, 2017): 45–60. http://dx.doi.org/10.29037/ajstd.251.
Full textJegathesan, V. "Genetic algorithm based solution in pwm converter switching for voltage source inverter feeding an induction motor drive." ASEAN Journal on Science and Technology for Development 26, no. 2 (November 27, 2017): 45–60. http://dx.doi.org/10.29037/ajstd.321.
Full textDissertations / Theses on the topic "Eliminatie"
Gordon, John. "Should eliminative materialism be eliminated?" Thesis, University of Edinburgh, 1998. http://hdl.handle.net/1842/21264.
Full textYang, Ying. "Identification of the common eliminated region (CER1) by the microcell hybrid based "elimination test" /." Stockholm : [Karolinska institutets bibl.], 2001. http://diss.kib.ki.se/2001/91-7349-102-0.
Full textOuld, Mohamdi El Khalil. "Elimination réduite." Grenoble 2 : ANRT, 1988. http://catalogue.bnf.fr/ark:/12148/cb376172344.
Full textOuld, Mohamdi El Khalil. "Elimination réduite." Université Louis Pasteur (Strasbourg) (1971-2008), 1988. http://www.theses.fr/1988STR13182.
Full textKoutná, Barbora. "Kvalita úvěrového portfolia mikrofinančních institucí." Master's thesis, Vysoká škola ekonomická v Praze, 2015. http://www.nusl.cz/ntk/nusl-264625.
Full textFernández, Gómez Manuel. "Binary Redundancy Elimination." Doctoral thesis, Universitat Politècnica de Catalunya, 2005. http://hdl.handle.net/10803/5985.
Full textPor otro lado, las optimizaciones aplicadas en tiempo de enlace o directamente al programa ejecutable final han recibido una atención creciente en los últimos años, debido a limitaciones existentes en el modelo de compilación tradicional. Incluso aplicando sofisticados análisis y transformaciones interprocedurales, un compilador tradicional no es capaz de optimizar un programa como una entidad completa. Un problema similar aparece aplicando técnicas de compilación dirigidas por profiling: grandes proyectos se ven forzados a recompilar todos y cada uno de sus módulos para aprovechar dicha información. Por el contrario, seria más conveniente construir la aplicación completa, instrumentarla para obtener información de profiling y optimizar entonces el binario final sin recompilar ni un solo fichero fuente.
En esta tesis presentamos nuevas técnicas de compilación dirigidas por profiling para eliminar la redundancia encontrada en programas ejecutables a nivel binario (esto es, redundancia binaria), incluso aunque estos programas hayan sido compilados agresivamente con un novísimo compilador comercial. Nuestras técnicas de eliminación de redundancia están diseñadas para eliminar operaciones de memoria y de salto redundantes, que son las más importantes para mitigar los problemas de rendimiento que hemos mencionado. Estas propuestas están basadas en técnicas de eliminación de redundancia parcial sensibles al camino de ejecución. Los resultados muestran que aplicando nuestras optimizaciones, somos capaces de alcanzar una reducción del 14% en el tiempo de ejecución de nuestro conjunto de programas.
En este trabajo también revisamos el problemas del análisis de alias en programas ejecutables, identificando el por qué la desambiguación de memoria es uno de los puntos débiles en la modificación de código objeto. Proponemos varios análisis para ser aplicados en el contexto de optimizadores binarios. Primero un análisis de alias estricto para descubrir dependencias de memoria sensibles al camino de ejecución, el cual es usado en nuestras optimizaciones para la eliminación de redundancias de memoria.
Seguidamente, dos análisis especulativos de posibles alias para detección de independencias de memoria. Estos análisis están basados en introducir información especulativa en tiempo de análisis, lo que incrementa la precisión en partes importantes de código manteniendo el análisis eficiente. Los resultados muestran que nuestras propuestas son altamente útiles para incrementar la desambiguación de memoria de código binario, lo que se traduce en oportunidades para aplicar optimizaciones.
Todos nuestros algoritmos, tanto de análisis como de optimización, han sido implementados en un optimizador binario, enfatizando los problemas más relevantes en la aplicaciones de nuestros algoritmos en código ejecutable, sin la ayuda de gran parte de la información de alto nivel presente en compiladores tradicionales.
Two of the most important performance limiters in today's processor families comes from solving the memory wall and handling control dependencies. In order to address these issues, cache memories and branch predictors are well-known hardware proposals that take advantage of, among other things, exploiting both temporal memory reuse and branch correlation. In other words, they try to exploit the dynamic redundancy existing in programs. This redundancy comes partly from the way that programmers write source code, but also from limitations in the compilation model of traditional compilers, which introduces unnecessary memory and conditional branch instructions. We believe that today's optimizing compilers should be very aggressive in optimizing programs, and then they should be expected to optimize a significant part of this redundancy away.
On the other hand, optimizations performed at link-time or directly applied to final program executables have received increased attention in recent years, due to limitations in the traditional compilation model. First, even though performing sophisticated interprocedural analyses and transformations, traditional compilers do not have the opportunity to optimize the program as a whole. A similar problem arises when applying profile-directe compilation techniques: large projects will be forced to re-build every source file to take advantage of profile information. By contrast, it would be more convenient to build the full application, instrument it to obtain profile data and then re-optimize the final binary without recompiling a single source file.
In this thesis we present new profile-guided compiler optimizations for eliminating the redundancy encountered on executable programs at binary level (i.e.: binary redundancy), even though these programs have been compiled with full optimizations using a state-ofthe- art commercial compiler. In particular, our Binary Redundancy Elimination (BRE) techniques are targeted at eliminating both redundant memory operations and redundant conditional branches, which are the most important ones for addressing the performance issues that we mentioned above in today's microprocessors. These new proposals are mainly based on Partial Redundancy Elimination (PRE) techniques for eliminating partial redundancies in a path-sensitive fashion. Our results show that, by applying our optimizations, we are able to achieve a 14% execution time reduction in our benchmark suite.
In this work we also review the problem of alias analysis at the executable program level, identifying why memory disambiguation is one of the weak points of object code modification. We then propose several alias analyses to be applied in the context of linktime or executable code optimizers. First, we present a must-alias analysis to recognize memory dependencies in a path- sensitive fashion, which is used in our optimization for eliminating redundant memory operations. Next, we propose two speculative may-alias data-flow algorithms to recognize memory independencies. These may-alias analyses are based on introducing unsafe speculation at analysis time, which increases alias precision on important portions of code while keeping the analysis reasonably cost-efficient. Our results show that our analyses prove to be very useful for increasing memory disambiguation accuracy of binary code, which turns out into opportunities for applying optimizations.
All our algorithms, both for the analyses and the optimizations, have been implemented within a binary optimizer, which overcomes most of the existing limitations of traditional source-code compilers. Therefore, our work also points out the most relevant issues of applying our algorithms at the executable code level, since most of the high-level information available in traditional compilers is lost.
Krieger, Gordon S. F. "Connectionism, naturalized epistemology, and eliminative materialism." Thesis, McGill University, 1993. http://digitool.Library.McGill.CA:80/R/?func=dbin-jump-full&object_id=68112.
Full textI present a review of the connectionist approach to psychological models that contrasts it with the classical symbolic approach, focusing on the nature of their respective representations. While defending the legitimacy of the connectionist approach, I find that its most useful application is as a basis for neuroscientific investigation.
Discussing connectionist psychology, I find it inconsistent with folk psychology and therefore consistent with eliminative materialism. I argue also for the naturalization of epistemology and thus for the relevance of psychology for epistemology. The conclusion of the essay is an outline of connectionist epistemology, which centres around two mathematical analyses of the global activity of connectionist networks; I argue that connectionist psychology leads to a version of epistemic pragmatism.
Harkabus, Jenna. "Can Parental Work Eliminate Child Poverty?" Miami University Honors Theses / OhioLINK, 2010. http://rave.ohiolink.edu/etdc/view?acc_num=muhonors1272247536.
Full textKalmár, Róbert. "Optimalizace překladu agentních jazyků různé úrovně abstrakce." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2012. http://www.nusl.cz/ntk/nusl-236560.
Full textŠácha, Marek. "Zhodnocení rizik v mezinárodním obchodování společnosti První Kompozitní s.r.o." Master's thesis, Vysoké učení technické v Brně. Ústav soudního inženýrství, 2016. http://www.nusl.cz/ntk/nusl-261291.
Full textBooks on the topic "Eliminatie"
Smith, M. L. You can teach your dog to eliminate on command. Friday Harbor, Wash: Smith-Sager Publications, 1985.
Find full textJames, Bradley. Elimination of risk in systems: Practical principles for reducing and eliminating risk in complex systems. Saanichton, B.C: Tharsis Professional Pub., 2002.
Find full textKane, Stephen. Eliminate your allergies. Yeovil: Last Chance publishing company, 1986.
Find full textSinclair, Carol Smith. The Sinclair diet system: Eliminate starch, eliminate IBS pain. London: Optima, 1995.
Find full textKatz, Phyllis A., and Dalmas A. Taylor, eds. Eliminating Racism. Boston, MA: Springer US, 1988. http://dx.doi.org/10.1007/978-1-4899-0818-6.
Full textWang, Dongming. Elimination Methods. Vienna: Springer Vienna, 2001. http://dx.doi.org/10.1007/978-3-7091-6202-6.
Full textBlack, Bruce. Mastoidectomy elimination. St. Louis, Mo: American Laryngological, Rhinological and Otological Society, 1995.
Find full textBook chapters on the topic "Eliminatie"
Stoelinga, P. J. W., J. J. A. Brouns, and M. A. W. Merkx. "12 Frenulumextirpatie en eliminatie van briden." In Mondchirurgie voor tandartsen, 127–33. Houten: Bohn Stafleu van Loghum, 2009. http://dx.doi.org/10.1007/978-90-313-7685-8_12.
Full textBoulter, Stephen. "Eliminating Eliminative Materialism." In The Rediscovery of Common Sense Philosophy, 137–56. London: Palgrave Macmillan UK, 2007. http://dx.doi.org/10.1057/9780230223134_7.
Full textGiesl, Jürgen, and Aart Middeldorp. "Eliminating Dummy Elimination." In Automated Deduction - CADE-17, 309–23. Berlin, Heidelberg: Springer Berlin Heidelberg, 2000. http://dx.doi.org/10.1007/10721959_25.
Full textRawson, Michael, and Giles Reger. "Eliminating Models During Model Elimination." In Lecture Notes in Computer Science, 250–65. Cham: Springer International Publishing, 2021. http://dx.doi.org/10.1007/978-3-030-86059-2_15.
Full textKatz, Phyllis A., and Dalmas A. Taylor. "Introduction." In Eliminating Racism, 1–16. Boston, MA: Springer US, 1988. http://dx.doi.org/10.1007/978-1-4899-0818-6_1.
Full textReid, Pamela Trotman. "Racism and Sexism." In Eliminating Racism, 203–21. Boston, MA: Springer US, 1988. http://dx.doi.org/10.1007/978-1-4899-0818-6_10.
Full textGerard, Harold B. "School Desegregation." In Eliminating Racism, 225–36. Boston, MA: Springer US, 1988. http://dx.doi.org/10.1007/978-1-4899-0818-6_11.
Full textCook, Stuart W. "The 1954 Social Science Statement and School Desegregation." In Eliminating Racism, 237–56. Boston, MA: Springer US, 1988. http://dx.doi.org/10.1007/978-1-4899-0818-6_12.
Full textArmor, David J. "School Busing." In Eliminating Racism, 259–80. Boston, MA: Springer US, 1988. http://dx.doi.org/10.1007/978-1-4899-0818-6_13.
Full textHawley, Willis D., and Mark A. Smylie. "The Contribution of School Desegregation to Academic Achievement and Racial Integration." In Eliminating Racism, 281–97. Boston, MA: Springer US, 1988. http://dx.doi.org/10.1007/978-1-4899-0818-6_14.
Full textConference papers on the topic "Eliminatie"
Angeles, Jorge, Meyer A. Nahon, and Thomas Thümmel. "Active Control for the Complete Dynamic Balancing of Linkages." In ASME 1992 Design Technical Conferences. American Society of Mechanical Engineers, 1992. http://dx.doi.org/10.1115/detc1992-0394.
Full textZou, Min, Joshua Dayan, and Itzhak Green. "Feasibility of Contact Elimination of a Mechanical Face Seal Through Clearance Adjustment." In ASME 1999 International Gas Turbine and Aeroengine Congress and Exhibition. American Society of Mechanical Engineers, 1999. http://dx.doi.org/10.1115/99-gt-147.
Full textGiel, P. W., J. R. Sirbaugh, I. Lopez, and G. J. Van Fossen. "Three-Dimensional Navier-Stokes Analysis and Redesign of an Imbedded Bellmouth Nozzle in a Turbine Cascade Inlet Section." In ASME 1994 International Gas Turbine and Aeroengine Congress and Exposition. American Society of Mechanical Engineers, 1994. http://dx.doi.org/10.1115/94-gt-237.
Full textParikh, Soham, Ananya Sai, Preksha Nema, and Mitesh Khapra. "ElimiNet: A Model for Eliminating Options for Reading Comprehension with Multiple Choice Questions." In Twenty-Seventh International Joint Conference on Artificial Intelligence {IJCAI-18}. California: International Joint Conferences on Artificial Intelligence Organization, 2018. http://dx.doi.org/10.24963/ijcai.2018/594.
Full textHarrenstein, Paul, Paolo Turrini, and Michael Wooldridge. "Characterising the Manipulability of Boolean Games." In Twenty-Sixth International Joint Conference on Artificial Intelligence. California: International Joint Conferences on Artificial Intelligence Organization, 2017. http://dx.doi.org/10.24963/ijcai.2017/150.
Full textFerrill, Lawrence R., N. Daryl Ronsky, and Tim A. Harris. "Explosions in Gas Turbine Lube Oil Reservoir Result in Installation of Dry Gas Seal System." In ASME 1989 International Gas Turbine and Aeroengine Congress and Exposition. American Society of Mechanical Engineers, 1989. http://dx.doi.org/10.1115/89-gt-222.
Full textGarci´a Zugasti, Pedro de Jesu´s, Hugo Iva´n Medelli´n Castillo, and Dirk Frederik de Lange. "A Case Study of Drawbead Design of a Deep Drawn Rectangular Part Using FEM." In ASME 2009 International Mechanical Engineering Congress and Exposition. ASMEDC, 2009. http://dx.doi.org/10.1115/imece2009-11250.
Full textPan, Hongli, Ping He, and Guangzhong Liu. "Repair Technology for Single Deck Distortion of Floating Roof Tank." In 2008 7th International Pipeline Conference. ASMEDC, 2008. http://dx.doi.org/10.1115/ipc2008-64422.
Full textRamkumar, S. Manian, and Krishnaswami Srihari. "Modeling and Experimental Verification of the Contact Resistance of a Novel Anisotropic Conductive Adhesive." In ASME 2007 International Mechanical Engineering Congress and Exposition. ASMEDC, 2007. http://dx.doi.org/10.1115/imece2007-42931.
Full textCheng, Jyun-Cheng, and Dilip Kohli. "Synthesis of Mechanisms Including Circuit Defects, Branch Defects and Input-Crank Rotatability." In ASME 1992 Design Technical Conferences. American Society of Mechanical Engineers, 1992. http://dx.doi.org/10.1115/detc1992-0285.
Full textReports on the topic "Eliminatie"
Wood, Todd R. Can IPB Eliminate Mission Creep? Fort Belvoir, VA: Defense Technical Information Center, December 1997. http://dx.doi.org/10.21236/ada340770.
Full textDave Murnane and Renauld Washington. REMOTE INTERVENTION TOWER ELIMINATION SYSTEM. Office of Scientific and Technical Information (OSTI), February 2002. http://dx.doi.org/10.2172/811447.
Full textGopinath, K., and John L. Hennessy. Copy Elimination with Abstract Interpretation. Fort Belvoir, VA: Defense Technical Information Center, February 1987. http://dx.doi.org/10.21236/ada179451.
Full textCalahan, D. A. Sparse Elimination on Vector Multiprocessors. Fort Belvoir, VA: Defense Technical Information Center, April 1986. http://dx.doi.org/10.21236/ada175121.
Full textCalahan, D. A. Sparse Elimination on Vector Multiprocessors. Fort Belvoir, VA: Defense Technical Information Center, April 1985. http://dx.doi.org/10.21236/ada158274.
Full textCalahan, D. A. Sparse Elimination on Vector Multiprocessors. Fort Belvoir, VA: Defense Technical Information Center, May 1988. http://dx.doi.org/10.21236/ada204321.
Full textNguyen, Huu H., and Martin Rinard. Using Cyclic Memory Allocation to Eliminate Memory Leaks. Fort Belvoir, VA: Defense Technical Information Center, October 2005. http://dx.doi.org/10.21236/ada466771.
Full textMulligan, Casey. Automated Economic Reasoning with Quantifier Elimination. Cambridge, MA: National Bureau of Economic Research, December 2016. http://dx.doi.org/10.3386/w22922.
Full textBoynton, P. A., and E. F. Kelley. NIST stray light elimination tube prototype. Gaithersburg, MD: National Institute of Standards and Technology, 2002. http://dx.doi.org/10.6028/nist.ir.6861.
Full textFrance, Martin E. Planetary Defense: Eliminating the Giggle Factor. Fort Belvoir, VA: Defense Technical Information Center, January 2000. http://dx.doi.org/10.21236/ada430995.
Full text