Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Historia 2,565
- Documentos 947
- Coleccion 938
- Parlamento britanico 937
- Development 767
- Application software 714
- Python (Computer program language) 668
- Bibliotecas 643
- Filosofía 622
- Biblia 561
- Engineering & Applied Sciences 540
- Crítica e interpretación 441
- History 413
- Història 392
- Computer Science 383
- Machine learning 383
- Computer programming 370
- Data processing 342
- Libre albedrío y determinismo 327
- Liberalism 305
- JavaScript (Computer program language) 300
- Colecciones 297
- Web site development 294
- Programming 274
- Ciencias sociales 269
- Java (Computer program language) 263
- Computer programs 259
- Design 257
- Library science 250
- Liberalismo 247
-
44981por Supalov, Alexander. author, Semin, Andrey. author, Dahnken, Christopher. author, Klemm, Michael. authorTabla de Contenidos: “…Intro -- Contents at a Glance -- Contents -- About the Authors -- About the Technical Reviewers -- Acknowledgments -- Foreword -- Introduction -- Chapter 1: No Time to Read This Book? -- Using Intel MPI Library -- Using Intel Composer XE -- Tuning Intel MPI Library -- Gather Built-in Statistics -- Optimize Process Placement -- Optimize Thread Placement -- Tuning Intel Composer XE -- Analyze Optimization and Vectorization Reports -- Use Interprocedural Optimization -- Summary -- References -- Chapter 2: Overview of Platform Architectures -- Performance Metrics and Targets -- Latency, Throughput, Energy, and Power -- Peak Performance as the Ultimate Limit -- Scalability and Maximum Parallel Speedup -- Bottlenecks and a Bit of Queuing Theory -- Roofline Model -- Performance Features of Computer Architectures -- Increasing Single-Threaded Performance: Where You Can and Cannot Help -- Process More Data with SIMD Parallelism -- Distributed and Shared Memory Systems -- Use More Independent Threads on the Same Node -- Don't Limit Yourself to a Single Server -- HPC Hardware Architecture Overview -- A Multicore Workstation or a Server Compute Node -- Coprocessor for Highly Parallel Applications -- Group of Similar Nodes Form an HPC Cluster -- Other Important Components of HPC Systems -- Summary -- References -- Chapter 3: Top-Down Software Optimization -- The Three Levels and Their Impact on Performance -- System Level -- Application Level -- Working Against the Memory Wall -- The Magic of Vectors -- Distributed Memory Parallelization -- Shared Memory Parallelization -- Other Existing Approaches and Methods -- Microarchitecture Level -- Addressing Pipelines and Execution -- Closed-Loop Methodology -- Workload, Application, and Baseline -- Iterating the Optimization Process -- Summary -- References -- Chapter 4: Addressing System Bottlenecks…”
Publicado 2014
Libro electrónico -
44982por Chou, EricTabla de Contenidos: “…Cover -- Copyright -- Contributors -- Table of Contents -- Preface -- Chapter 1: Review of TCP/IP Protocol Suite and Python -- An overview of the Internet -- Servers, hosts, and network components -- The rise of data centers -- Enterprise data centers -- Cloud data centers -- Edge data centers -- The OSI model -- The client-server model -- Network protocol suites -- The transmission control protocol -- Functions and characteristics of TCP -- TCP messages and data transfer -- The user datagram protocol -- The Internet protocol -- IP network address translation (NAT) and network security -- IP routing concepts -- Python language overview -- Python versions -- Operating system -- Running a Python program -- Python built-in types -- The None type -- Numerics -- Sequences -- Mapping -- Sets -- Python operators -- Python control flow tools -- Python functions -- Python classes -- Python modules and packages -- Summary -- Chapter 2: Low-Level Network Device Interactions -- The challenges of the CLI -- Constructing a Virtual lab -- Physical devices -- Virtual devices -- Cisco modeling labs -- CML tips -- Cisco DevNet -- GNS3 and others -- Python virtual environment -- Python pexpect library -- Pexpect installation -- Pexpect overview -- Our first Pexpect program -- More Pexpect Features -- Pexpect and SSH -- Pexpect complete example -- The Python Paramiko library -- Installation of Paramiko -- Paramiko overview -- First Paramiko program -- More Paramiko features -- Paramiko for servers -- More Paramiko examples -- The Netmiko library -- The Nornir framework -- Downsides of Pexpect and Paramiko compared to other tools -- Idempotent network device interaction -- Bad automation speeds up bad things -- Summary -- Chapter 3: APIs and Intent-Driven Networking -- Infrastructure-as-Code (IaC) -- Intent-driven networking…”
Publicado 2023
Libro electrónico -
44983por Lugt, Pieter van der (Biblical scholar)Tabla de Contenidos: “…22 Psalm 12923 Psalm 130; 24 Psalm 131; 25 Psalm 132; 26 Psalms 133-134; 27 The linearly alternating design of the cycle of the Psalms of Ascents; 27.1 Introduction: various combinations; 27.2 The linearly alternating design in thematic perspective; 27.3 The linearly alternating design: numerical perfection; 27.4 Verbal repetitions in structural perspective; 27.5 Concluding remark; 27.6 Bibliography; 28 Psalm 135; 29 Psalm 136; 30 Psalm 137; 31 Psalm 138; 32 Psalm 139; 33 Psalm 140; 34 Psalm 141; 35 Psalm 142; 36 Psalm 143; 37 Psalm 144; 38 Psalm 145; 39 Psalm 146; 40 Psalm 147; 41 Psalm 148.…”
Publicado 2014
Click para texto completo desde fuera UPSA
Click para texto completo desde UPSA
Libro electrónico -
44984por Organisation for Economic Co-operation and Development.Tabla de Contenidos: “…Pagani -- Superconducting Linear Accelerator for Nuclear Power Installation by G. …”
Publicado 2000
Libro electrónico -
44985por Jepson, Brian, 1967-Tabla de Contenidos: “…Files and Directories; 3.2.2. The /System/Library Directory; 3.2.3. The /Library Directory; 3.2.4. …”
Publicado 2005
Libro electrónico -
44986por Mallat, S. G.Tabla de Contenidos: “…The Fourier Kingdom; 2.1 Linear Time-Invariant Filtering; 2.1.1 Impulse Response; 2.1.2 Transfer Functions; 2.2 Fourier Integrals; 2.2.1 Fourier Transform in L1(R); 2.2.2 Fourier Transform in L2(R); 2.2.3 Examples; 2.3 Properties; 2.3.1 Regularity and Decay…”
Publicado 2009
Libro electrónico -
44987Publicado 2017Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Author -- About the Reviewers -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Getting Started on the Raspberry Pi -- The Internet of Things -- A brief look at our application -- The sensor interface - perception -- The database - persistence -- The user interface - presentation -- The application server - middleware -- Setting up our Raspberry Pi -- Remote access -- Summary -- Chapter 2: Getting Up-and-Running with Web Development on the Raspberry Pi -- The network -- The web development stack -- The UI - the user's first encounter -- The server - the brains of the application -- Client-server communication -- Interfacing with external hardware -- The database - adding persistence to our data -- Integrating the database into our application -- The overall architecture -- Summary -- Chapter 3: Running a Node Server on the Pi -- Introducing nodes - the server side JavaScript runtime -- Installing node on the Pi -- Running our first node program -- Setting up a version control system -- Back to our program -- Installing external libraries -- Developing the application server -- Adding routes to the server -- Starting up the server -- Keeping the server running in the background -- Summary -- Chapter 4: Extracting Information from the GPIO Pins -- The GPIO pins on the Pi -- The pin as a standalone component -- The Write mode -- The Read mode -- Fine-tuning our control - using the GPIO command-line tools -- The DHT11 sensor -- Reading from the sensor -- Summary -- Chapter 5: Retrieving Sensor Readings from the Server -- Understanding how our node process takes readings -- Modifying our server code to show sensor readings -- Optimizing our server -- Abstracting our sensor library code -- Caching our results -- Summary…”
Libro electrónico -
44988Publicado 2023Tabla de Contenidos: “…-- Introducing this book and its contents -- Setting up your development environment -- Understanding .NET -- Building console apps using Visual Studio 2022 -- Building console apps using Visual Studio Code -- Making good use of the GitHub repository for this book -- Looking for help -- Practicing and exploring -- Summary -- Chapter 2: Speaking C# -- Introducing the C# language -- Discovering your C# compiler version -- Understanding C# grammar and vocabulary -- Working with variables -- Exploring more about console apps -- Understanding async and await -- Practicing and exploring -- Summary -- Chapter 3: Controlling Flow, Converting Types, and Handling Exceptions -- Operating on variables -- Understanding selection statements -- Understanding iteration statements -- Storing multiple values in an array -- Casting and converting between types -- Handling exceptions -- Checking for overflow -- Practicing and exploring -- Summary -- Chapter 4: Writing, Debugging, and Testing Functions -- Writing functions -- Debugging during development -- Hot reloading during development -- Logging during development and runtime -- Unit testing -- Throwing and catching exceptions in functions -- Practicing and exploring -- Summary -- Chapter 5: Building Your Own Types with Object-Oriented Programming -- Talking about OOP -- Building class libraries -- Storing data in fields -- Working with methods and tuples -- Controlling access with properties and indexers -- Pattern matching with objects -- Working with record types -- Practicing and exploring -- Summary -- Chapter 6: Implementing Interfaces and Inheriting Classes -- Setting up a class library and console application -- Static methods and overloading operators -- Making types safely reusable with generics…”
Libro electrónico -
44989por Ceyland, SanverTabla de Contenidos: “…5.4.6 Transaction -- 5.5 Setting up storage pools -- 5.5.1 Defining a physical library -- 5.5.2 Defining a physical drive -- 5.5.3 Defining a device logical class -- 5.5.4 Defining a device physical path -- 5.5.5 Defining a device logical class -- 5.5.6 Defining primary storage pools -- 5.5.7 Defining storage pool logical volumes -- 5.5.8 Audit volume -- 5.5.9 Backup storage pool -- 5.5.10 Checking in library volumes -- 5.5.11 Checking out library volumes -- 5.5.12 Migration -- 5.5.13 Data movement -- 5.5.14 Reclamation -- 5.5.15 Reduce restore times -- 5.5.16 Collocation -- 5.5.17 Collocation by group -- 5.5.18 Query content -- 5.5.19 SQL commands -- 5.6 Backup -- 5.6.1 Traditional LAN and WAN backup -- 5.6.2 Progressive backup -- 5.6.3 Selective backup -- 5.6.4 Logical volume backup -- 5.6.5 Image backup -- 5.6.6 Open file backup -- 5.6.7 Adaptive subfile backup -- 5.6.8 Journal-based backup -- 5.6.9 Group backup -- 5.6.10 SAN (LAN-free) backup -- 5.6.11 Server-free backup -- 5.6.12 Split-mirror/point-in-time copy backup -- 5.6.13 NAS and NDMP backup -- 5.6.14 Active and inactive file versions -- 5.7 Archive -- 5.7.1 Packages -- 5.8 Backup set -- 5.9 Restore -- 5.9.1 Restartable restore -- 5.9.2 Point-in-time restore -- 5.9.3 Multi-session restore -- 5.9.4 Backup set restore -- 5.10 Retrieve -- 5.11 Scheduling -- 5.12 Compression -- 5.13 Encryption -- 5.14 Windows issues -- 5.14.1 Windows System Object -- 5.14.2 Automated System Recovery -- 5.15 SAN environment -- 5.15.1 Tape library sharing -- 5.15.2 LAN-free client data transfer on sequential media -- 5.15.3 Server-free data movement -- 5.16 Reporting utility of Tivoli Storage Manager -- 5.16.1 Client and server event reporting -- 5.16.2 SNMP heartbeat monitoring -- 5.16.3 SQL queries and ODBC interface -- 5.16.4 Operational reporting -- 5.17 Clustering support…”
Publicado 2005
Libro electrónico -
44990por Yang, Won Y.Tabla de Contenidos: “…Recursive Routine -- 1.3.4 To Avoid Runtime Error -- 1.3.5 Parameter Sharing via GLOBAL Variables -- 1.3.6 Parameter Passing Through VARARGIN -- 1.3.7 Adaptive Input Argument List -- Chapter 2 System of Linear Equations -- 2.1 Solution for a System of Linear Equations -- 2.1.1 The Nonsingular Case (M & -- equals -- N) -- 2.1.2 The Underdetermined Case (M < -- N): Minimum‐norm Solution -- 2.1.3 The Overdetermined Case (M > -- N): Least‐squares Error Solution -- 2.1.4 Recursive Least‐Squares Estimation (RLSE) -- 2.2 Solving a System of Linear Equations -- 2.2.1 Gauss(ian) Elimination -- 2.2.2 Partial Pivoting -- 2.2.3 Gauss‐Jordan Elimination -- 2.3 Inverse Matrix -- 2.4 Decomposition (Factorization) -- 2.4.1 LU Decomposition (Factorization) - Triangularization -- 2.4.2 Other Decomposition (Factorization) - Cholesky, QR and SVD -- 2.5 Iterative Methods to Solve Equations…”
Publicado 2020
Libro electrónico -
44991Publicado 2017Tabla de Contenidos: “…-- Choosing a package name -- Package name examples -- Fully qualified class name -- Java Class Library -- Java Class Library organization -- Package overview -- Fundamental classes of the java.lang package…”
Libro electrónico -
44992Publicado 2017Tabla de Contenidos: “…Exercise 3.4 - Practice exception handling -- Exercise 3.5 - Explore topics -- Summary -- Chapter 4: Writing, Debugging, and Testing Functions -- Writing functions -- Writing a times table function -- Writing a function that returns a value -- Writing mathematical functions -- Formatting numbers for output -- Calculating factorials with recursion -- Debugging an application during development -- Creating an application with a deliberate bug -- Setting a breakpoint -- The debugging toolbar -- Debugging windows -- Stepping through code -- Customizing breakpoints -- Logging during development and runtime -- Instrumenting with Debug and Trace -- Writing to the default trace listener -- Configuring trace listeners -- Switching trace levels -- Unit testing functions -- Creating a class library that needs testing with Visual Studio 2017 -- Creating a unit test project with Visual Studio 2017 -- Creating a class library that needs testing with Visual Studio Code -- Writing unit tests -- Running unit tests with Visual Studio 2017 -- Running unit tests with Visual Studio Code -- Practicing and exploring -- Exercise 4.1 - Test your knowledge -- Exercise 4.2 - Practice writing functions with debugging and unit testing -- Exercise 4.3 - Explore topics -- Summary -- Chapter 5: Building Your Own Types with Object-Oriented Programming -- Talking about OOP -- Building class libraries -- Creating a class library with Visual Studio 2017 -- Creating a class library with Visual Studio Code -- Defining a class -- Instantiating a class -- Referencing an assembly using Visual Studio 2017 -- Referencing an assembly using Visual Studio Code -- Importing a namespace -- Managing multiple projects with Visual Studio Code -- Inheriting from System.Object -- Storing data with fields -- Defining fields -- Understanding access modifiers -- Storing a value using the enum keyword…”
Libro electrónico -
44993Publicado 2010Tabla de Contenidos: “…Expanding brush strokes -- Creating and editing Calligraphic brushes -- Creating and editing Scatter brushes -- Creating and editing Art brushes -- Creating and editing Bristle brushes -- Painting brush strokes inside objects -- Duplicating brushes -- Editing brushes manually -- Editing brush strokes on objects -- Deleting brushes -- Creating brush libraries -- 24 Gradients Applying a gradient -- Creating a two-color gradient -- Editing gradient colors via on-object controls -- Saving a gradient as a swatch -- Changing the position, length, or angle of a gradient in an object -- Spreading a single gradient across multiple objects -- Expanding a gradient into paths -- 25 Combine Paths Using the Shape Builder tool -- Applying the Shape Mode commands -- Applying the Pathfinder commands -- Using the Compound Path command -- Working with compound paths -- Applying Pathfinder effects -- 26 Clipping Masks Creating a clipping set -- Selecting objects in a clipping set -- Adding objects to, and deleting them from, a clipping set -- Releasing a clipping set -- 27 Transparency Changing an object's opacity or blending mode -- Controlling which objects the transparency settings affect -- Using the transparency grid -- 28 Symbols Accessing the symbol libraries -- Creating individual symbol instances -- Creating symbol sets with the Symbol Sprayer tool -- Replacing symbols -- Creating symbols -- Deleting symbols from the panel -- Saving symbol libraries -- Editing symbols -- Choosing options for the symbolism tools -- Using the Symbol Shifter, Scruncher, Sizer, Spinner, Stainer, Screener, and Styler tools -- Unlinking symbol instances -- Expanding symbol instances -- 29 Live Color Creating color groups via the Recolor Artwork dialog -- Using the color wheel in the Recolor Artwork dialog -- Assigning colors to artwork via the Recolor Artwork dialog…”
Libro electrónico -
44994por Feijoo, Benito JeronimoTabla de Contenidos: “…ENRIQUE FLÓREZ ; SOBRE LA INVENCIÓN DEL ARTE QUE ENSEÑA A HABLAR A LOS MUDOS…”
Publicado 2009
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
44995Publicado 2016Tabla de Contenidos: “…EL PROFETA -- PÁGINA LEGAL -- ÍNDICE -- DATOS BIOGRAFICOS DEL AUTOR -- EL PROFETA -- EL PROFETA -- EL AMOR -- EL MATRIMONIO -- LOS NIÑOS -- EL DAR -- EL COMER Y EL BEBER -- EL TRABAJO -- LA ALEGRÍA Y EL DOLOR -- LAS CASAS -- EL VESTIR -- EL COMPRAR Y EL VENDER -- EL CRIMEN Y EL CASTIGO -- LAS LEYES -- LA LIBERTAD -- LA RAZÓN Y LA PASIÓN -- EL DOLOR -- EL CONOCIMIENTO -- EL ENSEÑAR -- LA AMISTAD -- EL HABLAR -- EL TIEMPO -- LO BUENO Y LO MALO -- LA ORACIÓN -- EL PLACER -- LA BELLEZA -- LA RELIGIÓN -- LA MUERTE -- LA PARTIDA -- LA TEMPESTAD -- SATANÁS -- "CONÓCETE A TI MISMO" -- ESCLAVITUD -- VENENO DULCE -- DIENTES CARIADOS -- ¡OH, NOCHE! …”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
44996por Maillard, María LuisaTabla de Contenidos: “….); 1.1. El contexto. El hablar y el decir orteguiano; 1.2. La interpretación zambraniana; 1.3. …”
Publicado 1997
Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada)Libro electrónico -
44997Publicado 2016Tabla de Contenidos: “…Moda Palabras de estilo / Vanessa Rosales, Ensayista invitada, CEPER -- 11. Comida Hablar con la boca llena / Alejandro Gómez Dugand, Agencia de Periodismo -- Los autores…”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
44998por Montero, SergioTabla de Contenidos: “…: narrativas comunes, experimentos institucionales y ajustes mutuos para desarrollar un sistema de innovación regional fuera de Buenos Aires / Andrés Matta y Sergio Montero -- A contracorriente : gobernanza en red y desarrollo económico local de Linhares, Brasil / Pedro Peterson -- Del liderazgo individual al compartido en Arauco, Chile : elementos de un proceso emergente / Miren Estensoro y Susana Franco -- Liderazgo intergeneracional y desarrollo económico local : hacia un nuevo tipo de asociaciones de artesanos en Mompox, Colombia / Sergio Montero y Nathalia Calderón -- Gobernanza frágil y políticas de desarrollo territorial : reflexiones finales y recomendaciones de política / Karen Chapple y Sergio Montero…”
Publicado 2018
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
44999por Crottogini, RobertoTabla de Contenidos: “…LOS TRES SEPTENIOS DEL CUERPO -- PRIMER SEPTENIO (0 A 7 AÑOS) -- SEPTENIO DEL CUERPO FÍSICO -- EL NACIMIENTO FÍSICO -- POSTURA ERECTA -- HABLAR -- PENSAR -- EL DESARROLLO DE LOS SENTIDOS Y LA PERCEPCIÓN SENSORIAL -- ENFERMEDADES INFANTILES…”
Publicado 2004
Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada)Libro electrónico -
45000Publicado 2009Tabla de Contenidos: “….); La seducción originaria; Para hablar de seducción: trayecto mínimo; Seducere; Libros de seducción: sus escenarios (...); Juan Vicente Melo ""La obediencia nocturna (...); Beatriz: un ahogo en la mirada, Beatriz: (...); La ciudad en su errar; El camino de la aventura; El palimpsesto o el garabato; La obediencia que reclama el objeto escriturario; La seducción es otra historia de amor (...); La seducción: Eros tejiendo el juego (...)…”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico