Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Historia 11,181
- Crítica e interpretación 4,335
- Biblia 3,585
- Història 3,399
- Filosofía 3,211
- History 2,152
- Colecciones 2,041
- Aristóteles 1,888
- Teología 1,650
- Iglesia Católica 1,576
- Bíblia 1,569
- Engineering & Applied Sciences 1,489
- Església Catòlica 1,373
- Historia y crítica 1,323
- Literatura latina clásica 1,317
- Derecho canónico 1,220
- Management 1,181
- Platón 1,136
- Development 1,091
- Computer Science 1,077
- Filosofía antigua 1,057
- Política 1,044
- Filosofía griega 1,036
- Sermones 1,015
- Política y gobierno 968
- Moral cristiana 961
- Derecho 956
- Obres anteriors al 1800 922
- Crítica i interpretació 914
- Espiritualidad 886
-
296061por Jornadas de Actualidad CanónicaTabla de Contenidos: “…Atentado matrimonio; 1.1.2. Delitos del c. 1395; 1.2 Contenido y valoración de la primera facultad; 1.3 La segunda facultad concedida a la Congregación para el Clero ; 2. …”
Publicado 2012
Libro electrónico -
296062por Organisation for Economic Co-operation and Development.Tabla de Contenidos: “…OECD/DAC standard suite of tables Annex C. Field visit to Tanzania Annex D. Netherlands’ Ministry of Foreign Affairs organigramme Description of key terms Bibliography…”
Publicado 2013
Libro electrónico -
296063por Conférence Européenne des Ministres des Transports.Tabla de Contenidos: “…Changement climatique 236 -6. Autres nuisances 240 C. Les coûts des infrastructures 243 -1. Introduction 247 -2. …”
Publicado 1999
Libro electrónico -
296064por Organisation for Economic Co-operation and Development.Tabla de Contenidos: “…Occupational Exposure Assessments for the Formulatio of Radiation Curable Products 65 -5.1 Personal Protective Equipment 67 -5.2 Number of Workers Exposed Per Site 67 -5.3 Exposure from Unloading Solid or Liquid Chemicals (Exposure A) 69 -5.4 Exposure to Solids or Liquids During Container Cleaning (Exposure B) 73 -5.5 Exposure from Sampling Liquid Radiation Curable Product (Exposure C) 77 -5.6 Exposure to Liquids During the Equipment Cleaning of Mixers and Other Process Equipment (Exposure D) 79 -5.7 Exposure from Changing Spent Filter Media (Exposure E) 81 -5.8 Exposure from Packaging Radiation Curable Product (Exposure F) 83 6 Sample Calculations 86 -6.1 General Facility Estimates for the Formulation of Radiation Curable Products 86 -6.2 Release Assessments for the Formulation of Radiation Curable Products 90 -6.3 Occupational Exposure Assessments for the Formulation of Radiation Curable Products 98 7. …”
Publicado 2014
Libro electrónico -
296065Publicado 2019Tabla de Contenidos: “…Reinventing the Spaces Within: The Early Images of Artist Lalla Essaydi / Isolde Brielmaier ; 15. Swimming with E.C. / Kellie Jones -- Part Four: Reclaiming Our Time. 16. …”
Libro electrónico -
296066Publicado 2017Tabla de Contenidos: “…CONCLUSIONS -- References -- 3 - Epilogue -- 12 - On the Verge of the Plateau: Epilogue -- References -- Index -- A -- B -- C -- D -- E -- F -- G -- H -- I -- J -- L -- M -- N -- O -- P -- R -- S -- T -- U -- V -- W -- X -- Y.…”
Libro electrónico -
296067Publicado 2017Tabla de Contenidos: “…Creating a multidimensional array -- Using nested loops for multidimensional arrays -- Assigning different colors to our chessboard -- Printing the chessboard -- ArrayLists -- An ArrayList example in NetBeans -- Creating an ArrayList -- Getting user input -- Printing the ArrayList of user input -- Giving control to the user -- Analyzing ArrayIndexOutOfBoundsException -- Maps -- Creating a Map -- Assigning values to our Map -- Fetching information from our Map -- Summary -- Chapter 5: Functions -- The basics of Java functions -- Methods -- Temperature conversion program -- Setting up the control flow -- Exploring separate cases - C, K, and F -- Celsius type -- Kelvin type -- Fahrenheit type -- Executing the first part of the program -- Executing the second part of the program -- Final touch to the program -- Advanced Java functions -- Operating java variables -- Using variables in the program -- Understanding passing parameters -- Summary -- Chapter 6: Modeling with Object-Oriented Java -- Creating classes and objects -- Creating custom classes -- Creating member variables -- Creating member functions -- Creating constructors -- Types of constructors -- Summary -- Chapter 7: More Object-Oriented Java -- Inheritance -- Creating a superclass -- The is-a relationship -- Overriding -- Data structure -- The abstract method -- The protected method -- Abstract -- Summary -- Chapter 8: Useful Java Classes -- The Calendar class -- Subclasses of Calendar -- Fetching the current day, month, and year -- How Calendar works -- String functionality -- String literals versus String objects -- String functions -- The replace() function -- The format() function -- Exceptions -- Analyzing the console exception messages -- Handling exceptions -- The try and catch blocks -- The finally block -- The Object class -- Overriding the equals() method -- Other Object methods…”
Libro electrónico -
296068Publicado 2018Tabla de Contenidos: “…Running the production build -- B.1 Understanding the production build -- B.2 Running the Hacker News production build locally -- Appendix C. Exercise answers -- Chapter 2 -- Chapter 3 -- Chapter 4 -- Chapter 5 -- Chapter 7 -- Chapter 8.…”
Libro electrónico -
296069Publicado 2019Tabla de Contenidos: “…Running Particular Tests -- Running Tests in Parallel -- Creating Objects Used in Tests with Fixtures -- Running Test Scenarios -- Controlled Tests Using Mocking -- Revealing Untested Code with coverage -- Virtual Environments -- Setting Up a Virtual Environment -- Using virtualenv with tox -- Re-creating an Environment -- Using Different Python Versions -- Integrating Other Tests -- Testing Policy -- Robert Collins on Testing -- Chapter 7: Methods and Decorators -- Decorators and When to Use Them -- Creating Decorators -- Writing Decorators -- Stacking Decorators -- Writing Class Decorators -- How Methods Work in Python -- Static Methods -- Class Methods -- Abstract Methods -- Mixing Static, Class, and Abstract Methods -- Putting Implementations in Abstract Methods -- The Truth About super -- Summary -- Chapter 8: Functional Programming -- Creating Pure Functions -- Generators -- Creating a Generator -- Returning and Passing Values with yield -- Inspecting Generators -- List Comprehensions -- Functional Functions Functioning -- Applying Functions to Items with map() -- Filtering Lists with filter() -- Getting Indexes with enumerate() -- Sorting a List with sorted() -- Finding Items That Satisfy Conditions with any() and all() -- Combining Lists with zip() -- A Common Problem Solved -- Useful itertools Functions -- Summary -- Chapter 9: The Abstract Syntax Tree, Hy, and Lisp-like Attributes -- Looking at the AST -- Writing a Program Using the AST -- The AST Objects -- Walking Through an AST -- Extending flake8 with AST Checks -- Writing the Class -- Ignoring Irrelevant Code -- Checking for the Correct Decorator -- Looking for self -- A Quick Introduction to Hy -- Summary -- Paul Tagliamonte on the AST and Hy -- Chapter 10: Performances and Optimizations -- Data Structures -- Understanding Behavior Through Profiling -- cProfile…”
Libro electrónico -
296070Publicado 2015Tabla de Contenidos: “…3.6 The OpenCL Runtime with an Example3.6.1 Complete Vector Addition Listing; 3.7 Vector Addition Using an OpenCL C++ Wrapper; 3.8 OpenCL for CUDA Programmers; 3.9 Summary; Reference; Chapter 4: Examples; 4.1 OpenCL Examples; 4.2 Histogram; 4.3 Image Rotation; 4.4 Image Convolution; 4.5 Producer-Consumer; 4.6 Utility Functions; 4.6.1 Reporting Compilation Errors; 4.6.2 Creating a Program String; 4.7 Summary; Chapter 5: OpenCL runtime and concurrency model; 5.1 Commands and the Queuing Model; 5.1.1 Blocking Memory Operations; 5.1.2 Events; 5.1.3 Command Barriers and Markers…”
Libro electrónico -
296071Publicado 2023Tabla de Contenidos: “…Williams and Pietro P. C. Aucelli Most Attractive Scenic Sites of the Bulgarian Black Sea Coast: Characterization and Sensitivity to Natural and Human Factors Reprinted from: Land 2022, 11, 70, doi:10.3390/land11010070 . 201 -- v Isabel Bello-Ontiveros, Gabriela Mendoza-Gonz ́alez, Lizbeth M ́arquez-P ́erez and Rodolfo Silva Using Spatial Planning Tools to Identify Potential Areas for the Harnessing of Ocean Currents in the Mexican Caribbean Reprinted from: Land 2022, 11, 665, doi:10.3390/land11050665 237 -- Stephen Kankam, Adams Osman, Justice Nana Inkoom and Christine F ̈urst Implications of Spatio-Temporal Land Use/Cover Changes for Ecosystem Services Supply in the Coastal Landscapes of Southwestern Ghana, West Africa Reprinted from: Land 2022, 11, 1408, doi:10.3390/land11091408 261 -- Angela Rizzo, Francesco De Giosa, Antonella Di Leo, Stefania Lisco, Massimo Moretti, Giovanni Scardino, Giovanni Scicchitano, et al. …”
Libro electrónico -
296072por Tsujimura, TakatoshiTabla de Contenidos: “…4.4.1 OLED Module Components 4.4.2 Two-Transistor One-Capacitor (2T1C) Driving Circuit; 4.4.3 Ambient Performance; 4.4.4 Subpixel Rendering; 5: TFT Substrate for OLED Driving; 5.1 TFT STRUCTURE; 5.2 TFT PROCESS; 5.2.1 Low-Temperature Polysilicon Process Overview; 5.2.2 Thin-Film Formation; 5.2.3 Patterning Technique; 5.2.4 Excimer Laser Crystallization; 5.3 MOSFET BASICS; 5.4 LTPS-TFT-DRIVEN OLED DISPLAY DESIGN; 5.4.1 OFF Current; 5.4.2 Driver TFT Size Restriction; 5.4.3 Restriction Due to Voltage Drop; 5.4.4 LTPS-TFT Pixel Compensation Circuit; 5.4.5 Circuit Integration by LTPS-TFT…”
Publicado 2012
Libro electrónico -
296073por Phillips, Patricia PulliamTabla de Contenidos: “…Step 1: Analyze Reason for Communication -- Step 2: Plan for Communication -- Step 3: Select Audience -- Step 4: Develop Reports -- Step 5: Select Media -- Step 6: Present Information -- Step 7: Analyze Reaction -- Final Thoughts -- Chapter 15: Optimize Results: Use Black Box Thinking to Increase Funding -- Process Improvement is the Key: Black Box Thinking -- Making Adjustments in Programs -- The Timing of Changes -- Increasing ROI -- Influencing Allocation -- Final Thoughts -- Chapter 16: Forecast the ROI -- The Importance of Forecasting ROI -- The Trade-Offs of Forecasting -- Pre-Program ROI Forecasting -- Forecasting with a Pilot Program -- ROI Forecasting with Reaction Data -- Forecasting Guidelines -- Final Thoughts -- Chapter 17: Make It Work: Sustaining the Change to a Results-Based Process -- Overcoming Resistance -- Assess the Climate -- Develop Roles and Responsibilities -- Establish Goals and Plans -- Revise Guidelines and Procedures -- Prepare the Team -- Initiate ROI Studies -- Prepare the Management Team -- Remove Obstacles -- Monitor Progress -- Final Thoughts -- References -- Appendix A -- Appendix B -- Appendix C -- Index -- End User License Agreement…”
Publicado 2019
Libro electrónico -
296074Publicado 2017Tabla de Contenidos: “…-- Key Differences between Investing Abroad versus Investing in the United States -- How to Determine Where to Invest -- How Population Change Can Impact Target Market Opportunities -- Keys to Success in International Direct Investing -- The Role of a Partner in International Investing -- Common Mistakes Made by Investors Venturing Abroad -- Risk Mitigation -- Foreign Families in the United States -- Conclusion -- Notes -- Appendix A: Private Equity Strategies Summary -- Appendix B: Sample Due Diligence Checklist -- Appendix C: Glossary -- About the Author -- About the Chapter Authors -- Index -- EULA…”
Libro electrónico -
296075por Sacristan Romero, FranciscoTabla de Contenidos: “…Sistemas de radiodifusión y televisión; 3.10.- Proyecto HISPASAT 1C ; 3.10.1. Subsistemas de propulsion, potencia y termico; 3.10.2. …”
Publicado 2005
Libro electrónico -
296076Publicado 2008Tabla de Contenidos: “…Cover -- Contents -- Introduction -- Part I: Get Up and Running with XNA on Your PC and Xbox 360 -- 1 Introducing XNA and XNA Game Studio Express -- What Is the XNA Framework? -- Installing Visual C# Express -- Installing the DirectX Runtime -- Installing XNA Game Studio Express -- Creating Spacewar Windows Project -- Compiling and Running Spacewar -- Summary -- 2 XNA and the Xbox 360 -- Creating Spacewar Xbox 360 Project -- Buying the XNA Creators Club Subscription -- Connecting the Xbox 360 to the PC -- Deploying on the Xbox 360 -- Debugging on the Xbox 360 -- Creating a Test Demo for the Xbox 360 -- Programming for Dual Platforms -- The .NET Compact Framework on the Xbox 360 -- Summary -- 3 Performance Considerations -- Measure, Measure, Measure -- Managing Memory -- Understanding the Garbage Collector -- Optimization Suggestions -- Summary -- Part II: Understanding XNA Basics -- 4 Creating 3D Objects -- Vertices -- Vectors -- Matrices -- Transformations -- Transformations Reloaded -- Creating a Camera -- Vertex Buffers -- Effects -- Textures -- Index Buffers -- XNA Game Components -- Checking Performance -- Transformations Revolutions -- Summary -- 5 Input Devices and Cameras -- Creating a Game Service -- Starting a Library -- Working with Input Devices -- Creating a Stationary Camera -- Creating a First Person Camera -- Creating a Split Screen -- Summary -- Part III: Content Pipeline -- 6 Loading and Texturing 3D Objects -- Understanding the Content Pipeline -- Loading 3D Models -- Texturing 3D Models -- Summary -- 7 Sounds and Music -- Microsoft Cross-Platform Audio Creation Tool (XACT) -- Wave Banks -- Sounds Banks -- Understanding Variations -- Updating Our Input Handlers -- Plugging In Our Sound Manager -- Creating a Sound Demo -- Summary -- 8 Extending the Content Pipeline -- Creating a Skybox -- Using the Skybox…”
Libro electrónico -
296077Publicado 2013Tabla de Contenidos: “…List of Abbreviations xvii -- Preface xxi -- Acknowledgements xxvii -- 1 Introduction to ΣΔ Modulators: Basic Concepts and Fundamentals 1 -- 1.1 Basics of A/D Conversion 2 -- 1.2 Basics of Sigma-Delta Modulators 8 -- 1.3 Classification of ΣΔ Modulators 15 -- 1.4 Single-Loop ΣΔ Modulators 16 -- 1.5 Cascade ΣΔ Modulators 24 -- 1.6 Multibit ΣΔ Modulators 29 -- 1.7 Band-Pass ΣΔ Modulators 36 -- 1.8 Continuous-Time ΣΔ Modulators 41 -- 1.9 Summary 49 -- 2 Circuits and Errors: Systematic Analysis and Practical Design Issues 54 -- 2.1 Nonidealities in Switched-Capacitor ΣΔ Modulators 55 -- 2.2 Finite Amplifier Gain in SC-ΣΔMs 56 -- 2.3 Capacitor Mismatch in SC-ΣΔMs 60 -- 2.4 Integrator Settling Error in SC-ΣΔMs 62 -- 2.5 Circuit Noise in SC-ΣΔMs 71 -- 2.6 Clock Jitter in SC-ΣΔMs 75 -- 2.7 Sources of Distortion in SC-ΣΔMs 76 -- 2.8 Nonidealities in Continuous-Time ΣΔ Modulators 80 -- 2.9 Clock Jitter in CT-ΣΔMs 81 -- 2.10 Excess Loop Delay in CT-ΣΔMs 85 -- 2.11 Quantizer Metastability in CT-ΣΔMs 88 -- 2.12 Finite Amplifier Gain in CT-ΣΔMs 89 -- 2.13 Time-Constant Error in CT-ΣΔMs 92 -- 2.14 Finite Integrator Dynamics in CT-ΣΔMs 94 -- 2.15 Circuit Noise in CT-ΣΔMs 95 -- 2.16 Sources of Distortion in CT-ΣΔMs 97 -- 2.17 Case Study: High-Level Sizing of a ΣΔM 99 -- 2.18 Summary 107 -- 3 Behavioral Modeling and High-Level Simulation 110 -- 3.1 Systematic Design Methodology of ΣΔ Modulators 110 -- 3.2 Simulation Approaches for the High-Level Evaluation of ΣΔMs 113 -- 3.3 Implementing ΣΔM Behavioral Models 118 -- 3.4 Efficient Behavioral Modeling of ΣΔM Building Blocks using C-MEX S-Functions 134 -- 3.5 SIMSIDES: A SIMULINK-Based Behavioral Simulator for ΣΔMs 159 -- 3.6 Using SIMSIDES for the High-Level Sizing and Verification of ΣΔMs 167 -- 3.7 Summary 183 -- 4 Circuit-Level Design, Implementation, and Verification 186 -- 4.1 Macromodeling ΣΔMs 186 -- 4.2 Including Noise in Transient Electrical Simulations of ΣΔMs 199 -- 4.3 Processing ΣΔM Output Results of Electrical Simulations 208.…”
Libro electrónico -
296078Publicado 2004Tabla de Contenidos: “…Who checks which quality characteristics? -- Appendix C. Quality characteristics and elements -- Looking at the quality characteristics -- Looking at the elements -- Resources and references -- Easy to use -- Easy to understand -- Easy to find -- Putting it all together -- Glossary…”
Libro electrónico -
296079Publicado 2014Tabla de Contenidos: “…5.3.1 Discrete-time Markov chains5.3.2 Numerical solution of Markov chains; 5.3.3 Randomization; 5.3.4 Truncation of state space; 5.3.5 Two Stations in Tandem; 5.4 The Erlang B-formula and generalizations; 5.4.1 Integer number of circuits; 5.4.2 Non-Integer Number of Circuits; 5.4.3 Approximations; 5.4.4 The Erlang C-formula; 5.4.5 Derivatives; 5.4.6 Inverse; 5.5 Overflow theory; 5.5.1 The Hayward approximation; 5.5.2 The Wilkinson-Bretschneider method; 5.6 Summary; 6 Loss Networks; 6.1 Calculating Blocking in a Network; 6.2 Resource Allocation; 6.2.1 Moe's principle…”
Libro electrónico -
296080por OECDTabla de Contenidos: “…Mapping of transition plan elements -- References -- Annex C. Methodology of the 2022 OECD Industry Survey on Transition Finance -- Annex D. …”
Publicado 2022
Libro electrónico