Search Results - (((((((ant OR cantee) OR find) OR granting) OR cantor) OR anne) OR maarten) OR tkanto) algorithms.

  1. 141

    Emitter detection and geolocation for electronic warfare by O'Donoughue, Nicholas A.

    Published 2020
    Table of Contents: “…6.2 MAXIMUM LIKELIHOOD ESTIMATION -- 6.3 OTHER ESTIMATORS -- 6.3.1 Minimum Variance Unbiased Estimators -- 6.3.2 Bayes Estimators -- 6.3.3 Least Square Estimators -- 6.3.4 Convex Estimators -- 6.3.5 Tracking Estimators -- 6.4 PERFORMANCE MEASURES -- 6.4.1 Root Mean Squared Error (RMSE) -- 6.4.2 CRLB -- 6.4.3 Angle Error Variance and Confidence Intervals -- 6.5 PROBLEM SET -- References -- Chapter 7 Direction-Finding Systems -- 7.1 BEAM PATTERN-BASED DIRECTION FINDING -- 7.1.1 Implementation -- 7.1.2 Performance -- 7.2 WATSON-WATT DIRECTION FINDING -- 7.2.1 Implementation -- 7.2.2 Performance…”
    Full text (MFA users only)
    Electronic eBook
  2. 142

    Quantum Computation And Quantum Information Theory : Reprint Volume with Introductory Notes for ISI TMR Network School. by Zeilinger, A.

    Published 2001
    Table of Contents: “…2.4 Going Beyond Bell's Theorem 2.5 What is Wrong with These Elements of Reality -- 2.6 Observation of Three-Photon Greenberger-Horne-Zeilinger Entanglement -- Quantum Algorithms -- 3. Quantum Algorithms -- 3.1 An Overview of Quantum Computing -- 3.2 On Quantum Algorithms…”
    Full text (MFA users only)
    Electronic eBook
  3. 143
  4. 144

    Foundations of bilevel programming by Dempe, Stephan

    Published 2002
    Full text (MFA users only)
    Electronic eBook
  5. 145

    Future Farming. by Shukla, Praveen Kumar

    Published 2023
    Table of Contents: “…PROPOSED METHODOLOGY -- Pre-processing -- Leaf Image from Plants -- Segmentation Model Using Improved Canny Algorithm -- Steps of Improved Canny Algorithm -- Leaf Image Feature Selection Using Hybrid Black Widow Optimization Algorithm with Mayfly Optimization Algorithm (BWO-MA) -- Pseudo-Code of the Hybrid (BWO-MA) Algorithm -- Output: Objective Function's -RMSE -- Leaf Image Classification Using (BWO-MA) with ANN -- Hyper-Parameter Tuning With (BWO-MA) -- RESULT AND DISCUSSION -- Dataset Description -- Evaluation & Results -- CONCLUSION -- REFERENCES…”
    Full text (MFA users only)
    Electronic eBook
  6. 146

    Learning Boost C++ libraries : solve practical programming problems using powerful, portable, and expressive libraries from Boost by Mukherjee, Arindam

    Published 2015
    Table of Contents: “…Shared ownership semanticsboost::shared_ptr and std::shared_ptr; Intrusive smart pointers -- boost::intrusive_ptr; shared_array; Managing non-memory resources using smart pointers; Self-test questions; Summary; References; Chapter 4: Working with Strings; Text processing with Boost String Algorithms library; Using Boost String Algorithms; Find algorithms; Case-conversion and trimming algorithms; The replace and erase algorithms; The split and join algorithms; Splitting text using the Boost Tokenizer library; Tokenizing based on separators…”
    Full text (MFA users only)
    Electronic eBook
  7. 147

    Modern optimization methods for science, engineering and technology

    Published 2020
    Table of Contents: “…Implementing the traveling salesman problem using a modified ant colony optimization algorithm -- 5.1. ACO and candidate list -- 5.2. …”
    Full text (MFA users only)
    Electronic eBook
  8. 148

    Rough fuzzy image analysis : foundations and methodologies

    Published 2010
    Table of Contents: “…1. Cantor, fuzzy, near, and rough sets in image analysis / James F. …”
    Full text (MFA users only)
    Electronic eBook
  9. 149

    Ivor Horton's beginning Visual C++ 2012 by Horton, Ivor

    Published 2012
    Table of Contents: “…Finding the Length of a Null-Terminated String --…”
    Full text (MFA users only)
    Electronic eBook
  10. 150

    Artificial Intelligence and Machine Learning Fundamentals : Develop Real-World Applications Powered by the Latest AI Advances. by Nagy, Zsolt

    Published 2018
    Table of Contents: “…Uninformed and Informed SearchCreating Heuristics; Admissible and Non-Admissible Heuristics; Heuristic Evaluation; Exercise 5: Tic-Tac-Toe Static Evaluation with a Heuristic Function; Using Heuristics for an Informed Search; Types of Heuristics; Pathfinding with the A* Algorithm; Exercise 6: Finding the Shortest Path to Reach a Goal; Exercise 7: Finding the Shortest Path Using BFS; Introducing the A* Algorithm; A* Search in Practice Using the simpleai Library; Game AI with the Minmax Algorithm and Alpha-Beta Pruning; Search Algorithms for Turn-Based Multiplayer Games; The Minmax Algorithm…”
    Full text (MFA users only)
    Electronic eBook
  11. 151

    Urodynamics : a quick pocket guide by Vignoli, Giancarlo

    Published 2016
    Full text (MFA users only)
    Electronic eBook
  12. 152

    Analysis of biological data : a soft computing approach

    Published 2007
    Table of Contents: “…Feature selection for cancer classification using ant colony optimization and support vector machines / A. …”
    Full text (MFA users only)
    Electronic eBook
  13. 153

    Structured Matrices in Mathematics, Computer Science, and Engineering. by Olshevsky, Vadim

    Published 2001
    Table of Contents: “…Contents -- Foreword -- Part V. Fast Algorithms -- The Schur algorithm for matrices with Hessenberg displacement structure -- Fast inversion algorithms for a class of block structured matrices -- A fast and stable solver for recursively semi-separable systems of linear equations -- Part VI. …”
    Full text (MFA users only)
    Full text (MFA users only)
    Electronic eBook
  14. 154

    Smart antenna engineering by El Zooghby, Ahmed

    Published 2005
    Full text (MFA users only)
    Electronic eBook
  15. 155
  16. 156
  17. 157

    Quantum Bio-Informatics V : Proceedings of the Quantum Bio-Informatics 2011. by Accardi, Luigi

    Published 2013
    Table of Contents: “…Introduction; 2. Simon's period-finding quantum algorithm; 2.1. Ingredients of Simon's quantum period finding algorithm (QPFA); 3. …”
    Full text (MFA users only)
    Electronic eBook
  18. 158

    The Complete Rust Programming Reference Guide : Design, Develop, and Deploy Effective Software Systems Using the Advanced Constructs of Rust. by Sharma, Rahul

    Published 2019
    Table of Contents: “…Chapter 1: Getting Started with Rust -- Chapter 2: Managing Projects with Cargo -- Chapter 3: Tests, Documentation, and Benchmarks -- Chapter 4: Types, Generics, and Traits -- Chapter 5: Memory Management and Safety -- Chapter 6: Error Handling -- Chapter 7: Advanced Concepts -- Chapter 8: Concurrency -- Chapter 9: Metaprogramming with Macros -- Chapter 10: Unsafe Rust and Foreign Function Interfaces -- Chapter 11: Logging -- Chapter 12: Network Programming in Rust -- Chapter 13: Building Web Applications with Rust -- Chapter 14: Lists, Lists, and More Lists -- Chapter 15: Robust Trees -- Chapter 16: Exploring Maps and Sets -- Chapter 17: Collections in Rust -- Chapter 18: Algorithm Evaluation -- Chapter 19: Ordering Things -- Chapter 20: Finding Stuff -- Chapter 21: Random and Combinatorial -- Chapter 22: Algorithms of the Standard Library.…”
    Full text (MFA users only)
    Electronic eBook
  19. 159

    Geometric Function Theory In Several Complex Variables, Proceedings Of A Satellite Conference To The Int'l Congress Of Mathematicians In Beijing 2002. by FitzGerald, Carl H.

    Published 2004
    Table of Contents: “…Greiner and Jingzhi Tie); Defective values of double Meissel's formula and reduction of space-time requirement of Meissel-Lehmer-Lagarias-Odlyzko's algorithm an experimental program to find T(1021) (by Chen Guangxiao); Hardy space of holomorphic functions in infinite complex variables (by Zeqian Chen); The law of the iterated logarithm for pluriharmonic functions in the unit ball of Cn (by Zeqian Chen, Caiheng Ouyang).…”
    Full text (MFA users only)
    Electronic eBook
  20. 160