Mostrando 45,621 - 45,640 Resultados de 45,798 Para Buscar '"a. C."', tiempo de consulta: 0.47s Limitar resultados
  1. 45621
  2. 45622
  3. 45623
  4. 45624
  5. 45625
  6. 45626
  7. 45627
  8. 45628
  9. 45629
    Publicado 1984
    “…El presente volumen cierra la edición española de los “Apócrifos del Antiguo Testamento”, un conjunto compuesto por cerca de 70 obras más una extensa Introducción general y copiosos índices.Esta literatura apócrifa pertenece a la producción teológica e histórica judía de la época del “Segundo Templo”, en concreto desde el año 300 a. C. hasta el 100 d. C. Un equipo de casi 25 profesores de universidad han sido los traductores al español de los textos desde las diferentes lenguas en las que se han transmitido en los manuscritos, conservados en diferentes bibliotecas e instituciones de Europa, África y América: latín, griego, hebreo, arameo, siríaco, copto, eslavo antiguo y etíope clásico.La importancia de estas obras apócrifas es inmensa para la comprensión del Nuevo Testamento, en especial de su teología apocalíptica. …”
    Libro
  10. 45630
    Publicado 2021
    Tabla de Contenidos: “…Sobre Ausiàs March i la filosofia natural / Lluís Cabré Ollé -- Cerverí de Girona a la premsa catalana (1835-1938) / Miriam Cabré Ollé -- La carta pròleg d'Aldonça de Montsoriu a la «Vita Christi» d'Isabel de Villena / Rosanna Cantavella -- Els sequaços literaris de Guillem Metge / Antònia Carré Pons -- La «scripta» librària catalana primitiva als primers textos mèdics en català / Lluís Cifuentes Comamala -- Notes sobre la presència del Virgili llatí al segle XVI a la Corona d’Aragó / Alejandro Coroleu Lletget -- «L’Epistola contra alchimistas» di Nicola Eimeri / Chiara Crisciani -- Els textos rituals dels temples en època babilònica tardana (s. IV - I aC) / Rocío Da Riva -- La memoria y la fe. Reflexiones seniles en clave luliana / Fernando Domínguez Reboiras -- Rere el rastre català de «Flamenca» i del «Jaufré» / Anton M. …”
    Enlace del recurso
    Libro
  11. 45631
    por Lee, Thomas
    Publicado 2023
    Tabla de Contenidos: “…. -- There's more... -- Creating a C# Extension -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating a cmdlet -- Getting ready -- How to do it... -- How it works... -- There's more... -- Chapter 4: Managing Active Directory -- Introduction -- The systems used in the chapter -- Installing a Forest Root Domain -- Getting ready -- How to do it... -- How it works... -- There's more... -- Testing an AD installation -- Getting ready -- How to do it... -- How it works... -- There's more... -- Installing a Replica Domain Controller -- Getting ready -- How to do it... -- How it works... -- There's more... -- Installing a Child Domain -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating and Managing AD Users and Groups -- Getting ready -- How to do it... -- How it works... -- There's more... -- Managing AD Computers -- Getting ready -- How to do it... -- How it works... -- There's more... -- Adding/Removing Users Using a CSV Files -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating Group Policy Objects -- Getting ready -- How to do it... -- How it works... -- There's more... -- Reporting on AD Users -- Getting ready -- How to do it... -- How it works…”
    Libro electrónico
  12. 45632
    Publicado 2021
    Tabla de Contenidos: “…Sobre Ausiàs March i la filosofia natural / Lluís Cabré Ollé -- Cerverí de Girona a la premsa catalana (1835-1938) / Miriam Cabré Ollé -- La carta pròleg d'Aldonça de Montsoriu a la «Vita Christi» d'Isabel de Villena / Rosanna Cantavella -- Els sequaços literaris de Guillem Metge / Antònia Carré Pons -- La «scripta» librària catalana primitiva als primers textos mèdics en català / Lluís Cifuentes Comamala -- Notes sobre la presència del Virgili llatí al segle XVI a la Corona d’Aragó / Alejandro Coroleu Lletget -- «L’Epistola contra alchimistas» di Nicola Eimeri / Chiara Crisciani -- Els textos rituals dels temples en època babilònica tardana (s. IV - I aC) / Rocío Da Riva -- La memoria y la fe. Reflexiones seniles en clave luliana / Fernando Domínguez Reboiras -- Rere el rastre català de «Flamenca» i del «Jaufré» / Anton M. …”
    Enlace del recurso
    991006033449706719
  13. 45633
    Publicado 2009
    Tabla de Contenidos: “…Cover -- Preface -- Contents -- Course Syllabus -- Chapter 1: Program Development Styles and Basics of C -- 1.1 Program Development Methodologies -- Monolithic Programming -- Procedural Programming -- 1.2 Programming Style -- 1.3 Stepwise Refinement and Modularity -- 1.4 Problem Solving Techniques -- 1.5 Algorithm -- Classification of Algorithms -- 1.6 Flowcharts -- 1.7 Pseudocode -- 1.8 Sequence and Selection -- 1.9 Iteration and Recursion -- Iteration -- Recursion -- 1.10 Recursion Versus Iteration -- 1.11 Overview of Compilers and Interpreters -- 1.12 Structure of A C Program -- 1.13 Programming Rules -- 1.14 Executing the Program -- Summary -- Exercises -- Chapter 2: The C Declarations -- 2.1 Introduction -- 2.2 The C Character Set -- 2.3 Delimiters -- 2.4 The C Keywords -- 2.5 Identifiers -- 2.6 Constants -- A. …”
    Libro electrónico
  14. 45634
    Publicado 2023
    Tabla de Contenidos: “…-- Creating your C++ Shooter project from a template -- Installing Visual Studio 2022 -- Ensuring your UE has the source code installed -- Launching the UE5 editor through the Epic Games Launcher -- Creating the MyShooter C++ project -- Associating VS with UE5 as the default source code editor -- Opening the C++ source code in VS (optional) -- Converting an existing Blueprint project to a C++ project -- Summary -- Chapter 2: Editing C++ Code in Visual Studio -- Technical requirements -- Launching VS -- Walking through the VS IDE's UI -- Code editor -- Menus -- Search box -- Toolbar -- Solution Explorer -- Output window -- Error List window -- Editing code in VS -- Controlling the caret (input cursor) -- The text editing keys -- Code selection -- IntelliSense -- Useful editing hotkeys -- Practicing C++ coding -- Creating a new C++ solution in VS -- Creating the main.cpp file -- Changing the editor theme -- Writing the initial code for main.cpp -- Adding the Calculator class -- Summary -- Chapter 3: Learning C++ and Object-Oriented Programming -- Technical requirements -- What is C++? …”
    Libro electrónico
  15. 45635
    por Hahn, Marcelo Guerra
    Publicado 2023
    Tabla de Contenidos: “…Singleton -- Factory -- Adapter -- Composite -- Observer -- Command -- Applying design patterns -- The problem -- Trade-offs -- Systemwide impact -- Users -- Using domain-driven design -- An example of a real-world project -- Summary -- Questions -- Further reading -- Chapter 12: Incorporating Design Patterns in C++ Applications -- Technical requirements -- Design patterns in game development -- The singleton pattern -- The factory pattern -- The flyway pattern -- Design patterns in data-intensive applications -- The proxy pattern -- The decorator pattern -- The iterator pattern -- Design patterns in enterprise applications -- SOA -- Summary -- Questions -- Further reading -- Chapter 13: Networking and Security -- Technical requirements -- Introduction to networks, the OSI model, and network programming using sockets -- The OSI model -- Network applications under the hood -- Programming network applications using sockets -- Understanding network protocols -- Designing an echo server -- Securing applications -- Securing network applications -- Summary -- Questions -- Further reading -- Chapter 14: Debugging and Testing -- Technical requirements -- Understanding the root cause of an issue -- RCA overview -- Prevention is better than cure - good coding behavior -- The uninitialized variable problem -- Side effects in compound expressions -- Mixed signed and unsigned problems -- Order of evaluation problem -- Compile-time checking versus runtime checking -- Avoiding memory leaks -- Debugging programs -- Tools for debugging a C/C++ program -- GDB overview -- Examples of GDB -- Setting breakpoints and inspection variable values -- Practical debugging strategies -- Static and dynamic analysis -- Static analysis -- Dynamic analysis -- Testing, TDD, and BDD -- Unit testing -- TDD -- BDD -- Summary -- Further reading…”
    Libro electrónico
  16. 45636
    por Reddy, Martin
    Publicado 2024
    Tabla de Contenidos: “…How to maintain backward compatibility -- Adding functionality -- Changing functionality -- Deprecating functionality -- Removing functionality -- Inline namespaces for versioning -- API reviews -- The purpose of API reviews -- Prerelease API reviews -- Precommit API reviews -- 11 - Documentation -- Reasons to write documentation -- Defining behavior -- Documenting the interface's contract -- Communicating behavioral changes -- What to document -- Types of documentation -- Automated API documentation -- Overview documentation -- Examples and tutorials -- Release notes -- License information -- Documentation usability -- Inclusive language -- Using Doxygen -- The configuration file -- Comment style and commands -- API comments -- File comments -- Class comments -- Method comments -- Enum comments -- Sample header with documentation -- 12 - Testing -- Reasons to write tests -- Types of API testing -- Unit testing -- Integration testing -- Performance testing -- Writing good tests -- Qualities of a good test -- What to test -- Focusing the testing effort -- Working with quality assurance -- Writing testable code -- Test-driven development -- Stub and mock objects -- Testing private code -- Using assertions -- Contract programming -- Record and playback functionality -- Supporting internationalization -- Automated testing tools -- Test harnesses -- Code coverage -- Bug tracking -- Continuous build system -- 13 - Objective-C and Swift -- Interface design in C++ and Objective-C -- Data hiding in Objective-C -- Objective-C behind a C++ API -- C++ behind an Objective-C API -- C++ behind a Swift API -- 14 - Scripting -- Adding script bindings -- Extending versus embedding -- Advantages of scripting -- Language compatibility issues -- Crossing the language barrier -- Script binding technologies -- Boost Python -- Simplified wrapper and interface generator…”
    Libro electrónico
  17. 45637
    Publicado 2018
    Tabla de Contenidos: “…-- Zero-cost abstractions -- Programming languages and machine code abstractions -- Abstractions in other languages -- Portability -- Robustness -- C++ of today -- The aim of this book -- Expected knowledge of the reader -- C++ compared with other languages -- Competing languages and performance -- Non-performance-related C++ language features -- Value semantics -- Const correctness -- Object ownership and garbage collection in C++ -- Avoiding null objects using C++ references -- Drawbacks of C++ -- Class interfaces and exceptions -- Strict class interfaces -- Error handling and resource acquisition -- Preserving the valid state -- Resource acquisition -- Exceptions versus error codes -- Libraries used in this book -- Summary -- Chapter 2: Modern C++ Concepts -- Automatic type deduction with the auto keyword -- Using auto in function signatures -- Using auto for variables -- Const reference -- Mutable reference -- Forwarding reference -- Conclusion -- The lambda function -- Basic syntax of a C++ lambda function -- The capture block -- Capture by reference versus capture by value -- Similarities between a Lambda and a class -- Initializing variables in capture -- Mutating lambda member variables -- Mutating member variables from the compiler's perspective -- Capture all -- Assigning C function pointers to lambdas -- Lambdas and std::function -- Assigning lambdas to std::functions -- Implementing a simple Button class with std::function -- Performance consideration of std::function -- An std::function cannot be inlined -- An std::function heap allocates and captures variables -- Invoking an std::function requires a few more operations than a lambda -- The polymorphic lambda…”
    Libro electrónico
  18. 45638
    Publicado 2021
    Tabla de Contenidos: “…-- At COP26, Governments Must Make the Leap On Enforceable and Rising Carbon Pricing -- Pricing Can Trigger Rapid Changes in Behaviours -- Time to Announce a 'C-Day' -- The Price of Carbon - Set a Minimum, a Timeline, and an Adjustable Glidepath -- Cap-and-trade Schemes -- Europe's ETS - the World Leader, Despite Troubles -- China's ETS - a Lot of Room to Grow -- Whither the US On Carbon Pricing -- A Thin Regional Patchwork, With Some Successes -- A National US ETS is Needed -- Learn Lessons and Apply Them Globally and Locally -- Carbon Prices: How High is High Enough? …”
    Libro electrónico
  19. 45639
    Publicado 2014
    Tabla de Contenidos: “…. -- See also -- Wrapping a C library in Python with ctypes -- Getting ready -- How to do it... -- How it works... -- There's more... -- Accelerating Python code with Cython -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Optimizing Cython code by writing less Python and more C -- How to do it... -- How it works... -- There's more... -- See also -- Releasing the GIL to take advantage of multicore processors with Cython and OpenMP -- Getting ready -- How to do it... -- How it works... -- See also -- Writing massively parallel code for NVIDIA graphics cards (GPUs) with CUDA -- Getting ready -- How to do it... -- How it works...…”
    Libro electrónico
  20. 45640
    Publicado 1994
    Tabla de Contenidos: “…Written Translation Tests (B to A, C to A, and A to B) -- 4.2. The Oral Interview or Oral Exposé -- 4.3. …”
    Libro electrónico