Literatura académica sobre el tema "Computer programs"

Crea una cita precisa en los estilos APA, MLA, Chicago, Harvard y otros

Elija tipo de fuente:

Consulte las listas temáticas de artículos, libros, tesis, actas de conferencias y otras fuentes académicas sobre el tema "Computer programs".

Junto a cada fuente en la lista de referencias hay un botón "Agregar a la bibliografía". Pulsa este botón, y generaremos automáticamente la referencia bibliográfica para la obra elegida en el estilo de cita que necesites: APA, MLA, Harvard, Vancouver, Chicago, etc.

También puede descargar el texto completo de la publicación académica en formato pdf y leer en línea su resumen siempre que esté disponible en los metadatos.

Artículos de revistas sobre el tema "Computer programs"

1

WHITAKER, SIMON. "Computer programs". Journal of the British Institute of Mental Handicap (APEX) 17, n.º 1 (26 de agosto de 2009): 38–39. http://dx.doi.org/10.1111/j.1468-3156.1989.tb00509.x.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
2

Burns, Edward. "Computer programs". Journal of School Psychology 26, n.º 4 (diciembre de 1988): 420–23. http://dx.doi.org/10.1016/0022-4405(88)90052-0.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
3

Watkins, Marley. "Computer programs". Journal of School Psychology 27, n.º 4 (1989): 433–35. http://dx.doi.org/10.1016/0022-4405(89)90020-4.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
4

Mcpherson, Gary. "Computer Programs". International Journal of Music Education os-11, n.º 1 (mayo de 1988): 74. http://dx.doi.org/10.1177/025576148801100111.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
5

Mcpherson, Gary. "Computer Programs". International Journal of Music Education os-14, n.º 1 (noviembre de 1989): 75–76. http://dx.doi.org/10.1177/025576148901400111.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
6

lnqlis, V., D. Black, M. McNulty y G. Gibson. "Helpful computer programs". Nursing Standard 2, n.º 14 (9 de enero de 1988): 8. http://dx.doi.org/10.7748/ns.2.14.8.s18.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
7

Flemister, Michael G. "Computer Edification Programs". Journal of Research on Computing in Education 20, n.º 3 (marzo de 1988): 213–25. http://dx.doi.org/10.1080/08886504.1988.10781836.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
8

Schoffeniels, E. y T. Swain. "Computer software programs". Biochemical Systematics and Ecology 13, n.º 3 (1985): 213. http://dx.doi.org/10.1016/0305-1978(85)90028-6.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
9

Deneen, Linda L. y Keith R. Pierce. "Development and documentation of computer programs in undergraduate computer science programs". ACM SIGCSE Bulletin 20, n.º 1 (febrero de 1988): 17–21. http://dx.doi.org/10.1145/52965.52970.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
10

Abdullaeva, Rozanna, Gulbahor Mirrahimova, Guzal Aminova, Ilona Israilova y Oybek Eshbaev. "Learning Foreign Vocabulary Using Computer Programs". International Journal of Psychosocial Rehabilitation 24, Special Issue 1 (28 de febrero de 2020): 567–72. http://dx.doi.org/10.37200/ijpr/v24sp1/pr201192.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.

Tesis sobre el tema "Computer programs"

1

Liang, Donglin. "Developing practical program analyses for programs with pointers". Diss., Georgia Institute of Technology, 2002. http://hdl.handle.net/1853/8203.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
2

Bhullar, Amarjit Singh. "Program understanding tool for MODSIM programs (PUMP)". Thesis, University of Ottawa (Canada), 2001. http://hdl.handle.net/10393/9332.

Texto completo
Resumen
The focus of software engineering has traditionally been oriented toward new software construction inspite of the fact that very substantial costs arise in the maintenance phase of the software lifecycle. A key element in the maintenance phase is "program understanding" because the individuals assigned this task are typically distinct from those on the development team. Tools to assist with program understanding have, nevertheless, received only modest attention in recent years. In this thesis the topic is explored within the context of the development of a particular program understanding tool called PUMP. PUMP (Program Understanding Tool for MODSIM Programs) is a tool developed to help understand simulation models written in the object-oriented simulation language called MODSIM programs. It has a simple graphical user interface (GUI) and may be used for both system exploration and for browsing purposes as part of a professional software development tool. It quickly displays and provides views of complex inheritance trees, making it an important tool for understanding object-oriented systems.
Los estilos APA, Harvard, Vancouver, ISO, etc.
3

Nagulakonda, Vikram. "Assertion seeding development of program instrumentation through iterative formal analysis /". Morgantown, W. Va. : [West Virginia University Libraries], 1999. http://etd.wvu.edu/templates/showETD.cfm?recnum=1080.

Texto completo
Resumen
Thesis (M.S.)--West Virginia University, 1999.
Title from document title page. Document formatted into pages; contains v, 80 p. : ill. Includes abstract. Includes bibliographical references (p. 33-35).
Los estilos APA, Harvard, Vancouver, ISO, etc.
4

Murrill, Branson Wayne. "Error flow in computer programs". W&M ScholarWorks, 1991. https://scholarworks.wm.edu/etd/1539623805.

Texto completo
Resumen
White box program analysis has been applied to program testing for some time, but this analysis is primarily grounded in program syntax, while errors arise from incorrect program semantics. We introduce a semantically-based technique called error flow analysis, which is used to investigate the behavior of a program at the level of data state transitions. Error flow analysis is based on a model of program execution as a composition of functions that each map a prior data state into a subsequent data state. According to the fault/failure model, failure occurs when a fault causes an infection in the data state which then propagates to output. A faulty program may also produce coincidentally correct output for a given input if the fault resists infection, or an infection is cancelled by subsequent computation. We investigate this phenomenon using dynamic error flow analysis to track the infection and propagation of errors in the data states of programs with seeded faults. This information is gathered for a particular fault over many inputs on a path-by-path basis to estimate execution, infection, and failure rates as well as characteristics of error flow behavior for the fault. Those paths that exhibit high failure rates would be more desirable to test for this fault than those with lower failure rates, and we look for error flow characteristics that correlate with high failure rate. We present the results of dynamic error flow experiments on several programs, and suggest ways in which error flow information can be used in program analysis and testing.
Los estilos APA, Harvard, Vancouver, ISO, etc.
5

Green, Thomas Alan. "Computer programs supporting instruction in acoustics". Thesis, Monterey, Calif. : Springfield, Va. : Naval Postgraduate School ; Available from National Technical Information Service, 1996. http://handle.dtic.mil/100.2/ADA327082.

Texto completo
Resumen
Thesis (M.S. in Engineering Acoustics) Naval Postgraduate School, December 1996.
Thesis advisor(s): Sanders, J. V.; Atchley, A. A. "December 1996." Includes bibliographical references (p. 215). Also Available online.
Los estilos APA, Harvard, Vancouver, ISO, etc.
6

Melody, Kevin Andrew. "Computer programs supporting instruction in acoustics". Thesis, Monterey, Calif. : Springfield, Va. : Naval Postgraduate School ; Available from National Technical Information Service, 1998. http://handle.dtic.mil/100.2/ADA343632.

Texto completo
Resumen
Thesis (M.S. in Engineering Acoustics) Naval Postgraduate School, March 1998.
Thesis advisor(s): Sanders, James V. "March 1998." Includes bibliographical references (p. 105). Also available online.
Los estilos APA, Harvard, Vancouver, ISO, etc.
7

Givan, Robert Lawrence. "Automatically inferring properties of computer programs". Thesis, Massachusetts Institute of Technology, 1996. http://hdl.handle.net/1721.1/11051.

Texto completo
Resumen
Thesis (Ph. D.)--Massachusetts Institute of Technology, Dept. of Electrical Engineering and Computer Science, 1996.
Includes bibliographical references (p. 97-101).
by Robert Lawrence Givan, Jr.
Ph.D.
Los estilos APA, Harvard, Vancouver, ISO, etc.
8

Metz, Gale Lynn. "The units of measure consistency checker for the entity-relationship-attribute requirements model". Thesis, Kansas State University, 1986. http://hdl.handle.net/2097/9941.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
9

Coleman, Jesse J. "The design, construction, and implementation of an engineering software command processor and macro compiler /". Online version of thesis, 1995. http://hdl.handle.net/1850/12219.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
10

Kushman, Nate. "Generating computer programs from natural language descriptions". Thesis, Massachusetts Institute of Technology, 2015. http://hdl.handle.net/1721.1/101572.

Texto completo
Resumen
Thesis: Ph. D., Massachusetts Institute of Technology, Department of Electrical Engineering and Computer Science, 2015.
Cataloged from PDF version of thesis.
Includes bibliographical references (pages 159-169).
This thesis addresses the problem of learning to translate natural language into preexisting programming languages supported by widely-deployed computer systems. Generating programs for existing computer systems enables us to take advantage of two important capabilities of these systems: computing the semantic equivalence between programs, and executing the programs to obtain a result. We present probabilistic models and inference algorithms which integrate these capabilities into the learning process. We use these to build systems that learn to generate programs from natural language in three different computing domains: text processing, solving math problems, and performing robotic tasks in a virtual world. In all cases the resulting systems provide significant performance gains over strong baselines which do not exploit the underlying system capabilities to help interpret the text.
by Nate Kushman.
Ph. D.
Los estilos APA, Harvard, Vancouver, ISO, etc.

Libros sobre el tema "Computer programs"

1

Naddor, Eliezer. Inventory systems computer programs. Malabar, Fla: Robert E. Krieger, 1985.

Buscar texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
2

L, McKinney Floyd, ed. Strengthening computer technology programs. Columbus, Ohio (1960 Kenny Rd., Columbus 43210): National Center for Research in Vocational Education, Ohio State University, 1985.

Buscar texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
3

Pierce, Phil. Computer programs about industry. Oxford: Geography, Schools and Industry Project, 1986.

Buscar texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
4

Kuo, F. Optimal control computer programs. [Marshall Space Flight Center, Ala.]: National Aeronautics and Space Administration, George C. Marshall Space Flight Center, 1992.

Buscar texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
5

T, Shaw Montgomery, ed. Computer programs for rheologists. Munich: Hanser, 1994.

Buscar texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
6

Dromey, R. G. Program derivation: The development of programs from specifications. Sydney: Addison-Wesley, 1989.

Buscar texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
7

Dromey, R. G. Program derivation: The development of programs from specifications. Sydney: Addison-Wesley, 1989.

Buscar texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
8

Wuerth, J. Michael. DESIGN: A program to create data entry programs. Albany, Calif: U.S. Dept. of Agriculture, Forest Service, Pacific Southwest Research Station, 1994.

Buscar texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
9

Turski, Władysław. The specification of computer programs. Wokingham: Addison-Wesley, 1987.

Buscar texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
10

1951-, Platt Robert y Washington Apple Pi (Group), eds. Perfect Pascal programs. Blue Ridge Summit, PA: Tab Books, 1985.

Buscar texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.

Capítulos de libros sobre el tema "Computer programs"

1

Ashley, Joseph. "Computers and Computer Programs". En The Patrick Moore Practical Astronomy Series, 151–61. Cham: Springer International Publishing, 2014. http://dx.doi.org/10.1007/978-3-319-09831-9_9.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
2

Wong, H. H. A. "Computer programs". En Reinforced and Prestressed Concrete, 456–91. Boston, MA: Springer US, 1987. http://dx.doi.org/10.1007/978-1-4899-7134-0_12.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
3

Yiacoumi, Sotira y Chi Tien. "Computer Programs". En Kinetics of Metal Ion Adsorption from Aqueous Solutions, 209–16. Boston, MA: Springer US, 1995. http://dx.doi.org/10.1007/978-1-4615-2319-2_7.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
4

Eslami, M. Reza. "Computer Programs". En Finite Elements Methods in Mechanics, 363–70. Cham: Springer International Publishing, 2014. http://dx.doi.org/10.1007/978-3-319-08037-6_17.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
5

Wachspress, Eugene. "Computer Programs". En Rational Bases and Generalized Barycentrics, 245–79. Cham: Springer International Publishing, 2016. http://dx.doi.org/10.1007/978-3-319-21614-0_14.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
6

Egerton, R. F. "Computer Programs". En Electron Energy-Loss Spectroscopy in the Electron Microscope, 405–18. Boston, MA: Springer US, 2011. http://dx.doi.org/10.1007/978-1-4419-9583-4_7.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
7

Clemens, C. Herbert y Michael A. Clemens. "Computer Programs". En Geometry for the Classroom, 242–330. New York, NY: Springer New York, 1991. http://dx.doi.org/10.1007/978-1-4612-0961-4_4.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
8

Hartmann, Friedel. "Computer programs". En Introduction to Boundary Elements, 364–74. Berlin, Heidelberg: Springer Berlin Heidelberg, 1989. http://dx.doi.org/10.1007/978-3-642-48873-3_11.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
9

Andersen, Erling B. "Computer Programs". En The Statistical Analysis of Categorical Data, 495–503. Berlin, Heidelberg: Springer Berlin Heidelberg, 1994. http://dx.doi.org/10.1007/978-3-642-78817-8_13.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
10

Andersen, Erling B. "Computer programs". En The Statistical Analysis of Categorical Data, 495–503. Berlin, Heidelberg: Springer Berlin Heidelberg, 1991. http://dx.doi.org/10.1007/978-3-642-97353-6_13.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.

Actas de conferencias sobre el tema "Computer programs"

1

Deneen, Linda L. y Keith R. Pierce. "Development and documentation of computer programs in undergraduate computer science programs". En the nineteenth SIGCSE technical symposium. New York, New York, USA: ACM Press, 1988. http://dx.doi.org/10.1145/52964.52970.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
2

Marion, Bill, John Impagliazzo, Caroline St. Clair, Barry Soroka y Deborah Whitfield. "Assessing computer science programs". En Proceedinds of the 38th SIGCSE technical symposium. New York, New York, USA: ACM Press, 2007. http://dx.doi.org/10.1145/1227310.1227358.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
3

McCauley, Renée y Bill Manaris. "Computer science degree programs". En the twenty-ninth SIGCSE technical symposium. New York, New York, USA: ACM Press, 1998. http://dx.doi.org/10.1145/273133.273141.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
4

Karczmarczuk, Jerzy. "Functional differentiation of computer programs". En the third ACM SIGPLAN international conference. New York, New York, USA: ACM Press, 1998. http://dx.doi.org/10.1145/289423.289442.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
5

Ferguson, Ernest. "Conference grading of computer programs". En the eighteenth SIGCSE technical symposium. New York, New York, USA: ACM Press, 1987. http://dx.doi.org/10.1145/31820.31787.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
6

Lilley, David G. "Computer Programs for Fire Simulation". En ASME 1996 Design Engineering Technical Conferences and Computers in Engineering Conference. American Society of Mechanical Engineers, 1996. http://dx.doi.org/10.1115/96-detc/cie-1350.

Texto completo
Resumen
Abstract Computer programs for simulating fire development in a multi-room building complements the experimental approach and/or post-fire on-site investigations. A variety of computer calculations can help to validate or deny a suggested fire scenario and witness statements. Thus they help to discriminate between alternative fire scenarios by evaluating the consequences and comparing them with observations. In this way computer simulation helps to rule in or rule out the suggested ignition and spread of the fire.
Los estilos APA, Harvard, Vancouver, ISO, etc.
7

Tenenberg, Josh y Yifat Ben-David Kolikant. "Computer programs, dialogicality, and intentionality". En the tenth annual conference. New York, New York, USA: ACM Press, 2014. http://dx.doi.org/10.1145/2632320.2632351.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
8

Liu, Jigang. "Baccalaureate programs in computer forensics". En 2016 IEEE International Conference on Electro Information Technology (EIT). IEEE, 2016. http://dx.doi.org/10.1109/eit.2016.7535309.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
9

Zdraveva, Ana. "LEGAL PROTECTION OF COMPUTER PROGRAMS". En "Social Changes in the Global World". Универзитет „Гоце Делчев“ - Штип, 2022. http://dx.doi.org/10.46763/scgw22051z.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
10

Keil, Eberhard. "Computer programs in accelerator physics". En PHYSICS OF PARTICLE ACCELERATORS: SLAC Summer School, 1985 and Fermilab Summer School 1984. AIP, 1987. http://dx.doi.org/10.1063/1.36373.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.

Informes sobre el tema "Computer programs"

1

Jordon, K. y C. Tobias. Computer programs for simulation of electrodeposition. Office of Scientific and Technical Information (OSTI), diciembre de 1990. http://dx.doi.org/10.2172/6067096.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
2

Rozhkov, M. y K. Nakanishi. Computer programs for analysis of geophysical data. Office of Scientific and Technical Information (OSTI), junio de 1994. http://dx.doi.org/10.2172/10193091.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
3

Pate, J. R. y C. V. Dodd. Computer programs for eddy-current defect studies. Office of Scientific and Technical Information (OSTI), junio de 1990. http://dx.doi.org/10.2172/7072003.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
4

Deimel, Lionel E. y J. F. Naveda. Reading Computer Programs: Instructor's Guide to Exercises. Fort Belvoir, VA: Defense Technical Information Center, agosto de 1990. http://dx.doi.org/10.21236/ada228026.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
5

NEWPORT NEWS SHIPBUILDING VA. Producibility Evaluation Criteria Cost Estimating Computer Programs - Manual. Fort Belvoir, VA: Defense Technical Information Center, diciembre de 1993. http://dx.doi.org/10.21236/ada457051.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
6

Laguitton, D., J. Leung, F. Flament, D. Hodouin y R. Spring. The SPOC manual Chapter 7.3 RTD and MIXERS computer programs. Natural Resources Canada/ESS/Scientific and Technical Publishing Services, 1985. http://dx.doi.org/10.4095/305027.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
7

Knutson, E. O. Personal computer programs for use in radon/thoron progeny measurements. Office of Scientific and Technical Information (OSTI), marzo de 1989. http://dx.doi.org/10.2172/6294239.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
8

McDonald, Brian C. Desktop Computer Programs for Preliminary Design of Transonic Compressor Rotors. Fort Belvoir, VA: Defense Technical Information Center, marzo de 2001. http://dx.doi.org/10.21236/ada387726.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
9

Author, Unknown. PR-178-516-R02 Experience with Geotech and the Current Complex Programs. Chantilly, Virginia: Pipeline Research Council International, Inc. (PRCI), julio de 1987. http://dx.doi.org/10.55274/r0011450.

Texto completo
Resumen
An evaluation of the GEOTECH program developed by Jean Prevost of Princeton University for project PR-158-151. The program predicts static and transient, two and three dimensional soil behavior for general initial value problems. The integrated current complex computer program was also evaluated as developed by Applied Science Associates, Inc. for project PR-169-186. The programs predict (wave parameters and) the current velocities from an integration of a continental shelf circulation model, a wind-wave model, and a bottom boundary layer model.
Los estilos APA, Harvard, Vancouver, ISO, etc.
10

Harrison, Steven G. Computer Programs for Generation of NASTRAN and VIBRA-6 Aircraft Models. Fort Belvoir, VA: Defense Technical Information Center, abril de 1988. http://dx.doi.org/10.21236/ada195467.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
Ofrecemos descuentos en todos los planes premium para autores cuyas obras están incluidas en selecciones literarias temáticas. ¡Contáctenos para obtener un código promocional único!

Pasar a la bibliografía