Literatura académica sobre el tema "Certified library"
Crea una cita precisa en los estilos APA, MLA, Chicago, Harvard y otros
Consulte las listas temáticas de artículos, libros, tesis, actas de conferencias y otras fuentes académicas sobre el tema "Certified library".
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 "Certified library"
Sambo, Atanda Saliu, Abdulakeem Akoworada Imran y Mohammed Lawal Akanbi Akanbi. "Digital Literacy Skills Among Certified Librarians in Nigerian Libraries: Library Overview". Journal of Digital Learning and Education 2, n.º 2 (29 de agosto de 2022): 70–79. http://dx.doi.org/10.52562/jdle.v2i2.316.
Texto completoK. Townsend, Andrea. "Environmental sustainability and libraries: facilitating user awareness". Library Hi Tech News 31, n.º 9 (28 de octubre de 2014): 21–23. http://dx.doi.org/10.1108/lhtn-07-2014-0059.
Texto completoSambo, Atanda Saliu y Gloria Oyovwe-Tinuoye. "Awareness and Perception of certified librarians of Nigeria towards the use of robotic technologies in the libraries". Ghana Library Journal 28, n.º 1 (10 de julio de 2023): 26–34. http://dx.doi.org/10.4314/glj.v28i1.3.
Texto completoCHLIPALA, ADAM. "Modular development of certified program verifiers with a proof assistant",. Journal of Functional Programming 18, n.º 5-6 (15 de agosto de 2008): 599–647. http://dx.doi.org/10.1017/s0956796808006904.
Texto completoMoy, Yannick y Claire Dross. "Proving the Correctness of GNAT Light Runtime Library". ACM SIGAda Ada Letters 42, n.º 1 (15 de diciembre de 2022): 65–67. http://dx.doi.org/10.1145/3577949.3577959.
Texto completoLAMBOV, BRANIMIR. "RealLib: An efficient implementation of exact real arithmetic". Mathematical Structures in Computer Science 17, n.º 1 (febrero de 2007): 81–98. http://dx.doi.org/10.1017/s0960129506005822.
Texto completoTakaike, Norihiko. "Academic libraries in certified evaluation and accreditation of universities". Library and Information Science 75 (30 de junio de 2016): 1–36. http://dx.doi.org/10.46895/lis.75.1.
Texto completoBenson, Megan y Kari Mofford. "Librarian/Yoga Teachers: Uncovering a Unique Population". Journal of New Librarianship 7, n.º 2 (25 de septiembre de 2022): 10–30. http://dx.doi.org/10.33011/newlibs/12/8.
Texto completoWardana, Billy Eka. "Certified Manajemen Pendidikan Islam (Teori, Prinsip, Aspek, Fungsi, dan Konsep)". Asian Journal of Management Analytics 1, n.º 2 (11 de noviembre de 2022): 79–88. http://dx.doi.org/10.55927/ajma.v1i2.1448.
Texto completoHerzberg, Tina S. y Laura M. Stough. "The Production of Brailled Instructional Materials in Texas Public Schools". Journal of Visual Impairment & Blindness 101, n.º 8 (agosto de 2007): 465–78. http://dx.doi.org/10.1177/0145482x0710100803.
Texto completoTesis sobre el tema "Certified library"
Moos, Daniel D. Hawkins Peggy L. Morin Patricia J. Hadenfeldt Sharon. "Barriers to the publication of scientific literature by academic certified registered nurse anesthetists". Click here for access, 2009. http://www.csm.edu/Academics/Library/Institutional_Repository.
Texto completoA dissertation submitted by Daniel D. Moos in partial fulfillment of the requirement for the degree of Doctor in Education with an emphasis on Health Professions Education. This dissertation has been accepted for the faculty of College of Saint Mary by: Peggy Hawkins, RN, PhD, chair ; Patricia J. Morin, RN, PhD, committee member ; Sharon Hadenfeldt, CRNA, PhD, committee member. Includes bibliographical references.
Zucchini, Rébecca. "Bibliothèque certifiée en Coq pour la provenance des données". Electronic Thesis or Diss., université Paris-Saclay, 2023. http://www.theses.fr/2023UPASG040.
Texto completoThis thesis is about the formalization of data provenance using the Coq proof assistant, at the intersection of formal methods and database communities. It explores the importance of data provenance, which tracks the origin and history of data, in addressing issues such as poor data quality, incorrect interpretations, and lack of transparency in data processing. The thesis proposes formalizations of two commonly used types of data provenance, How-provenance and Where-provenance. Formalizing both types of provenance allowed us to compare their semantics, highlighting their differences and complementarities. Additionally, the formalization of these two types of provenance led to the proposal of an algebraic structure that provides a unifying semantics
Fernandes, Nuno Filipe Trovisco. "Cryptographic library support for a certified compiler". Master's thesis, 2014. http://hdl.handle.net/1822/37511.
Texto completoAn essential component regarding the development of information systems is the compiler: a tool responsible for translating high-level language code, like C or Java, into machine code. The issue is, compilers are themselves big and complex programs, making them also vulnerable to failures that may be propagated to the compiled programs. To overcome those risks research on “certified compilers” has been made, and recently some proposals have appeared. That sort of compilers guarantees that the compilation process runs as specified. In this dissertation is studied the applicability of the certified compiler CompCert in cryptographic software development. The first point being addressed was the use of support libraries, such as big number libraries. As a matter of fact, such libraries are an essential requisite for the considered type of application, therefore the study of different options for using these libraries, always considering the impact in program’s performance and semantic preservation offered by the compiler. The second point being addressed was the use of SIMD extensions available on recent processors. Here the objective was to demonstrate how one could overcome the current CompCert’s limitations as to discuss other solutions.
Um componente essencial na produção de sistemas informáticos é o compilador: a ferramenta responsável por traduzir o código numa linguagem de alto nível como o C ou o Java em instruções do processador que serão efectivamente executadas. Mas os compiladores são eles próprios programas grandes e complexos, vulneráveis a falhas que se podem propagar de forma incontrolável por todos os programas por eles processados. Com o objectivo de ultrapassar esse risco surgiram recentemente as primeiras propostas de "compiladores certificados" onde se garante que o processo de compilação está conforme o especificado. Nesta dissertação é estudada a aplicabilidade do compilador certificado CompCert no desenvolvimento de software criptográfico. O primeiro aspecto abordado foi a utilização de bibliotecas de suporte, como as bibliotecas de números grandes. De facto, tais bibliotecas são um requisito essencial para tipo de aplicação considerado, estudando-se por isso diferentes alternativas para a utilização dessas bibliotecas, considerando quer o impacto na eficiência dos programas, quer as garantias de preservação semântica oferecidas pelo compilador. Um segundo aspecto abordado foi a utilização de extensões SIMD disponibilizadas pelos processadores mais recentes. Aqui o objectivo foi o de mostrar como é possível ultrapassar as limitações da versão actual do CompCert, assim como discutir soluções mais abrangentes ao problema.
"Digital libraries in schools: The best practices of national board certified library media specialists". UNIVERSITY OF MARYLAND, COLLEGE PARK, 2009. http://pqdtopen.proquest.com/#viewpdf?dispub=3359753.
Texto completoLibros sobre el tema "Certified library"
Sales y Marketing Foundation staff. Advanced Sales Skills (The Certified Sales Professionals Library). Irwin Professional Pub, 1996.
Buscar texto completoExecutive Sales Management Skills (The Certified Sales Professional Library). Irwin Professional Pub, 1995.
Buscar texto completoBasic Sales Management Skills (The Certified Sales Professional Library). Irwin Professional Pub, 1994.
Buscar texto completoStephens, Claire Gatrell y Patricia Franklin. School Library Collection Development. ABC-CLIO, LLC, 2012. http://dx.doi.org/10.5040/9798216011231.
Texto completoMulford, Sam McBane y Ned A. Himmel. How Green is My Library? ABC-CLIO, LLC, 2009. http://dx.doi.org/10.5040/9798400666629.
Texto completoMessner, Patricia A. y Brenda S. Copeland. School Library Management. ABC-CLIO, LLC, 2011. http://dx.doi.org/10.5040/9798216011309.
Texto completoSapstead, Gareth. Ultimate Abs. Human Kinetics, 2022. http://dx.doi.org/10.5040/9781718225756.
Texto completoCapítulos de libros sobre el tema "Certified library"
Braibant, Thomas. "Coquet: A Coq Library for Verifying Hardware". En Certified Programs and Proofs, 330–45. Berlin, Heidelberg: Springer Berlin Heidelberg, 2011. http://dx.doi.org/10.1007/978-3-642-25379-9_24.
Texto completoMarco-Buzunariz, Miguel Ángel y Marcos Rodríguez. "SIROCCO: A Library for Certified Polynomial Root Continuation". En Mathematical Software – ICMS 2016, 191–97. Cham: Springer International Publishing, 2016. http://dx.doi.org/10.1007/978-3-319-42432-3_24.
Texto completoOkada, Daisuke. "10,000 Newly Certified Librarians, 100 Secure Jobs". En Internationalization of Library and Information Science Education in the Asia-Pacific Region, 78–101. IGI Global, 2020. http://dx.doi.org/10.4018/978-1-7998-2273-8.ch004.
Texto completoWaheed, Zehra. "The British Council Lahore’s Green and LEED-certified Library Building". En Green Behavior and Corporate Social Responsibility in Asia, 17–25. Emerald Publishing Limited, 2019. http://dx.doi.org/10.1108/978-1-78756-683-520191004.
Texto completoBohuski, Laura. "What If Your Library Can't Go Green?" En Advances in Library and Information Science, 13–26. IGI Global, 2020. http://dx.doi.org/10.4018/978-1-5225-9825-1.ch002.
Texto completoAbdul Majid, Mayasari y Shamila Mohamed Shuhidan. "Information Literacy Module". En Advances in Library and Information Science, 100–117. IGI Global, 2022. http://dx.doi.org/10.4018/978-1-7998-8942-7.ch006.
Texto completoAtanda, Sambo Saliu. "Digital Preservation Challenges in Nigeria Libraries". En Advances in Library and Information Science, 41–53. IGI Global, 2017. http://dx.doi.org/10.4018/978-1-5225-1653-8.ch003.
Texto completoActas de conferencias sobre el tema "Certified library"
Paulson, Lawrence C. "Porting the HOL light analysis library: some lessons (invited talk)". En CPP '17: Certified Proofs and Programs. New York, NY, USA: ACM, 2017. http://dx.doi.org/10.1145/3018610.3023366.
Texto completoBauer, Andrej, Jason Gross, Peter LeFanu Lumsdaine, Michael Shulman, Matthieu Sozeau y Bas Spitters. "The HoTT library: a formalization of homotopy type theory in Coq". En CPP '17: Certified Proofs and Programs. New York, NY, USA: ACM, 2017. http://dx.doi.org/10.1145/3018610.3018615.
Texto completoGuo, Yu, Xinyu Jiang, Yiyun Chen y Chunxiao Lin. "A Certified Thread Library for Multithreaded User Programs". En First Joint IEEE/IFIP Symposium on Theoretical Aspects of Software Engineering (TASE '07). IEEE, 2007. http://dx.doi.org/10.1109/tase.2007.1.
Texto completoVindum, Simon Friis, Dan Frumin y Lars Birkedal. "Mechanized verification of a fine-grained concurrent queue from meta’s folly library". En CPP '22: 11th ACM SIGPLAN International Conference on Certified Programs and Proofs. New York, NY, USA: ACM, 2022. http://dx.doi.org/10.1145/3497775.3503689.
Texto completoLindeman, Elena y Darya Moseeva. "Advanced professional education for library staff: Criteria for program selection and compromises". En The Book. Culture. Education. Innovations. Russian National Public Library for Science and Technology, 2020. http://dx.doi.org/10.33186/978-5-85638-223-4-2020-137-139.
Texto completoInformes sobre el tema "Certified library"
Rubin, M. Optical Data Library {number_sign}5 for use with the WINDOW 4.1 computer program including NFRC certified data. Office of Scientific and Technical Information (OSTI), enero de 1998. http://dx.doi.org/10.2172/656862.
Texto completo