Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Historia 2,829
- Crítica e interpretación 1,807
- Aristóteles 1,784
- Història 1,114
- Colecciones 1,094
- Platón 1,092
- Literatura latina clásica 1,031
- Filosofía 1,024
- Filosofía griega 977
- Filosofía antigua 955
- Traducción al francés 674
- Aristòtil 560
- Literatura griega clásica 557
- Literatura griega 553
- Tragedia griega 448
- Crítica i interpretació 443
- Política 408
- Plató 407
- Poesía latina clásica 384
- Biblia 321
- Traducción al español 318
- Metafísica 315
- Tecnología 282
- Technology 279
- Prosa latina clásica 259
- Obres anteriors al 1800 257
- Filosofia antiga 244
- Política y gobierno 240
- Bíblia 225
- Sermones 223
-
45761Publicado 2024“…You will need a Go SDK, a Git client, and for some of the chapters, a C compiler…”
Libro electrónico -
45762Publicado 2017“…What You Will Learn Deep dive into the details of the how various operating systems currently implement multithreading Choose the best multithreading APIs when designing a new application Explore the use of mutexes, spin-locks, and other synchronization concepts and see how to safely pass data between threads Understand the level of API support provided by various C++ toolchains Resolve common issues in multithreaded code and recognize common pitfalls using tools such as Memcheck, CacheGrind, DRD, Helgrind, and more Discover the nature of atomic operations and understand how they can be useful in optimizing code Implement a multithreaded application in a distributed computing environment Design a C++-based GPGPU application that employs multithreading In Detail Multithreaded applications execute multiple threads in a single processor environment, allowing developers achieve concurrency. …”
Libro electrónico -
45763Publicado 2022“…Along these lines, there is now increasing evidence that strategies that make use of mAbs or other agents to modulate the action of C3a/C5a or their respective receptors may also find use in cancer immunotherapy…”
Libro electrónico -
45764por Rodríguez, Pepe, 1953-“…En cualquier caso, las pruebas arqueológicas muestran que el primer «Dios» generador/controlador fue concebido y reconocido como mujer durante más de 20.000 años y que no hubo más divinidad que la Gran Diosa hasta que, entre el VI y III milenios a.C., por necesidades socioeconómicas, apareció el concepto de Dios varón. …”
Publicado 1999
Biblioteca de la Universidad Pontificia de Salamanca (Otras Fuentes: Biblioteca Universidad de Deusto, Bibliotecas de la Diócesis de Teruel y Albarracín, Biblioteca del Instituto Diocesano de Teología y Pastoral de Bilbao)Libro -
45765Publicado 2016“…Style and approach This book takes a tutorial-style approach that will demonstrate the features of a C++ object-oriented library by developing interactive Windows applications…”
Libro electrónico -
45766Publicado 2018“…What you will learn Understand language-level concurrency in C++ Explore advanced C++ programming for the FRP Uncover the RxCpp library and its programming model Mix the FP and OOP constructs in C++ 17 to write well-structured programs Master reactive microservices in C++ Create custom operators for RxCpp Learn advanced stream processing and error handling Who this book is for If you're a C++ developer interested in using reactive programming to build asynchronous and concurrent applications, you'll find this book extremely useful. …”
Libro electrónico -
45767Publicado 2015“…What You Will Learn Prepare the tools to simplify network programming in C++ using Boost.Asio Explore the networking concepts of IP addressing, TCP/IP ports and protocols, and LAN topologies Get acquainted with the usage of the Boost libraries Get to know more about the content of Boost.Asio network programming and Asynchronous programming Establish communication between client and server by creating client-server application Understand the various functions inside Boost.Asio C++ libraries to delve into network programming Discover how to debug and run the code successfully In Detail Boost.Asio is a C++ library used for network programming operations. …”
Libro electrónico -
45768por Varcholik, Paul“…Coverage includes • The Direct3D API and graphics pipeline • A 3D math primer: vectors, matrices, coordinate systems, transformations, and the DirectX Math library • Free and low-cost tools for authoring, debugging, and profiling shaders • Extensive treatment of HLSL shader authoring • Development of a C++ rendering engine • Cameras, 3D models, materials, and lighting • Post-processing effects • Device input, component-based architecture, and software services • Shadow mapping, depth maps, and projective texture mapping • Skeletal animation • Geometry and tessellation shaders • Survey of rendering optimization, global illumination, compute shaders, deferred shading, and data-driven engine architecture…”
Publicado 2014
Libro electrónico -
45769Publicado 2023“…What you will learn Get to grips with the concept of the metaverse, its origin, and its present state Understand how AR and VR strategically fit into the metaverse Delve into core technologies that power the metaverse Dig into use cases that enable finer strategic decision-making Understand the benefits and possible dangers of the metaverse Plan further ahead by understanding the future of the metaverse Who this book is for If you are a C-suite technology and business executive, this book is for you. …”
Libro electrónico -
45770Publicado 2018“…What You Will Learn Build and deploy your Augmented Reality app to the Android, Web, and Unity platforms Implement ARCore to identify and visualize objects as point clouds, planes, surfaces, and/or meshes Explore advanced concepts of environmental understanding using Google ARCore and OpenGL ES with Java Create light levels from ARCore and create a C# script to watch and propagate lighting changes in a scene Develop graphics shaders that react to changes in lighting and map the environment to place objects in Unity/C# Integrate motion tracking with the Web ARCore API and Google Street View to create a combined AR/VR experience In Detail Are you a mobile developer or web developer who wants to create immersive and cool Augmented Reality apps with the latest Google ARCore platform? …”
Libro electrónico -
45771Publicado 2016“…Master the fundamentals of C++ and object-oriented programming Understand how C++ features help you write compact and efficient code using concepts such as lambda expressions, move constructors, and assignment operators Learn best practices and avoid pitfalls via useful Do’s and Don’ts Learn the Standard Template Library, including containers and algorithms used in most real-world C++ applications Test your knowledge and expertise with exercises at the end of every lesson Learn on your own time, at your own pace No previous programming experience required Write fast and powerful C++ programs, compile the source code, and create executable files Learn object-oriented programming concepts such as encapsulation, abstraction, inheritance, and polymorphism Use the Standard Template Library’s algorithms and containers to write feature-rich yet stable C++ applications Learn how automatic type deduction helps simplify C++ code Develop sophisticated programming techniques using lambda expressions, smart pointers, and move constructors Master the features of C++ by learning from programming experts Learn C++ features that allow you to program compact and high-performance C++ applications Preview what’s new in C++17 Contents at a Glance Part I: The Basics Lesson 1: Getting Started Lesson 2: The Anatomy of a C++ Program Lesson 3: Using Variables, Declaring Constants Lesson 4: Managing Arrays and Strings Lesson 5: Working with Expressions, Statements, and Operators Lesson 6: Controlling Program Flow Lesson 7: Organizing Code with Functions Lesson 8: Pointers and References Explained Part II: Fundamentals of Object-Oriented C++ Programming Lesson 9: Classes and Objects Lesson 10: Implementing Inheritance Lesson 11: Polymorphism Lesson 12: Operator Types and Operator Overloading Lesson 13: Casting Operators Lesson 14: An Introduction to Macros and Templates Part III: Learning the Standard Template Library (STL) Lesson 15: An Introduction to the Standard Template Library Lesson 16: The STL String Class Lesson 17: STL Dynamic Arra..…”
Libro electrónico -
45772Publicado 2020“…What you will learn Explore how to load and preprocess various data types to suitable C++ data structures Employ key machine learning algorithms with various C++ libraries Understand the grid-search approach to find the best parameters for a machine learning model Implement an algorithm for filtering anomalies in user data using Gaussian distribution Improve collaborative filtering to deal with dynamic user preferences Use C++ libraries and APIs to manage model structures and parameters Implement a C++ program to solve image classification tasks with LeNet architecture Who this book is for You will find this C++ machine learning book useful if you want to get started with machine learning algorithms an..…”
Libro electrónico -
45773por Moulton Reger, Sara J.“…In this unique book, culture change is a c..…”
Publicado 2006
Libro electrónico -
45774Publicado 2013“…Frank Toskan, founder, M.A.C. Cosmetics “Creative and innovative strategies to upgrade your work and life, with seven simple principles.” …”
Libro electrónico -
45775Publicado 2019“…You’ll also find this book useful if you’re a C++ programmer looking to extend your computer vision skillset by learning OpenCV. …”
Libro electrónico -
45776“…By the end of this book, you will have the ability to use every tool as needed to boost the efficiency of your C++ projects.What you will learnWrite specialized data structures for performance-critical codeUse modern metaprogramming techniques to reduce runtime calculationsAchieve efficient memory management using custom memory allocatorsReduce boilerplate code using reflection techniquesReap the benefits of lock-free concurrent programmingGain insights into subtle optimizations used by standard library algorithmsCompose algorithms using ranges libraryDevelop the ability to apply metaprogramming aspects such as constexpr, constraints, and conceptsImplement lazy generators and asynchronous tasks using C++20 coroutinesWho this book is forIf you're a C++ developer looking to improve the efficiency of your code or just keen to upgrade your skills to the next level, this book is for you…”
Libro electrónico -
45777Publicado 2012“…Everywhere you turn these days, there’s a new way to communicate ideas and opinions. Whether you’re a C-suite executive or a mid-level manager, you have to be able to move seamlessly among all the available digital platforms in order to communicate your message effectively. …”
Libro electrónico -
45778Publicado 2023“…What you will learn Strategize approaches for cloud adoption and digital transformation Understand the catalysts for business reinvention Select the right tools for cloud migration and modernization processes Leverage the potential of AWS to maximize the value of cloud investments Understand the importance of implementing secure workloads on the cloud Explore AWS services such as computation, databases, security, and networking Implement various real-life use cases and technology case studies for modernization Discover the benefits of operational excellence on the cloud Who this book is for If you are a cloud enthusiast, solutions architect, enterprise technologist, or a C-suite executive and want to learn about the strategies and AWS services to transform your IT portfolio, this book is for you. …”
Libro electrónico -
45779por Gómez Seijo, Francisca, author“…Frente a nuestras lecturas eruditas y reflexivas de los textos conservados, los espectadores del siglo V a. C. acudían al Teatro de Dioniso para ver y oír las acciones y las palabras de los personajes trágicos dentro de un espectáculo más amplio que incluía música y danza. …”
Publicado 2023
Libro electrónico -
45780Publicado 2008“…Il progetto censisce e inventaria l’insieme delle fonti archeologiche e letterarie comprese tra il VII secolo a.C. e il VII secolo d.C. in rapporto a singoli luoghi di...…”
Libro electrónico