Literatura científica selecionada sobre o tema "Operating system"
Crie uma referência precisa em APA, MLA, Chicago, Harvard, e outros estilos
Consulte a lista de atuais artigos, livros, teses, anais de congressos e outras fontes científicas relevantes para o tema "Operating system".
Ao lado de cada fonte na lista de referências, há um botão "Adicionar à bibliografia". Clique e geraremos automaticamente a citação bibliográfica do trabalho escolhido no estilo de citação de que você precisa: APA, MLA, Harvard, Chicago, Vancouver, etc.
Você também pode baixar o texto completo da publicação científica em formato .pdf e ler o resumo do trabalho online se estiver presente nos metadados.
Artigos de revistas sobre o assunto "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 de abril de 2018): 166–75. http://dx.doi.org/10.31142/ijtsrd10780.
Texto completo da fonteRaghuvanshi, Durgesh. "Memory Management in Operating System". International Journal of Trend in Scientific Research and Development Volume-2, Issue-5 (31 de agosto de 2018): 2346–47. http://dx.doi.org/10.31142/ijtsrd18342.
Texto completo da fonteBielik, 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 de dezembro de 2021): 83–89. http://dx.doi.org/10.23939/acps2021.02.083.
Texto completo da fonteSuri, Rajiv, e Kevin Otto. "Manufacturing System Robustness Through Integrated Modeling". Journal of Mechanical Design 123, n.º 4 (1 de agosto de 1999): 630–36. http://dx.doi.org/10.1115/1.1402129.
Texto completo da fontePareek, Apoorva. "Operating System". Review of Professional Management- A Journal of New Delhi Institute of Management 2, n.º 1 (1 de junho de 2004): 72. http://dx.doi.org/10.20968/rpm/2004/v2/i1/101096.
Texto completo da fontePachouri, 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 de fevereiro de 2010): 82–85. http://dx.doi.org/10.5120/48-644.
Texto completo da fonteGö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.
Texto completo da fonteZhao, Ming Xin. "Research on Operating System Security Technology". Applied Mechanics and Materials 703 (dezembro de 2014): 294–97. http://dx.doi.org/10.4028/www.scientific.net/amm.703.294.
Texto completo da fonteBeckman, Pete, Kamil Iskra, Kazutomo Yoshii e Susan Coghlan. "Operating system issues for petascale systems". ACM SIGOPS Operating Systems Review 40, n.º 2 (abril de 2006): 29–33. http://dx.doi.org/10.1145/1131322.1131332.
Texto completo da fontePlagemann, T., V. Goebel, P. Halvorsen e O. Anshus. "Operating system support for multimedia systems". Computer Communications 23, n.º 3 (fevereiro de 2000): 267–89. http://dx.doi.org/10.1016/s0140-3664(99)00180-2.
Texto completo da fonteTeses / dissertações sobre o assunto "Operating system"
Дядечко, Алла Миколаївна, Алла Николаевна Дядечко, Alla Mykolaivna Diadechko e A. Skrynnyk. "Android operating system". Thesis, Видавництво СумДУ, 2011. http://essuir.sumdu.edu.ua/handle/123456789/13457.
Texto completo da fonteArwin, 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.
Texto completo da fontePinnix, Justin Everett. "Operating System Kernel for All Real Time Systems". NCSU, 2001. http://www.lib.ncsu.edu/theses/available/etd-20010310-181302.
Texto completo da fontePINNIX, 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.
Texto completo da fonteSnowdon, 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.
Texto completo da fonteEngler, Dawson R. "The exokernel operating system architecture". Thesis, Massachusetts Institute of Technology, 1998. http://hdl.handle.net/1721.1/16713.
Texto completo da fonteIncludes 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.
Texto completo da fonteIncludes 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.
Texto completo da fonteOakes, 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.
Texto completo da fonteThesis 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/.
Texto completo da fonteLivros sobre o assunto "Operating system"
Andújar, Daniel G. Operating system. Madrid]: Museo Nacional Centro de Arte Reina Sofía, 2014.
Encontre o texto completo da fonteComer, Douglas. Operating system design. Englewood Cliffs, N.J: Prentice Hall, 1989.
Encontre o texto completo da fonteComer, Douglas. Operating system design. Englewood Cliffs, N.J: Prentice Hall, 1988.
Encontre o texto completo da fonteB, Galvin Peter, e Gagne Greg, eds. Operating system concepts. 7a ed. Hoboken, NJ: J. Wiley & Sons, 2005.
Encontre o texto completo da fonteNofrontiere, ed. Nofrontiere operating system. Vienna: Nofrontiere Design, 1996.
Encontre o texto completo da fonteJaeger, Trent. Operating System Security. Cham: Springer International Publishing, 2008. http://dx.doi.org/10.1007/978-3-031-02333-0.
Texto completo da fonteLiu, 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.
Texto completo da fonteSilberschatz, Abraham. Operating system concepts. 8a ed. Hoboken, NJ: J. Wiley & Sons, 2009.
Encontre o texto completo da fonteB, Galvin Peter, e Gagne Greg, eds. Operating system principles. 7a ed. Hoboken, NJ: J. Wiley & Sons, 2006.
Encontre o texto completo da fonteSilberschatz, Abraham. Operating system concepts. 6a ed. [Hoboken, NJ]: Wiley, 2003.
Encontre o texto completo da fonteCapítulos de livros sobre o assunto "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.
Texto completo da fonteWeik, 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.
Texto completo da fonteCrutcher, 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.
Texto completo da fonteWę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.
Texto completo da fonteTheaker, 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.
Texto completo da fonteSadek, 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.
Texto completo da fonteBurkow, 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.
Texto completo da fonteBrennan, 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.
Texto completo da fonteHalvorsen, 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.
Texto completo da fonteWootton, 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.
Texto completo da fonteTrabalhos de conferências sobre o assunto "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.
Texto completo da fonteBurns, 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.
Texto completo da fonteShan, 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.
Texto completo da fonteLaadan, 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.
Texto completo da fontePenna, 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.
Texto completo da fonteFerrow, 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.
Texto completo da fonteJefferson, 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.
Texto completo da fonteKrumme, 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.
Texto completo da fonteSayers, 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.
Texto completo da fonteCittolin, 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.
Texto completo da fonteRelatórios de organizações sobre o assunto "Operating system"
Knott, M., M. Kraimer e F. Lenkszus. APS control system operating system choice. Office of Scientific and Technical Information (OSTI), maio de 1990. http://dx.doi.org/10.2172/378892.
Texto completo da fonteHollingworth, Dennis, Timothy Redmond e Robert Rice. Extensible Operating System Security. Fort Belvoir, VA: Defense Technical Information Center, setembro de 2002. http://dx.doi.org/10.21236/ada408087.
Texto completo da fonteMansbach, Peter. GRAMPS multiprocessor operating system. Gaithersburg, MD: National Institute of Standards and Technology, 1990. http://dx.doi.org/10.6028/nist.ir.89-4190.
Texto completo da fonteManbach, 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.
Texto completo da fonteAndrews, Gregory R., e Richard D. Schlichting. The Saguaro Distributed Operating System. Fort Belvoir, VA: Defense Technical Information Center, maio de 1989. http://dx.doi.org/10.21236/ada215083.
Texto completo da fonteGreen, J. W. Soil washwater treatment system operating procedure. Office of Scientific and Technical Information (OSTI), novembro de 1993. http://dx.doi.org/10.2172/10109436.
Texto completo da fonteMercer, Clifford W., Jim Zelenka e Ragunathan Rajkumar. On Predictable Operating System Protocol Processing. Fort Belvoir, VA: Defense Technical Information Center, maio de 1994. http://dx.doi.org/10.21236/ada282657.
Texto completo da fonteBershad, Brian N., e Henry M. Levy. Operating System Services for Networked Clusters. Fort Belvoir, VA: Defense Technical Information Center, junho de 2003. http://dx.doi.org/10.21236/ada417680.
Texto completo da fonteSchneider, Fred. Nexus Operating System for Trustworthy Computing. Fort Belvoir, VA: Defense Technical Information Center, novembro de 2009. http://dx.doi.org/10.21236/ada510872.
Texto completo da fonteStolarski, 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, dezembro de 1997. http://dx.doi.org/10.21236/ada333217.
Texto completo da fonte