Academic literature on the topic 'Procedural programming'
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 'Procedural programming.'
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 "Procedural programming"
White, Garry, and Marcos Sivitanides. "Cognitive Differences Between Procedural Programming and Object Oriented Programming." Information Technology and Management 6, no. 4 (October 2005): 333–50. http://dx.doi.org/10.1007/s10799-005-3899-2.
Full textLeask, Sam, and Brian Logan. "Programming Agent Deliberation Using Procedural Reflection." Fundamenta Informaticae 158, no. 1-3 (February 9, 2018): 93–120. http://dx.doi.org/10.3233/fi-2018-1643.
Full textSchor, Marshall I. "Declarative Knowledge Programming: Better Than Procedural?" IEEE Expert 1, no. 1 (April 1986): 36–43. http://dx.doi.org/10.1109/mex.1986.5006497.
Full textRondogiannis, P. "Adding multidimensionality to procedural programming languages." Software: Practice and Experience 29, no. 13 (November 1999): 1201–21. http://dx.doi.org/10.1002/(sici)1097-024x(199911)29:13<1201::aid-spe278>3.0.co;2-0.
Full textEid, Chaker, and Richard Millham. "Which Introductory Programming Approach Is Most Suitable For Students: Procedural Or Visual Programming?" American Journal of Business Education (AJBE) 5, no. 2 (February 9, 2012): 173–78. http://dx.doi.org/10.19030/ajbe.v5i2.6819.
Full textKhan, E. H., M. Al-A'ali, and M. R. Girgis. "Object-oriented programming for structured procedural programmers." Computer 28, no. 10 (1995): 48–57. http://dx.doi.org/10.1109/2.467579.
Full textHewgill, Adam, and Brian J. Ross. "Procedural 3D texture synthesis using genetic programming." Computers & Graphics 28, no. 4 (August 2004): 569–84. http://dx.doi.org/10.1016/j.cag.2004.04.012.
Full textSymes, D. M. "Procedural operators considered as fundamental programming devices." Computer Languages 10, no. 2 (January 1985): 75–89. http://dx.doi.org/10.1016/0096-0551(85)90001-3.
Full textSano, Yuya, and Koji Kagawa. "Design of a Programming Environment for Non-Procedural Programming Languages using Blockly." International Journal of E-Learning and Educational Technologies in the Digital Media 5, no. 3 (2019): 93–101. http://dx.doi.org/10.17781/p002614.
Full textBhatti, Zeeshan, Asadullah Shah, Ahmad Waqas, and Mostafa Karbasi. "Automated Animation of Quadrupeds Using Procedural Programming Technique." Asian Journal of Scientific Research 8, no. 2 (March 15, 2015): 165–81. http://dx.doi.org/10.3923/ajsr.2015.165.181.
Full textDissertations / Theses on the topic "Procedural programming"
Sutyanyong, Nattavut. "Procedural abstraction in a relational database programming language." Thesis, McGill University, 1994. http://digitool.Library.McGill.CA:80/R/?func=dbin-jump-full&object_id=55531.
Full textLike relations, a computation is defined over a set of attributes. Subset of attributes can be defined as input attributes and the remaining attributes are output. Beyond the notion of procedures that a procedure can have only one set of input and output parameters, computations are symmetric: a computation may have a number of different subsets of input attributes.
Computations can be recursive and called by other computations.
States are introduced so that computations can remember values from previous evaluation and use them in next invocations. Stateful computations may be instantiated to have new sets of states.
This thesis contains the design and implementation of a parser for compiling computations as well as operations to evaluate them. All operations are coincident with relational algebra, a set of operations for manipulating relations.
Harman, Mark. "Functional models of procedural programs." Thesis, London Metropolitan University, 1992. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.315232.
Full textMoens, Theodore Warren Bernelot. "Approaches to procedural adequacy in logic programming using connection graphs." Thesis, University of British Columbia, 1987. http://hdl.handle.net/2429/26499.
Full textScience, Faculty of
Computer Science, Department of
Graduate
Lin, Dianhuan. "Logic programs as declarative and procedural bias in inductive logic programming." Thesis, Imperial College London, 2013. http://hdl.handle.net/10044/1/24553.
Full textHumphrey, Matthew Cameron. "Comparison of an object-oriented programming language to a procedural programming language for effectiveness in program maintenance." Thesis, Virginia Tech, 1988. http://hdl.handle.net/10919/45161.
Full textNew software tools and methodologies make claims that managers often believe intuitively
without evidence. Many unsupported claims have been made about object-oriented
programming. However, without rigorous scientific evidence, it is impossible to accept
these claims as valid. Although experimentation has been done in the past, most of the
research is very recent and the most relevant research has serious drawbacks. This study
attempts to empirically verify the claim that object-oriented languages produce programs that
are more easily maintained than those programmed with procedural languages.
Measurements of subjects performing maintenance tasks onto two identical programs, one
object-oriented and the other procedure-oriented show the object-oriented version to be more
maintainable.
Master of Science
Lundberg, Mattis, and Pontus Österdahl. "Java programming paradigm comprehensibility: Proceduralversus Reactive." Thesis, Mittuniversitetet, Institutionen för data- och systemvetenskap, 2021. http://urn.kb.se/resolve?urn=urn:nbn:se:miun:diva-43168.
Full textAraújo, Cristiano Werner. "Bug prediction in procedural software systems." reponame:Biblioteca Digital de Teses e Dissertações da UFRGS, 2017. http://hdl.handle.net/10183/170023.
Full textInformation regarding bug fixes has been explored to build bug predictors, which provide support for the verification of software systems, by identifying fault-prone elements, such as files. A wide range of static and change metrics have been used as features to build such predictors. Many bug predictors have been proposed, and their main target is objectoriented systems. Although object-orientation is currently the choice for most of the software applications, the procedural paradigm is still being used in many—sometimes crucial—applications, such as operating systems and embedded systems. Consequently, they also deserve attention. This dissertation extends work on bug prediction by evaluating and tailoring bug predictors to procedural software systems. We provide three key contributions: (i) comparison of bug prediction approaches in context of procedural software systems, (ii) proposal of the use of software quality features as prediction features in the studied context, and (iii) evaluation of the proposed features in association with the best approach found in (i). Our work thus provides foundations for improving the bug prediction performance in the context of procedural software systems.
MacHaffie, Scott Andrew. "Difficulties Experienced Procedural Programmers Encounter When Transferring to an Object-oriented Programming Paradigm." PDXScholar, 1993. https://pdxscholar.library.pdx.edu/open_access_etds/4621.
Full textVasilopoulos, Ioannis Vasileiou. "The design, development and evaluation of a visual programming tool for novice programmers : psychological and pedagogical effects of introductory programming tools on programming knowledge of Greek students." Thesis, Teesside University, 2014. http://hdl.handle.net/10149/347149.
Full textDoran, Jonathon. "Procedural Generation of Content for Online Role Playing Games." Thesis, University of North Texas, 2014. https://digital.library.unt.edu/ark:/67531/metadc700051/.
Full textBooks on the topic "Procedural programming"
Chan, Donald. Types in procedural programming languages. Toronto: University of Toronto, Dept. of Computer Science, 1985.
Find full text1964-, Ebert David S., ed. Texturing and modeling: A procedural approach. Boston: AP Professional, 1994.
Find full textBronson, Gary J. Introduction to programming using Visual Basic 6.0: An integrated visual/procedural approach. 2nd ed. El Granada, Calif: Scott/Jones, Inc., 1999.
Find full textBronson, Gary. Introduction to programming using Visual Basic 5.0: An integrated visual/procedural approach. El Granada, California: Scott/Jones, Inc., 1998.
Find full textAdams, Edward L. DESIM data manual: A procedural guide for developing equipment processing and down time data. [Broomall, Pa.]: U.S. Dept. of Agriculture, Forest Service, Northeastern Forest Experiment Station, 1985.
Find full textSo, Helen Wing Hung. A study on the development of object-oriented information system using procedural programming language. [s.l: The Author], 1992.
Find full textGifford, Matt. Object-oriented programming in ColdFusion: Break free from procedural programming and learn how to optimize your applications and enhance your skills using objects and design patterns. Birmingham [U.K.]: Packt Pub., 2010.
Find full textGonzales, Michael L. Informix stored procedure programming. Upple Saddle River, NJ: Prentice Hall PTR, 1996.
Find full textMorley, Kimberly Ann. Mobility programming criteria and evaluation procedures. [Olympia, Wash.]: Washington State Dept. of Transportation, 1998.
Find full textSunderic, Dejan. SQL Server 2000: Stored procedure programming. Berkeley, Calif: Osborne/McGraw-Hill, 2001.
Find full textBook chapters on the topic "Procedural programming"
Cruz-Filipe, Luís, and Fabrizio Montesi. "Procedural Choreographic Programming." In Formal Techniques for Distributed Objects, Components, and Systems, 92–107. Cham: Springer International Publishing, 2017. http://dx.doi.org/10.1007/978-3-319-60225-7_7.
Full textMehta, Ashok B. "Procedural Programming Statements." In Introduction to SystemVerilog, 631–63. Cham: Springer International Publishing, 2021. http://dx.doi.org/10.1007/978-3-030-71319-5_17.
Full textKeronen, Seppo. "Non-procedural logic programming." In Extensions of Logic Programming, 183–95. Berlin, Heidelberg: Springer Berlin Heidelberg, 1994. http://dx.doi.org/10.1007/3-540-58025-5_56.
Full textCostantini, S., and G. A. Lanzarone. "On procedural semantics of metalevel negation." In Logic Programming, 140–51. Berlin, Heidelberg: Springer Berlin Heidelberg, 1992. http://dx.doi.org/10.1007/3-540-55460-2_10.
Full textZachary, Joseph L. "Old MacDonald’s Cow: Procedural Programming." In Introduction to Scientific Programming, 137–59. New York, NY: Springer New York, 1996. http://dx.doi.org/10.1007/978-1-4612-2366-5_9.
Full textSage, Kingsley. "Procedural Programming Basics in Java." In Undergraduate Topics in Computer Science, 11–35. Cham: Springer International Publishing, 2019. http://dx.doi.org/10.1007/978-3-030-13304-7_2.
Full textJanssens, G., and M. Bruynooghe. "On abstracting the procedural behaviour of logic programs." In Logic Programming, 240–62. Berlin, Heidelberg: Springer Berlin Heidelberg, 1992. http://dx.doi.org/10.1007/3-540-55460-2_18.
Full textvan Emden, Maarten H. "Compositional Semantics for the Procedural Interpretation of Logic." In Logic Programming, 315–29. Berlin, Heidelberg: Springer Berlin Heidelberg, 2006. http://dx.doi.org/10.1007/11799573_24.
Full textFrielinghaus, Stefan Schulze, Michael Petter, and Helmut Seidl. "Inter-procedural Two-Variable Herbrand Equalities." In Programming Languages and Systems, 457–82. Berlin, Heidelberg: Springer Berlin Heidelberg, 2015. http://dx.doi.org/10.1007/978-3-662-46669-8_19.
Full textLarsen, Steen F. "Procedural Thinking, Programming, and Computer Use." In NATO ASI Series, 145–50. Berlin, Heidelberg: Springer Berlin Heidelberg, 1986. http://dx.doi.org/10.1007/978-3-642-50329-0_10.
Full textConference papers on the topic "Procedural programming"
Ömer, Bernhard. "Procedural Quantum Programming." In COMPUTING ANTICIPATORY SYSTEMS: CASYS 2001 - Fifth International Conference. AIP, 2002. http://dx.doi.org/10.1063/1.1503695.
Full textPassier, Harrie. "The role of Procedural Guidance in Software Engineering Education." In Programming '17: International Conference on the Art, Science, and Engineering of Programming. New York, NY, USA: ACM, 2017. http://dx.doi.org/10.1145/3079368.3079398.
Full textLegalov, Alexander, and Pavel Kosov. "Evolutionary software development using procedural-parametric programming." In the 9th Central & Eastern European Software Engineering Conference in Russia. New York, New York, USA: ACM Press, 2013. http://dx.doi.org/10.1145/2556610.2556619.
Full textMajumdar, Dipankar. "Migration from Procedural Programming to Aspect Oriented Paradigm." In 2009 24th IEEE/ACM International Conference on Automated Software Engineering (ASE). IEEE, 2009. http://dx.doi.org/10.1109/ase.2009.41.
Full textHartenstein, Reiner W., and Karin Schmidt. "Combining structural and procedural programming by parallelizing compilation." In the 1995 ACM symposium. New York, New York, USA: ACM Press, 1995. http://dx.doi.org/10.1145/315891.315937.
Full textPillay, Nelishia. "Using genetic programming for the induction of novice procedural programming solution algorithms." In the 2002 ACM symposium. New York, New York, USA: ACM Press, 2002. http://dx.doi.org/10.1145/508791.508903.
Full textAyalew, Yirsaw. "PROCEDURAL PROGRAMMING EXPERIENCE AS A PREDICTOR OF SUCCESS IN OBJECT-ORIENTED PROGRAMMING." In 15th International Technology, Education and Development Conference. IATED, 2021. http://dx.doi.org/10.21125/inted.2021.0835.
Full textAyres, José Eduardo, Pedro Arthur, Vitor Rolla, and Luiz Velho. "Procedural Music in Games." In Simpósio Brasileiro de Computação Musical. Sociedade Brasileira de Computação - SBC, 2019. http://dx.doi.org/10.5753/sbcm.2019.10462.
Full textRadiya, Ashvin. "A logical approach to designing procedural programming languages (abstract)." In the 1990 ACM annual conference. New York, New York, USA: ACM Press, 1990. http://dx.doi.org/10.1145/100348.100432.
Full textZhong Mei and Liu DongSheng. "An XML plagiarism detection algorithm for Procedural Programming Languages." In 2010 International Conference on Educational and Information Technology (ICEIT). IEEE, 2010. http://dx.doi.org/10.1109/iceit.2010.5608336.
Full textReports on the topic "Procedural programming"
MacHaffie, Scott. Difficulties Experienced Procedural Programmers Encounter When Transferring to an Object-oriented Programming Paradigm. Portland State University Library, January 2000. http://dx.doi.org/10.15760/etd.6505.
Full textGill, Philip E., and Walter Murray. A Practical Anti-Cycling Procedure for Linear and Nonlinear Programming. Fort Belvoir, VA: Defense Technical Information Center, July 1988. http://dx.doi.org/10.21236/ada198943.
Full textSinha, Kumares, Samuel Labi, and Marcela Rodriguez. Procedures for the Estimation of Pavement and Bridge Preservation Costs for Fiscal Planning and Programming. West Lafayette, IN: Purdue University, 2005. http://dx.doi.org/10.5703/1288284313297.
Full textFrazer, Sarah, Anna Wetterberg, and Eric Johnson. The Value of Integrating Governance and Sector Programs: Evidence from Senegal. RTI Press, September 2021. http://dx.doi.org/10.3768/rtipress.2021.rb.0028.2109.
Full text