Academic literature on the topic 'OOP'
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 'OOP.'
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 "OOP"
Xu, Ge Ning, Jin Shuai Liu, and Jun Bing Yang. "Based on OOA Modeling of Gantry Crane CAD System." Advanced Materials Research 712-715 (June 2013): 1180–84. http://dx.doi.org/10.4028/www.scientific.net/amr.712-715.1180.
Full textNedoria, A. E. "Language Design: OOP or not OOP or better OOP." Proceedings of the Institute for System Programming of the RAS 31, no. 5 (2019): 89–94. http://dx.doi.org/10.15514/ispras-2019-31(5)-6.
Full textCharles, Randy. "OOP." 3C ON-LINE 2, no. 2 (April 1995): 9–10. http://dx.doi.org/10.1145/381977.1082367.
Full textBorge, Richard. "Teaching OOP." ACM SIGCSE Bulletin 36, no. 3 (September 2004): 252. http://dx.doi.org/10.1145/1026487.1008084.
Full textChevan, Julia, Daniel L. Riddle, and Shelby D. Reed. "Out-of-Pocket Spending for Ambulatory Physical Therapy Services From 2008 to 2012: National Panel Survey." Physical Therapy 95, no. 12 (December 1, 2015): 1680–91. http://dx.doi.org/10.2522/ptj.20150018.
Full textLam, J., G. Evans, RM deSouza, M. Amarouche, J. Cheserem, and CM Tolias. "Out-of-programme experience in UK neurosurgery trainees: optimising the transition back into clinical practice." Bulletin of the Royal College of Surgeons of England 103, no. 2 (March 2021): 100–105. http://dx.doi.org/10.1308/rcsbull.2021.43.
Full textYoon, Seungwon, Michael A. Mooney, Michael A. Bohl, John P. Sheehy, Peter Nakaji, Andrew S. Little, and Michael T. Lawton. "Patient out-of-pocket spending in cranial neurosurgery: single-institution analysis of 6569 consecutive cases and literature review." Neurosurgical Focus 44, no. 5 (May 2018): E6. http://dx.doi.org/10.3171/2018.1.focus17782.
Full textMontazeripouragha, A., and AM Kaufmann. "P.099 Specialty centres for MVD surgery." Canadian Journal of Neurological Sciences / Journal Canadien des Sciences Neurologiques 45, s2 (June 2018): S42. http://dx.doi.org/10.1017/cjn.2018.201.
Full textZuckerman, Ilene H., Naimish B. Pandya, Bruce C. Stuart, Thomas Shaffer, Mujde Z. Erten, Xuehua Ke, J. Samantha Shoemaker, Ming-Hui Tai, and Amy J. Davidoff. "Out-of-pocket (OOP) health care expenditure burden for Medicare beneficiaries with cancer." Journal of Clinical Oncology 30, no. 15_suppl (May 20, 2012): 6075. http://dx.doi.org/10.1200/jco.2012.30.15_suppl.6075.
Full textLeopold, Christine, Anita K. Wagner, Fang Zhang, Christine Lu, Craig Earle, Larissa Nekhlyudov, Dennis Ross-Degnan, and James Frank Wharam. "Burden of out-of-pocket spending among high-deductible health plan members with metastatic breast cancer." Journal of Clinical Oncology 35, no. 15_suppl (May 20, 2017): 1029. http://dx.doi.org/10.1200/jco.2017.35.15_suppl.1029.
Full textDissertations / Theses on the topic "OOP"
Picmaus, Martin. "Využití Javy ve firemním prostředí." Master's thesis, Česká zemědělská univerzita v Praze, 2017. http://www.nusl.cz/ntk/nusl-263028.
Full textKavan, Mojmír. "E-learning pro výuku programování." Master's thesis, Vysoká škola ekonomická v Praze, 2007. http://www.nusl.cz/ntk/nusl-2825.
Full textPisaravičius, Jaunius. "Programų sistemų kūrimo metodų praplėtimas rolėmis." Master's thesis, Lithuanian Academic Libraries Network (LABT), 2014. http://vddb.library.lt/obj/LT-eLABa-0001:E.02~2011~D_20140627_165854-12180.
Full textFinal master thesis comprises role modeling aspects in various software development processes and methods. The analysis is made in the context of object-oriented programming evolution. The survey is made on miscellaneous assumptions related to explicit role modeling and separation of system state and behaviour concerns in software development. The parts of software development process which have a lack of role modeling techniques are identified in this thesis. The suggestions of solutions to classic object-oriented programming behaviour modeling problems for software construction phase are made. Finally, the recommendations related to role modeling for software development process modification are made to support all the development phases.
Arancibia, Román Nicolás Ignacio. "Modelamiento de un Generador de Mallas Basado en Octrees, Usando Patrones de Diseño." Tesis, Universidad de Chile, 2007. http://www.repositorio.uchile.cl/handle/2250/104718.
Full textAlqahtani, Ali. "Leveraging service-oriented business applications to a rigorous rule-centric dynamic behavioural architecture." Thesis, De Montfort University, 2010. http://hdl.handle.net/2086/4535.
Full textRaginia, Piotr. "Objektinių ir reliacinių duomenų bazių taikymas objektiškai orientuoto programavimo kontekste." Master's thesis, Lithuanian Academic Libraries Network (LABT), 2009. http://vddb.library.lt/obj/LT-eLABa-0001:E.02~2008~D_20090908_201811-64043.
Full textThis MA paper aims at object and relational databases application comparison in the context of object oriented programming. Joint usage of databases and object oriented programming raises two problems relevant today. First problem is impedance mismatch of relational databases and object oriented programming languages. Second – database usage in agile software development process environment. In order to define application area of object and relational databases it was decided to compose assessment model to compare solutions available today. Since chosen problems were too bulky they were detailed. The evaluated methods and tools were categorized into four groups by their nature. One tool or method from each group was evaluated. In the end of this MA paper all results were aggregated into object and relational databases usage guidelines and databases usage pros and cons. Object databases got the best evaluations in almost all defined criteria. However, evaluation also showed that object databases have some restrictions in application, such as bad performance when using multiple transactions. Object-relational mappers are not suitable for storing complex hierarchical class structures and usage with agile software development processes. Relational concepts integration into intermediate objects can be used only for very simple object schemes. Linq, evaluated in relational concepts integration with object oriented programming languages category, is still in development, but in... [to full text]
Ondrášek, Michael. "Sběr dat a detekce anomálií přes mobilní zařízení." Master's thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2015. http://www.nusl.cz/ntk/nusl-221268.
Full textBodur, Mehmet Ata. "Finite Element Analysis Of Discontinuous Contact Problems." Master's thesis, METU, 2006. http://etd.lib.metu.edu.tr/upload/12606964/index.pdf.
Full textnamely plane stress, plane strain and axi-symmetric formulations is aimed. The problem is solved numerically, with Finite Element Method, and an Object Oriented computer program in C++ for this purpose is written, and the results are verified with some basic analytic solutions and ABAQUS package program. It is not aimed in this thesis work to give a new solution in the area of solution of contact problems, but instead, it is aimed to form a strong basis, and computational library, which is extendible for further development of the subject to include friction, plasticity, and different material modeling in this advanced field of mechanics.
Олійник, Сергій Сергійович. "Розробка мобільного додатку закладу грамадського харчування "меню ресторану" для смартфонів на базі Android." Магістерська робота, Київський національний університет технологій та дизайну, 2021. https://er.knutd.edu.ua/handle/123456789/17783.
Full textA mobile application was implemented in this bachelor’s graduate work, that allows the user to place an order in a restaurant. Application is developed in Java programming language. It is assumed that this application will be installed on devices that are the property of the customer of this software. The application has the following functions: viewing and adding to the basket from the catalog (menu) of drinks and dishes; formation and review of the order and its payment; call the waiter; view order history. Data on menu items (name, price) are stored in the SQLite database management system file. Activities components are responsible for data processing and writing.
Stamm, Beat. "A hybrid approach to medium- and low-resolution font-scaling and its OOP style implementation /." [S.l.] : [s.n.], 1994. http://e-collection.ethbib.ethz.ch/show?type=diss&nr=10884.
Full textBooks on the topic "OOP"
Mario, Giannini, ed. OOP demystified. New York: McGraw-Hill/Osborne, 2004.
Find full textCoetser, Annemari. Oop kaarte. Kaapstad: Tafelberg, 2007.
Find full textHamlin, V. T. Alley Oop. Princeton, Wis: Kitchen Sink Press, 1990.
Find full textMayer, Marianna. Alley oop! New York: Holt, Rinehart and Winston, 1985.
Find full textFourie, Corlia. Die oop deur. Kaapstad: Human & Rousseau, 1996.
Find full textFrom COBOL to OOP. Amsterdam: Elsevier/Morgan Kaufmann, 2004.
Find full textBloomer, Susan. Boop-oop-a-doop. Derby: Derbyshire College of Higher Education, 1989.
Find full textRao, Bindu Rama. C++ and the OOP Paradigm. New York: McGraw-Hill, 1993.
Find full textEinstieg in Java und OOP. Berlin: Springer, 2009.
Find full textSilberbauer, Christian. Einstieg in Java und OOP. Berlin, Heidelberg: Springer Berlin Heidelberg, 2020. http://dx.doi.org/10.1007/978-3-662-61309-2.
Full textBook chapters on the topic "OOP"
Spear, Chris. "Basic OOP." In System Verilog for Verification, 125–59. Boston, MA: Springer US, 2008. http://dx.doi.org/10.1007/978-0-387-76530-3_5.
Full textSpear, Chris, and Greg Tumbush. "Basic OOP." In SystemVerilog for Verification, 131–67. Boston, MA: Springer US, 2011. http://dx.doi.org/10.1007/978-1-4614-0715-7_5.
Full textKotz, Jürgen. "OOP-Konzepte." In Visual C# 2019 – Grundlagen, Profiwissen und Rezepte, 113–223. München: Carl Hanser Verlag GmbH & Co. KG, 2019. http://dx.doi.org/10.3139/9783446460997.003.
Full textShvets, Andrew T. "Advanced OOP." In Beginning Ada Programming, 219–51. Berkeley, CA: Apress, 2019. http://dx.doi.org/10.1007/978-1-4842-5428-8_13.
Full textDoberenz, Walter, Thomas Gewinnus, Jürgen Kotz, and Walter Saumweber. "OOP-Konzepte." In Visual C# 2017 – Grundlagen, Profiwissen und Rezepte, 107–218. München: Carl Hanser Verlag GmbH & Co. KG, 2018. http://dx.doi.org/10.3139/9783446453708.003.
Full textMarkandeya, Sushil, and Kaushik Roy. "ABAP OOP." In SAP ABAP, 575–645. Berkeley, CA: Apress, 2014. http://dx.doi.org/10.1007/978-1-4302-4804-0_11.
Full textKotz, Jürgen, and Christian Wenz. "OOP-Konzepte." In C# und .NET 6 – Grundlagen, Profiwissen und Rezepte, 121–240. München: Carl Hanser Verlag GmbH & Co. KG, 2022. http://dx.doi.org/10.3139/9783446473492.004.
Full textLouis, Dirk. "OOP-Kurs: Klassen." In C++, 259–303. München: Carl Hanser Verlag GmbH & Co. KG, 2014. http://dx.doi.org/10.3139/9783446441095.017.
Full textLouis, Dirk. "OOP-Kurs: Vererbung." In C++, 305–21. München: Carl Hanser Verlag GmbH & Co. KG, 2014. http://dx.doi.org/10.3139/9783446441095.018.
Full textLouis, Dirk. "OOP-Kurs: Polymorphie." In C++, 323–37. München: Carl Hanser Verlag GmbH & Co. KG, 2014. http://dx.doi.org/10.3139/9783446441095.019.
Full textConference papers on the topic "OOP"
Ehlert, Albrecht, and Carsten Schulte. "Comparison of OOP first and OOP later." In the fifteenth annual conference. New York, New York, USA: ACM Press, 2010. http://dx.doi.org/10.1145/1822090.1822122.
Full textBorge, Richard. "Teaching OOP." In the 9th annual SIGCSE conference. New York, New York, USA: ACM Press, 2004. http://dx.doi.org/10.1145/1007996.1008084.
Full textShmallo, Ronit, Noa Ragonis, and David Ginat. "Fuzzy OOP." In the 17th ACM annual conference. New York, New York, USA: ACM Press, 2012. http://dx.doi.org/10.1145/2325296.2325368.
Full textBobrow, Daniel, Carl Hewitt, Jean-Francois Perror, Reid Smith, and Howard Shrobe. "OOP and AI." In Conference proceedings. New York, New York, USA: ACM Press, 1991. http://dx.doi.org/10.1145/117954.117981.
Full textDewar, R., and F. Gasperoni. "Safety and OOP." In 1st IET International Conference on System Safety. IEE, 2006. http://dx.doi.org/10.1049/cp:20060212.
Full textPickard, Luke, James McKenna, Julie A. Brunton, and Andrea Utley. "Personal development, resilience theory and transition to university for 1st year students." In Third International Conference on Higher Education Advances. Valencia: Universitat Politècnica València, 2017. http://dx.doi.org/10.4995/head17.2017.5172.
Full textNodelman, Vladimir. "OOP via C++, C#...?" In the 9th annual SIGCSE conference. New York, New York, USA: ACM Press, 2004. http://dx.doi.org/10.1145/1007996.1008087.
Full textStrong, Steve. "Introduction to OOP (abstract)." In Addendum to the proceedings. New York, New York, USA: ACM Press, 1992. http://dx.doi.org/10.1145/157709.157817.
Full textBanner, Bernard, and Edmond Schonberg. "Assessing Ada 9X OOP." In the conference. New York, New York, USA: ACM Press, 1992. http://dx.doi.org/10.1145/143557.143593.
Full text"Ada 9X and OOP." In the conference, chair S. Tucker Taft. New York, New York, USA: ACM Press, 1992. http://dx.doi.org/10.1145/143557.143596.
Full textReports on the topic "OOP"
Mills, Michael T. Proposed Object Oriented Programming (OOP) Enhancements to the Very High Speed Integrated Circuits (VHSIC) Hardware Description Language (VHDL). Fort Belvoir, VA: Defense Technical Information Center, August 1993. http://dx.doi.org/10.21236/ada274004.
Full textOttburg, Fabrice, and Rob Bugter. Second opinion op ‘Compensatieplan Bloemendalerpolder te Weesp en Muiden’ : Specifiek met het oog op beschermde heikikkers en rugstreeppadden. Wageningen: Wageningen Environmental Research, 2017. http://dx.doi.org/10.18174/428973.
Full textGuérin, Laurence, Patrick Sins, Lida Klaver, and Juliette Walma van der Molen. Onderzoeksrapport Samen werken aan Bèta Burgerschap. Saxion, 2021. http://dx.doi.org/10.14261/ff0c6282-93e2-41a7-b60ab9bceb2a4328.
Full textGroot, M., and R. Wegh. Deskstudie naar dubieuze claims met het oog op opsporing van illegale middelen in diervoeders : resultaten eerste pilotonderzoek. Wageningen: Wageningen Food Safety Research, 2021. http://dx.doi.org/10.18174/562103.
Full textGertz, E. M., and S. Wright. OOQP User Guide. Office of Scientific and Technical Information (OSTI), February 2002. http://dx.doi.org/10.2172/792142.
Full textMetz, C. OTP Extended Responses. RFC Editor, November 1997. http://dx.doi.org/10.17487/rfc2243.
Full textCarter, W. Craig, Stephen A. Langer, and Edwin R. Jr Fuller. The OOF Manual:. Gaithersburg, MD: National Institute of Standards and Technology, 1998. http://dx.doi.org/10.6028/nist.ir.6256.
Full textBrosh, Arieh, David Robertshaw, Yoav Aharoni, Zvi Holzer, Mario Gutman, and Amichai Arieli. Estimation of Energy Expenditure of Free Living and Growing Domesticated Ruminants by Heart Rate Measurement. United States Department of Agriculture, April 2002. http://dx.doi.org/10.32747/2002.7580685.bard.
Full textChen, Lang, Ning Xia, Zihe Wang, Junjie Xiong, and Bole Tian. Minimally invasive versus open total Pancreatectomy:A Systematic Review and meta-analysis. INPLASY - International Platform of Registered Systematic Review and Meta-analysis Protocols, May 2022. http://dx.doi.org/10.37766/inplasy2022.5.0011.
Full textNoyes, H. Pierre. On CH and OOC. Office of Scientific and Technical Information (OSTI), November 2006. http://dx.doi.org/10.2172/1104726.
Full text