Mostrando 48,841 - 48,860 Resultados de 53,357 Para Buscar 'Liblar~', tiempo de consulta: 1.51s Limitar resultados
  1. 48841
    Publicado 2010
    “…William Bernstein's commonsense approach to portfolio construction has served investors well during the past turbulent decade-and it's what made The Four Pillars of Investing an instant classic when it was first published nearly a decade ago. …”
    Grabación no musical
  2. 48842
    Publicado 2020
    “…Si certains des cadres de l'AOMA participent au gouvernement du parti unique FLN, travaillent au sein de l'Éducation na tionale ou œuvrent à construire les bases de l'islam d'État, d'autres contestent publiquement le pouvoir socialiste au nom même de l'islam, suivis par les mouvements islamistes naissants des années 1980. …”
    Libro electrónico
  3. 48843
    Publicado 2012
    “…L'Islam s'enracine dans le judaïsme et le christianisme non pas directement mais à travers les dérives de cercles judéo-chrétiens qui avaient transformé le messianisme biblique en idéologie de salut - ils attendaient la seconde venue du messie en tant qu'il dominerait la terre, la soumettant au pouvoir de " Dieu " et surtout de Ses fidèles. …”
    Libro
  4. 48844
    Publicado 2018
    “…Given a large record of real world data from test runs on public roads, recursive algorithms adjusted the unknown vehicle parameters under a broad variation of statistical assumptions for two linear gray-box models…”
    Libro electrónico
  5. 48845
    por Kelly, Terrence K.
    Publicado 2011
    “…Security force assistance (SFA) is a central pillar of the counterinsurgency campaign being waged by U.S. and coalition forces in Afghanistan. …”
    Libro electrónico
  6. 48846
    “…Moreover, it analyses the agro-food sector, one of the pillars of the tradable sector in the region, and the role of foreign direct investment and competition policy. …”
    Libro electrónico
  7. 48847
    Publicado 2014
    “…It will cover advanced techniques in Adobe Photoshop Lightroom, focusing on the Library, Develop, and Export Modules…”
    Video
  8. 48848
    por SAS Institute
    Publicado 2015
    “…Major topics include: SAS keywords and naming conventions, SAS variables and expressions, error processing and debugging, SAS data sets and files, creating and customizing output, DATA step concepts and DATA step processing, reading raw data, and creating and managing SAS libraries. -- Edited summary from book…”
    Libro electrónico
  9. 48849
    Publicado 2016
    “…You can view more information about this proceeding and all of ACM#65533;s other published conference proceedings from the ACM Digital Library: http://www.acm.org/dl…”
    Libro electrónico
  10. 48850
    Publicado 2014
    “…Chesterton sur la nature profonde de l'islam et son évolution. Il confronte la religion avec la société moderne occidentale et met en garde contre les dérives conquérantes et liberticides du fondamentalisme religieux…”
    991005188749706719
  11. 48851
    “…This article represents a joint effort of a Turcologist and a Mongolist to present a new interpretation of a bilingual fragment kept in the museum section of the library of the Istanbul University and probably dating from the fifteenth century. …”
    Artículo
  12. 48852
    Publicado 2019
    “…All the presented work at the conference are published by the Association of Communication Machinery (ACM) and are available via its digital library…”
    Libro electrónico
  13. 48853
    Publicado 2010
    “…You can view more information about this proceeding and all of ACMs other published conference proceedings from the ACM Digital Library: http://www.acm.org/dl…”
    Libro electrónico
  14. 48854
    Publicado 2017
    “…You can view more information about this proceeding and all of ACM#65533;s other published conference proceedings from the ACM Digital Library: http://www.acm.org/dl…”
    Libro electrónico
  15. 48855
    Publicado 2024
    “…Readers will use Julia to explore and visualize data, solve equations, write simulations, and create libraries. Contains hundreds of working code examples and illustrations"--…”
    Libro electrónico
  16. 48856
    “…You can view more information about this proceeding and all of ACM#65533;s other published conference proceedings from the ACM Digital Library: http://www.acm.org/dl…”
    Libro electrónico
  17. 48857
    Publicado 2024
    “…Readers will use Julia to explore and visualize data, solve equations, write simulations, and create libraries. Contains hundreds of working code examples and illustrations"--…”
    Libro
  18. 48858
    por Tuomanen, Brian
    Publicado 2018
    “…We suggest the use of Python 2.7 over Python 3.x, since Python 2.7 has stable support across all the libraries we use in this book. Key Features Expand your background in GPU programming - PyCUDA, scikit-cuda, and Nsight Effectively use CUDA libraries such as cuBLAS, cuFFT, and cuSolver Apply GPU programming to modern data science applications Book Description Hands-On GPU Programming with Python and CUDA hits the ground running: you'll start by learning how to apply Amdahl's Law, use a code profiler to identify bottlenecks in your Python code, and set up an appropriate GPU programming environment. …”
    Libro electrónico
  19. 48859
    Publicado 2021
    “…Learn how to build and use all parts of real-world compilers, including the frontend, optimization pipeline, and a new backend by leveraging the power of LLVM core librariesKey Features:Get to grips with effectively using LLVM libraries step-by-stepUnderstand LLVM compiler high-level design and apply the same principles to your own compilerUse compiler-based tools to improve the quality of code in C++ projectsBook Description:LLVM was built to bridge the gap between compiler textbooks and actual compiler development. …”
    Libro electrónico
  20. 48860
    por Rao, Siddhartha
    Publicado 2012
    “…Master the fundamentals of C++ and object-oriented programming Understand how C++11 features help you write compact and efficient code using concepts such as lambda expressions, move constructors, and assignment operators Learn the Standard Template Library, including containers and algorithms used in most real-world C++ applications Test your knowledge and expertise using exercises at the end of every lesson Learn on your own time, at your own pace: No previous programming experience required Learn C++11, object-oriented programming, and analysis Write fast and powerful C++ programs, compile the source code with a gcc compiler, and create executable files Use the Standard Template Library’s (STL) algorithms and containers to write feature-rich yet stable C++ applications Develop sophisticated programming techniques using lambda expressions, smart pointers, and move constructors Learn to expand your program’s power with inheritance and polymorphism Master the features of C++ by learning from programming experts Learn C++11 features that allow you to program compact and high-performance C++ applications TABLE OF CONTENTS PART I: THE BASICS LESSON 1: Getting Started with C++11 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 Array Classes LESSON 18: STL list and forward_list LESSON 19: STL Set Classes LESSON 20: STL Map Classes PART IV: MORE STL LESSON 21: Understanding Function Objects LESSON 22: C++11 Lambda Expressions LESSON 23: STL Algorithms LESSON 24: Adaptive Containers: Stack and..…”
    Libro electrónico