Search Results - (( Defined contribution pensions law ) OR ((( Defined distributed ((operating a) OR (operating _)) ) OR ( Defined ((distribution regression) OR (distribution estimation)) plans ))))

  1. 141

    Database systems : a pragmatic approach by Foster, Elvis C., Godbole, Shripad

    Published: Apress, 2014
    Description: 1 online resource.
    SpringerLink - Click here for access
    eBook
  2. 142

    Cloud computing for engineering applications by Stradi-Granados, Benito A.

    Published: Springer, 2020
    Description: 1 online resource (xxxiii, 353 pages) : illustrations.
    Contents: “…Heat Transfer in Fluids -- Further Readings -- Chapter 3: Building a Prototype -- 3.1 The Solidworks Environment -- 3.2 Adding Elements to the Solid Frame -- 3.3 Creating Propeller for Fan -- 3.4 Creating Cylindrical Bushing for Fan Propeller -- 3.5 Assembly -- Chapter 4: Motion Studies -- 4.1 Building a Motion Study -- 4.2 Flow Simulations -- Further Readings -- Chapter 5: Matlab Primer -- 5.1 Basic Annotation -- 5.2 Examples -- 5.3 Arithmetic Operators -- 5.4 Logical Operators.…”
    SpringerLink - Click here for access
    eBook
  3. 143

    Expert F# 4.0 Fourth edition. by Syme, Don, Granicz, Adam, Cisternino, Antonio

    Published: Apress, 2015
    Description: 1 online resource (xxvii, 582 pages) : illustrations.
    Contents:
    SpringerLink - Click here for access
    eBook
  4. 144

    Pro Couchbase server by Ostrovsky, David, Rodenski, Yaniv

    Published: Apress, 2014
    Description: 1 online resource (xviii, 310 pages) : illustrations.
    SpringerLink - Click here for access
    eBook
  5. 145
  6. 146

    Introduction to applied probability by Pfeiffer, Paul E., Schum, David A.

    Published: Academic Press, 1973
    Description: 1 online resource (xv, 403 pages)
    Contents: “…Sets and Events; Introduction; 3-1. A Well-Defined Trial and Its Possible Outcomes; 3-2. …”
    Elsevier - Click here for access
    eBook
  7. 147

    Oka : a convergence of cultures and the Canadian Forces by Winegard, Timothy C. (Timothy Charles), 1977-

    Published: Canadian Defence Academy Press, 2008
    Description: vi, 309 pages : illustrations, maps ; 23 cm.
    Government Document Book
  8. 148

    Engineering risk and finance by Tapiero, Charles S.

    Published: Springer, 2013
    Description: 1 online resource (516 pages).
    SpringerLink - Click here for access
    eBook
  9. 149

    C++ recipes : a problem-solution approach by Sutherland, Bruce (Video game developer)

    Published: Apress, 2015
    Description: 1 online resource : color illustrations.
    SpringerLink - Click here for access
    eBook
  10. 150

    Pro SQL server internals by Korotkevitch, Dmitri

    Published: Apress, 2014
    Description: 1 online resource (xxv, 750 pages) : illustrations.
    SpringerLink - Click here for access
    eBook
  11. 151

    HP Nonstop server security : a practical handbook by Hill, Terri

    Published: Elsevier Digital Press, 2004
    Description: 1 online resource (xxxxiv, 616 pages).
    Contents: “…Gazette A to Z -- ADDUSER User Program -- AUDSERV System Program -- AXCEL User Program -- BACKCOPY System Utility -- BACKUP User Program -- Binder Subsystem -- BUSCMD System Utility -- $CMON System Program -- Compilers -- COUP System Utility -- CROSSREF User Program -- *CSTM Customization Files -- Data Build User Program -- DATA Loader/MP User Program -- DCOM System Utility -- Data Definition Language (DDL) Subsystem -- DEFAULT User Program -- DELUSER User Program -- Disk Processes -- DISKGEN System Utility -- Distributed Name Service (DNS) Subsystem -- DIVER System Utility -- DSAP User Program -- DSM/SCM Subsystem -- DSM/TC Subsystem -- ECHO User Program -- EDIT User Program -- EMS Subsystem -- EMSA Subsystem -- ENABLE User Program -- ENFORM Subsystem -- ERROR User Program -- Expand Subsystem -- FINGER System Utility -- File Transfer Protocols -- FUP System Utility -- INSPECT Subsystem -- Libraries, SRLs and Common Routines -- Licensed Files -- LISTNER System Utility -- LOGIN System Program -- LOGON User Program -- MEASURE Subsystem -- Native Link Editor (NLD) User Program -- Native Object File Tool (NOFT) User Program -- NETBATCH Subsystem -- NSKCOM System Utility -- Operating System -- PAK/UNPAK User Programs -- Password User Program -- Pathway Subsystem -- PCFORMAT User Program -- PEEK System Utility -- PING User Program -- PROGID'd Files -- PUP System Utility -- NonStop RDF Subsystem -- RESTORE User Program -- RPASSWRD User Program -- Safeguard Subsystem -- Subsystem Control Facility (SCF) -- Subsystem Control Point (SCP) -- SEEVIEW User Program -- SORT Subsystem -- Subsystem Programmatic Interface (SPI) --T.…”
    Elsevier - Click here for access
    eBook
  12. 152
  13. 153

    Building the infrastructure for cloud security : a solutions view by Yeluri, Raghu, Castro-Leon, Enrique

    Published: Apress, 2014
    Description: 1 online resource (xxvi, 212 pages) : illustrations.
    SpringerLink - Click here for access
    eBook
  14. 154

    Collaborative genomics projects : a comprehensive guide First edition. by Sheth, Margi, Zhang, Jiashan, Zenklusen, Jean C.

    Published: Academic Press is an imprint of Elsevier, 2016
    Description: 1 online resource.
    Elsevier - Click here for access
    eBook
  15. 155

    Beginning Oracle PL/SQL Second edition. by Bales, Donald

    Published: IOUG : Apress, 2015
    Description: 1 online resource (xxxiv, 492 pages) : illustrations.
    SpringerLink - Click here for access
    eBook
  16. 156

    Beginning Haskell : a project-based approach by Mena, Alejandro Serrano

    Published: Apress, 2014
    Description: 1 online resource (1 volume) : illustrations.
    Contents: “…-- The Haskell Ecosystem -- The History of Haskell -- Your Working Environment -- Installing on Windows -- Installing on Mac OS X -- Installing on Linux -- Installing on Linux from Source -- Checking That the Installation is Successful -- Installing EclipseFP -- First steps with GHCi -- The Time Machine Store -- Summary -- Chapter 2: Declaring the Data Model -- Working with Characters, Numbers, and Lists -- Characters -- Numbers -- Strings -- Lists -- Lists Operations -- Creating a New Project -- Creating a Project from the Command Line -- Creating a Project from EclipseFP -- Understanding Modules -- Defining Simple Functions -- Creating a Simple Function -- Specifying the Function's Type -- Developing a Robust Example -- Returning More than One Value -- Working with Data Types -- Pattern Matching -- Simple Patterns -- Lists and Tuples -- Guards -- View Patterns -- Records -- Creation and Use -- The "Default Values" Idiom -- Summary -- Chapter 3: Reusing Code Through Lists -- Parametric Polymorphism -- Functions as Parameters -- Higher-Order Functions -- Anonymous Functions -- Partial Application of a Function -- More on Modules -- Module Imports -- Smart Constructors and Views -- Diving into Lists -- Folds -- Lists and Predicates -- Lists Containing Tuples -- List Comprehensions -- Haskell Origami -- Summary -- Chapter 4: Using Containers and Type Classes -- Using Packages -- Managing Packages with Cabal and EclipseFP -- Sandboxed Environments -- Containers: Maps, Sets, Trees, Graphs -- Maps -- Sets -- Trees -- Graphs -- Obtaining Help -- Ad-hoc Polymorphism: Type Classes.…”
    SpringerLink - Click here for access
    eBook
  17. 157

    Dynamical Zeta functions and dynamical determinants for hyperbolic maps : a functional approach by Baladi, Viviane

    Published: Springer, 2018
    Description: 1 online resource (xv, 291 pages) : illustration.
    SpringerLink - Click here for access
    eBook
  18. 158

    C++17 quick syntax reference : a pocket guide to the language, APIs and library Third edition. by Olsson, Mikael (Web programmer)

    Published: Apress, 2018
    Description: 1 online resource (xviii, 186 pages) : illustrations.
    SpringerLink - Click here for access
    eBook
  19. 159

    Advances and new developments in fuzzy logic and technology : selected papers from IWIFSGN'2019 -- the eighteenth International Workshop on Intuitionistic Fuzzy Sets and Generalize... 1st ed. 2021. by International Workshop on Intuitionistic Fuzzy Sets and Generalized Nets Warsaw, Poland, SpringerLink (Online service)

    Published: Springer International Publishing : Imprint : Springer, 2021
    Description: 1 online resource (xv, 324 pages : 201 illustrations, 54 illustrations in color.
    Contents: “…Intuitionistic Fuzzy Temporal-Modal Operators --…”
    SpringerLink - Click here for access
    Conference Proceeding eBook
  20. 160

    Big data and the internet of things : enterprise information architecture for a new age by Stackowiak, Robert, Licht, Art, Mantha, Venu, Nagode, Louis

    Published: Apress, 2015
    Description: 1 online resource (xviii, 220 pages) : illustrations.
    SpringerLink - Click here for access
    eBook