Mostrando 28,261 - 28,280 Resultados de 30,513 Para Buscar 'Dynów~', tiempo de consulta: 0.94s Limitar resultados
  1. 28261
    Publicado 2017
    “…Gain a deep understanding of the complexity of data structures and algorithms and discover the right way to write more efficient code About This Book This book provides complete coverage of reactive and functional data structures Based on the latest version of Java 9, this book illustrates the impact of new features on data structures Gain exposure to important concepts such as Big-O Notation and Dynamic Programming Who This Book Is For This book is for Java developers who want to learn about data structures and algorithms. …”
    Libro electrónico
  2. 28262
    Publicado 2016
    “…What You Will Learn Manipulate, access, filter, and transform your data with Clojure Write efficient parallelized code through Clojure abstractions Tackle Complex Concurrency easily with Reactive Programming Build on Haskell abstractions to write dynamic functional tests Write AWS Lambda functions effortlessly Put Clojure in use into your IoT devices Use Clojure with Slack for instant monitoring Scaling your Clojure application using Docker Develop real-time system interactions using MQTT and websockets In Detail When it comes to learning and using a new language you need an effective guide to be by your side when things get rough. …”
    Libro electrónico
  3. 28263
    Publicado 2016
    “…Machine learning can deliver dynamic insights into trends, patterns, and relationships within data, immensely valuable to business growth and development. …”
    Libro electrónico
  4. 28264
    Publicado 2016
    “…However, the JavaScript landscape has changed dramatically in recent years, and you need to adapt to the new world of JavaScript that people now expect. Mastering modern JavaScript techniques and the toolchain are essential to develop web-scale applications. …”
    Libro electrónico
  5. 28265
    Publicado 2017
    “…What You Will Learn Off-screen rendering and environment mapping techniques to render mirrors Shadow mapping techniques, including variance shadow mapping Implement a particle system using shaders Utilize noise in shaders Make use of compute shaders for physics, animation, and general computing Create interactive applications using GLFW to handle user inputs and the Android Sensor framework to detect gestures and motions on mobile devices Use OpenGL primitives to plot 2-D datasets (such as time series) dynamically Render complex 3D volumetric datasets with techniques such as data slicers and multiple viewpoint projection In Detail OpenGL is a fully functional, cross-platform API widely adopted across the industry for 2D and 3D graphics development. …”
    Libro electrónico
  6. 28266
    Publicado 2016
    “…What You Will Learn Create a virtualenv and start a new project Understand how and when to use the functional programming paradigm Get familiar with the different ways the decorators can be written in Understand the power of generators and coroutines without digressing into lambda calculus Create metaclasses and how it makes working with Python far easier Generate HTML documentation out of documents and code using Sphinx Learn how to track and optimize application performance, both memory and cpu Use the multiprocessing library, not just locally but also across multiple machines Get a basic understanding of packaging and creating your own libraries/applications In Detail Python is a dynamic programming language. It is known for its high readability and hence it is often the first language learned by new programmers. …”
    Libro electrónico
  7. 28267
    Publicado 2016
    “…Explore the core features of Vue.js with small examples, learn how to build dynamic content into preexisting web applications, and build Vue.js applications from scratch. …”
    Libro electrónico
  8. 28268
    Publicado 2016
    “…What You Will Learn Get a run through of the basic JavaScript language constructs Code using the powerful object-oriented feature in JavaScript Master DOM manipulation, cross-browser strategies, and ES6 Understand the basic concurrency constructs in Javascript and best performance strategies Harness the power of patterns for tasks ranging from application building to code testing Build large-scale apps seamlessly with the help of reactive patterns Explore advanced design patterns, including dependency injection Develop more powerful applications with currying and function composition Create more reliable code with closures and immutable data In Detail JavaScript is a high-level, dynamic, untyped, lightweight, and interpreted programming language and functional programming is a style that emphasizes and enables smarter code that minimizes complexity and increases modularity. …”
    Libro electrónico
  9. 28269
    Publicado 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
  10. 28270
    Publicado 2016
    “…What You Will Learn Get Python up and running on Windows, Mac, and Linux in no time Grasp the fundamental concepts of coding, along with the basics of data structures and control flow Understand when to use the functional or the object-oriented programming approach Extend class functionality using inheritance Exploit object-oriented programming in key Python technologies, such as Kivy and Django Understand how and when to use the functional programming paradigm Use the multiprocessing library, not just locally but also across multiple machines In Detail Python is a dynamic and powerful programming language, having its application in a wide range of domains. …”
    Libro electrónico
  11. 28271
    Publicado 2017
    “…Scala will be a valuable tool to have on hand during your data science journey for everything from data cleaning to cutting-edge machine learning About This Book Build data science and data engineering solutions with ease An in-depth look at each stage of the data analysis process - from reading and collecting data to distributed analytics Explore a broad variety of data processing, machine learning, and genetic algorithms through diagrams, mathematical formulations, and source code Who This Book Is For This learning path is perfect for those who are comfortable with Scala programming and now want to enter the field of data science. Some knowledge of statistics is expected. …”
    Libro electrónico
  12. 28272
    Publicado 2017
    “…Its simple, browser-based interface enables you to quickly create and share dynamic dashboards that display changes to Elasticsearch queries in real time. …”
    Libro electrónico
  13. 28273
    Publicado 2018
    “…With GLFW and GLEW set up using absolute and relative linking done, you are ready to setup SDL and SFML for both the operating systems. Now that your development environment is set up, you'll learn to draw using simple shaders as well as make the shader more adaptable and reusable. …”
    Libro electrónico
  14. 28274
    Publicado 2018
    “…Update your Java knowledge with the latest features of Java 11, such as the low-Overhead Garbage Collector, Local-Variable Syntax for Lambda Parameters, and Dynamic Class-File Constants Key Features Explore the latest features in Java 9,Java 10, and Java 11 Enhance your Java application development and migration approaches Full coverage of modular Java applications, G1 Garbage Collector, JMH Book Description Java 11 is a long-term release and its new features add to the richness of the language. …”
    Libro electrónico
  15. 28275
    Publicado 2018
    “…What you will learn Use TypeScript to create Angular 6 components Leverage component composition to solve complex UI requirements Build an architecture using pure components and container components Explore the basics of RxJS observable streams and use them to build your application reactively Communicate between components using child queries Implement the Angular router to make your application navigable Build reusable and dynamic graphical content using Angular components and SVG Integrate third-party libraries such as Moment.js and Chartist into your existing Angular application Who this book is for Mastering Angular Components is for you if you are an Angular developer who already has a good understanding of basic frontend web technologies such as Ja..…”
    Libro electrónico
  16. 28276
    Publicado 2018
    “…You'll learn how to simulate a random walk using Markov chains and select the best portfolio using dynamic programming (DP) and Python. You'll also explore projects such as forecasting stock prices using Monte Carlo methods, delivering vehicle routing application using Temporal Distance (TD) learning algorithms, and balancing a Rotating Mechanical System using Markov decision processes. …”
    Libro electrónico
  17. 28277
    Publicado 2017
    “…The community of more than 1,000,000 developers, designers, editors, and others have developed and maintained a wealth of modules, themes, and other add-ons to help you build a dynamic web experience. Drupal 8 is the latest release of the Drupal built on the Symfony2 framework. …”
    Libro electrónico
  18. 28278
    Publicado 2018
    “…You’ll also discover lots of helpful tips on using Mojave, including how to: Change the overall appearance of your Mac's display, modify the accent color, and use the new dynamic desktop images Use Stacks to keep the files on your desktop tidy and organized—effortlessly Change the Dock's new way of showing recent apps if you don't like it Preview graphics and other files with Gallery view, and get more information about them in the Preview pane Use Quick Actions (in the Preview pane, Quick Look, contextual menus, and elsewhere) to modify documents directly, without finding and launching an app Make your own custom Quick Actions Use Mojave's enhanced security and privacy features to keep yourself and your data safe and avoid unwanted tracking Capture your Mac's screen (as a photo or movie) in any of numerous ways, without needing an extra app Use Siri to find files, modify system preferences, find your Apple devices, perform specific tasks in apps, get answers to questions, and much more Make Safari more friendly by selectively blocking pop-ups, showing favicons, and avoiding potentially harmful extensions Use your iPhone to take a picture and insert it in a document on your Mac in one step Navigate the updated App Store Use the new Home, News, Stocks, and Voice Memos apps Share iCloud data and purchases within a family Solve common problems…”
    Libro electrónico
  19. 28279
    Publicado 2020
    “…Generics, functional programming, dynamic, and asynchronous programming are covered in detail. …”
    Libro electrónico
  20. 28280
    Publicado 2019
    “…You'll also learn to implement sorting and searching algorithms, such as Brute Force algorithms, Greedy algorithms, Dynamic Programming, and Backtracking. As you progress, you'll pick up on using Rust for systems programming, network programming, and the web. …”
    Libro electrónico