Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Historia 3,581
- Development 1,157
- Història 1,091
- Application software 985
- Engineering & Applied Sciences 963
- Management 873
- Legislación- 641
- Computer networks 638
- Computer Science 617
- Historia- 581
- Derecho 577
- Artificial intelligence 558
- Data processing 543
- Sermones 540
- Derecho civil 507
- Python (Computer program language) 499
- Crítica e interpretación 497
- Examinations 495
- Machine learning 489
- Cloud computing 447
- Computer programs 438
- Security measures 412
- Computer security 409
- Filosofía 406
- Certification 388
- Computer programming 386
- Computer software 370
- Web site development 361
- Business & Economics 352
- Design 342
-
70341
-
70342
-
70343por Tertuliano, Quinto Septimio Florente
Publicado 1657Institución Colombina (Otras Fuentes: Biblioteca Universidad de Deusto, Catálogo Colectivo del Patrimonio Bibliográfico Mercedario)Libro -
70344
-
70345por Schlickers, SabineTabla de Contenidos: “…La representación de nazis reales -- 1. La representación factual convencional de nazis reales -- 1.1. …”
Publicado 2021
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
70346Publicado 2018Tabla de Contenidos: “…Creating reusable polymorphic lambdas -- Const propagation for pointers -- Move semantics explained -- Copy-construction, swap, and move -- Copy-constructing an object -- Swapping two objects -- Move-constructing an object -- Resource acquisition and the rule of three -- Implementing the rule of three -- Constructor -- Limitations of the rule of three -- Avoiding copies without move semantics -- Introducing move semantics -- Named variables and r-values -- Accept arguments by move when applicable -- Default move semantics and the rule of zero -- Rule of zero in a real code base -- A note on empty destructors -- A common pitfall - moving non-resources -- Applying the & -- & -- modifier to class member functions -- Representing optional values with std::optional -- Optional return values -- Optional member variables -- Sorting and comparing std::optional -- Representing dynamic values with std::any -- Performance of std::any -- Summary -- Chapter 3: Measuring Performance -- Asymptotic complexity and big O notation -- Growth rates -- Amortized time complexity -- What to measure? …”
Libro electrónico -
70347Publicado 2018Tabla de Contenidos: “…. -- Chapter 6: Monitoring and Troubleshooting Azure Serverless Services -- Introduction -- Troubleshooting your Azure Functions -- How to do it... -- Viewing real-time application logs -- Diagnosing the entire function app -- There's more... -- Integrating Azure Functions with Application Insights -- Getting ready -- How to do it... -- How it works... -- There's more... -- Monitoring your Azure Functions -- How to do it... -- How it works... -- Pushing custom telemetry details to Application Insights Analytics -- Getting ready -- How to do it…”
Libro electrónico -
70348Publicado 2019Tabla de Contenidos: “…7.6.3 Comparison with Other Control Schemes 117 -- 7.7 Numerical Investigation 118 -- 7.7.1 Simulation Setups 118 -- 7.7.2 Circular Trajectory 122 -- 7.7.3 Infinity-Sign Trajectory 127 -- 7.7.4 Square Trajectory 127 -- 7.8 Summary 129 -- 8 Neural Network Based Learning and Control Co-Design for Stewart Platform Control 131 -- 8.1 Introduction 131 -- 8.2 Kinematic Modeling of Stewart Platforms 133 -- 8.2.1 Geometric Relation 133 -- 8.2.2 Velocity Space Resolution 135 -- 8.3 Recurrent Neural Network Design 136 -- 8.3.1 Problem Formulation from an Optimization Perspective 136 -- 8.3.2 Neural Network Dynamics 138 -- 8.3.3 Stability 138 -- 8.3.4 Optimality 139 -- 8.4 Numerical Investigation 142 -- 8.4.1 Setups 142 -- 8.4.2 Circular Trajectory 143 -- 8.4.3 Square Trajectory 143 -- 8.5 Summary 145 -- Part III Neural Networks for Cooperative Control 147 -- 9 Zeroing Neural Networks for Robot Arm Motion Generation 149 -- 9.1 Introduction 149 -- 9.2 Preliminaries 151 -- 9.2.1 Problem Definition and Assumption 151 -- 9.2.1.1 Assumption 151 -- 9.2.2 Manipulator Kinematics 151 -- 9.3 Problem Formulation and Distributed Scheme 152 -- 9.3.1 Problem Formulation and Neural-Dynamic Design 152 -- 9.3.2 Distributed Scheme 153 -- 9.4 NTZNN Solver and Theoretical Analyses 153 -- 9.4.1 ZNN for Real-Time Redundancy Resolution 154 -- 9.4.2 Theoretical Analyses and Results 157 -- 9.5 Illustrative Examples 160 -- 9.5.1 Consensus to a Fixed Configuration 160 -- 9.5.2 Cooperative Motion Generation Perturbed by Noises 161 -- 9.5.3 ZNN-Based Solution Perturbed by Noises 162 -- 9.6 Summary 165 -- 10 Zeroing Neural Networks for Robot Arm Motion Generation 167 -- 10.1 Introduction 167 -- 10.2 Preliminaries, Problem Formulation, and Distributed Scheme 168 -- 10.2.1 Definition and Robot Arm Kinematics 168 -- 10.2.2 Problem Formulation 168 -- 10.2.3 Distributed Scheme 169 -- 10.3 NANTZNN Solver and Theoretical Analyses 169 -- 10.3.1 NANTZNN for Real-Time Redundancy Resolution 170 -- 10.3.2 Theoretical Analyses and Results 171.…”
Libro electrónico -
70349por Barton, RickTabla de Contenidos: “…Mapping Data -- Introduction -- The tMap component -- Single line of code -- Batch versus real time -- Simple mapping and tMap time savers -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating tMap expressions -- Getting ready -- How to do it... -- How it works... -- There's more... -- Testing expressions -- Expression editor -- Getting around the 'one line' limitation -- See Also -- Using the ternary operator for conditional logic -- Getting ready -- How to do it... -- Single ternary expression: if-then-else -- Ternary in ternary: if-then-elsif-then-else -- How it works... -- There's more... -- Using intermediate variables in tMap -- Getting ready -- How to do it... -- How it works... -- There's more... -- Filtering input rows -- Getting ready -- How to do it... -- How it works... -- There's more... -- Splitting an input row into multiple outputs based on input conditions -- Getting ready -- How to do it... -- How it works... -- There's more... -- Joining data using tMap -- Getting ready -- How to do it... -- How it works... -- There's more... -- See Also -- Hierarchical joins using tMap -- Getting ready -- How to do it... -- How it works... -- Using reload at each row to process real-time / near real-time data -- Getting ready…”
Publicado 2013
Libro electrónico -
70350Publicado 2018Tabla de Contenidos: “…. -- Using the Parallel Programming Library in the real world: Tasks -- Getting ready -- How it works... -- There's more... -- Using the Parallel Programming Library in the real world: Futures -- Getting ready -- How it works... -- There's more... -- Using the Parallel Programming Library in the real world: Parallel For/Join -- Getting ready -- How it works... -- There's more... -- Chapter 6: Putting Delphi on the Server -- Introduction -- Developing web client JavaScript applications with WebBroker on the server -- Getting ready…”
Libro electrónico -
70351Publicado 2023Tabla de Contenidos: “…-- History of VR -- Gaming start and its current growth -- Early beginnings: 1960s-1980 -- Nintendo's Virtual Boy: 1995 -- VR in-home gaming systems: late 1990s -- Advances in VR hardware: the 2000s -- Early innovations and Kickstarter campaigns: 2010-2012 -- Emergence of major players and acquisition: 2013-2014 -- The launch of the first consumer VR headsets: 2015-2016 -- Evolution of VR games and experiences -- Location-based VR (LBVR) -- The impact of COVID-19 (2020-2021) -- Social VR and multiplayer experiences -- VR and mixed reality (MR) devices -- Some cautionary things about VR -- Notable VR/MR headsets -- More on the Apple Vision Pro -- Everything else but gaming -- Training and education -- Design and prototyping -- Marketing and sales -- Remote collaboration -- Healthcare -- Real estate -- Tourism and hospitality -- Automotive industry -- Retail industry -- Entertainment and events -- VR and the Metaverse -- Summary -- Chapter 4: The Value of Using 3D Visuals to Interact -- 3D SR -- GenAI versus discriminative models -- Generative adversarial networks (GANs) -- Transformer-based models -- NeRF…”
Libro electrónico -
70352Publicado 2012Tabla de Contenidos: “…-- 1.4 Theoretical Viewpoint -- 1.4.1 Acceptor and Compiler -- 1.5 Phases of a Compiler -- 1.6 A More Detailed Look at Phases of a Compiler -- 1.6.1 Lexical Analyzer - Scanner -- 1.6.2 SyntaxAnalyzer - Parser -- 1.6.3 Semantic Analyzer - Mapper -- 1.6.4 Code Generation and Machine-dependent Optimization -- 1.6.5 Optimization -- 1.6.6 How to Develop Optimized Code? -- 1.7 A Real-life Compiler-gcc -- 1.8 What Do We Mean by "Meaning"? …”
Libro electrónico -
70353Publicado 2012Tabla de Contenidos: “…Mantecón Movellán -- Lecturas de los Salmos en la Corte de Felipe IV : tres versiones poéticas / Hugo Lezcano -- Gasto y financiación de los oficiales y obras de los Reales Sitios (1612-1635) / Félix Labrador Arroyo…”
Acceso restringido con credenciales, usuarios UPSA
Libro electrónico -
70354Publicado 2014Tabla de Contenidos: “…La transformación de la formación profesional en Cataluña: un caso real [Josep Francí]…”
Texto completo en Odilo
Otros -
70355Publicado 2014Tabla de Contenidos: “…Testimonios La nación peruana y la Pontificia Universidad Católica del Perú: un testimonio personal, por José Agustín de la Puente Candamo La Real y Pontificia Universidad Nacional de San Cristóbal de Huamanga, por Enrique González Carré Las universidades y las lógicas de la modernidad en el proceso de construcción del Estado-nación, por José Ignacio López Soria 6. …”
Texto completo en Odilo
Otros -
70356por Pérez Chávez, JoséTabla de Contenidos: “…Intro -- PRIMERA EDICION 2014 QUINTA EDICION 2019 -- CONTENIDO -- ABREVIATURAS -- INTRODUCCION -- CAPITULO I -- SALARIOS -- Ingresos gravables -- Ingresos exentos -- Cálculo del impuesto mensual -- Cálculo del impuesto anual -- Ingresos en servicios por automóviles asignados a funcionarios públicos -- Mecánica para determinar el ISR a retener a las personas que obtienen ingresos asimilables a salarios -- Mecánica para determinar la retención del ISR por pagos de primas de antigüedad, retiro e indemnizaciones -- Mecánica para determinar el ISR sobre ingresos en servicios -- Opción de retener el ISR por pagos de aguinaldo, PTU, primas dominicales y vacacionales -- CAPITULO II -- ACTIVIDADES EMPRESARIALES Y SERVICIOS PROFESIONALES -- Obligados a tributar en este régimen -- Deducción de inversiones -- Determinación de los pagos provisionales -- Determinación del impuesto anual -- Pérdidas fiscales -- Determinación de la base de la PTU -- CAPITULO III -- REGIMEN DE INCORPORACION FISCAL -- Quiénes pueden tributar en este régimen -- Contribuyentes que inicien actividades -- Determinación del impuesto -- Participación de los trabajadores en las utilidades -- CAPITULO IV -- ARRENDAMIENTO DE INMUEBLES -- Aspectos generales -- Deducción opcional sin comprobación ("deducción ciega") -- Determinación de los pagos provisionales -- CAPITULO V -- ENAJENACION DE BIENES -- Concepto de enajenación -- Enajenación de bienes inmuebles -- Pagos provisionales estatales -- Cálculo del impuesto anual -- Disminución de pérdidas -- Enajenación de bienes muebles -- CAPITULO VI -- ADQUISICION DE BIENES -- Ingresos gravables -- Determinación de los pagos provisionales -- CAPITULO VII -- INGRESOS POR INTERESES -- Concepto de intereses -- Intereses exentos -- Intereses a los que no les será aplicable la exención en el ISR -- Concepto de interés real -- Deducción de pérdidas…”
Publicado 2019
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
70357por López, EmilianoTabla de Contenidos: “….); ESTRATEGIAS DE ACUMULACIÓN (...); EL TIPO DE CAMBIO REAL COMPETITIVO (...); LOS BENEFICIOS DE LAS BAJAS TASAS (...); EL SUPERÁVIT FISCAL: ESTRUCTURA (...); NEGOCIACIONES COLECTIVAS (...); INCLUSIÓN LIMITADA Y GASTOS (...); DE LAS POLÍTICAS MACROECONÓMICAS (...); 8/ LA CONSOLIDACIÓN DEL MODO (...); INTRODUCCIÓN…”
Publicado 2015
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
70358por Golte, JürgenTabla de Contenidos: “….; Antropología y otros demonios: los espacios intelectuales; El desborde nocturno ; Y miré la noche, ya no era oscura, era de lentejuelas; Utopías reales; Segundo caso…”
Publicado 2013
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
70359por Alonso de Mena, Ana IsabelTabla de Contenidos: “…Sistema equivalente a una ecuación.; 3.1.2. Sistemas reales y complejos.; 3.2. Teoremas de existencia y unicidad. …”
Publicado 2008
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
70360Publicado 2008Tabla de Contenidos: “…Problemas propuestos; 2 Funciones vectoriales de varias variables reales…”
Biblioteca de la Universidad Pontificia de Salamanca (Otras Fuentes: Biblioteca Universitat Ramon Llull)Lectura limitada a 1 usuario concurrente.
Libro electrónico