Search Results - (("function programming") OR ("functions programming"))
Suggested Topics within your search.
Suggested Topics within your search.
- Development 11
- Application software 10
- Functional programming (Computer science) 9
- Computer programming 5
- Data processing 5
- Mathematical models 5
- computer programming 5
- Functional programming languages 3
- F♯ (Computer program language) 3
- Java (Computer program language) 3
- Scala (Computer program language) 3
- Algorithms 2
- C++ (Computer program language) 2
- Computer science 2
- ERLANG (Computer program language) 2
- Electronic Data Processing 2
- Elixir (Computer program language) 2
- Finance 2
- Haskell (Computer program language) 2
- Java 2
- Machine learning 2
- Mathematics 2
- Mobile apps 2
- Object-oriented programming (Computer science) 2
- Perl (Computer program language) 2
- Programming languages (Electronic computers) 2
- Python (Computer program language) 2
- R (Computer program language) 2
- Artificial Intelligence 1
- Artificial intelligence 1
-
21
Test-driven Java development : invoke TDD principles for end-to-end application development
Published 2018Table of Contents: “…TDD and functional programming : a perfect match --…”
Full text (MFA users only)
Electronic eBook -
22
Professional Scala
Published 2016Table of Contents: “…Language Features -- Functional Programming -- Java Compatibility -- Simple Build Tool -- Maven -- Scala Style/Lint -- Testing -- Documenting Your Code with Scaladoc -- Type System -- Advanced Functional Programming -- Concurrency -- Scala.js.…”
Full text (MFA users only)
Electronic eBook -
23
Programming with mathematica® : an introduction
Published 2013Table of Contents: “…An introduction to Mathematica -- The Mathematica language -- Lists -- Patterns and rules -- Functional programming -- Procedural programming -- Recursion -- Numerics -- Strings -- Graphics and visualization -- Dynamic expressions -- Optimizing Mathematica programs -- Applications and packages.…”
Full text (MFA users only)
Electronic eBook -
24
Program governance
Published 2015Table of Contents: “…Governace -- Transaction cost economics -- Agency theory -- Corporate governance -- Temporary organization -- Programs -- Program governance -- Program governance domains -- Program governance functions -- Program governance institutions and roles -- Program governance mechanisms -- Factors affecting program governance -- Contingent governance framework for programs (CGFPrg).…”
Full text (MFA users only)
Electronic eBook -
25
Design Patterns and Best Practices in Java : a Comprehensive Guide to Building Smart and Reusable Code in Java.
Published 2018Table of Contents: “…Intro; Title Page; Copyright and Credits; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: From Object-Oriented to Functional Programming; Java -- an introduction; Java programming paradigms; Imperative programming; Real-life imperative example; Object-oriented paradigm; Objects and classes; Encapsulation; Abstraction; Inheritance; Polymorphism; Declarative programming; Functional programming; Working with collections versus working with streams; An introduction to Unified Modeling Language; Class relations; Generalization; Realization; Dependency; Association; Aggregation.…”
Full text (MFA users only)
Electronic eBook -
26
Algorithmic composition : a guide to composing music with Nyquist
Published 2013Table of Contents: “…Introduction -- The History and Philosophy of Algorithmic Composition -- Introduction to SAL -- Programming and Nyquist -- Introduction to Algorithmic Composition -- Printing, Reading, and Debugging -- Variable Assignment and Scoping -- Conditionals -- Sets and Tables -- Functional Programming -- Recursion -- Iteration -- Algorithmic Composition Using Probabilistic Methods -- Hierarchical and Recursive Musical Structure -- Composing Sonic Microstructure and Macrostructure -- Extended Examples -- Epilogue -- Appendix. …”
Full text (MFA users only)
Electronic eBook -
27
Clause and Effect : Prolog Programming for the Working Programmer
Published 1997Table of Contents: “…Getting Started -- Data Structures -- Mapping -- Choice and Commitment -- Difference Structures -- Case Study: Term Rewriting -- Case Study: Manipulation of Combinational Circuits -- Case Study: Manipulation of Clocked Sequential Circuits -- Case Study: A Compiler for Three Model Computers -- Case Study: The Fast Fourier Transform in Prolog -- Case Study: Higher Order Functional Programming -- Appendix -- References -- Index.…”
Full text (MFA users only)
Electronic eBook -
28
An interdisciplinary introduction to image processing : pixels, numbers, and programs
Published 2012Table of Contents: “…Getting started -- Brightness and contrast -- Controlling color -- Geometric transformations -- Geometric distortions -- Synthesizing images -- Stereograms -- Images within images -- Filtering -- Introducing python -- Basics of python -- Control structures : Conditionals and repetition -- Data structures -- Creating functions -- Programming techniques -- Image analysis -- Pattern recognition -- Computational photography -- Selected applications -- Calculator formulas -- Quick reference-PixelMath formulas -- Python glossary -- Troubleshooting -- Graphical user interfaces.…”
Full text (MFA users only)
Electronic eBook -
29
Learning Swift : build a solid foundation in Swift to develop smart and robust iOS and OS X applications
Published 2015Table of Contents: “…The underlying implementationSummary; Chapter 5: A Modern Paradigm -- Closures and Functional Programming; Functional programming philosophy; State and side effects; Declarative versus imperative code; Closures; Closures as variables; Closures as parameters; Syntactic sugar; Building blocks of functional programming in Swift; The filter function; The reduce function; The map function; The sorted function; How these affect the state and nature of code; Lazy evaluation; Curried functions; Summary; Chapter 6: Make Swift Work for You -- Protocols and Generics; Protocols; Defining a protocol…”
Full text (MFA users only)
Electronic eBook -
30
Architecting Angular Applications with Redux, RxJS, and NgRx : Learn to build Redux style high-performing applications with Angular 6.
Published 2018Table of Contents: “…Adding AJAX callsAn even bigger solution; Summary; Chapter 3: Asynchronous Programming; The callback pattern; The callback pattern on the web; The callback pattern in Node.js; Problems with structuring async code -- callback hell; Promises; Thenables; Handling rejected promises; Chaining -- dealing with several promises; Asynchronous libraries; Async library; async.map(); async.parallel(); async.series(); Async/await; Summary; Chapter 4: Functional Reactive Programming; Functional programming versus imperative programming; Imperative programming versus declarative programming.…”
Full text (MFA users only)
Electronic eBook -
31
Hands-On Design Patterns with Kotlin : Build Scalable Applications Using Traditional, Reactive, and Concurrent Design Patterns in Kotlin.
Published 2018Table of Contents: “…The middlemanFlavors; Caveats; Memento; Remembrance; Visitor; Writing a crawler; Template method; Observer ; Animal Choir; Summary; Chapter 5: Functional Programming; Why functional programming?; Immutability; Tuples; Value mutation; Immutable collections; Functions as values; Higher-order functions; Pure functions; Currying; Memoization; Expressions, not statements; Pattern matching; Recursion; Summary; Chapter 6: Streaming Your Data; The it notation; The map() function; Filter family; Find family; Drop family; Sort family; ForEach; Join family; Fold/Reduce; Flat family; Slice; Chunked.…”
Full text (MFA users only)
Electronic eBook -
32
Reactive Programming with Swift 4 : Build asynchronous reactive applications with easy-to-maintain and clean code using RxSwift and Xcode 9.
Published 2018Table of Contents: “…RxSwift with CocoaPodsInstalling RxSwift; Installing RxSwift with Carthage; Let's get started â#x80;#x93; The Login page; Setting up; Steps to set up; Functional programming to the rescue; Summary; Chapter 4: When to Become Reactive?…”
Full text (MFA users only)
Electronic eBook -
33
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
Published 2015Table 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 -
34
Mathematica navigator : mathematics, statistics, and graphics
Published 2009Table of Contents: “…PROGRAMS (Simple Programming; Procedural Programming; Functional Programming; Rule-Based Programming; Recursive Programming) 19. …”
Full text (MFA users only)
Electronic eBook -
35
IBM WebSphere eXtreme Scale 6 : build scalable, high-performance software with IBM's data grid
Published 2009Table of Contents: “…; Borrowing from functional programming…”
Full text (MFA users only)
Electronic eBook -
36
F♯ for quantitative finance : an introductory guide to utilizing F♯ for quantitative finance leveraging the .NET platform
Published 2013Table of Contents: “…Interesting functions in an array moduleLists; Pattern matching and lists; Interesting functions in a list module; Sequences; Interesting functions in the sequence module; Sets; Maps; Interesting functions in the map module; Options; Strings; Interesting functions in the string module; Choosing data structures; Arrays; Lists; Sets; Maps; More on functional programming; Recursive functions; Tail recursion; Pattern matching; Incomplete pattern matching; Using guards; Pattern matching in assignment and input parameters; Active patterns; Introducing generics; Lazy evaluation; Units of measure.…”
Full text (MFA users only)
Electronic eBook -
37
Mastering High Performance with Kotlin : Overcome Performance Difficulties in Kotlin with a Range of Exciting Techniques and Solutions.
Published 2018Table 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 -
38
Kotlin standard library cookbook : master the powerful Kotlin standard library through practical code examples
Published 2018Table of Contents: “…. ; Chapter 3: Shaping Code with Kotlin Functional Programming Features; Introduction; Working effectively with lambda expressions; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Discovering basic scoping functions -let, also, apply; Getting ready; How to do it ... ; How it works ... ; See also; Initializing objects the clean way using the run scoping function; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also…”
Full text (MFA users only)
Electronic eBook -
39
Traffic management
Published 2016Table 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 -
40
.NET Standard 2.0 Cookbook : Develop high quality, fast and portable applications by leveraging the power of .NET Standard Library.
Published 2018Table 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