Search Results - (("functional programming") OR ("functions programming"))

Search alternatives:

  1. 41
  2. 42

    Java for Dummies. by Burd, Barry

    Published 2022
    Full text (MFA users only)
    Electronic eBook
  3. 43

    Learning reactive programming with Java 8 : learn how to use RxJava and its reactive observables to build fast, concurrent, and powerful applications through detailed examples by Tsvetinov, Nickolay

    Published 2015
    Table of Contents: “…Pure functions and higher order functionsPure functions; Higher order functions; RxJava and functional programming; Summary; Chapter 3: Creating and Connecting Observables, Observers, and Subjects; The Observable.from method; The Observable.just method; Other Observable factory methods; The Observable.create method; Subscribing and unsubscribing; Hot and cold Observable instances; The ConnectableObservable class; The Subject instances; Summary; Chapter 4: Transforming, Filtering, and Accumulating Your Data; Observable transformations; Transformations with the various flatMap operators…”
    Full text (MFA users only)
    Electronic eBook
  4. 44

    Mastering High Performance with Kotlin : Overcome Performance Difficulties in Kotlin with a Range of Exciting Techniques and Solutions. by Kucherenko, Igor

    Published 2018
    Table of Contents: “…Shallow and Retained HeapDominator Tree; Top Consumers; Analyzing class loaders; Android Studio Memory Profiler; Memory categories; Recording memory allocation; Threads profiling; Threads viewer; Frames pane; The Threads pane; Thread profiling in the MAT; Threads Overview; Thread Details; CPU Profiler in Android Studio; Call Chart and Flame Chart tabs; Top Down and Bottom Up tabs; Summary; Chapter 4: Functional Approach; Functional programming; Declarative versus imperative; Pure functions; First-class functions; Higher-order functions; Function composition; Lambdas; Closures; Typeclasses.…”
    Full text (MFA users only)
    Electronic eBook
  5. 45

    Redux Quick Start Guide : a Beginner's Guide to Managing App State with Redux. by Lee, James

    Published 2019
    Table of Contents: “…Cover; Title Page; Copyright and Credits; Dedication; About Packt; Contributors; Table of Contents; Preface; Chapter 1: Understanding Redux; The need for Redux; Functional programming; Assigning functions to variables; Adding functions to objects and arrays; Functions as arguments; Functions returned by functions; Higher-order functions; Pure functions; Compositions; Fundamental principles of Redux; Single source of truth; Read-only nature of the state; The reducer principle -- changes are made with pure functions; The Redux ecosystem; Elements of Redux; Actions; Action creators; Reducers…”
    Full text (MFA users only)
    Electronic eBook
  6. 46

    Mathematica navigator : mathematics, statistics, and graphics by Ruskeepää, Heikki

    Published 2009
    Table of Contents: “…PROGRAMS (Simple Programming; Procedural Programming; Functional Programming; Rule-Based Programming; Recursive Programming) 19. …”
    Full text (MFA users only)
    Electronic eBook
  7. 47

    Content delivery networks : fundamentals, design, and evolution by Robinson, Dom

    Published 2017
    Table of Contents: “…. -- 2.4.5 D-Book Connected TV Standards from the Digital Television Group -- 2.4.6 The CoDec Concerns -- 2.5 What is a CDN: A Simple Model -- 2.5.1 Setting the Scene for CDNs -- 2.5.2 CDNs as Money Savers -- 2.5.3 Request Routing -- 2.5.4 CDN Brokerage -- 2.5.5 SaaS Models within the CDN Ecosystems -- 2.6 Cloud Inside -- New Generation -- 2.7 The Three Generations of CDN -- 2.8 Software Definition -- 2.8.1 Multicore CPU and Functional Programming -- 2.8.2 Functional Programming and Containers -- 2.9 "Service Velocity" and the Operator -- Chapter 3 Workflows -- 3.1 Live Event Focus.…”
    Full text (MFA users only)
    Electronic eBook
  8. 48

    .NET Standard 2.0 Cookbook : Develop high quality, fast and portable applications by leveraging the power of .NET Standard Library. by Ismail, Fiqri

    Published 2018
    Table of Contents: “…. ; Chapter 4: Functional Programming; Technical requirements; Introduction; Creating a .NET Standard 2.0 library; Getting ready; How to do it ... ; How it works ...…”
    Full text (MFA users only)
    Electronic eBook
  9. 49

    Lambda Calculus with Types by Barendregt, Henk

    Published 2013
    Table of Contents: “…3.4 Type reducibility3.5 The five canonical term-models; 3.6 Exercises; 4 Definability, unification and matching; 4.1 Undecidability of lambda-definability; 4.2 Undecidability of unification; 4.3 Decidability of matching of rank 3; 4.4 Decidability of the maximal theory; 4.5 Exercises; 5 Extensions; 5.1 Lambda delta; 5.2 Surjective pairing; 5.3 Gödel's system mathcal T: higher-order primitive recursion; 5.4 Spector's system mathcal B: bar recursion; 5.5 Platek's system mathcal Y: fixed point recursion; 5.6 Exercises; 6 Applications; 6.1 Functional programming; 6.2 Logic and proof-checking.…”
    Full text (MFA users only)
    Electronic eBook
  10. 50
  11. 51

    IBM WebSphere eXtreme Scale 6 : build scalable, high-performance software with IBM's data grid by Chaves, Anthony

    Published 2009
    Table of Contents: “…; Borrowing from functional programming…”
    Full text (MFA users only)
    Electronic eBook
  12. 52

    Programming language pragmatics by Scott, Michael Lee, 1959-

    Published 2006
    Table of Contents: “…Functional Languages; 10.1 Historical Origins; 10.2 Functional Programming Concepts…”
    Full text (MFA users only)
    Electronic eBook
  13. 53

    Derivatives algorithms. Volume 1, Bones by Hyer, Tom

    Published 2010
    Table of Contents: “…Our code. 2.2. Functional programming. 2.3. Type and state. 2.4. Physical code structure. 2.5. …”
    Full text (MFA users only)
    Electronic eBook
  14. 54

    Beginning R : an introduction to statistical programming by Wiley, Joshua F., Pace, Larry A.

    Published 2015
    Table of Contents: “…Chapter 5: Functional Programming 5.1 Scoping Rules; 5.2 Reserved Names and Syntactically Correct Names; 5.3 Functions and Arguments; 5.4 Some Example Functions; 5.4.1 Guess the Number; 5.4.2 A Function with Arguments; 5.5 Classes and Methods; 5.5.1 S3 Class and Method Example; 5.5.2 S3 Methods for Existing Classes; Chapter 6: Probability Distributions; 6.1 Discrete Probability Distributions; 6.2 The Binomial Distribution; 6.2.1 The Poisson Distribution; 6.2.2 Some Other Discrete Distributions; 6.3 Continuous Probability Distributions; 6.3.1 The Normal Distribution.…”
    Full text (MFA users only)
    Electronic eBook
  15. 55

    Handbook of big data technologies

    Published 2017
    Table of Contents: “…Foreword; Preface; Contents; Part I Fundamentals of Big Data Processing; Big Data Storage and Data Models; 1 Storage Models; 1.1 Block-Based Storage; 1.2 File-Based Storage; 1.3 Object-Based Storage; 1.4 Comparison of Storage Models; 2 Data Models; 2.1 NoSQL (Not only SQL); 2.2 Relational-Based; 2.3 Summary of Data Models; References; Big Data Programming Models; 1 MapReduce; 1.1 Features; 1.2 Examples; 2 Functional Programming; 2.1 Features; 2.2 Example Frameworks; 3 SQL-Like; 3.1 Features; 3.2 Examples; 4 Actor Model; 4.1 Features; 4.2 Examples; 5 Statistical and Analytical; 5.1 Features.…”
    Full text (MFA users only)
    Electronic eBook
  16. 56

    Traffic management

    Published 2016
    Table of Contents: “…Elaboration of the SYNCRO technical vision: the SYNCRO functional program; 2.3. A system to gather road data and to provide the current operational road management center with data.…”
    Full text (MFA users only)
    Electronic eBook
  17. 57

    Windows Phone 8 Application Development with F♯ by Lohith, G. N.

    Published 2013
    Full text (MFA users only)
    Electronic eBook
  18. 58
  19. 59

    R for data science by Toomey, Dan

    Published 2014
    Full text (MFA users only)
    Electronic eBook
  20. 60

    Mastering R for Quantitative Finance. by Berlinger, Edina

    Published 2015
    Full text (MFA users only)
    Electronic eBook