Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Misales 1,727
- Derecho civil 1,580
- Historia 1,406
- Derecho penal 1,399
- Liturgia 1,180
- Derecho administrativo 1,039
- Filosofía 929
- Engineering & Applied Sciences 912
- Església Catòlica 904
- Development 864
- Teología dogmática 803
- Application software 791
- Derecho 758
- Tratados y manuales 748
- Litúrgia 735
- Psicología 712
- Derecho mercantil 710
- Teología 701
- Derecho constitucional 689
- Mental illness 687
- Economía 657
- Operating systems (Computers) 646
- Moral cristiana 623
- Computer Science 612
- Enfermedades mentales 611
- Universidad Pontificia de Salamanca (España) 583
- Computer programs 548
- Derecho canónico 547
- Mental health 546
- Personas con discapacidad mental 534
-
125561por Vanheule, Stijn. authorTabla de Contenidos: “…Symptom and Context: The Issue of Validity in Diagnosis -- Chapter 3. From Mental Suffering to Mental Disorder and Back Again -- Chapter 4. …”
Publicado 2017
Libro electrónico -
125562
-
125563por Nolasco Valenzuela, Jorge Santiago“…En laactualidad hay dos vertientes la versión 2.x y 3.x, al final llegara el momento que se integraran estas dos versiones, es recomendable utilizar la últimaversión estable 3.x. …”
Publicado 2018
Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada)Libro electrónico -
125564por Kammermann, MarkusTabla de Contenidos: “…Auflage -- 1.5 Eintrittstest zur Standortbestimmung -- Kapitel 2: Entwicklungen und Modelle -- 2.1 Es war einmal ein Netzwerk -- 2.2 Was ist denn eigentlich ein Netzwerk? …”
Publicado 2022
Libro electrónico -
125565
-
125566por Mark, Dave“…A programmer's manual for creating a variety of iPhone applications provides a complete course in iPhone, iPad, and iPod Touch programming fundamentals, including how to download and install the iOS SDK 4, how to master interface elements, and how to save and retrieve data with SQLite…”
Publicado 2011
Libro electrónico -
125567
-
125568Publicado 2006Tabla de Contenidos: “…IMPLICACIONES POLÍTICAS INDIRECTAS DEL MENSAJE DE JESÚS SOBRE EL REINO DE DIOS -- 4. ¿UN JESÚS NACIONALISTA? …”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
125569Publicado 2021Tabla de Contenidos: “…-- La concepción virginal de Jesús (1,18-25) -- Los «hermanos» de Jesús -- La «justicia» de José (Mt 1,19) -- La visita de los sabios -- Una estrella errante -- Mensaje teológico -- La huida a Egipto (Mt 2,13-23) -- La muerte de los inocentes -- La pregunta de María (Lc 1,34) -- El censo o empadronamiento (Lc 2,1-21) -- El censo de Quirino -- ¿Dónde nació Jesús? …”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
125570Publicado 2016Tabla de Contenidos: “…Intro -- Title Page -- Copyright Page -- Brief Contents -- Contents in Detail -- Preface -- Acknowledgments -- Introduction -- A Brief History of R -- About This Book -- Part I: The Language -- Part II: Programming -- Part III: Statistics and Probability -- Part IV: Statistical Testing and Modeling -- Part V: Advanced Graphics -- For Students -- For Instructors -- Part I: The Language -- Chapter 1: Getting Started -- 1.1 Obtaining and Installing R from CRAN -- 1.2 Opening R for the First Time -- 1.2.1 Console and Editor Panes -- 1.2.2 Comments -- 1.2.3 Working Directory -- 1.2.4 Installing and Loading R Packages -- 1.2.5 Help Files and Function Documentation -- 1.2.6 Third-Party Editors -- 1.3 Saving Work and Exiting R -- 1.3.1 Workspaces -- 1.3.2 Scripts -- 1.4 Conventions -- 1.4.1 Coding -- 1.4.2 Math and Equation References -- 1.4.3 Exercises -- Exercise 1.1 -- Chapter 2: Numerics, Arithmetic, Assignment, and Vectors -- 2.1 R for Basic Math -- 2.1.1 Arithmetic -- 2.1.2 Logarithms and Exponentials -- 2.1.3 E-Notation -- Exercise 2.1 -- 2.2 Assigning Objects -- Exercise 2.2 -- 2.3 Vectors -- 2.3.1 Creating a Vector -- 2.3.2 Sequences, Repetition, Sorting, and Lengths -- Exercise 2.3 -- 2.3.3 Subsetting and Element Extraction -- Exercise 2.4 -- 2.3.4 Vector-Oriented Behavior -- Exercise 2.5 -- Chapter 3: Matrices and Arrays -- 3.1 Defining a Matrix -- 3.1.1 Filling Direction -- 3.1.2 Row and Column Bindings -- 3.1.3 Matrix Dimensions -- 3.2 Subsetting -- 3.2.1 Row, Column, and Diagonal Extractions -- 3.2.2 Omitting and Overwriting -- Exercise 3.1 -- 3.3 Matrix Operations and Algebra -- 3.3.1 Matrix Transpose -- 3.3.2 Identity Matrix -- 3.3.3 Scalar Multiple of a Matrix -- 3.3.4 Matrix Addition and Subtraction -- 3.3.5 Matrix Multiplication -- 3.3.6 Matrix Inversion -- Exercise 3.2 -- 3.4 Multidimensional Arrays -- 3.4.1 Definition…”
Libro electrónico -
125571Publicado 2019Tabla de Contenidos: “…5.1 Choosing Algorithmic Components to Work With Compilers and Architectures -- 6 Power Optimization -- 4 Basic Programming Techniques -- 1 Introduction -- 2 Reference Platform Overview -- 2.1 Understanding Hardware -- 3 SDK Installation -- 3.1 Download and Installation -- 3.2 Building a Project -- 3.3 Debugging the Project -- 4 Target System Configuration and Initialization -- 4.1 System Reset -- 4.2 Clock Configuration -- 4.3 I/O Pin Configuration -- 4.4 I/O Pin Initialization -- 4.5 SDK I/O Helper Routines -- 5 Programming Examples -- 5.1 General Purpose I/O-Blinking LED -- 5.2 Basic Serial I/O-Polled UART Send/Receive -- 5.3 Overview of Interrupt Handlers -- 5.4 Basic Timer Operation-Low-Power Timer (LPTMR) -- 6 Summary -- Questions and Answers -- 5 Programming and Implementation Guidelines -- 1 Introduction -- 1.1 Principles of High-Quality Programming -- 1.1.1 Readability -- 1.1.2 Maintainability -- 1.1.3 Testability -- 1.2 What Sets Embedded Apart From General Programming -- 2 Starting the Embedded Software Project -- 2.1 Hardware Platform Input -- 2.2 Project Files/Organization -- 2.2.1 Source Files Written Locally -- 2.2.2 Source Files From Company Libraries -- 2.2.3 Libraries From Third Parties -- 2.2.4 Libraries From Compiler/Linker Toolsets -- 2.3 Team Programming Guidelines -- 2.4 Syntax Standard -- 2.4.1 Code WhiteSpace -- 2.4.2 Tabs in Source Files -- 2.4.3 Alignment Within Source -- 2.5 Safety Requirements in Source Code -- 3 Variable Structure -- 3.1 Variable Declarations -- 3.1.1 Global Variables -- 3.1.2 File-Scope Variables -- 3.1.3 Local Variables -- 3.2 Data Types -- 3.3 Definitions -- 3.3.1 Conditional Compilation -- 3.3.2 #Define -- Content Learning Exercises -- 6 Operating Systems -- 1 Foreground/Background Systems -- 2 Real-Time Kernels…”
Libro electrónico -
125572Publicado 2003Tabla de Contenidos: “…Implement a team development environment -- 11.1 Team development environment scenario -- 11.2 Build and SCM node implementation -- 11.2.1 CVS overview -- 11.2.2 CVSNT Server implementation -- 11.2.3 WebSphere Commerce Studio installation -- 11.2.4 Publish store archive within WebSphere Test Environment -- 11.2.5 CVS client configuration -- 11.3 Development node implementation -- 11.3.1 WebSphere Commerce Studio installation -- 11.3.2 CVS client configuration -- 11.4 Development Integration Test node implementation -- Chapter 12. …”
Libro electrónico -
125573Publicado 2020Tabla de Contenidos: “…4.5.2 AlphaGo Zero -- 4.5.3 AlphaZero -- 4.6 Manipulation von Objekten -- 4.7 Populäre Umgebungen für das Deep-Reinforcement-Learning -- 4.7.1 OpenAI Gym -- 4.7.2 DeepMind Lab -- 4.7.3 UnityML-Agents -- 4.8 Drei Arten von KI -- 4.8.1 Artificial Narrow Intelligence -- 4.8.2 Artificial General Intelligence -- 4.8.3 Artificial Super Intelligence -- 4.8.4 Zusammenfassung -- Teil II -- Die nötige Theorie -- 5 Der (Code-)Karren vor dem (Theorie-)Pferd -- 5.1 Voraussetzungen -- 5.2 Installation -- 5.3 Ein flaches Netzwerk in Keras -- 5.3.1 Der MNIST-Datensatz handgeschriebener Ziffern -- 5.3.2 Ein schematisches Diagramm des Netzwerks -- 5.3.3 Die Daten laden -- 5.3.4 Die Daten umformatieren -- 5.3.5 Die Architektur eines neuronalen Netzes entwerfen -- 5.3.6 Trainieren eines Deep-Learning-Modells -- 5.4 Zusammenfassung -- 6 Künstliche Neuronen, die Hotdogs erkennen -- 6.1 Das Einmaleins der biologischen Neuroanatomie -- 6.2 Das Perzeptron -- 6.2.1 Der Hotdog/Nicht-Hotdog-Detektor -- 6.2.2 Die wichtigste Gleichung in diesem Buch -- 6.3 Moderne Neuronen und Aktivierungsfunktionen -- 6.3.1 Das Sigmoid-Neuron -- 6.3.2 Das Tanh-Neuron -- 6.3.3 ReLU: Rectified Linear Units -- 6.4 Ein Neuron auswählen -- 6.5 Zusammenfassung -- Schlüsselkonzepte -- 7 Künstliche neuronale Netze -- 7.1 Die Eingabeschicht -- 7.2 Vollständig verbundene Schichten -- 7.3 Ein vollständig verbundenes Netzwerk zum Erkennen von Hotdogs -- 7.3.1 Forwardpropagation durch die erste verborgene Schicht -- 7.3.2 Forwardpropagation durch nachfolgende Schichten -- 7.4 Die Softmax-Schicht eines Netzwerks zum Klassifizieren von Fastfood -- 7.5 Zurück zu unserem flachen Netzwerk -- 7.6 Zusammenfassung -- Schlüsselkonzepte -- 8 Deep Networks trainieren -- 8.1 Kostenfunktionen -- 8.1.1 Quadratische Kosten -- 8.1.2 Gesättigte Neuronen -- 8.1.3 Kreuzentropie-Kosten…”
Libro electrónico -
125574por Nartovich, AleksandrTabla de Contenidos: “…Creating a Web browser interface for your 5250 application -- Outline -- Learning objectives -- 8.1 Prerequisites for creating a new WebFacing project -- 8.1.1 Downloading and installing the latest service pack for WDSC -- 8.1.2 Installing WebFacing PTFs on OS/400 -- 8.1.3 Host servers -- 8.1.4 Starting the WebFacing server -- 8.1.5 Number of virtual terminals (QAUTOVRT) -- 8.2 Creating your first WebFacing project -- 8.2.1 Getting started with the IBM WebFacing Tool -- 8.3 A look at the WebFacing project properties -- 8.4 Testing your application within Development Studio Client -- 8.4.1 Configuring UTF-8 support -- 8.4.2 Unit testing your application -- 8.4.3 Ending the test environment -- 8.5 Stepping through the sample application -- 8.5.1 Starting the application -- 8.5.2 The first application panel -- 8.5.3 Converting a window subfile -- 8.6 Running a WebFacing application in WebSphere -- 8.6.1 Transferring an application to the iSeries server -- 8.6.2 Deploying to WebSphere Application Server -- Summary -- Key terms and concepts -- Other helpful resources -- Questions -- Exercise -- On-going study -- Chapter 9. …”
Publicado 2004
Libro electrónico -
125575Publicado 2023Tabla de Contenidos: “…8.8.1 Legacy language -- 8.8.2 Choosing the next one -- Summary -- Checklist -- 9 Development -- 9.1 Project planning -- 9.1.1 Project manager -- 9.1.2 Defining projects -- 9.2 Development standards -- 9.3 Version control -- 9.4 Quality assurance (QA) -- 9.4.1 Manual testing -- 9.4.2 Automated tests -- 9.5 Cl/CD -- 9.6 Technical debt -- 9.7 Release -- 9.7.1 Outage release -- 9.7.2 Blue-green release -- 9.8 Client requests -- Summary -- Checklist -- 10 Contract management -- 10.1 Service agreement -- 10.1.1 Statement of work -- 10.1.2 Service-level agreement -- 10.2 Evaluating vendors -- 10.3 Software licensing -- 10.4 Support contracts -- Summary -- Checklist -- 11 Documentation -- 11.1 Why document? …”
Libro electrónico -
125576por Lakner, GaryTabla de Contenidos: “…Windows 2000 Kerberos tools -- Introduction -- Support tools installation -- Support tools verification -- Finding the ktpass command -- Verify the system path -- Running the ktpass command -- Klist command -- Kerbtray -- Appendix D. …”
Publicado 2004
Libro electrónico -
125577
-
125578
-
125579
-
125580por Arbach, Karin“…The SARA-V3 User Manual is a comprehensive guide on assessing the risk of intimate partner violence (IPV), also known as spousal assault. …”
Publicado 2022
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico