Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Historia 834
- Història 572
- Cascading style sheets 263
- Design 237
- Web sites 234
- Casas, Bartolomé de las 180
- HTML (Document markup language) 156
- Biografia 145
- Arquitectura 141
- History 138
- Web site development 126
- Engineering & Applied Sciences 120
- Crítica e interpretación 116
- Derecho civil 114
- Biblia 106
- Església Catòlica 102
- Casals, Pau 98
- Música 92
- Religión 82
- Bíblia 80
- Filosofía 74
- Borbón, Casa de 73
- Teatro español 73
- Crítica i interpretació 68
- Rita de Casia 66
- Development 65
- Electrical & Computer Engineering 65
- Telecommunications 63
- Espiritualidad 59
- JavaScript (Computer program language) 58
-
14921por Zentralbibliothek ZürichTabla de Contenidos: “…Initiativen zu Forschungsdaten -- Zur Einführung: Forschungsdaten national und lokal / Le projet DLCM : gestion du cycle de vie des données de recherche en Suisse / Forschungsdatenmanagement an der ETH-Bibliothek / habent sua fata data: der Beitrag der Schweizerischen Akademie der Geistes- und Sozialwissenschaften zur nachhaltigen Sicherung von Forschungsdaten / "Ich mögte wirklich der deütschen Sprache mit aufhelfen."1 Johann Caspar Lavater - Historisch-kritische Edition ausgewählter Briefwechsel / V. …”
Publicado 2018
Electrónico -
14922Publicado 2021Tabla de Contenidos: “…Intro -- Table of Contents -- About the Author -- About the Technical Reviewer -- Acknowledgments -- Preface -- Chapter 1: Web Development -- Machine Learning Overview -- Web Communication -- Organizing the Web with HTML -- Web Development Using IDEs/Editors -- Building Blocks of Web Development -- HTML and CSS Programming -- Dynamic HTML -- Cascading Style Sheets -- Inline Style Sheets -- Embedded Style Sheets -- External Style Sheets -- JavaScript Basics -- Including the JavaScript -- Where to Insert JS Scripts -- JavaScript for an Event-Driven Process -- Document Object Model Manipulation -- Introduction to jQuery -- Summary -- References -- Chapter 2: Browser-Based Data Processing -- JavaScript Libraries and API for ML on the Web -- W3C WebML CG (Community Group) -- Manipulating HTML Elements Using JS Libraries -- p5.js -- Drawing Graphical Objects -- Manipulating DOM Objects -- DOM onEvent(mousePressed) Handling -- Multiple DOM Objects onEvent Handling -- HTML Interactive Elements -- Interaction with HTML and CSS Elements -- Hierarchical (Parent-Child) Interaction of DOM Elements -- Accessing DOM Parent-Child Elements Using Variables -- Graphics and Interactive Processing in the Browser Using p5.js -- Interactive Graphics Application -- Object Instance, Storage of Multiple Values, and Loop Through Object -- Getting Started with Machine Learning in the Browser Using ml5.js and p5.js -- Design, Develop, and Execute Programs Locally -- Method 1: Using Python - HTTP Server -- Method 2: Using Visual Studio Code Editor with Node.js Live Server -- Summary -- References -- Chapter 3: Human Pose Estimation in the Browser -- Human Pose at a Glance -- PoseNet vs. …”
Libro electrónico -
14923Publicado 2009Tabla de Contenidos: “…2.9 The Sampling TheoremResources; Chapter 3 Modeling of Digital Control Systems; 3.1 ADC Model; 3.2 DAC Model; 3.3 The Transfer Function of the ZOH; 3.4 Effect of the Sampler on the Transfer Function of a Cascade; 3.5DAC, Analog Subsystem, and ADC Combination Transfer Function; 3.6 Systems with Transport Lag; 3.7 The Closed-Loop Transfer Function; 3.8 Analog Disturbances in a Digital System; 3.9 Steady-State Error and Error Constants; 3.10 MATLAB Commands; Resources; Chapter 4 Stability of Digital Control Systems; 4.1 Definitions of Stability; 4.2 Stable z-Domain Pole Locations…”
Libro electrónico -
14924por Melton, Jim, 1946-Tabla de Contenidos: “…Constraints, Assertions, and Referential Integrity; 10.1 Introduction; 10.2 Column Constraints and Table Constraints; 10.3 Assertions; 10.4 PRIMARY KEY; 10.5 Referential Integrity; 10.6 Multiple Cascades…”
Publicado 2002
Libro electrónico -
14925Publicado 2002Tabla de Contenidos: “…Launch Preparations -- The Cascade of Transforming Events -- Achieving a Company-Wide Vision -- Only the Beginning-- 8. …”
Libro electrónico -
14926Publicado 2016Tabla de Contenidos: “…A parallel between filters and polynomials; 7.7. Filter cascades and inverse filters…”
Libro electrónico -
14927Publicado 2016Tabla de Contenidos: “…-- Adding a component -- Transforming the component -- Adding events for components -- My Blueprints tab -- Creation buttons -- Searching in my Blueprint -- Categorizing in My Blueprint -- Toolbar -- Graph editor -- Details panel -- Blueprint graph types -- Function graph -- Creating functions -- Graph settings -- Editing functions -- Macro graph -- Interface graph -- Blueprint node references -- Node colors -- Variables -- Math expression -- Creating our first Blueprint class -- Creating a new Blueprint -- Spinning static mesh -- Destroying our Blueprint Actor after some seconds -- Spawning our Blueprint class in Level Blueprint -- Summary -- Chapter 7: Matinee -- Creating a new Matinee -- Matinee window -- Manipulating an object -- Cutscene camera -- Director group -- Summary -- Chapter 8: Unreal Motion Graphics -- Setting up a project -- Creating the HUD Widget -- Creating the health bar -- Assigning our HUD to Character -- Creating floating health bars -- Summary -- Chapter 9: Particles -- Cascade particle editor -- Toolbar -- Viewport -- Navigation -- Details -- Emitter -- Emitter types -- Curve editor -- Creating a simple particle system -- Creating a simple material -- Adding gravity -- Applying the color over life module -- Adding collision module -- Playing particle in Blueprints -- Summary -- Chapter 10: Introduction to Unreal C++ -- Setting up Visual Studio 2015 -- Workflow improvements -- Creating a C++ project -- The character class -- Adding the health system…”
Libro electrónico -
14928Publicado 2023Tabla de Contenidos: “…Cover -- Title page -- Copyright and credits -- Dedication -- Foreword -- Contributors -- Table of Contents -- Preface -- Part 1: Learning from Unreal Engine 5 -- Chapter 1: Understanding Unreal Engine 5 and its Layers -- Technical requirements -- Introducing Unreal Engine 5 -- Installing Unreal Engine 5 and preparing your development environment -- The "Fuzzy" layer - bridging the gap from C++ to Blueprint -- Property Specifiers -- Function Specifiers -- Useful inheritance -- Translating back from Blueprint to C++ -- Worked example -- Summary -- Questions -- Answers -- Chapter 2: "Hello Patterns" -- Technical requirements -- S.O.L.I.D. principles -- Single responsibility -- Open-closed -- Liskov substitution -- Interface segregation -- Dependency inversion -- Exploring solutions to common problems -- The moving box problem -- The rotating box problem -- The cascading cast chain problem -- The trade-off -- Summary -- Chapter 3: UE5 Patterns in Action - Double Buffer, Flyweight, and Spatial Partitioning -- Technical requirements -- Double buffer -- Flyweight -- Spatial partitioning -- Introducing World Partition -- Understanding when objects are loaded -- Ensuring actors are loaded when required -- Enabling World Partition on an existing level -- Summary -- Chapter 4: Premade Patterns in UE5 - Component, Update Method, and Behavior Tree -- Technical requirements -- Understanding and creating components -- Applying the update method for prototyping gameplay -- Working with behavior trees -- Creating the AI controller -- Creating the Blackboard asset -- Building the behavior tree -- Summary -- Part 2: Anonymous Modular Design -- Chapter 5: Forgetting Tick -- Technical requirements -- Before we begin -- A world that ticks -- A clock that stops -- Event driven systems -- Summary…”
Libro electrónico -
14929por Gralla, PrestonTabla de Contenidos: “…Display Control Panel Applets in a Cascading Menu; 2.3.5. Build Customized Control Panels; 10. …”
Publicado 2005
Libro electrónico -
14930por Etten, Wim vanTabla de Contenidos: “…5.2 Quadrature Components of Bandpass Processes5.3 Probability Density Functions of the Envelope and Phase of Bandpass Noise; 5.4 Measurement of Spectra; 5.4.1 The Spectrum Analyser; 5.4.2 Measurement of the Quadrature Components; 5.5 Sampling of Bandpass Processes; 5.5.1 Conversion to Baseband; 5.5.2 Direct Sampling; 5.6 Summary; 5.7 Problems; 6 Noise in Networks and Systems; 6.1 White and Coloured Noise; 6.2 Thermal Noise in Resistors; 6.3 Thermal Noise in Passive Networks; 6.4 System Noise; 6.4.1 Noise in Amplifiers; 6.4.2 The Noise Figure; 6.4.3 Noise in Cascaded systems; 6.5 Summary…”
Publicado 2005
Libro electrónico -
14931por Celko, JoeTabla de Contenidos: “…Decision, Classification, and Regression Trees; 14.1 Casual Caldistics…”
Publicado 2006
Libro electrónico -
14932por Cayirci, E.Tabla de Contenidos: “…. / -- 4.6 Review Questions -- 5 Routing -- 5.1 Internet Protocol and Mobile IP -- 5.2 Routing in Wireless Ad Hoc Networks -- 5.3 Routing in Wireless Sensor and Actuator Networks -- 5.4 Review Questions -- 6 Reliability, Flow and Congestion Control -- 6.1 Reliability -- 6.2 Flow and Congestion Control -- 6.3 Review Questions -- 7 Other Challenges and Security Aspects -- 7.1 Localization and Positioning -- 7.2 Time Synchronization -- 7.3 Addressing -- 7.4 Data Aggregation and Fusion -- 7.5 Data Querying -- 7.6 Coverage -- 7.7 Mobility Management -- 7.8 Cross-layer Design -- 7.9 Review Questions -- Part Two Security in Wireless Ad Hoc, Sensor and Mesh Networking -- 8 Security Attacks in Ad Hoc, Sensor and Mesh Networks -- 8.1 Security Attacks -- 8.2 Attackers -- 8.3 Security Goals -- 8.4 Review Questions -- 9 Cryptography -- 9.1 Symmetric Encryption -- 9.2 Asymmetric Encryption -- 9.3 Hash Functions and Message Authentication Code -- 9.4 Cascading Hashing -- 9.5 Review Questions -- 10 Challenges and Solutions: Basic Issues -- 10.1 Bootstrapping Security in Ad Hoc Networks…”
Publicado 2009
Libro electrónico -
14933por Knight, H. JacksonTabla de Contenidos: “…2.6.Licensing of Patents -- 3.Developing a Strategy -- 3.1.Professional Help -- 3.2.Determining Whether or Not an Invention is Patentable -- 3.3.Defining Strategy -- 3.4.The Principles Behind the Strategy -- The Military Model -- 3.5.Developing a Patent Strategy Model -- 3.6.Developing a Patent Strategy for an Invention -- 3.7.Developing a Patent Strategy for a Series of Inventions -- 3.8.Developing a Strategy for an Existing Product -- 3.9.Developing a Strategy for Licensing Patents -- 3.10.Developing a Strategy for Handling a Potentially Adverse Patent -- 3.11.Developing a Strategy for Oddball Inventions -- 3.12.Dealing with Inventors When Patent Applications are Not Filed -- 3.13.Coordination of Other Strategies and Patent Strategy -- 4.Researching with Intellectual Property in Mind -- 4.1.Introduction -- 4.2.Characteristics of Prolific Inventors -- 4.3.Characteristics of Casual Inventors -- 4.4.The Inventive Process -- 4.5.Fostering Inventive Activity --…”
Publicado 2013
Libro electrónico -
14934Publicado 2018Tabla de Contenidos: “…Cuervas -- Impresión 3D / Miguel Recio Gayo -- La propiedad industrial en el ecosistema digital / Antonio Castán -- Los e-sport / Ramón Terol -- Ciberjusticia métodos alternativos de resolución de controversias y tecnología / Karim Benyekhlef -- Autonomía privada y autotuela / Jorgwe Feliu Rey -- innovación y tecnología en la administración de justicia / Manuel Fernández -- Robots y sanidad / Migle Laukyte -- Las relaciones internacionales en el mundo digital / Santiago Ripol Carulla -- Ciudades inteligentes y derecho / Rubén Martínez Gutiérrez -- Smart cities, smart villages y acción pública / Magdalena Suárez Ojeda -- Turismo sostenible e inteligente en el mundo digital / Alejandro Corral -- Sector energético y agenda digital / Vicente López-Ibor…”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad de Navarra, Biblioteca de la Universidad Pontificia de Salamanca, Biblioteca Universidad de Deusto, Universidad Loyola - Universidad Loyola Granada)Libro -
14935por Rodríguez Becerra, ManuelTabla de Contenidos: “….) -- FIGURA 3. ISLA CASCAJO O CASCAJAL -- FOTO 3. ISLA CASCAJO O CASCAJAL -- FOTO 4. …”
Publicado 2015
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
14936por Mogrobejo, EndikaTabla de Contenidos: “…Carrillo-Castaños -- v. XXXV (XX). Castao-Cazurro -- v. XXXVI (XXI). Cea-Cezon -- v. …”
Publicado 1996
Red de Bibliotecas de la Diócesis de Córdoba (Otras Fuentes: Biblioteca de la Universidad de Navarra, Biblioteca Universidad de Deusto)Libro -
14937Publicado 2021Tabla de Contenidos: “…s SegNet architecture -- 1.7.7 Application of deep learning to object tracking -- 1.7.8 Application of deep learning to texture classification -- 1.7.9 Texture analysis in the world of deep learning -- 1.8 Part G - Summary -- Acknowledgments -- References -- Biographies -- 2 Advanced methods for robust object detection -- 2.1 Introduction -- 2.2 Preliminaries -- 2.3 R-CNN -- 2.3.1 System design -- 2.3.2 Training -- 2.4 SPP-Net -- 2.5 Fast R-CNN -- 2.5.1 Architecture -- 2.5.2 RoI pooling -- 2.5.3 Multitask loss -- 2.5.4 Finetuning strategy -- 2.6 Faster R-CNN -- 2.6.1 Architecture -- 2.6.2 Region proposal networks -- 2.7 Cascade R-CNN -- 2.7.1 Architecture -- 2.7.2 Cascaded bounding box regression -- 2.7.3 Cascaded detection -- 2.8 Multiscale feature representation -- 2.8.1 MS-CNN -- 2.8.1.1 Architecture -- 2.8.2 FPN -- 2.8.2.1 Architecture -- Bottom-up pathway -- Top-down pathway and lateral connections -- 2.9 YOLO -- 2.10 SSD -- 2.10.1 Architecture -- 2.10.2 Training…”
Libro electrónico -
14938por Kierkegaard, Søren, 1813-1855“…Y es que solo quien es capaz de callar y hacer silencio interior podrá traspasar el umbral angosto que da acceso a la sabiduría. …”
Publicado 2019
Biblioteca Universidad Eclesiástica San Dámaso (Otras Fuentes: Biblioteca del Instituto Superior de Teología de las Islas Canarias, Red de bibliotecas Iglesia Navarra, Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada, Biblioteca Seminario Metropolitano de Oviedo, Biblioteca Universidad de Deusto, Biblioteca de la Universidad de Navarra, Biblioteca del Instituto Diocesano de Teología y Pastoral de Bilbao, Biblioteca del Seminario Diocesano de Jaén, Biblioteca Provicincial Misioneros Claretianos - Provincia de Santiago, Biblioteca Central de Capuchinos de España)Libro -
14939por Ángel, AlbertoTabla de Contenidos: “…Todo lo extraño; 16 Y ahora, dime... qué hago con mis manos; 17 Tus encajes; 18 Alrededor del tiempo; 19 Te extraño; 20 Te espero; 21 Pasa el atardecer sobre tus sueños; 22 Cuando las horas callan; 23 Hoy, voy a comenzar a construirte; 24 «Esta noche, beberemos; 25 Voy a hacerte el amor; 26 Amanece otra vez; 27 Majestuosa; 28 De pronto; Y otras recetas; ¡Dios, cómo la amo!…”
Publicado 2004
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
14940por Mendoza Gonzalo, PedroTabla de Contenidos: “…; 2.1.2 La educación tradicional; Escuelas del pasado; Escuelas desfasadas; La mayoría de las escuelas actuales; Encuentros virtuales o polisemia crónica ; 2.1.3 La educación neoliberal; 2.1.4 La educación democrática; Ensayos radicales; Asepsia ideológica; Por dónde está la salida; 2.1.5 La educación digital; Los nuevos apóstoles; Lo que callan los vendedores; 2.1.6 La educación extraescolar; Críticas radicales a la institución escolar ; Inventar una nueva síntesis…”
Publicado 2003
Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada)Libro electrónico