Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Historia 591
- History 266
- Història 209
- Management 153
- Filosofía 151
- Data processing 131
- Literature, Romance 124
- Computer networks 122
- Biblia 119
- Crítica e interpretación 116
- Música 116
- Development 114
- Bíblia 110
- Education 104
- Engineering & Applied Sciences 98
- Ciencias sociales 91
- Humanities, Multidisciplinary 90
- Culture 87
- Artificial intelligence 86
- Social Sciences, Interdisciplinary 86
- Application software 85
- Cultura 83
- Església Catòlica 81
- Colecciones 79
- Religion 79
- Business & Economics 78
- Computer programs 78
- Humanities 78
- César, Cayo Julio 77
- Philosophy 77
-
19681Publicado 2022Tabla de Contenidos: “…3.2 Deep learning approaches for digital signal processing -- 3.3 Optical IM/DD systems based on deep learning -- 3.3.1 ANN receiver -- 3.3.1.1 PAM transmission -- 3.3.1.2 Sliding window FFNN processing -- 3.3.2 Auto-encoders -- 3.3.2.1 Auto-encoder design based on a feed-forward neural network -- 3.3.2.2 Auto-encoder design based on a recurrent neural network -- 3.3.3 Performance -- 3.3.4 Distance-agnostic transceiver -- 3.4 Implementation on a transmission link -- 3.4.1 Conventional PAM transmission with ANN-based receiver -- 3.4.2 Auto-encoder implementation -- 3.5 Outlook -- References -- 4 Machine learning techniques for passive optical networks -- 4.1 Background -- 4.2 The validation of NN effectiveness -- 4.3 NN for nonlinear equalization -- 4.4 End to end deep learning for optimal equalization -- 4.5 FPGA implementation of NN equalizer -- 4.6 Conclusions and perspectives -- References -- 5 End-to-end learning for fiber-optic communication systems -- 5.1 Introduction -- 5.2 End-to-end learning -- 5.3 End-to-end learning for fiber-optic communication systems -- 5.3.1 Direct detection -- 5.3.2 Coherent systems -- 5.3.2.1 Nonlinear phase noise channel -- 5.3.2.2 Perturbation models (NLIN and GN) -- 5.3.2.3 Split-step Fourier method (SSFM) -- 5.4 Gradient-free end-to-end learning -- 5.5 Conclusion -- Acknowledgments -- References -- 6 Deep learning techniques for optical monitoring -- 6.1 Introduction -- 6.2 Building blocks of deep learning-based optical monitors -- 6.2.1 Digital coherent reception as a data-acquisition method -- 6.2.2 Deep learning and representation learning -- 6.2.3 Combination of digital coherent reception and deep learning -- 6.3 Deep learning-based optical monitors -- 6.3.1 Training mode of DL-based optical monitors -- 6.3.2 Advanced topics for the training mode of DL-based optical monitors…”
Libro electrónico -
19682por Kamthane, Ashok N.Tabla de Contenidos: “…Exercises -- Chapter 3: Introduction to Operating System -- 3.1 Introduction -- 3.2 Operating System -- 3.2.1 Types of Operating System -- 3.2.2 Different Operating Systems -- 3.2.3 Functions of Operating System -- 3.3 GUI-based Operating System: Windows XP -- 3.4 Features of Windows XP -- 3.5 Starting Windows XP Professional -- 3.6 The Desktop -- 3.6.1 Taskbar -- 3.6.2 Customizing Taskbar -- 3.6.3 Desktop Icons -- 3.6.4 Customizing Desktop -- 3.7 My Computer -- 3.8 Working with Files and Folders -- 3.8.1 Creating Files and Folders -- 3.8.2 Recycle Bin -- 3.9 Windows Explorer -- 3.10 Windows Help and Support Center -- 3.11 Searching in Windows XP 80 -- 3.12 System Utilities in Windows XP -- 3.13 Control Panel -- Summary -- Exercises -- Chapter 4: Introduction to Word Processors -- 4.1 Introduction -- 4.2 Features of a Word Processor -- 4.3 Different Word Processors -- 4.4 Starting Microsoft Office Word 2003 -- 4.4.1 Microsoft Word Environment -- 4.4.2 Getting Help -- 4.5 Working with Word 2003 Documents -- 4.5.1 Creating a New Document -- 4.5.2 Opening an Existing Document -- 4.5.3 Saving a Document -- 4.5.4 Closing a Document and Exiting Microsoft Word -- 4.6 Working with Text -- 4.6.1 Inserting Text -- 4.6.2 Selecting Text -- 4.6.3 Formatting the Text -- 4.6.4 Aligning and Indenting Text -- 4.6.5 Formatting Style -- 4.6.6 Format Painter -- 4.6.7 Using Cut, Copy, and Paste in Word -- 4.6.8 Finding and Replacing Text -- 4.6.9 Undo and Redo -- 4.6.10 Bullets and Numbering -- 4.6.11 Header and Footer -- 4.7 Working with Tables -- 4.7.1 Table Properties -- 4.7.2 Moving and Resizing Table -- 4.7.3 Adding and Deleting Rows and Columns -- 4.8 Checking Spelling and Grammar -- 4.8.1 Using the Auto Spell and Auto Grammar Features -- 4.8.2 Using Spelling and Grammar Dialog Box -- 4.8.3 Using AutoCorrect Options -- 4.8.4 Using Synonyms and Thesaurus…”
Publicado 2011
Libro electrónico -
19683por Goel, AnitaTabla de Contenidos: “…4.2.5 Fifth-generation Languages -- 4.2.5.1 Advantages of Fifth-generation Languages -- 4.2.5.2 Drawbacks of Fifth-generation Languages -- 4.3 Programming Languages: Characteristics -- 4.4 Programming Languages: Categorization -- Summary -- Key Words -- Questions -- Chapter 5: Introduction to Programming -- 5.1 Introduction -- 5.2 Program Development Life Cycle -- 5.3 Programming Paradigms -- 5.4 Structured Programming -- 5.4.1 Procedure-o riented P rogramming -- 5.4.2 Modular Programming -- 5.5 Object-oriented Programming (OOP) -- 5.6 Features of Object-oriented Programming -- 5.6.1 Classes -- 5.6.2 Objects -- 5.6.3 Data Abstraction and Encapsulation -- 5.6.4 Inheritance -- 5.6.5 Polymorphism -- 5.6.6 Dynamic Binding -- 5.7 Merits of Object-oriented Programming -- Summary -- Key Words -- Questions -- Unit III: Basics of C++ Programming -- Chapter 6: C++ Programming -- 6.1 Introduction -- 6.2 Features -- 6.3 C++ Program Structure -- 6.3.1 A Simple C++ Program -- 6.3.2 Explanation -- 6.3.3 Compiling a C++ Program -- 6.3.4 Working of C++ Compilation -- 6.4 Tokens -- 6.5 Variables -- 6.5.1 Fundamental Data Types -- 6.5.2 User-defined Data Types -- 6.5.3 Derived Data Types -- 6.5.4 Declaration of Variables -- 6.5.5 Initialization of Variables -- 6.6 Constants -- 6.7 Operators -- 6.8 Expressions -- 6.9 I/O Operations -- 6.10 Control Structures -- 6.10.1 Conditional Structures [if and if-else] -- 6.10.2 Iteration Structures -- 6.10.3 Jump Statements -- Summary -- Key Words -- Questions -- Chapter 7: Functions in C++ -- 7.1 Introduction -- 7.2 A Simple Function -- 7.2.1 Examples -- 7.2.3 Declaring and Using Functions in Programs -- 7.3 The main() Function -- 7.4 Functions with No Arguments: Use of Void -- 7.5 Arguments Passed by Value and Passed by Reference -- 7.6 Default Parameters -- 7.7 Function Overloading -- 7.8 Inline Functions…”
Publicado 2012
Libro electrónico -
19684por D.P., KothariTabla de Contenidos: “…3.6 Pulsed Operation of Logic Gates -- Summary -- Multiple Choice Questions -- Questions -- Problems -- CHAPTER 4 COMBINATIONAL LOGIC DESIGN -- 4.1 Combinational Circuits -- 4.2 Boolean Laws and Theorems -- 4.2.1 Law of Intersection -- 4.2.2 Law of Union -- 4.2.3 Law of Identity -- 4.2.4 Law of Null -- 4.2.5 Law of Tautology or Idempotence -- 4.2.6 Law of Complement or Negation -- 4.2.7 Law of Double Negation or Involution -- 4.2.8 Law of Commutation -- 4.2.9 Law of Association -- 4.2.10 Law of Distribution -- 4.2.11 Law of Absorption -- 4.2.12 Consensus Theorem -- 4.2.13 Transposition Theorem -- 4.2.14 De Morgan's Theorem-I -- 4.2.15 De Morgan's Theorem-II -- 4.3 Sum-of-product and Product-of-sum Form -- 4.4 Karnaugh Map (K-Map) -- 4.4.1 K-Map Set-Up -- 4.4.2 Mapping of 0's and 1's in the Karnaugh Map -- 4.4.3 Adjacency Rule -- 4.4.4 Grouping of 0's and 1's -- 4.4.5 Determination of Simplified Boolean Function in SOP and POS Form -- 4.5 Karnaugh Map with 'Don't Care' Conditions -- 4.6 Five-Variable Karnaugh Map (K-Map) -- 4.7 Six-Variable Karnaugh Map (K-Map) -- 4.8 Quine-McCluskey Minimization Procedure -- 4.8.1 Reduction Techniques -- 4.8.2 Petrick's Method -- 4.9 Map-Entered Variable Method -- 4.10 Realization of Circuit using NAND/NOR Gates Only -- 4.10.1 AND/OR Conversion to NAND/NAND Networks -- 4.10.2 AND/OR Conversion to NOR/NOR Networks -- 4.11 Hazards -- 4.11.1 Static Hazards -- 4.11.2 Static-1 Hazards -- 4.11.3 Static-0 Hazard -- 4.11.4 Dynamic Hazard -- Summary -- Multiple Choice Questions -- Questions -- Problems -- CHAPTER 5 LOGIC CIRCUIT DESIGN: ARITHMETIC OPERATION -- 5.1 Combinational Circuits -- 5.2 Binary Adder -- 5.2.1 Half-Adder -- 5.2.2 Full-Adder -- 5.3 Binary Subtractor -- 5.3.1 Half-Subtractor -- 5.3.2 Full-Subtractor -- 5.4 Binary Parallel Adder -- 5.5 The Look-Ahead Carry Binary Adders…”
Publicado 2015
Libro electrónico -
19685por Das, LyLa B.Tabla de Contenidos: “…4.2.1 Electronic Fuel Injection (EFI) -- 4.2.2 Anti-lock Braking System (ABS) -- 4.2.3 Electronic Stability Control -- 4.2.4 Adaptive Cruise Control -- 4.2.5 Airbag Deployment -- 4.2.6 Automotive Navigation Systems -- 4.2.7 Conclusion -- 4.3 Radio Frequency Identification (RFID) -- 4.3.1 RFID Architecture -- 4.4 Wireless Sensor Networks (WISENET) -- 4.4.1 Applications -- 4.5 Robotics -- 4.5.1 Sensors -- 4.5.2 Actuators -- 4.5.3 Embedded Intelligence -- 4.5.4 Types of Robots -- 4.5.5 Open Loop and Closed Loop Systems -- 4.5.6 Designing an Autonomous Robotic System -- 4.6 Biomedical Applications -- 4.7 Brain Machine Interface -- 4.7.1 Block Diagram -- 4.7.2 Stages of a BMI -- 4.7.3 End Device -- 4.7.4 Important Milestones -- Conclusion -- Key Points of this Chapter -- Questions -- Exercises -- Chapter 5: Buses and Protocols -- Introduction -- 5.1 Defining Buses and Protocols -- 5.1.1 Processor-memory Bus -- 5.1.2 Peripheral Buses -- 5.1.3 Embedded Processors/Microcontrollers -- 5.1.4 Parallel vs Serial Buses -- 5.1.5 Serial Communications -- 5.1.6 Bus Arbitration -- 5.2 On-board Buses for Embedded Systems -- 5.2.1 The I2C Protocol -- 5.2.2 The SPI Bus -- 5.3 External Buses -- 5.3.1 The USB -- 5.3.2 The Firewire Port -- 5.3.3 The Standard Serial Port -- 5. 3.4 RS 422/RS 485 -- 5.3.5 Ethernet -- 5.4 Automotive Buses -- 5.4.1 Controller Area Network (CAN) -- 5.5 Wireless Communications Protocols -- 5.5.1 WLAN (IEEE 802.11) -- 5.5.2 IEEE 802.15 for WPAN -- Conclusion -- Key Points of this Chapter -- Questions -- Exercises -- Chapter 6: Software Development Tools -- Introduction -- 6.1 Embedded Program Development -- 6.1.1 The Initial Steps -- 6.1.2 The Integrated Development Environment -- 6.1.3 Code Editor -- 6.1.4 GUI -- 6.1.5 Compiler -- 6.1.6 Assembler -- 6.1.7 Builder -- 6.1.8 Disassembly -- 6.1.9 Linker -- 6.1.10 Simulator…”
Publicado 2012
Libro electrónico -
19686por Capitel, Antón, 1947-Tabla de Contenidos: “…Siglos XIII, XIV, XV V.12 : Arte islámico V. 13 : Arte del período humanístico, Trecento y cuatrocento V.14 : Renacimiento romano y veneciano : Siglo XVI V.15 : Arte del Renacimiento en el centro y norte de Europa V.16 : Arte Barroco en Francia, Italia y Alemania : Siglo XVII y XVIII V.17 : La arquitectura y la orfebrería españolas del siglo XVI V. 18 : La escultura y la rejería españolas del siglo XVI V.19 : El arte de la India V.20 : El arte de la China V.21 : El arte del Japón V.22 : Pintura medieval española V.23 : Arte Europeo de los siglos XIX y XX V.24 : La pintura española del siglo XVI V.25 : La pintura española del siglo XVII V.26 : La escultura y la arquitectura españolas del siglo XVII V.27 : Arte español del siglo XVIII V.28 : Arte iberoameticano desde la colonización a la independencia (primera parte) V.29 : Arte iberoamericano desde la colonización a la independencia (segunda parte) V.30 : Arte portugués V.31 : El Grabado en España (siglos XV al XVIII) V. 32 : El Grabado en España (siglos XIX y XX) V.33 : Pintura Británica (1500-1820) V.34 : Arte Europeo y norteamericano del siglo XIX V.35 (1) : Pintura y escultura españolas del siglo XIX V.35 (2) : Arquitectura española 1808-1914 V.36 : Pintura y escultura españolas del siglo XX V.37 : Pintura y Escultura españolas del siglo XX V.38 : Fin de siglo y los primeros "ismos" del XX (1890-1917) V.39 : Las vanguardias históricas y sus sombras (1917-1930) V.40 : Arquitectura española del siglo XX V.41 : Arquitectura europea y americana después de las vanguardias V.42 : Cerámica española V.43 : Arte africano V..44 : Arte Ruso V.45 (1) : Artes decorativas I V.45 (2) : Artes decorativas II V.46 (1) : Las artes decorativas en Europa : Primera parte del Renacimiento al Barroco V.46 (2) : Las artes decorativas en Europa V.47 : La fotografía en España : de los orígenes al siglo XXI V.48 : El arte posicionado : pintura y escultura fuera del España desde 1929 V.49 : Museos de España I V.50 : Museos de España II…”
Publicado 1996
Biblioteca Universidad Eclesiástica San Dámaso (Otras Fuentes: Red de Bibliotecas de la Archidiócesis de Granada, Biblioteca Universitat Ramon Llull, Red de Bibliotecas de la Diócesis de Córdoba, Bibliotecas de la Diócesis de Teruel y Albarracín, Biblioteca Central de Capuchinos de España, Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad de Navarra, Biblioteca del Seminario Diocesano de Vitoria-Gasteiz, Biblioteca Provicincial Misioneros Claretianos - Provincia de Santiago, Biblioteca Diocesana de Salamanca, Biblioteca del Instituto Superior de Teología de las Islas Canarias, Biblioteca Universidad de Deusto, Biblioteca de la Universidad Pontificia de Salamanca)Libro -
19687Publicado 2001Tabla de Contenidos: “…Capítulo 37: El cine norteamericano / Capítulo 38: El cine documental / Capítulo 39: El cine español / Capítulo 40: El cine Latinoamericano / Capítulo 41: El cine en el resto del mundo / Capítulo 42: El cine americano de postguerra / Capítulo 43: Del cine policíaco al cine negro / Capítulo 44: El cine musical. Tomo 5: p. 950-1184; ISBN 8432097756; SL-A-29-005. …”
Biblioteca de la Universidad Pontificia de Salamanca (Otras Fuentes: Biblioteca Seminario Metropolitano de Oviedo, Biblioteca Diocesana de Salamanca, Biblioteca Universidad de Deusto, Biblioteca de la Universidad de Navarra)Libro -
19688por Estornés Lasa, Bernardo
Publicado 1984Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Biblioteca Universidad de Deusto, Biblioteca del Instituto Diocesano de Teología y Pastoral de Bilbao, Biblioteca de la Universidad de Navarra, Biblioteca Central de Capuchinos de España)Libro -
19689Publicado 2019Tabla de Contenidos: “….) -- 36) EN DEFENSA DEL SECTOR Y DE LA DIRIGENCIA DEPORTIVA (3) -- 37) CULTURA OLIMPICA -- 38) PREOCUPANTE FANATISMO EN EL DEPORTE -- 39) LOS JUEGOS OLIMPICOS, OASIS DE LA HUMANIDAD -- 40) RETO PARA COLDEPORTES -- 41) SOBRE LA ACTIVIDAD FISICA EN COLOMBIA -- 42) MIRADA A LOS JUEGOS NACIONALES 2012 -- 43) REFLEXION SOBRE LOS JUEGOS NACIONALES EN COLOMBIA -- 44) ACERCA DEL JUEGO LIMPIO -- 45) EL COSTO DE LA IMPROVISACION O DE LA MALA PLANEACION -- 46) OTRO PIONERO DEL DEPORTE ANTIOQUENO QUE SE NOS VA: EL VIEJO DON (...) -- 2013 -- 47) VEINTE ANOS DEL INDER MEDELLIN -- 48) EL PROTOCOLO EN LOS EVENTOS DEPORTIVOS -- 49) EL DEPORTE COMUNAL -- 50) LA FALTA DE MEMORIA EN NUESTROS ORGANISMOS DEPORTIVOS -- 51) CLUBES PERTENECIENTES A ENTIDADES NO DEPORTIVAS, OPCION (...) -- 52) EL DEPORTE COLOMBIANO PIERDE UN BUEN DIRECTIVO -- 53) EL SUENO DE UNA EMPRESA INTEGRAL -- 54) LIGAS Y ENTES DEPORTIVOS ESTATALES EN ANTIOQUIA -- 55) LOS EVENTOS DEPORTIVOS: INVERSION SOCIAL -- 56) REFLEXION SOBRE LA CONSTRUCCION DE NUESTRO DESARROLLO DEPORTIVO -- 57) ACERCA DEL DEPORTE UNIVERSITARIO -- 58) ESPECIALIZACION EN GERENCIA DEPORTIVA -- 59) OLA MUNDIALISTA PARA COLOMBIA -- 60) TRIUNFOS INTERNACIONALES SI HACEN PARTE DE UN MODELO DE DESARROLLO (...) -- 61) ALGO HISTORICO PARA COLOMBIA: ACTUACION DEPORTIVA 2013 -- 62) LA GESTION HUMANA EN LAS ENTIDADES DEPORTIVAS -- 63) PERSONAJE DEL ANO EN COLOMBIA: EL DEPORTE -- 2014 -- 64) LA FORMACION DEPORTIVA COMO POLITICA PUBLICA -- 65) PIONEROS DEL MERCADEO DEPORTIVO -- 66) REFORMAS A LA LEY 181/1995 (I) -- 67) SOBRE EL BALONCESTO PROFESIONAL EN COLOMBIA -- 68) CONVENIO ENTRE AREA METROPOLITANA Y FEDELIAN -- 69) SOBRE LOS JUEGOS NACIONALES EN COLOMBIA -- 2015 -- 70) RETOS PRINCIPALES DEL DEPORTE COLOMBIANO -- 71) RECORDANDO GRANDES GESTAS DEL DEPORTE EN COLOMBIA -- 72) POR UN DEPORTE UNIDO Y SENSIBILIZADO EN ANTIOQUIA -- 73) FEDELIAN, TREINTA ANOS DE VIDA JURIDICA -- 74) ESCUELA DE DIRIGENTES DEPORTIVOS -- 75) EL DEPORTE, EL MEJOR EMBAJADOR DEL PAIS -- 76) UNA VERDADERA COPA AMERICA DE FUTBOL -- 77) PAGO DEL GOBIERNO A LA DESTACADA ACTUACION DE NUESTROS DEPORTISTAS -- 78) LOS JUEGOS NACIONALES 2015: REINO DE LA IMPROVISACION -- 79) LABOR SOCIAL DEL DEPORTE ASOCIADO -- 80) RUTAS PARA LA VIDA: HABITOS SALUDABLES -- 2016 -- 81) PARTICIPACION HISTORICA DE COLOMBIA EN LOS JUEGOS OLIMPICOS -- 82) ADMINISTRACION Y MANTENIMIENTO DE ESCENARIOS DEPORTIVOS EN COLOMBIA -- 83) RICARDO LAGOUEYTE: INSIGNE PERSONAJE DEL DEPORTE ANTIOQUENO -- 84) BELLO EJEMPLO DE NUESTROS DEPORTISTAS -- 85) PLAN DE PREPARACION PARA JAPON 2020 -- 86) PROYECTO DE LEY QUE REGLAMENTA LA PROFESION DE ENTRENADOR DEPORTIVO -- 87) PAPEL DE LOS ENTES Y ORGANISMOS DEPORTIVOS -- 88) DEPORTE SOCIAL COMUNITARIO, RECREACION Y ACTIVIDAD FISICA -- 89) EL DIA OLIMPICO, JORNADA DEL DEPORTE POR NATURALEZA -- 90) PROGRAMAS E INDICADORES DEL PLAN DE DESARROLLO DEPORTIVO EN ANTIOQUIA -- 91) POLITIZACION EN EL DEPORTE -- 92) EL DEPORTE, CENICIENTA DEL ESTADO -- 93) ORIGEN DE LA ORGANIZACION DEPORTIVA, LOS INTERCOLEGIADOS Y LOS (...) -- 94) TENIS PROFESIONAL: CUANDO EL DEPORTE EXCEDE SUS LIMITES -- 95) OPERADORES LOGISTICOS -- 2018 -- 96) CICLISMO COLOMBIANO -- 97) CLUBES DEPORTIVOS EN INSTITUCIONES EDUCATIVAS -- 98) LA HUMANIZACION EN EL DEPORTE -- 99) EXPECTATIVAS DEL DEPORTE COLOMBIANO Y ANTIOQUENO -- 100) VICIOS DE LA CLASE POLITICA EN LAS INSTITUCIONES DEL DEPORTE -- 101) LA NUEVA RESOLUCION DE COLDEPORTES: CAPACITACION EN ADMINISTRACION (...) -- 102) CINCUENTA ANOS DE COLDEPORTES…”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
19690Publicado 2023Tabla de Contenidos: “…Según la naturaleza de la actividad de producción -- 4.4. Según la fecha y el método del cálculo de los datos -- 4.5. …”
Biblioteca de la Universidad Pontificia de Salamanca (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca Universitat Ramon Llull)Acceso con credenciales UPSA
Libro electrónico -
19691por Organisation de coopération et de développement économiques.Tabla de Contenidos: “…Le cadre régissant la qualité des services d'accueil -- Tableau 4.4. Des ratios d'encadrement élevés en Nouvelle-Zélande -- 4.3.4. …”
Publicado 2004
Libro electrónico -
19692Publicado 2010Tabla de Contenidos: “…-- 1.2.1 The Beginner -- 1.2.2 The Journeyman -- 1.2.3 The Expert -- 1.3 Updates and Versions of the Book -- 1.4 Reader Contributions and Feedback -- 1.5 Additional Resources -- Chapter 2 Installation and "Hello World -- 2.1 Installing Asterisk on the Server -- 2.2 Calling "Hello World" from the CLI -- 2.2.1 Configuring Asterisk -- 2.2.2 Starting Asterisk and Calling "Hello World -- 2.2.3 Stopping Asterisk -- 2.3 Calling "Hello World" with a SIP Phone -- 2.3.1 Configuring the SIP Phone and sip.conf -- 2.3.2 Starting Asterisk and the Phone -- 2.4 Building a Minimal Phone System with Two SIP Phones -- 2.4.1 Configuring Voicemail -- 2.5 Rights Administration with Contexts -- 2.5.1 The Originating Context -- 2.5.2 Call Destination: Contexts in extensions.conf -- 2.6 Calls to and from the Public Switched Telephone Network -- 2.6.1 Calling the PSTN -- 2.6.2 Taking Calls from the PSTN -- Chapter 3 Dialplan Fundamentals -- 3.1 Contexts -- 3.2 Extensions -- 3.2.1 Fundamental Applications -- 3.2.2 Priorities -- 3.3 Pattern Matching -- 3.3.1 Pattern Elements -- 3.3.2 Testing a Pattern Using dialplan show -- 3.3.3 Pattern-Matching Order -- 3.4 Include Statements -- 3.4.1 Order of Execution When Using Include Statements -- 3.4.2 Time-Conditional Include Statements -- 3.5 The {EXTEN} Variable and the {CALLERID(num)} Function -- 3.5.1 {EXTEN} -- 3.5.2 {CALLERID(num)} -- Chapter 4 Case Study: A Typical Business Telephone System -- 4.1 The Numbering Plan -- 4.2 Choosing the Infrastructure -- 4.2.1 Network -- 4.2.2 Server Hardware -- 4.3 Base Configuration -- 4.3.1 A sip.conf for 100 Users -- 4.3.2 The Dialplan -- 4.4 What Next? -- Chapter 5 Dialplan Programming…”
Libro electrónico -
19693Publicado 2015Tabla de Contenidos: “…3.5.2 Abnormal level earthquake requirements -- 3.5.3 ALE structural and foundation modeling -- 3.5.3.1 Topside appurtenances and equipment -- 3.6 Ice loads -- 3.7 Other loads -- 3.7.1 Marine growth -- 3.7.2 Scour -- 3.8 Design for ultimate limit state -- 3.8.1 Load factors -- 3.8.1.1 In-place analysis by ISO19902 -- 3.8.1.2 Extreme environmental situation for fixed offshore platforms -- 3.8.1.2.1 Example 3.6 -- 3.8.1.2.2 Example 3.7 -- 3.8.1.3 Operating environmental situations for fixed platforms -- 3.8.2 Partial action factors -- 3.9 Collision events -- 3.10 Material strength -- 3.11 Cement grout -- Further reading -- 4 Offshore structures design -- 4.1 Introduction -- 4.2 Guide for preliminary design -- 4.2.1 Approximate dimensions -- 4.2.2 Bracing system -- 4.2.3 Jacket design -- 4.3 Structure analysis -- 4.3.1 Global structure analysis -- 4.3.2 The loads on the piles -- Example 4.1 -- Solution -- 4.3.3 Modeling techniques -- 4.3.3.1 Joint coordinates -- 4.3.3.2 Local member axes -- 4.3.3.3 Member effective lengths -- 4.3.3.4 Joint eccentricities -- 4.4 Dynamic structure analysis -- 4.4.1 Natural frequency -- Example 4.2 -- 4.5 Cylinder member strength -- 4.5.1 Cylinder member strength calculation by ISO19902 -- 4.5.1.1 Axial tension -- 4.5.1.2 Axial compression -- 4.5.1.3 Column buckling -- 4.5.1.4 Local buckling -- 4.5.1.5 Bending -- 4.5.1.6 Shear -- 4.5.1.7 Torsional shear -- 4.5.1.8 Hydrostatic pressure -- 4.5.1.9 Hoop buckling -- 4.5.1.10 Tubular members subjected to combined forces without hydrostatic pressure -- 4.5.1.10.1 Axial tension and bending -- 4.5.1.10.2 Axial compression and bending -- 4.5.1.11 Tubular members subjected to combined forces with hydrostatic pressure -- 4.5.1.11.1 Axial tension, bending, and hydrostatic pressure -- 4.5.1.11.2 Axial compression, bending, and hydrostatic pressure…”
Libro electrónico -
19694Publicado 2019Tabla de Contenidos: “….) -- 36) EN DEFENSA DEL SECTOR Y DE LA DIRIGENCIA DEPORTIVA (3) -- 37) CULTURA OLÍMPICA -- 38) PREOCUPANTE FANATISMO EN EL DEPORTE -- 39) LOS JUEGOS OLÍMPICOS, OASIS DE LA HUMANIDAD -- 40) RETO PARA COLDEPORTES -- 41) SOBRE LA ACTIVIDAD FÍSICA EN COLOMBIA -- 42) MIRADA A LOS JUEGOS NACIONALES 2012 -- 43) REFLEXIÓN SOBRE LOS JUEGOS NACIONALES EN COLOMBIA -- 44) ACERCA DEL JUEGO LIMPIO -- 45) EL COSTO DE LA IMPROVISACIÓN O DE LA MALA PLANEACIÓN -- 46) OTRO PIONERO DEL DEPORTE ANTIOQUEÑO QUE SE NOS VA: EL VIEJO DON (...) -- 2013 -- 47) VEINTE AÑOS DEL INDER MEDELLÍN -- 48) EL PROTOCOLO EN LOS EVENTOS DEPORTIVOS -- 49) EL DEPORTE COMUNAL -- 50) LA FALTA DE MEMORIA EN NUESTROS ORGANISMOS DEPORTIVOS -- 51) CLUBES PERTENECIENTES A ENTIDADES NO DEPORTIVAS, OPCIÓN (...) -- 52) EL DEPORTE COLOMBIANO PIERDE UN BUEN DIRECTIVO -- 53) EL SUEÑO DE UNA EMPRESA INTEGRAL -- 54) LIGAS Y ENTES DEPORTIVOS ESTATALES EN ANTIOQUIA -- 55) LOS EVENTOS DEPORTIVOS: INVERSIÓN SOCIAL -- 56) REFLEXIÓN SOBRE LA CONSTRUCCIÓN DE NUESTRO DESARROLLO DEPORTIVO -- 57) ACERCA DEL DEPORTE UNIVERSITARIO -- 58) ESPECIALIZACIÓN EN GERENCIA DEPORTIVA -- 59) OLA MUNDIALISTA PARA COLOMBIA -- 60) ¿TRIUNFOS INTERNACIONALES SI HACEN PARTE DE UN MODELO DE DESARROLLO (...) -- 61) ALGO HISTÓRICO PARA COLOMBIA: ACTUACIÓN DEPORTIVA 2013 -- 62) LA GESTIÓN HUMANA EN LAS ENTIDADES DEPORTIVAS -- 63) PERSONAJE DEL AÑO EN COLOMBIA: EL DEPORTE -- 2014 -- 64) LA FORMACIÓN DEPORTIVA COMO POLÍTICA PÚBLICA -- 65) PIONEROS DEL MERCADEO DEPORTIVO -- 66) REFORMAS A LA LEY 181/1995 (I) -- 67) SOBRE EL BALONCESTO PROFESIONAL EN COLOMBIA -- 68) CONVENIO ENTRE ÁREA METROPOLITANA Y FEDELIAN -- 69) SOBRE LOS JUEGOS NACIONALES EN COLOMBIA -- 2015 -- 70) RETOS PRINCIPALES DEL DEPORTE COLOMBIANO -- 71) RECORDANDO GRANDES GESTAS DEL DEPORTE EN COLOMBIA -- 72) POR UN DEPORTE UNIDO Y SENSIBILIZADO EN ANTIOQUIA -- 73) FEDELIAN, TREINTA AÑOS DE VIDA JURÍDICA -- 74) ESCUELA DE DIRIGENTES DEPORTIVOS -- 75) EL DEPORTE, EL MEJOR EMBAJADOR DEL PAÍS -- 76) UNA VERDADERA COPA AMÉRICA DE FÚTBOL -- 77) PAGO DEL GOBIERNO A LA DESTACADA ACTUACIÓN DE NUESTROS DEPORTISTAS -- 78) LOS JUEGOS NACIONALES 2015: REINO DE LA IMPROVISACIÓN -- 79) LABOR SOCIAL DEL DEPORTE ASOCIADO -- 80) RUTAS PARA LA VIDA: HÁBITOS SALUDABLES -- 2016 -- 81) PARTICIPACIÓN HISTÓRICA DE COLOMBIA EN LOS JUEGOS OLÍMPICOS -- 82) ADMINISTRACIÓN Y MANTENIMIENTO DE ESCENARIOS DEPORTIVOS EN COLOMBIA -- 83) RICARDO LAGOUEYTE: INSIGNE PERSONAJE DEL DEPORTE ANTIOQUEÑO -- 84) BELLO EJEMPLO DE NUESTROS DEPORTISTAS -- 85) PLAN DE PREPARACIÓN PARA JAPÓN 2020 -- 86) PROYECTO DE LEY QUE REGLAMENTA LA PROFESIÓN DE ENTRENADOR DEPORTIVO -- 87) PAPEL DE LOS ENTES Y ORGANISMOS DEPORTIVOS -- 88) DEPORTE SOCIAL COMUNITARIO, RECREACIÓN Y ACTIVIDAD FÍSICA -- 89) EL DÍA OLÍMPICO, JORNADA DEL DEPORTE POR NATURALEZA -- 90) PROGRAMAS E INDICADORES DEL PLAN DE DESARROLLO DEPORTIVO EN ANTIOQUIA -- 91) POLITIZACIÓN EN EL DEPORTE -- 92) EL DEPORTE, CENICIENTA DEL ESTADO -- 93) ORIGEN DE LA ORGANIZACIÓN DEPORTIVA, LOS INTERCOLEGIADOS Y LOS (...) -- 94) TENIS PROFESIONAL: CUANDO EL DEPORTE EXCEDE SUS LÍMITES -- 95) OPERADORES LOGÍSTICOS -- 2018 -- 96) CICLISMO COLOMBIANO -- 97) CLUBES DEPORTIVOS EN INSTITUCIONES EDUCATIVAS -- 98) LA HUMANIZACIÓN EN EL DEPORTE -- 99) EXPECTATIVAS DEL DEPORTE COLOMBIANO Y ANTIOQUEÑO -- 100) VICIOS DE LA CLASE POLÍTICA EN LAS INSTITUCIONES DEL DEPORTE -- 101) LA NUEVA RESOLUCIÓN DE COLDEPORTES: CAPACITACIÓN EN ADMINISTRACIÓN (...) -- 102) CINCUENTA AÑOS DE COLDEPORTES…”
Acceso restringido con credenciales UPSA
Libro electrónico -
19695Publicado 2019Tabla de Contenidos: “….) -- 36) EN DEFENSA DEL SECTOR Y DE LA DIRIGENCIA DEPORTIVA (3) -- 37) CULTURA OLÍMPICA -- 38) PREOCUPANTE FANATISMO EN EL DEPORTE -- 39) LOS JUEGOS OLÍMPICOS, OASIS DE LA HUMANIDAD -- 40) RETO PARA COLDEPORTES -- 41) SOBRE LA ACTIVIDAD FÍSICA EN COLOMBIA -- 42) MIRADA A LOS JUEGOS NACIONALES 2012 -- 43) REFLEXIÓN SOBRE LOS JUEGOS NACIONALES EN COLOMBIA -- 44) ACERCA DEL JUEGO LIMPIO -- 45) EL COSTO DE LA IMPROVISACIÓN O DE LA MALA PLANEACIÓN -- 46) OTRO PIONERO DEL DEPORTE ANTIOQUEÑO QUE SE NOS VA: EL VIEJO DON (...) -- 2013 -- 47) VEINTE AÑOS DEL INDER MEDELLÍN -- 48) EL PROTOCOLO EN LOS EVENTOS DEPORTIVOS -- 49) EL DEPORTE COMUNAL -- 50) LA FALTA DE MEMORIA EN NUESTROS ORGANISMOS DEPORTIVOS -- 51) CLUBES PERTENECIENTES A ENTIDADES NO DEPORTIVAS, OPCIÓN (...) -- 52) EL DEPORTE COLOMBIANO PIERDE UN BUEN DIRECTIVO -- 53) EL SUEÑO DE UNA EMPRESA INTEGRAL -- 54) LIGAS Y ENTES DEPORTIVOS ESTATALES EN ANTIOQUIA -- 55) LOS EVENTOS DEPORTIVOS: INVERSIÓN SOCIAL -- 56) REFLEXIÓN SOBRE LA CONSTRUCCIÓN DE NUESTRO DESARROLLO DEPORTIVO -- 57) ACERCA DEL DEPORTE UNIVERSITARIO -- 58) ESPECIALIZACIÓN EN GERENCIA DEPORTIVA -- 59) OLA MUNDIALISTA PARA COLOMBIA -- 60) ¿TRIUNFOS INTERNACIONALES SI HACEN PARTE DE UN MODELO DE DESARROLLO (...) -- 61) ALGO HISTÓRICO PARA COLOMBIA: ACTUACIÓN DEPORTIVA 2013 -- 62) LA GESTIÓN HUMANA EN LAS ENTIDADES DEPORTIVAS -- 63) PERSONAJE DEL AÑO EN COLOMBIA: EL DEPORTE -- 2014 -- 64) LA FORMACIÓN DEPORTIVA COMO POLÍTICA PÚBLICA -- 65) PIONEROS DEL MERCADEO DEPORTIVO -- 66) REFORMAS A LA LEY 181/1995 (I) -- 67) SOBRE EL BALONCESTO PROFESIONAL EN COLOMBIA -- 68) CONVENIO ENTRE ÁREA METROPOLITANA Y FEDELIAN -- 69) SOBRE LOS JUEGOS NACIONALES EN COLOMBIA -- 2015 -- 70) RETOS PRINCIPALES DEL DEPORTE COLOMBIANO -- 71) RECORDANDO GRANDES GESTAS DEL DEPORTE EN COLOMBIA -- 72) POR UN DEPORTE UNIDO Y SENSIBILIZADO EN ANTIOQUIA -- 73) FEDELIAN, TREINTA AÑOS DE VIDA JURÍDICA -- 74) ESCUELA DE DIRIGENTES DEPORTIVOS -- 75) EL DEPORTE, EL MEJOR EMBAJADOR DEL PAÍS -- 76) UNA VERDADERA COPA AMÉRICA DE FÚTBOL -- 77) PAGO DEL GOBIERNO A LA DESTACADA ACTUACIÓN DE NUESTROS DEPORTISTAS -- 78) LOS JUEGOS NACIONALES 2015: REINO DE LA IMPROVISACIÓN -- 79) LABOR SOCIAL DEL DEPORTE ASOCIADO -- 80) RUTAS PARA LA VIDA: HÁBITOS SALUDABLES -- 2016 -- 81) PARTICIPACIÓN HISTÓRICA DE COLOMBIA EN LOS JUEGOS OLÍMPICOS -- 82) ADMINISTRACIÓN Y MANTENIMIENTO DE ESCENARIOS DEPORTIVOS EN COLOMBIA -- 83) RICARDO LAGOUEYTE: INSIGNE PERSONAJE DEL DEPORTE ANTIOQUEÑO -- 84) BELLO EJEMPLO DE NUESTROS DEPORTISTAS -- 85) PLAN DE PREPARACIÓN PARA JAPÓN 2020 -- 86) PROYECTO DE LEY QUE REGLAMENTA LA PROFESIÓN DE ENTRENADOR DEPORTIVO -- 87) PAPEL DE LOS ENTES Y ORGANISMOS DEPORTIVOS -- 88) DEPORTE SOCIAL COMUNITARIO, RECREACIÓN Y ACTIVIDAD FÍSICA -- 89) EL DÍA OLÍMPICO, JORNADA DEL DEPORTE POR NATURALEZA -- 90) PROGRAMAS E INDICADORES DEL PLAN DE DESARROLLO DEPORTIVO EN ANTIOQUIA -- 91) POLITIZACIÓN EN EL DEPORTE -- 92) EL DEPORTE, CENICIENTA DEL ESTADO -- 93) ORIGEN DE LA ORGANIZACIÓN DEPORTIVA, LOS INTERCOLEGIADOS Y LOS (...) -- 94) TENIS PROFESIONAL: CUANDO EL DEPORTE EXCEDE SUS LÍMITES -- 95) OPERADORES LOGÍSTICOS -- 2018 -- 96) CICLISMO COLOMBIANO -- 97) CLUBES DEPORTIVOS EN INSTITUCIONES EDUCATIVAS -- 98) LA HUMANIZACIÓN EN EL DEPORTE -- 99) EXPECTATIVAS DEL DEPORTE COLOMBIANO Y ANTIOQUEÑO -- 100) VICIOS DE LA CLASE POLÍTICA EN LAS INSTITUCIONES DEL DEPORTE -- 101) LA NUEVA RESOLUCIÓN DE COLDEPORTES: CAPACITACIÓN EN ADMINISTRACIÓN (...) -- 102) CINCUENTA AÑOS DE COLDEPORTES…”
Acceso restringido con credenciales UPSA
Libro electrónico -
19696Evaluation of enzyme inhibitors in drug discovery a guide for medicinal chemists and pharmacologistspor Copeland, Robert AllenTabla de Contenidos: “…Assay Considerations for Compound Library Screening.4.1 Defining Inhibition Signal Robustness, and Hit Criteria.4.2 Measuring Initial Velocity.4.2.1 End-Point and Kinetic Readouts.4.2.2 Effects of Enzyme Concentration.4.3 Balanced Assay Conditions.4.3.1 Balancing Conditions for Multisubstrate Reactions.4.4 Order of Reagent Addition.4.5 Use of Natural Substrates and Enzymes.4.6 Coupled Enzyme Assays.4.7 Hit Validation and Progression.4.8 Summary.References.5. …”
Publicado 2013
Universidad Loyola - Universidad Loyola Granada (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca)Enlace del recurso
Libro electrónico -
19697por Ruiz Vadillo, Diana MaríaTabla de Contenidos: “…OPERAR CORRECTAMENTE EN EL MECANIZADO Y MONTAJE DE CUADROS (...) -- 4.4. NORMATIVA -- 5. CONEXIONADO DE CUADROS A ELEMENTOS AUXILIARES Y DE (...) -- 5.1. …”
Publicado 2019
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
19698Cuentas de orden hacia la revelación y el control contable en la transición a normas internacionalespor García Restrepo, Javier E.Tabla de Contenidos: “…Marco teórico contable -- 4.4. Manejo tributario de las cuentas de orden fiscales -- 4.4.1. …”
Publicado 2016
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
19699por Pascual, FranciscoTabla de Contenidos: “….) -- 3.3 COPIAR BLOQUE -- 3.4 BORRAR BLOQUE -- 3.5 COPIAR FÓRMULAS -- 3.6 REFERENCIAS RELATIVAS, ABSOLUTAS Y MIXTAS -- 3.7 NOMBRES PARA BLOQUES DE CELDAS -- 3.8 RELLENO AUTOMÁTICO DE DATOS -- 3.8.1 Listas para Autorrellenar -- 3.8.2 El controlador de relleno -- 3.9 PEGADO ESPECIAL -- 3.10 EJERCICIOS -- 3.10.1 Mover y copiar datos -- 3.10.2 Poner nombre a un rango -- 3.10.3 Referencias absolutas -- 3.10.4 Relleno automático de datos -- 4 FORMATOS -- 4.1 FORMATO DE CELDAS -- 4.2 FORMATO DE FILAS, DE COLUMNAS Y DE HOJAS -- 4.3 ELIMINAR FORMATOS -- 4.4 ESTILOS -- 4.5 FORMATOS CONDICIONALES -- 4.5.1 Creación de reglas -- 4.6 CONFIGURAR PÁGINA -- 4.7 EJERCICIOS -- 4.7.1 Formatos para Gastos -- 4.7.2 Plantilla para facturas -- 5 HERRAMIENTAS MÁS ÚTILES DE EXCEL -- 5.1 DESHACER Y REHACER -- 5.2 EL BOTÓN DERECHO DEL RATÓN -- 5.3 BÚSQUEDA Y REEMPLAZO AUTOMÁTICO DE DATOS -- 5.4 CORRECTOR ORTOGRÁFICO -- 5.5 AUTOCORRECCIÓN -- 5.6 ZOOM -- 5.7 COMENTARIOS -- 5.8 INSERCIÓN DE CELDAS Y HOJAS DE CÁLCULO -- 5.9 ELIMINAR CELDAS Y HOJAS DE CÁLCULO…”
Publicado 2014
Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada)Libro electrónico -
19700por Marcos Marín, BeatrizTabla de Contenidos: “…. -- 4.3 EL ESTUDIO DE LAS NECESIDADES Y LAS MOTIVACIONES HUMANAS -- 4.4 LA AUTORREGULACIÓN DEL YO. -- 4.5 LA AUTOCOMPRENSIÓN COMO MECANISMO DEAUTO DESARROLLO -- 4.6 EL PAPEL DE LA COMUNICACIÓN Y EL DIÁLOGO EN EL DESARROLLO PERSONAL -- 4.7 LA PEDAGOGÍA NO DIRECTIVA DE CARL ROGERS. -- 4.7.1 LA TENDENCIA NATURAL DEL DESARROLLO COMO PRINCIPIO BÁSICO DE LA PEDAGOGÍA NO DIRECTIVA -- 4.8 DEFINICIÓN DE LA ENSEÑANZA Y EL APRENDIZAJE. -- 4.8.1 LAS ACTITUDES O CUALIDADES QUE FACILITAN EL PROCESO DE APRENDIZAJE. -- 4.8.2 LA FACILITACIÓN DEL APRENDIZAJE…”
Publicado 2011
Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada)Libro electrónico