Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Historia 5,230
- Biblia 3,525
- Història 2,458
- Crítica e interpretación 1,636
- Església Catòlica 1,625
- Teología 1,440
- Bíblia 1,427
- Filosofía 1,398
- Moral cristiana 1,392
- Derecho canónico 1,202
- Iglesia Católica 1,200
- Teología dogmática 1,171
- Sermones 1,137
- Obres anteriors al 1800 1,049
- Historia- 831
- Medicina 730
- Congressos 700
- Derecho 688
- Teología moral 654
- Economía 639
- Litúrgia 595
- Liturgia 594
- History 593
- Matemáticas 591
- Teologia moral 573
- Biografías 572
- Biografia 548
- Teologia 539
- Meditaciones 524
- Comentarios 508
-
179401
-
179402Publicado 2013Tabla de Contenidos: “…. -- Ein Lebenslauf in zwölf Episoden 97 -- Hans Hell: M.d.R. Mitglied des Reichstags 97 -- Alfred Polgar: Bei dieser Gelegenheit 97 -- Joachim Ringelnatz: Allerdings. …”
Libro electrónico -
179403Tabla de Contenidos: “…DFSMSrmm enhancements -- 2.1 Changes introduced with z/OS V1R6 DFSMSrmm -- 2.1.1 ISPF dialog enhancements -- 2.1.2 DFSMSrmm client/server support -- 2.1.3 Enhanced IBM 3592 support -- 2.1.4 Command reference summary in Guide and Reference -- 2.1.5 C++ API with XML Output Option -- 2.2 Changes introduced with z/OS V1R5 DFSMSrmm -- 2.2.1 Enhanced multilevel security -- 2.3 Changes introduced with z/OS V1R3 DFSMS -- 2.3.1 Duplicate volume support -- 2.3.2 Backup at any time -- 2.3.3 Multilevel security support -- 2.3.4 CDS utilization displays now available…”
Libro electrónico -
179404Publicado 2023Tabla de Contenidos: “…Cover -- Title Page -- Copyright Page -- Contents -- Preface -- Chapter 1 Introduction to Quantum Computing -- 1.1 Quantum Computation -- 1.2 Importance of Quantum Mechanics -- 1.3 Security Options in Quantum Mechanics -- 1.4 Quantum States and Qubits -- 1.5 Quantum Mechanics Interpretation -- 1.6 Quantum Mechanics Implementation -- 1.6.1 Photon Polarization Representation -- 1.7 Quantum Computation -- 1.7.1 Quantum Gates -- 1.8 Comparison of Quantum and Classical Computation -- 1.9 Quantum Cryptography -- 1.10 QKD -- 1.11 Conclusion -- References -- Chapter 2 Fundamentals of Quantum Computing and Significance of Innovation -- 2.1 Quantum Reckoning Mechanism -- 2.2 Significance of Quantum Computing -- 2.3 Security Opportunities in Quantum Computing -- 2.4 Quantum States of Qubit -- 2.5 Quantum Computing Analysis -- 2.6 Quantum Computing Development Mechanism -- 2.7 Representation of Photon Polarization -- 2.8 Theory of Quantum Computing -- 2.9 Quantum Logical Gates -- 2.9.1 I-Qubit GATE -- 2.9.2 Hadamard-GATE -- 2.9.3 NOT_GATE_QUANTUM or Pauli_X-GATE -- 2.9.3.1 Pauli_Y-GATE -- 2.9.3.2 Pauli_Z-GATE -- 2.9.3.3 Pauli_S-Gate -- 2.9.4 Two-Qubit GATE -- 2.9.5 Controlled NOT(C-NOT) -- 2.9.6 The Two-Qubits are Swapped Using SWAP_GATE -- 2.9.7 C-Z-GATE (Controlled Z-GATE) -- 2.9.8 C-P-GATE (Controlled-Phase-GATE) -- 2.9.9 Three-Qubit Quantum GATE -- 2.9.9.1 GATE: Toffoli Gate -- 2.9.10 F-C-S GATE (Fredkin Controlled Swap-GATE) -- 2.10 Quantum Computation and Classical Computation Comparison -- 2.11 Quantum Cryptography -- 2.12 Quantum Key Distribution - QKD -- 2.13 Conclusion -- References -- Chapter 3 Analysis of Design Quantum Multiplexer Using CSWAP and Controlled-R Gates -- 3.1 Introduction -- 3.2 Mathematical Background of Quantum Circuits -- 3.2.1 Hadamard Gate -- 3.2.2 CSWAP Gates -- 3.2.3 Controlled-R Gates…”
Libro electrónico -
179405por Anita, GoelTabla de Contenidos: “…3.2.3 ISO C/C90 Standard -- 3.2.4 C99 Standard -- 3.3 Learning Programming Language and Natural Language: An Analogy -- 3.4 C Character Set -- 3.5 Identifiers and Keywords -- 3.5.1 Identifiers -- 3.5.2 Keywords -- 3.6 Declaration Statement -- 3.7 Data Types -- 3.7.1 Basic/Primitive Data Types -- 3.7.2 Derived Data Types -- 3.7.3 User-defined Data Types -- 3.8 Type Qualifiers and Type Modifiers -- 3.8.1 Type Qualifiers -- 3.8.2 Type Modifiers -- 3.9 Difference Between Declaration and Definition -- 3.10 Data Object, L-value and R-value -- 3.10.1 Data Object -- 3.10.2 L-value -- 3.10.3 R-value -- 3.11 Variables and Constants -- 3.11.1 Variables -- 3.11.2 Constants -- 3.11.2.1 Literal Constant -- 3.11.2.1.1 Integer Literal Constant -- 3.11.2.1.2 Floating Point Literal Constant -- 3.11.2.1.3 Character Literal Constant -- 3.11.2.1.3.1 Printable Character Literal Constant -- 3.11.2.1.3.2 Non-printable Character Literal Constant -- 3.11.2.1.4 String Literal Constant -- 3.11.2.2 Qualified Constants -- 3.11.2.3 Symbolic Constants -- 3.12 Structure of a C Program -- 3.12.1 Comments -- 3.12.1.1 Single-line Comment -- 3.12.1.2 Multi-line Comment -- 3.12.2 Section1: Preprocessor Directive Section -- 3.12.3 Section 2: Global Declaration Section -- 3.12.4 Section 3: Functions Section -- 3.12.4.1 Header of a Function -- 3.12.4.2 Body of a Function -- 3.13 Executing a C Program -- 3.14 Compilation and Linking process -- 3.15 More Programs for Startup -- 3.16 Summary -- Exercise Questions -- Conceptual Questions and Answers -- Code Snippets -- Multiple-choice Questions -- Outputs and Explanations to Code Snippets -- Answers to Multiple-choice Questions -- Programming Exercises -- Test Yourself -- 4: Operators and Expressions -- 4.1 Introduction -- 4.2 Expressions -- 4.2.1 Operands -- 4.2.2 Operators -- 4.3 Simple Expressions and Compound Expressions…”
Publicado 2016
Libro electrónico -
179406por Ferrer Martínez, JuanTabla de Contenidos: “…-- 5.2 HERRAMIENTAS GRáFICAS INTEGRADAS EN EL IDE y EXTERNAS AL MISMO -- 5.2.1 CRYSTAL REPORTS -- 5.2.2 JASPERREPORTS -- 5.2.3 REPORTLAB -- 5.2.4 DATA REPORT -- 5.2.5 R& -- OS O PDF CLASS -- 5.2.6 GERALDO REPORTS -- 5.2.7 PYFPDF -- 5.3 ESTRUCTURA GENERAL (...) -- 5.4 INFORMES CON AGRUPAMIENTO (...) -- 5.5 FILTRADO DE DATOS -- 5.6 ENCABEZADOS Y PIES -- 5.7 NUMERACIÓN DE LÍNEAS, RECUENTOS Y TOTALES 5.7 NUMERACIÓN DE LÍNEAS, RECUENTOS Y TOTALES -- 5.8 VALORES CALCULADOS -- 5.9 SUBINFORMES -- 5.10 FORMATOS DE SALIDA -- 5.11 IMÁGENES (...) -- 5.12 LIBRERÍAS PARA GENERACIÓN DE INFORMES (...) -- 5.13 PARÁMETROS -- 5.14 CONEXIÓN CON LAS FUENTES DE DATOS (...) -- RESUMEN DEL CAPÍTULO -- TEST DE CONOCIMIENTOS -- 6. …”
Publicado 2015
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
179407Publicado 2024Tabla de Contenidos: “…-- 4.7 Key Terms -- 5 Judicial Independence, Ethics, and Discipline -- Introduction -- 5.1 The Independence of the Judiciary -- 5.2 The McClung Affair -- 5.3 A Self-Harming of Judicial Independence: The Legacy of the Inquiry into Lori Douglas -- 5.4 The Inquiry into Justice Robin Camp -- 5.5 For Judge ‘Knees Together’ Camp: Education Is power -- 5.6 Bad People Make Bad Judges -- 5.7 The Resignation of Supreme Court Justice Russell Brown -- 5.8 The Challenge of Judging Supreme Court of Canada Judges -- 5.9 The Use of Former Supreme Court Justices by Governments: Assessing the Dangers -- 5.10 By Staying on Hong Kong Court, Beverley McLachlin Follows the Wrong ‘Principle’ -- 5.11 Key Terms -- 6 Interest Groups and Access to Judicial Power -- Introduction -- 6.1 The Canadian Reference Power -- 6.2 Interventions and the Public Interest -- 6.3 The Women’s Legal Education and Action Fund -- 6.4 The Policy Consequences of LEAF’s Legal Mobilization -- 6.5 Interventions at the Supreme Court of Canada -- 6.6 Defending the Court Challenges Program -- 6.7 The Court Challenges Program Rises Once Again -- 6.8 The SNC Lavalin Controversy: The Shawcross Principle and Prosecutorial Independence -- 6.9 Wokeness Captures Alberta’s Law Society -- 6.10 Shameful Backlash to Lawyers’ Indigenous Culture Course Shows Why We Need It -- 6.11 Key Terms -- 7 Judicial Review and Federalism -- Introduction -- 7.1 The “Living Tree” Approach to Interpreting the BNA Act -- 7.2 The “Watertight Compartments” Approach to Interpreting the BNA Act -- 7.3 The Anti-Inflation Case: The Anatomy of a Constitutional Decision -- 7.4 Re Constitution of Canada, 1981: The Patriation Reference -- 7.5 The Exemplar of the Secession Reference -- 7.6 Criminal Law, Federalism, and Assisted Reproduction -- 7.7 What the Supreme Court’s Carbon Tax Ruling Means -- 7.8 R. v. Comeau: The Scope of Trade Between Provinces and s. 121 -- 7.9 Key Terms -- 8 Indigenous Law and the Judicial Process -- Introduction -- 8.1 Political Failure, Judicial Opportunity: The Supreme Court of Canada and Aboriginal and Treaty Rights -- 8.2 The Durability of Terra Nullius: Tsilhqot’in v. …”
Libro electrónico -
179408por Prado, Jerónimo de (S.I.)
Publicado 1596Institución Colombina (Otras Fuentes: Red de Bibliotecas de la Diócesis de Córdoba, Biblioteca Universidad de Deusto, Biblioteca Central de Capuchinos de España)Libro -
179409Publicado 2013Tabla de Contenidos: “…Impedancia; Resistencia, R; Bobina ideal o autoinductancia, L; Condensador, C; Resumen; 1.4.4. …”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
179410por Turchi, Gian PieroTabla de Contenidos: “…Primer contacto de las partes con la Dirección de Métodos Alternativos de Resolución de Conflictos (Di.M.A.R.C.); 3. Primera reunión de mediación; 4. El relato de Eduardo; 5. …”
Publicado 2012
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
179411por Alvarez Rocha, María del RosarioTabla de Contenidos: “….); 2.5 De la sociedad en comandita simple; 2.6 La sociedad de responsabilidad limitada(S. de R. L.); 2.7 Sociedad anónima (S. A.); 2.8 Sociedad en comandita por acciones; 2.9 Sociedad cooperativa…”
Publicado 2014
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
179412por Guerrero, Modesto EmilioTabla de Contenidos: “…Adiós al béisbolUn poco de suerte; Un "venao" por los barrios de Caracas; La "casa de los sueños azules"; Un experimento militar que salió al revés; Los generales fruncen el ceño; Modernizar o no modernizar; Velasco y Torrijos, el mensaje más temprano de Hugo Chávez; La imagen de Velasco; Un "peronista" tardío; De la mano con Néstor Kirchner; El aciago día cuando se volvió conspirador; Latencias guerrilleras en La Marqueseña; Malestar en la conciencia de un joven oficial; Pensando en la toma del poder; Cuatro soldados y un juramento; Sordo rumor en los cuarteles; La "R" de revolución…”
Publicado 2013
Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada)Libro electrónico -
179413por Sicard Ramirez, JaimeTabla de Contenidos: “…El enfoque de Marketing; 1.2. R & D (Research & Development - Investigación & Desarrollo); 1.3. …”
Publicado 2010
Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada)Libro electrónico -
179414por Vallejo García-Hevia, José María, 1964-Tabla de Contenidos: “…Y DE SUS TENIENTES DE GOBERNADOR GENERALES, SU HERMANO JORGE DE ALVARADO, Y EL CONTADOR Y COMENDADOR FRANCISCO ZORRILLA AGI, JUSTICIA, LEG. 295, NÚM. 1, RAMO 1, FF. 1 R-515 V…”
Publicado 2008
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
179415por Carabias Torres, Ana MariaTabla de Contenidos:
Publicado 2012Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
179416por Alarcos Martinez, Francisco J., 1963-Tabla de Contenidos: “…La globalización en el contexto de la modernidad: R. Robertson; 1.2. La globalización como consecuencia de la modernidad: A. …”
Publicado 2005
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
179417Publicado 2013Tabla de Contenidos: “…Solo para la reina: la exclusiva celebración de la entrada de María de Luna en Barcelona (1400) / Miguel Raufast Chico -- Sucre per a després d'una pesta: Barcelona, 1349-1350 / Antoni Riera i Melis -- Gabriel Canyelles i el redreç de l'escrivania major del consell de Barcelona de 1433 / Sebastià Riera Viader, Manuel Rovira Solà -- Home del papa, home del rei: Guillem de Fonollet, un mercader català entre política i comerç, entre món cristià i món islàmic, a cavall desl segles XIV i XV / Roser Salicrú i Lluch -- Barcelona, mercado de la deuda pública emitida por la Diputación del General de Cataluña (1371-1374) / Manuel Sánchez Martínez -- Llegast pietosos i misses: l'evolució de la relgiositat enfront de la mort a Barcelona a la baixa Edat Mitjana / Carles Vela Aulesa -- Violències a l'espai urbà: Barclona, segle XV / Teresa Vinyoles Vidal -- Reflections on three interacting aspects of late medieval Barcelona: poverty, piety and prostitution / Jill R. Webster…”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada)Libro electrónico -
179418por Pina, Juan AndresTabla de Contenidos: “…Una pena y un car iño, en busca de lo chileno identidades. corriente sicologista.Tres Marías y una Rosa, cuatro mujeres para el teatro chileno; David Benavente sobre su Tejado de v idr io ; 1981: los caminos del teatro independiente; Piel contra piel , retorno de un teatro perdido; Ligeros de equipaje, todos los exilios; Pablo Neruda viene volando y su correcta f r ialdad; Jorge Díaz, ese célebre desconocido; La marejada: inst alarse sin raíces; Dos obras de sexo y poder: El desvarío y Edipo asesor Ginés.; Un espectáculo de emergencia: Toda esta larga noche…”
Publicado 2010
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
179419por Machause López, SoniaTabla de Contenidos: “…OBJETOS ESPORÁDICOS REPRESENTATIVOS -- 6 R ITUALIZANDO EL ESPACIOY EL TIEMPO -- 6.1. EL VIAJE HASTA LA CUEVA -- 6.2. …”
Publicado 2020
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
179420Publicado 2020Tabla de Contenidos: “…-- SISTEMA DE PERMISOS R W X -- CAMBIO DE PERMISOS -- LOS BITS SUID, SGID Y STICKY -- ATRIBUTOS DE LOS ARCHIVOS -- ACTIVIDADES -- 8 ADMINISTRACIÓN DE PROCESOS -- CONCEPTOS GENERALES SOBRE PROCESOS -- ESTADOS Y TIPOS DE LOS PROCESOS -- TABLA DE PROCESOS -- CREACIÓN DE PROCESOS -- EL SUBDIRECTORIO /.…”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico