Search Results - (( Defined contribution ((pension plans) OR (pension plan)) ) OR ((( Defined distribution operational plan ) OR ( Defined distribution ((mission plans) OR (fission products)) ))))

  1. 201

    Microservices : science and engineering by SpringerLink (Online service)

    Published: Springer, 2020
    Description: 1 online resource (363 pages)
    Contents:
    SpringerLink - Click here for access
    eBook
  2. 202

    Forest recreation 3rd ed. by Douglass, Robert W.

    Published: Pergamon Press, 1982
    Description: 1 online resource (x, 326 pages) : illustrations.
    Elsevier - Click here for access
    eBook
  3. 203
  4. 204

    Springer handbook of mechanical engineering by SpringerLink (Online service)

    Published: Springer, 2009
    Description: 1 online resource.
    Contents: “…Equilibria -- First Law of Thermodynamics -- Second Law of Thermodynamics -- Exergy and Anergy -- Thermodynamics of Substances -- Changes of State of Gases and Vapors -- Thermodynamic Processes -- Ideal Gas Mixtures -- Heat Transfer -- Tribology -- Tribology -- Design of Machine Elements -- Mechanical Drives -- Gearings -- Cylindrical Gearings -- Bevel Gearings -- Worm Gearings -- Design of Gear Wheels, Worm Wheels, and Worms -- Planetary Gears -- Wave Gears -- Shafts and Axles -- Shaft-Hub Connections -- Rolling Bearings -- Design of Bearing Units -- Appendix A -- Appendix B -- Manufacturing Engineering -- Casting -- Metal Forming -- Machining Processes -- Assembly, Disassembly, Joining Techniques -- Rapid Prototyping and Advanced Manufacturing -- Precision Machinery Using MEMS Technology -- Measuring and Quality Control -- Quality Management -- Manufacturing Measurement Technology -- Measuring Uncertainty and Traceability -- Inspection Planning -- Further Reading -- Engineering Design -- Design Theory -- Basics -- Precisely Defining the Task -- Conceptual Design -- Design -- Design and Manufacturing for the Environment -- Failure Mode and Effect Analysis for Capital Goods -- Piston Machines -- Foundations of Piston Machines -- Positive Displacement Pumps -- Compressors -- Internal Combustion Engines -- Pressure Vessels and Heat Exchangers -- Pressure Vessel -- General Design Concepts -- Design of Tall Towers -- Testing Requirement -- Design Codes for Pressure Vessels -- Heat Exchangers -- Material of Construction -- Turbomachinery -- Theory of Turbomachinery Stages -- Gas Turbine Engines: Design and Dynamic Performance -- Transport Systems -- Overview -- Automotive Engineering -- Railway Systems -- Railway Engineering -- Aerospace Engineering -- Construction Machinery -- Basics -- Earthmoving, Road Construction, and Farming Equipment -- Machinery for Concrete Works -- Site Lifts -- Access Machinery and Equipment -- Cranes -- Equipment for Finishing Work -- Automation and Robotics in Construction -- Enterprise Organization and Operation -- Overview -- Organizational Structures -- Process Organization, Capabilities, and Supply Networks -- Modeling and Data Structures -- Enterprise Resource Planning (ERP) -- Manufacturing Execution Systems (MES) -- Advanced Organization Concepts -- Interorganizational Structures -- Organization and Communication -- Enterprise Collaboration and Logistics -- Complementary Material for Mechanical Engineers -- Power Generation -- Principles of Energy Supply -- Primary Energies -- Fuels -- Transformation of Primary Energy into Useful Energy -- Various Energy Systems and Their Conversion -- Direct Combustion System -- Internal Combustion Engines -- Fuel Cells -- Nuclear Power Stations -- Combined Power Station -- Integrated Gasification Combined Cycle (IGCC) System -- Magnetohydrodynamic (MHD) Power Generation -- Total-Energy Systems for Heat and Power Generation -- Transformation of Regenerative Energies -- Solar Power Stations -- Heat Pump -- Energy Storage and Distribution -- Furnaces -- Fluidized-Bed Combustion System -- Liquid-Fuel Furnace -- Burners -- General Furnace Accessories -- Environmental Control Technology -- Steam Generators -- Parts and Components of Steam Generator -- Energy Balance Analysis of a Furnace/Combustion System -- Performance of Steam Generator -- Furnace Design -- Strength Calculations -- Heat Transfer Calculation -- Nuclear Reactors -- Future Prospects and Conclusion -- Electrical Engineering -- Fundamentals -- Transformers -- Rotating Electrical Machines -- Power Electronics -- Electric Drives -- Electric Power Transmission and Distribution -- Electric Heating.…”
    SpringerLink - Click here for access
    eBook
  5. 205
  6. 206

    Desired future conditions for southwestern riparian ecosystems : bringing interests and concerns together, September 18-22, 1995, Albuquerque, New Mexico by New Mexico Riparian Council, Rocky Mountain Forest and Range Experiment Station (Fort Collins, Colo.)

    Published: U.S. Dept. of Agriculture, Forest Service, Rocky Mountain Forest and Range Experiment Station, 1996
    Description: vi, 359 pages : illustrations, maps ; 28 cm.
    Contents: “…Martinez -- Rio Grande Basin Consortium : mission, goals, and activities / Deborah A. Potter and Deborah M. …”
    Government Document Book
  7. 207

    Microsoft SharePoint : building Office 2007 solutions in VB 2005 by Hillier, Scot

    Published: Apress ; Distributed to the Book trade worldwide by Springer-Verlag, 2006
    Description: 1 online resource (xxv, 519 pages) : illustrations.
    SpringerLink - Click here for access
    eBook
  8. 208

    Logic, rationality, and interaction : 7th International Workshop, LORI 2019, Chongqing, China, October 18-21, 2019, Proceedings by LORI (Workshop) Chongqing, China), SpringerLink (Online service)

    Published: Springer, 2019
    Description: 1 online resource (xxi, 441 pages) : illustrations (some color).
    SpringerLink - Click here for access
    Conference Proceeding eBook
  9. 209

    Advanced persistent training : take your security awareness program to the next level by Schroeder, Jordan

    Published: Apress, 2017
    Description: 1 online resource.
    SpringerLink - Click here for access
    eBook
  10. 210

    Serious games and edutainment applications by SpringerLink (Online service)

    Published: Springer-Verlag London Ltd., 2011
    Description: 1 online resource (xvi, 504 pages) : illustrations (some color)
    SpringerLink - Click here for access
    eBook
  11. 211

    Pro Python Second edition. by Browning, J. Burton, Alchin, Marty

    Published: Apress, 2014
    Description: 1 online resource.
    Contents: “…Using __all __ to Customize Imports -- Relative Imports -- The __import__() function -- The importlib module -- Taking It With You -- Chapter 3: Functions -- Arguments -- Planning for Flexibility -- Variable Positional Arguments -- Variable Keyword Arguments -- Combining Different Kinds of Arguments -- Invoking Functions with Variable Arguments -- Preloading Arguments -- Introspection -- Example: Identifying Argument Values -- Example: A More Concise Version -- Example: Validating Arguments -- Decorators -- Closures -- Wrappers -- Decorators with Arguments -- Decorators with-or without-Arguments -- Example: Memoization -- Example: A Decorator to Create Decorators -- Function Annotations -- Example: Type Safety -- Factoring Out the Boilerplate -- Example: Type Coercion -- Annotating with Decorators -- Example: Type Safety as a Decorator -- Generators -- Lambdas -- Introspection -- Identifying Object Types -- Modules and Packages -- Docstrings -- Taking It with You -- Chapter 4: Classes -- Inheritance -- Multiple Inheritance -- Method Resolution Order -- Example: C3 Algorithm -- Using super() to Pass Control to Other Classes -- Introspection -- How Classes Are Created -- Creating Classes at Runtime -- Metaclasses -- Example: Plugin Framework -- Controlling the Namespace -- Attributes -- Properties -- Descriptors -- Methods -- Unbound Methods -- Bound Methods -- Class Methods -- Static Methods -- Assigning Functions to Classes and Instances -- Magic Methods -- Creating Instances -- Example: Automatic Subclasses -- Dealing with Attributes -- String Representations -- Taking It With You -- Chapter 5: Common Protocols -- Basic Operations -- Mathematical Operations -- Bitwise Operations -- Variations -- Numbers -- Sign Operations -- Comparison Operations -- Iterables -- Example: Repeatable Generators -- Sequences -- Mappings -- Callables.…”
    SpringerLink - Click here for access
    eBook
  12. 212

    Microsoft SharePoint : building Office 2007 solutions in C♯ 2005 by Hillier, Scot

    Published: Apress ; Distributed to the Book trade worldwide by Springer-Verlag, 2007
    Description: 1 online resource (xxv, 513 pages) : illustrations.
    SpringerLink - Click here for access
    eBook
  13. 213

    Learn Swift on the Mac : for OS X and iOS by Malik, Waqar

    Published: Apress, 2015
    Description: 1 online resource : color illustrations.
    SpringerLink - Click here for access
    eBook
  14. 214
  15. 215

    Knowledge-based and intelligent information and engineering systems : 14th international conference, KES 2010, Cardiff, UK, September 8-10, 2010, proceedings. Part I by International Conference on Knowledge-Based Intelligent Information Engineering Systems and Allied Technologies Cardiff, Wales, SpringerLink (Online service)

    Published: Springer, 2010
    Description: 1 online resource (xlv, 679 pages) : illustrations.
    Contents: “…Keynote Talks -- Evolving Integrative Brain-, Gene-, and Quantum Inspired Systems for Computational Intelligence and Knowledge Engineering -- A Semiotic View of Social Intelligence for Realizing Human-Machine Symbiotic Systems -- Embracing Uncertainty: The New Machine Intelligence -- Exploiting Social Structures and Social Networks -- Knowledge Visualization for Engineered Systems -- Proximity-Based Federation of Smart Objects: Liberating Ubiquitous Computing from Stereotyped Application Scenarios -- Artificial Neural Networks, Connectionists Systems and Evolutionary Computation -- A Neural Network Model to Develop Urban Acupuncture -- Discovering Process Models with Genetic Algorithms Using Sampling -- A Multi-Objective Evolutionary Approach for the Antenna Positioning Problem -- CLONAL-GP Framework for Artificial Immune System Inspired Genetic Programming for Classification -- Solving Industrial Based Job-Shop Scheduling Problem by Distributed Micro-Genetic Algorithm with Local Search -- Data Mining via Rules Extracted from GMDH: An Application to Predict Churn in Bank Credit Cards -- Sensitivity Analysis and Automatic Calibration of a Rainfall-Runoff Model Using Multi-objectives -- University Course Timetabling Using ACO: A Case Study on Laboratory Exercises -- Machine Learning and Classical AI -- Nonparametric Statistical Analysis of Machine Learning Algorithms for Regression Problems -- Adaptive Learning of Nominal Concepts for Supervised Classification -- A Novel Approach of Process Mining with Event Graph -- A Classification Algorithm for Process Sequences Based on Markov Chains and Bayesian Networks -- Coaching to Enhance the Online Behavior Learning of a Robotic Agent -- Agent and Multi-agent Systems -- Cooperation of AGVs' Head-on Collision Avoidance by Knowledge Exchange in Autonomous Decentralized FMS -- A Log Analyzer Agent for Intrusion Detection in a Multi-Agent System -- A Proof System for Time-Dependent Multi-agents -- Toward Emotional E-Commerce: Formalizing Agents for a Simple Negotiation Protocol -- Distributed Ant Colony Clustering Using Mobile Agents and Its Effects -- Monitoring a Multi-Agent System Evolution through Iterative Development -- An Agent for Ecological Deliberation -- A Framework to Compute Inference Rules Valid in Agents' Temporal Logics -- Statecharts-Based JADE Agents and Tools for Engineering Multi-Agent Systems -- Telco Agent: Enabler of Paradigm Shift towards Customer-Managed Relationship -- Multi-attribute Auction Model for Agent-Based Content Trading in Telecom Markets -- Applying Possibility and Belief Operators to Conditional Statements -- A Computer Adaptive Testing Method for Intelligent Tutoring Systems -- Intelligent Vision, Image Processing and Signal Processing -- Combining Patient Metadata Extraction and Automatic Image Parsing for the Generation of an Anatomic Atlas -- Parallel Processing with CUDA in Ceramic Tiles Classification -- Signal Receiving and Processing Platform of the Experimental Passive Radar for Intelligent Surveillance System Using Software Defined Radio Approach -- Automated Anticounterfeiting Inspection Methods for Rigid Films Based on Infrared and Ultraviolet Pigments and Supervised Image Segmentation and Classification -- Vowel Recognition by Using the Combination of Haar Wavelet and Neural Network -- Bayesian Classification Using DCT Features for Brain Tumor Detection -- A New Strategy of Adaptive Nonlinear Echo Cancelling Volterra-Wiener Filter Structure Selection -- Intelligent System for Commercial Block Recognition Using Audio Signal Only -- Viewpoint Insensitive Actions Recognition Using Hidden Conditional Random Fields -- Fuzzy Hyper-Prototype Clustering -- Knowledge Management, Ontologies and Data Mining -- Clustering Using Difference Criterion of Distortion Ratios -- Computer-Generated Conversation Based on Newspaper Headline Interpretation -- Using Regression Analysis to Identify Patterns of Non-Technical Losses on Power Utilities -- Enhancing the Symbolic Aggregate Approximation Method Using Updated Lookup Tables -- Which XML Storage for Knowledge and Ontology Systems? …”
    SpringerLink - Click here for access
    Conference Proceeding eBook
  16. 216

    Proceedings of the International Conference on Recent Cognizance in Wireless Communication & Image Processing : ICRCWIP-2014 by International Conference on Recent Cognizance in Wireless Communication & Image Processing Jaipur, India, SpringerLink (Online service)

    Published: Springer, 2016
    Description: 1 online resource (xxix, 1002 pages) : illustrations (some color)
    Contents: “…Vein Bio-Metric Template Security using Overlapped Shares Accounting for Minimum Storage -- Miniaturization of MEMs Based Smart Patch Antennas for Bio-Medical Applications -- Authentication of Primary User at Physical Layer through Approximation in Cognitive Radio -- Data Based Correlation Scheme -- A Comparative analysis of Different LFSR Based Ciphers and Parallel Computing Platforms for Development of Generic Cipher Compatible on Both Hardware and Software Platforms -- Generation of Automatic Variable Key to Make Secure Communication -- Vector Evaluated Genetic Algorithm Based Distributed Query Plan Generation in Distributed Database -- A Novel Mems Based Frequency Tunable Rectangular Patch Antenna -- Design and Optimization of Band Stop Filter using Metamaterial Structures for K-Band Applications -- Low Cost Crash Protection System for Heavy Motor Vehicles -- Effect of Parasitic Elements on the Performance of Buck-Boost Converter Used in PV System -- Effective Medium Approximation for Defining the Unavoidable Resistance of Solar Cell Front Contact -- A Novel Low Power Design Approach to Exploit the Power Usage of AMBA APB Bridge -- Solar Wind & Diesel Hybrid Energy System: A Review -- Analysis and Optimization of Stability for 6T SRAM Cell using 180nm Technology. …”
    SpringerLink - Click here for access
    Conference Proceeding eBook
  17. 217

    Marketing analytics roadmap : methods, metrics, and tools by Rackley, Jerry

    Published: Apress, 2015
    Description: 1 online resource (xiv, 300 pages) : illustrations.
    SpringerLink - Click here for access
    eBook
  18. 218

    Ubiquitous computing application and wireless sensor : UCAWSN-14 by FTRA International Conference on Ubiquitous Computing Application and Wireless Sensor Network Cheju-do, Korea, SpringerLink (Online service)

    Published: Springer, 2015
    Description: 1 online resource.
    Contents: “…Lin, P.-H. Wang -- A New Distributed Grid Scheme utilizing Node-based Preprocessing Technique for Supporting k-NN Queries; H. …”
    SpringerLink - Click here for access
    Conference Proceeding eBook
  19. 219

    Tamed agility pragmatic contracting and collaboration in agile software projects by Book, Matthias

    Published: Springer, 2016
    Description: 1 online resource.
    SpringerLink - Click here for access
    Electronic eBook
  20. 220

    Proceedings of fifth International Conference on Soft Computing for Problem Solving : SocProS 2015. Volume 1 by International Conference on Soft Computing for Problem Solving Roorkee, India, SpringerLink (Online service)

    Published: Springer, 2016
    Description: 1 online resource (xix, 1063 pages) : illustrations.
    Contents: “…A Production Model with Stock Dependent Demand, Partial Backlogging, Weibull Distribution Deterioration and Customer Returns -- Chapter 3. …”
    SpringerLink - Click here for access
    Conference Proceeding eBook