Letteratura scientifica selezionata sul tema "Operating system"
Cita una fonte nei formati APA, MLA, Chicago, Harvard e in molti altri stili
Consulta la lista di attuali articoli, libri, tesi, atti di convegni e altre fonti scientifiche attinenti al tema "Operating system".
Accanto a ogni fonte nell'elenco di riferimenti c'è un pulsante "Aggiungi alla bibliografia". Premilo e genereremo automaticamente la citazione bibliografica dell'opera scelta nello stile citazionale di cui hai bisogno: APA, MLA, Harvard, Chicago, Vancouver ecc.
Puoi anche scaricare il testo completo della pubblicazione scientifica nel formato .pdf e leggere online l'abstract (il sommario) dell'opera se è presente nei metadati.
Articoli di riviste sul tema "Operating system"
Kabiraj, Sumanta, Anjli Gupta e Prof Subhashis Kumar Chandra. "Operating System a Case Study". International Journal of Trend in Scientific Research and Development Volume-2, Issue-3 (30 aprile 2018): 166–75. http://dx.doi.org/10.31142/ijtsrd10780.
Testo completoRaghuvanshi, Durgesh. "Memory Management in Operating System". International Journal of Trend in Scientific Research and Development Volume-2, Issue-5 (31 agosto 2018): 2346–47. http://dx.doi.org/10.31142/ijtsrd18342.
Testo completoBielik, Valerii, Yuriy Morozov e Mykola Morozov. "Sensors in Cyber-Physical Systems Based on Android Operating System". Advances in Cyber-Physical Systems 6, n. 2 (17 dicembre 2021): 83–89. http://dx.doi.org/10.23939/acps2021.02.083.
Testo completoSuri, Rajiv, e Kevin Otto. "Manufacturing System Robustness Through Integrated Modeling". Journal of Mechanical Design 123, n. 4 (1 agosto 1999): 630–36. http://dx.doi.org/10.1115/1.1402129.
Testo completoPareek, Apoorva. "Operating System". Review of Professional Management- A Journal of New Delhi Institute of Management 2, n. 1 (1 giugno 2004): 72. http://dx.doi.org/10.20968/rpm/2004/v2/i1/101096.
Testo completoPachouri, Anshul, Mohit Sharma, Tribhuwan Tewari e Prashant Kaushik. "Green Operating System: Future Low Power Operating System". International Journal of Computer Applications 1, n. 21 (25 febbraio 2010): 82–85. http://dx.doi.org/10.5120/48-644.
Testo completoGöhringer, Diana, Michael Hübner, Etienne Nguepi Zeutebouo e Jürgen Becker. "Operating System for Runtime Reconfigurable Multiprocessor Systems". International Journal of Reconfigurable Computing 2011 (2011): 1–16. http://dx.doi.org/10.1155/2011/121353.
Testo completoZhao, Ming Xin. "Research on Operating System Security Technology". Applied Mechanics and Materials 703 (dicembre 2014): 294–97. http://dx.doi.org/10.4028/www.scientific.net/amm.703.294.
Testo completoBeckman, Pete, Kamil Iskra, Kazutomo Yoshii e Susan Coghlan. "Operating system issues for petascale systems". ACM SIGOPS Operating Systems Review 40, n. 2 (aprile 2006): 29–33. http://dx.doi.org/10.1145/1131322.1131332.
Testo completoPlagemann, T., V. Goebel, P. Halvorsen e O. Anshus. "Operating system support for multimedia systems". Computer Communications 23, n. 3 (febbraio 2000): 267–89. http://dx.doi.org/10.1016/s0140-3664(99)00180-2.
Testo completoTesi sul tema "Operating system"
Дядечко, Алла Миколаївна, Алла Николаевна Дядечко, Alla Mykolaivna Diadechko e A. Skrynnyk. "Android operating system". Thesis, Видавництво СумДУ, 2011. http://essuir.sumdu.edu.ua/handle/123456789/13457.
Testo completoArwin, Emil. "THz Spectrophotometer Operating System". Thesis, Linköpings universitet, Institutionen för teknik och naturvetenskap, 2008. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-95336.
Testo completoPinnix, Justin Everett. "Operating System Kernel for All Real Time Systems". NCSU, 2001. http://www.lib.ncsu.edu/theses/available/etd-20010310-181302.
Testo completoPINNIX, JUSTIN EVERETT. Operating System Kernel for All Real Time Systems.(Under the direction of Robert J. Fornaro and Vicki E. Jones.)
This document describes the requirements, design, and implementation of OSKAR, ahard real time operating system for Intel Pentium compatible personal computers.OSKAR provides rate monotonic scheduling, fixed and dynamic priority scheduling,semaphores, message passing, priority ceiling protocols, TCP/IP networking, and globaltime synchronization using the Global Positioning System (GPS). It is intended toprovide researchers a test bed for real time projects that is inexpensive, simple tounderstand, and easy to extend.
The design of the system is described with special emphasis on design tradeoffs made toimprove real time requirements compliance. The implementation is covered in detail atthe source code level. Experiments to qualify functionality and obtain performanceprofiles are included and the results explained.
Watson, Robert Nicholas Maxwell. "New approaches to operating system security extensibility". Thesis, University of Cambridge, 2011. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.609485.
Testo completoSnowdon, David Computer Science & Engineering Faculty of Engineering UNSW. "Operating system directed power management". Awarded By:University of New South Wales. Computer Science & Engineering, 2010. http://handle.unsw.edu.au/1959.4/44747.
Testo completoEngler, Dawson R. "The exokernel operating system architecture". Thesis, Massachusetts Institute of Technology, 1998. http://hdl.handle.net/1721.1/16713.
Testo completoIncludes bibliographical references (p. 115-120).
This electronic version was submitted by the student author. The certified thesis is available in the Institute Archives and Special Collections.
On traditional operating systems only trusted software such as privileged servers or the kernel can manage resources. This thesis proposes a new approach, the exokernel architecture, which makes resource management unprivileged but safe by separating management from protection: an exokernel protects resources, while untrusted application-level software manages them. As a result, in an exokernel system, untrusted software (e.g., library operating systems) can implement abstractions such as virtual memory, file systems, and networking. Themain thrusts of this thesis are: (1) how to build an exokernel system; (2) whether it is possible to build a real one; and (3) whether doing so is a good idea. Our results, drawn from two exokernel systems [25, 48], show that the approach yields dramatic benefits. For example, Xok, an exokernel, runs a web server an order of magnitude faster than the closest equivalent on the same hardware, common unaltered Unix applications up to three times faster, and improves global system performance up to a factor of five. The thesis also discusses some of the new techniques we have used to remove the overhead of protection. Themost unusual technique, untrusted deterministic functions, enables an exokernel to verify that applications correctly track the resources they own, eliminating the need for it to do so. Additionally, the thesis reflects on the subtle issues in using downloaded code for extensibility and the sometimes painful lessons learned in building three exokernel-based systems.
by Dawson R. Engler.
Ph.D.
Gurevich, Yevgeny. "The M-Machine operating system". Thesis, Massachusetts Institute of Technology, 1995. http://hdl.handle.net/1721.1/37041.
Testo completoIncludes bibliographical references (leaves 117-118).
by Yevgeny Gurevich.
M.Eng.
Roker, I. G. R. J. "A real-time operating system". Thesis, University of Bath, 1986. https://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.375638.
Testo completoOakes, David R. "Microsoft operating systems development and strategy : an assessment of the Windows 2000 Server operating system". Thesis, Monterey, Calif. : Springfield, Va. : Naval Postgraduate School ; Available from National Technical Information Service, 1999. http://handle.dtic.mil/100.2/ADA369436.
Testo completoThesis advisor(s): Douglas E. Brinkley. Includes bibliographical references (p. 151-153). Also Available online.
Yu, Ke. "Real-time operating system modelling and simulation using systemC". Thesis, University of York, 2010. http://etheses.whiterose.ac.uk/1088/.
Testo completoLibri sul tema "Operating system"
Andújar, Daniel G. Operating system. Madrid]: Museo Nacional Centro de Arte Reina Sofía, 2014.
Cerca il testo completoComer, Douglas. Operating system design. Englewood Cliffs, N.J: Prentice Hall, 1989.
Cerca il testo completoComer, Douglas. Operating system design. Englewood Cliffs, N.J: Prentice Hall, 1988.
Cerca il testo completoB, Galvin Peter, e Gagne Greg, a cura di. Operating system concepts. 7a ed. Hoboken, NJ: J. Wiley & Sons, 2005.
Cerca il testo completoNofrontiere, a cura di. Nofrontiere operating system. Vienna: Nofrontiere Design, 1996.
Cerca il testo completoJaeger, Trent. Operating System Security. Cham: Springer International Publishing, 2008. http://dx.doi.org/10.1007/978-3-031-02333-0.
Testo completoLiu, Yukun, Yong Yue e Liwei Guo. UNIX Operating System. Berlin, Heidelberg: Springer Berlin Heidelberg, 2011. http://dx.doi.org/10.1007/978-3-642-20432-6.
Testo completoSilberschatz, Abraham. Operating system concepts. 8a ed. Hoboken, NJ: J. Wiley & Sons, 2009.
Cerca il testo completoB, Galvin Peter, e Gagne Greg, a cura di. Operating system principles. 7a ed. Hoboken, NJ: J. Wiley & Sons, 2006.
Cerca il testo completoSilberschatz, Abraham. Operating system concepts. 6a ed. [Hoboken, NJ]: Wiley, 2003.
Cerca il testo completoCapitoli di libri sul tema "Operating system"
Romá, Llorenç, e Bernard Tellenbach. "Secure Operating System". In Trends in Data Protection and Encryption Technologies, 115–20. Cham: Springer Nature Switzerland, 2023. http://dx.doi.org/10.1007/978-3-031-33386-6_21.
Testo completoWeik, Martin H. "operating system". In Computer Science and Communications Dictionary, 1150. Boston, MA: Springer US, 2000. http://dx.doi.org/10.1007/1-4020-0613-6_12849.
Testo completoCrutcher, Paul D., Neeraj Kumar Singh e Peter Tiegs. "Operating System". In Essential Computer Science, 81–131. Berkeley, CA: Apress, 2021. http://dx.doi.org/10.1007/978-1-4842-7107-0_4.
Testo completoWęgrzyn, Stefan, Jean-Charles Gille e Pierre Vidal. "Developmental Systems with Operating System". In Developmental System, 91–120. New York, NY: Springer New York, 1990. http://dx.doi.org/10.1007/978-1-4612-3438-8_4.
Testo completoTheaker, Colin J., e Graham R. Brookes. "Operating System Performance". In Concepts of Operating Systems, 196–202. London: Macmillan Education UK, 1993. http://dx.doi.org/10.1007/978-1-349-11511-2_14.
Testo completoSadek, R. I. M. "Operating System Routines". In The Complete Disc Manual for the BBC Microcomputer, 106–27. London: Macmillan Education UK, 1986. http://dx.doi.org/10.1007/978-1-349-08590-3_10.
Testo completoBurkow, Tatjana, e Sape Mullender. "Operating System Support". In Multimedia Databases in Perspective, 249–87. London: Springer London, 1997. http://dx.doi.org/10.1007/978-1-4471-0957-0_11.
Testo completoBrennan, Glenn. "Operating System Internals". In Using and Administering an Apollo Network, 244–63. London: Macmillan Education UK, 1988. http://dx.doi.org/10.1007/978-1-349-10308-9_12.
Testo completoHalvorsen, Ole Henry, e Douglas Clarke. "Operating System Fundamentals". In OS X and iOS Kernel Programming, 1–13. Berkeley, CA: Apress, 2011. http://dx.doi.org/10.1007/978-1-4302-3537-8_1.
Testo completoWootton, Cliff. "Operating System Internals". In Samsung ARTIK Reference, 45–55. Berkeley, CA: Apress, 2016. http://dx.doi.org/10.1007/978-1-4842-2322-2_5.
Testo completoAtti di convegni sul tema "Operating system"
Kell, Stephen. "The operating system". In the Seventh Workshop. New York, New York, USA: ACM Press, 2013. http://dx.doi.org/10.1145/2525528.2525534.
Testo completoBurns, G. D., A. K. Pfiffer, D. L. Fielding e A. A. Brown. "Trillium operating system". In the third conference. New York, New York, USA: ACM Press, 1988. http://dx.doi.org/10.1145/62297.62338.
Testo completoShan, Yizhou, Sumukh Hallymysore, Yutong Huang, Yilun Chen e Yiying Zhang. "Disaggregated operating system". In SoCC '17: ACM Symposium on Cloud Computing. New York, NY, USA: ACM, 2017. http://dx.doi.org/10.1145/3127479.3131617.
Testo completoLaadan, Oren, e Jason Nieh. "Operating system virtualization". In the 3rd Annual Haifa Experimental Systems Conference. New York, New York, USA: ACM Press, 2010. http://dx.doi.org/10.1145/1815695.1815717.
Testo completoPenna, Pedro Henrique de Mello Morado, Marcio Bastos Castro, Henrique Cota de Freitas, Jean-Francois Mehaut e Joao Caram. "Using the Nanvix Operating System in Undergraduate Operating System Courses". In 2017 VII Brazilian Symposium on Computing Systems Engineering (SBESC). IEEE, 2017. http://dx.doi.org/10.1109/sbesc.2017.33.
Testo completoFerrow, Michael. "An Operating Management System to Deliver Safe Operations". In SPE Offshore Europe Oil and Gas Conference and Exhibition. Society of Petroleum Engineers, 2011. http://dx.doi.org/10.2118/146018-ms.
Testo completoJefferson, D., B. Beckman, F. Wieland, L. Blume e M. Diloreto. "Time warp operating system". In the eleventh ACM Symposium. New York, New York, USA: ACM Press, 1987. http://dx.doi.org/10.1145/41457.37508.
Testo completoKrumme, D. W. "The SIMPLEX operating system". In the third conference. New York, New York, USA: ACM Press, 1988. http://dx.doi.org/10.1145/62297.62340.
Testo completoSayers, Jerry. "A small operating system". In the 1990 ACM SIGSMALL/PC symposium. New York, New York, USA: ACM Press, 1990. http://dx.doi.org/10.1145/99412.99447.
Testo completoCittolin, Sergio, Fabio Riccardi e Sandro Vascotto. "ADVANCED OPERATING SYSTEM TECHNOLOGIES". In Proceedings of the International Conference. WORLD SCIENTIFIC, 1996. http://dx.doi.org/10.1142/9789814447188_0092.
Testo completoRapporti di organizzazioni sul tema "Operating system"
Knott, M., M. Kraimer e F. Lenkszus. APS control system operating system choice. Office of Scientific and Technical Information (OSTI), maggio 1990. http://dx.doi.org/10.2172/378892.
Testo completoHollingworth, Dennis, Timothy Redmond e Robert Rice. Extensible Operating System Security. Fort Belvoir, VA: Defense Technical Information Center, settembre 2002. http://dx.doi.org/10.21236/ada408087.
Testo completoMansbach, Peter. GRAMPS multiprocessor operating system. Gaithersburg, MD: National Institute of Standards and Technology, 1990. http://dx.doi.org/10.6028/nist.ir.89-4190.
Testo completoManbach, Peter, e Michael Shneier. The GRAMPS operating system :. Gaithersburg, MD: National Bureau of Standards, 1988. http://dx.doi.org/10.6028/nbs.ir.88-3776.
Testo completoAndrews, Gregory R., e Richard D. Schlichting. The Saguaro Distributed Operating System. Fort Belvoir, VA: Defense Technical Information Center, maggio 1989. http://dx.doi.org/10.21236/ada215083.
Testo completoGreen, J. W. Soil washwater treatment system operating procedure. Office of Scientific and Technical Information (OSTI), novembre 1993. http://dx.doi.org/10.2172/10109436.
Testo completoMercer, Clifford W., Jim Zelenka e Ragunathan Rajkumar. On Predictable Operating System Protocol Processing. Fort Belvoir, VA: Defense Technical Information Center, maggio 1994. http://dx.doi.org/10.21236/ada282657.
Testo completoBershad, Brian N., e Henry M. Levy. Operating System Services for Networked Clusters. Fort Belvoir, VA: Defense Technical Information Center, giugno 2003. http://dx.doi.org/10.21236/ada417680.
Testo completoSchneider, Fred. Nexus Operating System for Trustworthy Computing. Fort Belvoir, VA: Defense Technical Information Center, novembre 2009. http://dx.doi.org/10.21236/ada510872.
Testo completoStolarski, David J., Gary D. Noojin e Clarence P. Cain. Operating Manual for Ultrashort Pulse Laser System-II (1060 nm Operation). Fort Belvoir, VA: Defense Technical Information Center, dicembre 1997. http://dx.doi.org/10.21236/ada333217.
Testo completo