Gotowa bibliografia na temat „Computer programs”

Utwórz poprawne odniesienie w stylach APA, MLA, Chicago, Harvard i wielu innych

Wybierz rodzaj źródła:

Zobacz listy aktualnych artykułów, książek, rozpraw, streszczeń i innych źródeł naukowych na temat „Computer programs”.

Przycisk „Dodaj do bibliografii” jest dostępny obok każdej pracy w bibliografii. Użyj go – a my automatycznie utworzymy odniesienie bibliograficzne do wybranej pracy w stylu cytowania, którego potrzebujesz: APA, MLA, Harvard, Chicago, Vancouver itp.

Możesz również pobrać pełny tekst publikacji naukowej w formacie „.pdf” i przeczytać adnotację do pracy online, jeśli odpowiednie parametry są dostępne w metadanych.

Artykuły w czasopismach na temat "Computer programs"

1

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

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
2

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

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
3

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

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
4

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

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
5

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

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
6

lnqlis, V., D. Black, M. McNulty i G. Gibson. "Helpful computer programs". Nursing Standard 2, nr 14 (9.01.1988): 8. http://dx.doi.org/10.7748/ns.2.14.8.s18.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
7

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

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
8

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

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
9

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

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
10

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

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.

Rozprawy doktorskie na temat "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.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
2

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

Pełny tekst źródła
Streszczenie:
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.
Style APA, Harvard, Vancouver, ISO itp.
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.

Pełny tekst źródła
Streszczenie:
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).
Style APA, Harvard, Vancouver, ISO itp.
4

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

Pełny tekst źródła
Streszczenie:
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.
Style APA, Harvard, Vancouver, ISO itp.
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.

Pełny tekst źródła
Streszczenie:
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.
Style APA, Harvard, Vancouver, ISO itp.
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.

Pełny tekst źródła
Streszczenie:
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.
Style APA, Harvard, Vancouver, ISO itp.
7

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

Pełny tekst źródła
Streszczenie:
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.
Style APA, Harvard, Vancouver, ISO itp.
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.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
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.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
10

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

Pełny tekst źródła
Streszczenie:
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.
Style APA, Harvard, Vancouver, ISO itp.

Książki na temat "Computer programs"

1

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

Znajdź pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
2

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

Znajdź pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
3

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

Znajdź pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
4

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

Znajdź pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
5

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

Znajdź pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
6

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

Znajdź pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
7

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

Znajdź pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
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.

Znajdź pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
9

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

Znajdź pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
10

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

Znajdź pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.

Części książek na temat "Computer programs"

1

Ashley, Joseph. "Computers and Computer Programs". W 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.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
2

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

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
3

Yiacoumi, Sotira, i Chi Tien. "Computer Programs". W 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.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
4

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

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
5

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

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
6

Egerton, R. F. "Computer Programs". W 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.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
7

Clemens, C. Herbert, i Michael A. Clemens. "Computer Programs". W 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.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
8

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

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
9

Andersen, Erling B. "Computer Programs". W 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.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
10

Andersen, Erling B. "Computer programs". W 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.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.

Streszczenia konferencji na temat "Computer programs"

1

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

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
2

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

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
3

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

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
4

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

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
5

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

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
6

Lilley, David G. "Computer Programs for Fire Simulation". W 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.

Pełny tekst źródła
Streszczenie:
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.
Style APA, Harvard, Vancouver, ISO itp.
7

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

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
8

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

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
9

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

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
10

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

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.

Raporty organizacyjne na temat "Computer programs"

1

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

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
2

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

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
3

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

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
4

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

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
5

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

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
6

Laguitton, D., J. Leung, F. Flament, D. Hodouin i 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.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
7

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

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
8

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

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
9

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

Pełny tekst źródła
Streszczenie:
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.
Style APA, Harvard, Vancouver, ISO itp.
10

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

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
Oferujemy zniżki na wszystkie plany premium dla autorów, których prace zostały uwzględnione w tematycznych zestawieniach literatury. Skontaktuj się z nami, aby uzyskać unikalny kod promocyjny!

Do bibliografii