Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Historia 2,827
- Crítica e interpretación 1,804
- Aristóteles 1,788
- Història 1,117
- Colecciones 1,099
- Platón 1,092
- Literatura latina clásica 1,040
- Filosofía 1,024
- Filosofía griega 977
- Filosofía antigua 959
- Traducción al francés 674
- Aristòtil 561
- Literatura griega 557
- Literatura griega clásica 557
- Tragedia griega 448
- Crítica i interpretació 444
- Política 408
- Plató 407
- Poesía latina clásica 388
- Traducción al español 326
- Biblia 323
- Metafísica 317
- Tecnología 282
- Technology 279
- Prosa latina clásica 263
- Obres anteriors al 1800 258
- Filosofia antiga 244
- Política y gobierno 240
- Bíblia 225
- Sermones 222
-
45221por Gobinet, Charles
Publicado 1773Biblioteca Pública Episcopal del Seminario de Barcelona (Otras Fuentes: Biblioteca Universitat Ramon Llull, Red de bibliotecas Iglesia Navarra, Red de Bibliotecas de la Archidiócesis de Granada, Biblioteca de la Universidad de Navarra, Biblioteca Central de Capuchinos de España)Accés lliure
Accés lliure
Accés lliure
Libro -
45222
-
45223por Luis de Granada (O.P.), 1504-1588
Publicado 1777Biblioteca de la Universidad de Navarra (Otras Fuentes: Catálogo Colectivo del Patrimonio Bibliográfico Mercedario, Biblioteca Universidad Eclesiástica San Dámaso)Libro -
45224Libro
-
45225por Mittal, AjayTabla de Contenidos: “…Cover -- Programming in C -- Copyright -- Contents -- About the Author -- Preface -- 1 Data Types, Variables and Constants -- 1.1 Introduction -- 1.2 C Standards -- 1.2.1 Kernighan & Ritchie (K&R) C Standard -- 1.2.2 ANSI C/Standard C/C89 Standard -- 1.2.3 ISO C/C90 Standard -- 1.2.4 C99 Standard -- 1.3 Learning Programming Language and Natural Language: An Analogy -- 1.4 C Character Set -- 1.5 Identifiers and Keywords -- 1.5.1 Identifiers -- 1.5.2 Keywords -- 1.6 Declaration Statement -- 1.7 Data Types -- 1.7.1 Basic/Primitive Data Types -- 1.7.2 Derived Data Types -- 1.7.3 User-defined Data Types -- 1.8 Type Qualifiers and Type Modifiers -- 1.8.1 Type Qualifiers -- 1.8.2 Type Modifiers -- 1.9 Difference Between Declaration and Definition -- 1.10 Data Object, L-value and R-value -- 1.10.1 Data Object -- 1.10.2 L-value -- 1.10.3 R-value -- 1.11 Variables and Constants -- 1.11.1 Variables -- 1.11.2 Constants -- 1.12 Structure of a C Program -- 1.12.1 Comments -- 1.12.2 Section1: Preprocessor Directive Section -- 1.12.3 Section 2: Global Declaration Section -- 1.12.4 Section 3: Functions Section -- 1.13 Executing a C Program -- 1.14 More Programs for Startup -- 1.15 Summary -- Exercise Questions -- Conceptual Questions and Answers -- Code Snippets -- Multiple-choice Questions -- Outputs and Explanations to Code Snippets -- Answers to Multiple-choice Questions -- Programming Exercises -- Test Yourself -- 2 Operators and Expressions -- 2.1 Introduction -- 2.2 Expressions -- 2.2.1 Operands -- 2.2.2 Operators -- 2.3 Simple Expressions and Compound Expressions -- 2.3.1 Precedence of Operators -- 2.3.2 Associativity of Operators -- 2.4 Classification of Operators -- 2.4.1 Classification Based on Number of Operands -- 2.4.2 Classification Based on Role of Operator -- 2.5 Combined Precedence of All Operators -- 2.6 Summary -- Exercise Questions…”
Publicado 2010
Libro electrónico -
45226por Faugère, BrigitteTabla de Contenidos: “…-- 2g : massue en forme d'étoile -- 3a-h : haches à quatre ailettes -- 4a-h : haches en forme d'ancre à quatre ailettes -- 5a-c : haches T en forme d'ancre -- 5d-f : ornements en forme de haches doubles -- Localisation : Chinchilla (7h), San Juan (3a), Pillahuar (4b), La Fragua (1a-c, 1f-h, 2a-b, 2f, 3c-e, 3g, 4d, 4h, 5d-e, 6a, 6c-d, 6f-h, 6j, 8a-g), Taraya (2d, 3b, 3f, 5a, 5f, 6k, 7c-d), Carrizal (3h), Santa Cruz (1d-e, 2c, 4g), Escapana (4a, 4e-f, 5b-c, -- Fig. 6. …”
Publicado 2020
Libro electrónico -
45227por Kamthane, AshokTabla de Contenidos: “…Cover -- Brief Contents -- Contents -- Preface -- About the Author -- Chapter 1 : Introduction to C++ -- 1.1 Differences between C and C++ -- 1.2 Evolution of C++ -- 1.3 The ANSI Standard -- 1.4 The Object Oriented Technology -- 1.5 Disadvantage of Conventional Programming -- 1.6 Programming Paradigms -- (1) Monolithic Programming -- (2) Procedural/Structured Programming -- 1.7 Preface to Object Oriented Programming -- 1.8 Key Concepts of Object Oriented Programming -- (1) Objects -- (2) Classes -- (3) Method -- (4) Data Abstraction -- (5) Encapsulation -- (6) Inheritance -- (7) Polymorphism -- (8) Dynamic Binding -- (9) Message passing -- (10) Reusability -- (11) Delegation -- (12) Genericity -- 1.9 Advantages of OOP -- 1.10 Object Oriented Languages -- SMALTALK -- CHARM++ -- JAVA -- 1.11 Usage of OOP -- 1.12 Usage of C++ -- Summary -- Exercises -- Chapter 2 : Basics of C++ -- 2.1 Introduction -- 2.2 Steps to Create and Execute a C++ Program -- 2.3 Flowchart for Creating a Source File, Compiling, Linking and Executing in C++ -- 2.4 C++ Environments -- 2.5 Typical C++ Environment (Borland C++) -- Step 1: Open any Text Editor -- Step 2: Write the Code for the Program -- Step 3: Save the File with .CPP AS an Extension -- Step 4: Compile the Program -- Step 5: Run the Program -- 2.6 Structure of a C++ Program -- 2.7 Illustrative Simple Program in C++ without Class -- 2.8 Header Files and Libraries -- Summary -- Exercises -- Chapter 3 : Input and Output in C++ -- 3.1 Introduction -- 3.2 Streams in C++ and Stream Classes -- 3.3 Pre-defined Streams -- 3.4 Buffering -- 3.5 Stream Classes -- 3.6 Formatted and Unformatted Data -- 3.7 Unformatted Console I/O Operations -- Input and Output Streams -- 3.8 Type Casting with the cout Statement -- 3.9 Member Functions of the istream Class -- 3.10 Formatted Console I/O Operations -- 3.11 Bit Fields…”
Publicado 2012
Libro electrónico -
45228Publicado 2016“…Jeremías, el profeta de las lamentaciones, profetizó por cuatro décadas bajo el reinado de los últimos cinco reyes de Judá –de 627 a 587 a.C.–. Su misión: una llamada a la penitencia. Jeremías fue muy poco citado entre los Padres Apostólicos, pero muchos autores posteriores le prestaron, en cambio, bastante atención, incluyendo a Orígenes, Teodoreto de Ciro y Jerónimo, que escribió comentarios personalizados a Jeremías, y Cirilo de Alejandría y Efrén el Sirio, que compiló catenae. …”
Red de Bibliotecas de la Archidiócesis de Granada (Otras Fuentes: Red de bibliotecas Iglesia Navarra, Biblioteca Universidad Eclesiástica San Dámaso, Red de Bibliotecas de la Diócesis de Córdoba, Biblioteca de la Universidad Pontificia de Salamanca, Bibliotecas de la Diócesis de Teruel y Albarracín, Biblioteca de la Universidad de Navarra, Biblioteca Provicincial Misioneros Claretianos - Provincia de Santiago, Biblioteca del Instituto Superior de Teología de las Islas Canarias, Biblioteca Universidad de Deusto, Universidad Loyola - Universidad Loyola Granada, Biblioteca IEBA Jerusalén, Biblioteca Central de Capuchinos de España)Libro -
45229
-
45230Publicado 2019Tabla de Contenidos: “…Putting Regular Expressions to Work -- Summing Up -- 20 TEXT PROCESSING -- Applications of Text -- Revisiting Some Old Friends -- Slicing and Dicing -- Comparing Text -- Editing on the Fly -- Summing Up -- Extra Credit -- 21 FORMATTING OUTPUT -- Simple Formatting Tools -- Document Formatting Systems -- Summing Up -- 22 PRINTING -- A Brief History of Printing -- Printing with Linux -- Preparing Files for Printing -- Sending a Print Job to a Printer -- Monitoring and Controlling Print Jobs -- Summing Up -- 23 COMPILING PROGRAMS -- What Is Compiling? -- Compiling a C Program -- Summing Up -- PART IV: WRITING SHELL SCRIPTS -- 24 WRITING YOUR FIRST SCRIPT -- What Are Shell Scripts? …”
Libro electrónico -
45231Publicado 2023Tabla de Contenidos: “…Exporting PyTorch models using the scripting method -- Mixing tracing and scripting approaches -- Deploying models using a C++ environment -- Deploying custom Detectron2 models -- Detectron2 utilities for exporting models -- Exporting a custom Detectron2 model -- Summary -- Chapter 13: Deploying Detectron2 Models into Browsers and Mobile Environments -- Technical requirements -- Deploying Detectron2 models using ONNX -- Introduction to ONNX -- Exporting a PyTorch model to ONNX -- Loading an ONNX model to the browser -- Exporting a custom Detectron2 model to ONNX -- Developing mobile computer vision apps with D2Go -- Introduction to D2Go -- Using existing D2Go models -- Training custom D2Go models -- Model quantization -- Summary -- Index -- Other Books You May Enjoy…”
Libro electrónico -
45232Publicado 2017Tabla de Contenidos: “…-- A Model for Ransomware Simulation -- Asymmetric Cryptography -- Remote Key Generation -- Targeting Files -- Requesting the Ransom -- Maintaining C2 -- Final Thoughts -- Command and Control Part V: Creating a Covert C2 Solution -- Introducing the Onion Router -- The Torrc File -- Configuring a C2 Agent to Use the Tor Network -- Bridges -- New Strategies in Stealth and Deployment -- VBA Redux: Alternative Command-Line Attack Vectors -- PowerShell -- FTP -- Windows Scripting Host (WSH) -- BITSadmin -- Simple Payload Obfuscation -- Alternative Strategies in Antivirus Evasion -- The Attack -- Gun Design Engineer Answers Your Questions…”
Libro electrónico -
45233por Provost, Lloyd P.Tabla de Contenidos: “…Other Tools for Learning from Variation.Frequency Plots.Pareto Charts.Scatter Plot.5 Understanding Variation Using Shewhart Charts.Selecting the Type of Shewhart Chart.Chart Selection Guide.Shewhart Charts for Continuous Data.I Charts.Examples of Shewhart Charts for Individual Measurements.Rational Ordering with an Individual Chart.Effect of the Distribution of the Measurements Example of Individual Chart for Deviations from a Target.X-Bar and S Chart.Shewhart Charts for Attribute Data.Subgroup Size For Attribute Charts.The P Chart for Classification Data.Examples of P Charts.Creation of Funnel Limits for P chart.C and U Charts for Counts of Nonconformities.C Charts.U Charts.Creation of Funnel Limits for a U chart.Process Capability.Process Capability from an I Chart.Capability of a Process from X-bar and S Chart (or R chart).Capability of a Process from Attribute Control Charts.Capability from a P Chart.Capability from a C or U Chart.Appendix 5.1: Calculating Shewhart Limits.Part II Advanced Theory and Methods with Data.6 Shewhart Chart Savvy: Dealing with Some Issues.Designing Effective Shewhart Charts.Typical Problems with Software for Calculating Shewhart Charts.Some Cautions when Using I Charts.7 More Shewhart-Type Charts.Other Shewhart-Type Charts.NP Chart.X-Bar and Range Chart.Median Chart.Shewhart Charts for Rare Events.G Chart for Opportunities Between Rare Events.T Chart for Time Between Rare Events.Some Alternatives to Shewhart-Type Charts.Moving Average Chart.Cumulative Sum (CUSUM) Chart.Exponentially Weighted Moving Average (EWMA) Chart.Standardized Shewhart Charts.Multivariate Shewhart-Type Charts.8 Special Uses for Shewhart Charts.Shewhart Charts with a Changing Center Line.Shewhart Charts with Sloping Center Line.Shewhart Charts with Seasonal Effects.Transformation of Data with Shewhart Charts.Shewhart Charts for Autocorrelated Data.Shewhart Charts for Attribute Data with Large Subgroup Sizes (Over-Dispersion).Prime Charts (P&' and U').Comparison Charts.Confidence Intervals and Confidence Limits.Shewhart Charts for Case-Mix Adjustment.9 Drilling Down into Aggregate Data for Improvement.What are Aggregate Data?…”
Publicado 2011
Libro electrónico -
45234Publicado 2010Tabla de Contenidos: “…Using Core Data -- Using Xcode to Design Objects -- Summary -- Q& -- A -- Workshop -- Exercises -- PART VI: Interacting with the World -- HOUR 19: Playing and Recording Media -- Playing and Recording Audio -- Playing Video Files -- Summary -- Q& -- A -- Workshop -- Exercises -- HOUR 20: Sensing the World -- Using the iPhone's Accelerometer -- Determining the iPhone's Location -- Taking Photos and Making Short Videos -- Summary -- Q& -- A -- Workshop -- Exercises -- HOUR 21: Sharing Data -- Using Custom URLs -- Using Pasteboards -- Exporting Data -- Summary -- Q& -- A -- Workshop -- Exercises -- PART VII: Completing Your Application -- HOUR 22: Debugging -- Using gdb, dtrace, valgrind, and nib2objc -- Resolving Cocoa Misunderstandings -- Summary -- Q& -- A -- Workshop -- Exercise -- HOUR 23: Optimizing Performance -- Profiling Your Code -- Optimizing Your Memory Usage -- Optimizing Your Code's Speed -- Summary -- Q& -- A -- Workshop -- Exercise -- HOUR 24: Shipping Your Application -- Polishing Your Application for Submission -- Localizing Your Application -- Submitting Your Application to the App Store -- Summary -- Q& -- A -- Workshop -- Exercise -- APPENDIX A: C Primer (Online) -- Functions -- Primitive Types -- Basic Operators -- Function Signatures -- Interface Files -- System Libraries -- Composite Structures -- Memory Access -- Arrays -- Dynamic Memory Allocation -- Strings -- Types -- New Kinds of Errors -- APPENDIX B: Troubleshooting Xcode (Online) -- Logging in to the Developer Website -- Obtaining Permission to Upload Your Application to Your Device -- Building Your Application to Run on a Device -- Updating Mobile Provisions -- Debugging the Ambiguous Matches Error -- Uploading Your Application to Your Device -- Checking Changes That Do Not Show Up -- Checking the App Store Executable -- APPENDIX C: Resources…”
Libro electrónico -
45235Publicado 2022Tabla de Contenidos: “…. -- Converting a NumPy image to a C-byte array -- Getting ready -- How to do it... -- Preparing the skeleton of the TFLu project -- Getting ready -- How to do it... -- Building and running the TFLu application on QEMU -- Getting ready -- How to do it... -- Chapter 8: Toward the Next TinyML Generation with microNPU -- Technical requirements -- Setting up Arm Corstone-300 FVP -- Getting ready -- How to do it... -- Installing TVM with Arm Ethos-U support -- Getting ready -- How to do it... -- Installing the Arm toolchain and Ethos-U driver stack -- Getting ready -- How to do it...…”
Libro electrónico -
45236Publicado 2018Tabla de Contenidos: “…Franx, Jessica Snabel, Robert Kleemann, Ilse A. C. Arnoldussen and Amanda J. Kiliaan Butyrate Reduces HFD-Induced Adipocyte Hypertrophy and Metabolic Risk Factors in Obese LDLr-/-.Leiden Mice doi: 10.3390/nu9070714…”
Libro electrónico -
45237por ITL Education Solutions Limited, ITL Education Solutions LimitedTabla de Contenidos: “…3.3 Working with Excel Workbook -- 3.3.1 Creating an Excel Workbook -- 3.3.2 Opening an Existing Workbook -- 3.3.3 Saving Workbook -- 3.3.4 Closing a Workbook -- 3.4 Working with Worksheet -- 3.4.1 Entering Data in Cells -- 3.4.2 Navigating Through Cells -- 3.4.3 Naming of a Range of Cells -- 3.4.4 Editing a Worksheet -- 3.4.5 Using Cut, Copy, and Paste in Excel -- 3.4.6 Finding and Replacing Cells -- 3.4.7 Undo and Redo -- 3.5 Formulas and Functions -- 3.5.1 Functions -- 3.5.2 Using Auto Sum -- 3.5.3 Formulas -- 3.6 Inserting Charts -- 3.6.1 Creating Charts -- 3.6.2 Using Chart Toolbar -- 3.6.3 Saving a Chart -- 3.7 Sorting -- 3.8 Object Linking and Embedding (OLE ) -- 3.8.1 Inserting an Embedded Object in Excel Worksheet -- 3.8.2 Inserting a Linked Object in Excel -- 3.9 Importing Data -- 3.10 Inserting PivotTable -- 3.11 Printing in Excel -- 3.11.1 Setting Page Layout -- 3.11.2 Print Preview -- 3.11.3 Printing Worksheet -- 3.12 Advanced features of Microsoft Excel -- 3.12.1 Working with Multiple Worksheets and Workbooks -- 3.12.2 What-if Analysis -- 3.12.3 Working with Data Form -- 3.12.4 Working with Filters -- Let us Summarise -- Exercises -- Answers -- Chapter 4: Programming in C -- 4.1 Introduction -- 4.2 Evolution of C Language -- 4.3 Uses of C -- 4.4 Creating and Executing a Program Using C Language -- 4.5 Basic Structure of a C Program -- 4.6 Executing a Program Using Turbo C++ -- 4.7 C Character Set -- 4.8 Keywords -- 4.9 Identifiers -- 4.10 Constants -- 4.11 Data Types -- 4.11.1 Built-In Data Types -- 4.11.2 Derived Data Types -- 4.11.3 User-Defined Data Types -- 4.12 Variables -- 4.13 Operators and Expressions -- 4.13.1 T ypes of Operators -- 4.14 Header Files -- 4.15 Control Structures -- 4.15.1 Conditional Statements -- 4.15.2 Looping Statements -- 4.15.3 Jump Statements -- 4.16 Arrays -- 4.17 Pointers -- 4.17.1 Pointers and Arrays…”
Publicado 2011
Libro electrónico -
45238por Jesús Hernández“…<p>Es sorprendente la cantidad de personajes históricos con un cierto grado de popularidad que han sido los artífices de grandes masacres en la historia de la humanidad.El asesinato masivo de personas inocentes ha sido, desgraciadamente, una constante en la historia de la Humanidad, desde el exterminio de los habitantes de Jericó en el 1.500 a.C. hasta los grandes atentados terroristas del siglo XXI, pasando por la aniquilación de los cátaros en 1209, la Matanza de San Bartolomé en 1572, la masacre de Wounded Knee en 1890, el Bloody Sunday de 1972 o el aplastamiento de la revuelta de 1989 en la plaza de Tiananmen. …”
Publicado 2010
Texto completo en Odilo
Otros -
45239por Marcos Chicot“…<p>Grecia, siglo v a. C.<br />Un oscuro oráculo vaticina la muerte de Sócrates. …”
Publicado 2016
Texto completo en Odilo
Otros -
45240