top

  Info

  • Utilizzare la checkbox di selezione a fianco di ciascun documento per attivare le funzionalità di stampa, invio email, download nei formati disponibili del (i) record.

  Info

  • Utilizzare questo link per rimuovere la selezione effettuata.
Engineering computations and modeling in MATLAB®/Simulink® [[electronic resource] /] / Oleg A. Yakimenko
Engineering computations and modeling in MATLAB®/Simulink® [[electronic resource] /] / Oleg A. Yakimenko
Autore Yakimenko Oleg A
Pubbl/distr/stampa Reston, Va., : American Institute of Aeronautics and Astronautics, c2011
Descrizione fisica 1 online resource (938 p.)
Disciplina 620.00285
Collana AIAA education series
Soggetto topico Engineering mathematics - Data processing
Computer programming
ISBN 1-60086-783-9
1-62198-102-9
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910812783503321
Yakimenko Oleg A  
Reston, Va., : American Institute of Aeronautics and Astronautics, c2011
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Engineering informatics [[electronic resource] ] : fundamentals of computer-aided engineering / / Benny Raphael, Ian F.C. Smith
Engineering informatics [[electronic resource] ] : fundamentals of computer-aided engineering / / Benny Raphael, Ian F.C. Smith
Autore Raphael B (Benny)
Edizione [2nd ed.]
Pubbl/distr/stampa Chicester, : John Wiley & Sons, c2013
Descrizione fisica 1 online resource (357 p.)
Disciplina 620.00285
Altri autori (Persone) SmithIan F. C
Soggetto topico Computer-aided engineering
Engineering - Data processing
Soggetto genere / forma Electronic books.
ISBN 1-118-53632-0
1-118-53629-0
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Introduction -- Complexity -- Datastruct -- Objects -- Databases -- Comp mechanics -- Constraints -- Optsearch -- Knowledge systems -- Machine learning -- Geom-modeling -- Graphics -- Distributed-applications.
Record Nr. UNINA-9910465626703321
Raphael B (Benny)  
Chicester, : John Wiley & Sons, c2013
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Engineering informatics [[electronic resource] ] : fundamentals of computer-aided engineering / / Benny Raphael, Ian F.C. Smith
Engineering informatics [[electronic resource] ] : fundamentals of computer-aided engineering / / Benny Raphael, Ian F.C. Smith
Autore Raphael B (Benny)
Edizione [2nd ed.]
Pubbl/distr/stampa Chicester, : John Wiley & Sons, c2013
Descrizione fisica 1 online resource (357 p.)
Disciplina 620.00285
Altri autori (Persone) SmithIan F. C
Collana New York Academy of Sciences
Soggetto topico Computer-aided engineering
Engineering - Data processing
ISBN 1-118-53632-0
1-118-53629-0
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Introduction -- Complexity -- Datastruct -- Objects -- Databases -- Comp mechanics -- Constraints -- Optsearch -- Knowledge systems -- Machine learning -- Geom-modeling -- Graphics -- Distributed-applications.
Record Nr. UNINA-9910792177103321
Raphael B (Benny)  
Chicester, : John Wiley & Sons, c2013
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Engineering informatics [[electronic resource] ] : fundamentals of computer-aided engineering / / Benny Raphael, Ian F.C. Smith
Engineering informatics [[electronic resource] ] : fundamentals of computer-aided engineering / / Benny Raphael, Ian F.C. Smith
Autore Raphael B (Benny)
Edizione [2nd ed.]
Pubbl/distr/stampa Chicester, : John Wiley & Sons, c2013
Descrizione fisica 1 online resource (357 p.)
Disciplina 620.00285
Altri autori (Persone) SmithIan F. C
Collana New York Academy of Sciences
Soggetto topico Computer-aided engineering
Engineering - Data processing
ISBN 1-118-53632-0
1-118-53629-0
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Introduction -- Complexity -- Datastruct -- Objects -- Databases -- Comp mechanics -- Constraints -- Optsearch -- Knowledge systems -- Machine learning -- Geom-modeling -- Graphics -- Distributed-applications.
Record Nr. UNINA-9910823398003321
Raphael B (Benny)  
Chicester, : John Wiley & Sons, c2013
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Engineering problem solving with C++ / / Delores M. Etter, Jeanine A. Ingber
Engineering problem solving with C++ / / Delores M. Etter, Jeanine A. Ingber
Autore Etter Delores M (Delores Maria), <1947->
Edizione [Third, International edition.]
Pubbl/distr/stampa Boston, Massachusetts : , : Pearson, , [2012]
Descrizione fisica 1 online resource (624 pages) : color illustrations, photographs
Disciplina 620.00285
Collana Always Learning
Soggetto topico Engineering - Data processing
ISBN 1-292-01407-5
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover -- Contents -- Preface -- Chapter 1: Introduction to Computing and Engineering Problem Solving -- 1.1 Historical Perspective -- 1.2 Recent Engineering Achievements -- Changing Engineering Environment -- 1.3 Computing Systems -- Computer Hardware -- Computer Software -- 1.4 Data Representation and Storage -- Number Systems -- Data Types and Storage -- 1.5 An Engineering Problem-Solving Methodology -- Summary -- Chapter 2: Simple C++ Programs -- Engineering Challenge: Vehicle Performance -- 2.1 Program Structure -- 2.2 Constants and Variables -- Scientific Notation -- Numeric Data Types -- Boolean Data Type -- Character Data Type -- String Data -- Symbolic Constants -- 2.3 C++ Classes -- Class Declaration -- Class Implementation -- 2.4 C++ Operators -- Assignment Operator -- Arithmetic Operators -- Precedence of Operators -- Overflow and Underflow -- Increment and Decrement Operators -- Abbreviated Assignment Operators -- 2.5 Standard Input and Output -- The cout Object -- Stream Objects -- Manipulators -- The cin Object -- 2.6 Building C++ Solutions with IDEs: NetBeans -- NetBeans -- 2.7 Basic Functions Included in the C++ Standard Library -- Elementary Math Functions -- Trigonometric Functions -- Hyperbolic Functions -- Character Functions -- 2.8 Problem Solving Applied: Velocity Computation -- 2.9 System Limitations -- Summary -- Chapter 3: Control Structures: Selection -- Engineering Challenge: Global Change -- 3.1 Algorithm Development -- Top-Down Design -- 3.2 Structured Programming -- Pseudocode -- Evaluation of Alternative Solutions -- 3.3 Conditional Expressions -- Relational Operators -- Logical Operators -- Precedence and Associativity -- 3.4 Selection Statements: if Statement -- Simple if Statements -- if/else Statement -- 3.5 Numerical Technique: Linear Interpolation.
3.6 Problem Solving Applied: Freezing Temperature of Seawater -- 3.7 Selection Statements: switch Statement -- 3.8 Building C++ Solutions with IDEs: NetBeans -- NetBeans -- 3.9 Defining Operators for Programmer-Defined Data Types -- Summary -- Chapter 4: Control Structures: Repetition -- Engineering Challenge: Data Collection -- 4.1 Algorithm Development -- Pseudocode and Flowchart Description -- 4.2 Repetition Structures -- while Loop -- do/while Loop -- for Loop -- 4.3 Problem Solving Applied: GPS -- 4.4 break and continue Statements -- 4.5 Structuring Input Loops -- Counter-Controlled Loops -- Sentinel-Controlled Loop -- End-Of-Data Loop -- 4.6 Problem Solving Applied: Weather Balloons -- 4.7 Building C++ Solutions with IDEs: Microsoft Visual C++ -- Microsoft Visual C++ -- Summary -- Chapter 5: Working with Data Files -- Engineering Challenge: Weather Prediction -- 5.1 Defining File Streams -- Stream Class Hierarchy -- ifstream Class -- ofstream Class -- 5.2 Reading Data Files -- Specified Number of Records -- Trailer or Sentinel Signals -- End-of-File -- 5.3 Generating a Data File -- 5.4 Problem Solving Applied: Data Filters.Modifying an HTML File -- 5.5 Error Checking -- The Stream State -- 5.6 Numerical Technique: Linear Modeling -- 5.7 Problem Solving Applied: Ozone Measurements -- Summary -- Chapter 6: Modular Programming with Functions -- Engineering Challenge: Simulation -- 6.1 Modularity -- 6.2 Programmer-Defined Functions -- Function Definition -- Solution 1 -- Solution 2 -- Function Prototype -- 6.3 Parameter Passing -- Pass by Value -- Pass by Reference -- Storage Class and Scope -- 6.4 Problem Solving Applied: Calculating a Center of Gravity -- 6.5 Random Numbers -- Integer Sequences -- Floating-Point Sequences -- 6.6 Problem Solving Applied: Instrumentation Reliability -- 6.7 Defining Class Methods -- Public Interface.
Accessor Methods -- Mutator Methods -- 6.8 Problem Solving Applied: Design of Composite Materials -- Solution 1 -- Solution 2 -- 6.9 Numerical Technique: Roots of Polynomials -- Polynomial Roots -- Incremental-Search Technique -- 6.10 Problem Solving Applied: System Stability -- Newton-Raphson Method -- 6.11 Numerical Technique: Integration -- Integration Using the Trapezoidal Rule -- Summary -- Chapter 7: One-Dimensional Arrays -- Engineering Challenge: Tsunami Warning Systems -- 7.1 Arrays -- Definition and Initialization -- Pseudocode -- Computation and Output -- Function Arguments -- 7.2 Problem Solving Applied: Hurricane Categories -- 7.3 Statistical Measurements -- Simple Analysis -- Variance and Standard Deviation -- Custom Header Files -- 7.4 Problem Solving Applied: Speech Signal Analysis -- 7.5 Sorting and Searching Algorithms -- Selection Sort -- Search Algorithms -- Unordered Lists -- Ordered Lists -- 7.6 Problem Solving Applied: Tsunami Warning Systems -- 7.7 Character Strings -- C Style String Definition and I/O -- String Functions -- 7.8 The string Class -- 7.9 The vector class -- Parameter Passing -- 7.10 Problem Solving Applied: Calculating Probabilities -- Summary -- Chapter 8: Two-Dimensional Arrays -- Engineering Challenge: Terrain Navigation -- 8.1 Two-Dimensional Arrays -- Declaration and Initialization -- Computations and Output -- Function Arguments -- 8.2 Problem Solving Applied: Terrain Navigation -- 8.3 Two-Dimensional Arrays and the vector class -- Function Arguments -- 8.4 Matrices -- Determinant -- Transpose -- Matrix Addition and Subtraction -- Matrix Multiplication -- 8.5 Numerical Technique: Solution to Simultaneous Equations -- Graphical Interpretation -- Gauss Elimination -- 8.6 Problem Solving Applied: Electrical Circuit Analysis -- 8.7 Higher Dimensional Arrays -- Summary -- Chapter 9: An Introduction to Pointers.
Engineering Challenge: Weather Patterns -- 9.1 Addresses and Pointers -- Address Operator -- Pointer Assignment -- Pointer Arithmetic -- 9.2 Pointers to Array Elements -- One-Dimensional Arrays -- Character Strings -- Pointers as Function Arguments -- 9.3 Problem Solving Applied: El Nino-Southern Oscillation Data -- 9.4 Dynamic Memory Allocation -- The new Operator -- Dynamically Allocated Arrays -- The delete Operator -- 9.5 Problem Solving Applied: Seismic Event Detection -- 9.6 Common Errors Using new and delete -- 9.7 Linked Data Structures -- Linked Lists -- Stacks -- Queue -- 9.8 The C++ Standard Template Library -- The list class -- The stack class -- The queue class -- 9.9 Problem Solving Applied: Concordance of a Text File -- Summary -- Chapter 10: Advanced Topics -- Engineering Challenge: Artificial Intelligence -- 10.1 Generic Programming -- Function Templates -- 10.2 Data Abstraction -- Overloading Operators -- The Pixel class -- Arithmetic Operators -- friend Functions -- Validating Objects -- Bitwise Operators -- 10.3 Problem Solving Applied: Color Image Processing -- 10.4 Recursion -- Factorial Function -- Fibonacci Sequence -- The BinaryTree class -- 10.5 Class Templates -- 10.6 Inheritance -- The Rectangle class -- The Square class -- The Cube class -- 10.7 virtual Methods -- 10.8 Problem Solving Applied: Iterated Prisoner's Dilemma -- Summary -- Appendix A: C++ Standard Library -- Appendix B: ASCII Character Codes -- Appendix C: Using MATLAB to Plot Data from ASCII Files -- C++ Program to Generate a Data File -- ASCII Data File Generated by the C++ Program -- Generating a Plot with MATLAB -- Appendix D: References -- Appendix E: Practice! Solutions -- Index.
Record Nr. UNINA-9910153150603321
Etter Delores M (Delores Maria), <1947->  
Boston, Massachusetts : , : Pearson, , [2012]
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Engineering problem solving with Matlab / Delores M. Etter
Engineering problem solving with Matlab / Delores M. Etter
Autore Etter, Delores M.
Pubbl/distr/stampa Englewood Cliffs : Prentice-Hall, 1993
Descrizione fisica XXI, 434 p. : ill. ; 24 cm
Disciplina 620.00285
Soggetto non controllato Elaboratori elettroniciLinguaggio MatlabImpiego in ingegneria
IngegneriaImpiego degli elaboratori elettronici
ISBN 0133250024
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Titolo uniforme
Record Nr. UNIPARTHENOPE-000020356
Etter, Delores M.  
Englewood Cliffs : Prentice-Hall, 1993
Materiale a stampa
Lo trovi qui: Univ. Parthenope
Opac: Controlla la disponibilità qui
Foundations of data science for engineering problem solving / / Parikshit N. Mahalle [et al]
Foundations of data science for engineering problem solving / / Parikshit N. Mahalle [et al]
Autore Mahalle Parikshit N.
Pubbl/distr/stampa Singapore : , : Springer, , [2022]
Descrizione fisica 1 online resource (125 pages)
Disciplina 620.00285
Collana Studies in Big Data
Soggetto topico Engineering - Data processing
Big data
Information visualization
ISBN 981-16-5160-4
981-16-5159-0
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Intro -- Preface -- Contents -- About the Authors -- 1 Introduction to Data Science -- 1.1 What is Data Science? -- 1.2 Evolution with a Need for Data Science -- 1.3 Applications of Data Science -- 1.3.1 Use of Data Science in D-Mart (E-commerce and Retail Management) -- 1.3.2 Narrow Artificial Intelligence (AI) -- 1.3.3 Trustworthy Artificial Intelligence (AI) -- 1.4 Summary -- References -- 2 Data Collection and Preparation -- 2.1 Types of Data -- 2.2 Datasets -- 2.3 Taxonomy of Dataset -- 2.4 Statistical Perspective -- 2.5 Dataset Pre-processing -- 2.6 Data Cleaning -- 2.6.1 Handling Missing Values -- 2.6.2 Removing Noisy Data -- 2.7 Data Transformation -- 2.7.1 Normalization -- 2.7.2 Encoding -- 2.8 Data Reduction -- 2.8.1 Attribute Feature Selection -- 2.8.2 Dimensionality Reduction -- 2.8.3 Numerosity Reduction -- 2.9 Web Scrapping Tools -- 2.10 Summary -- References -- 3 Data Analytics and Learning Techniques -- 3.1 Data Analytics Overview -- 3.2 Machine Learning Approaches -- 3.2.1 Supervised Learning -- 3.2.2 Unsupervised Learning -- 3.2.3 Reinforcement Learning -- 3.3 Deep Learning Approaches -- 3.4 Data Science Roles -- References -- 4 Data Visualization Tools and Data Modelling -- 4.1 Need of Visualization of Data -- 4.1.1 Challenges of Data Visualization -- 4.1.2 Steps of Data Visualization -- 4.2 Visualization Tools -- 4.2.1 Importance of Usage of Tools for Visualization -- 4.2.2 MS Excel -- 4.2.3 Tableau -- 4.2.4 Matplotlib -- 4.2.5 Datawrapper -- 4.2.6 Microsoft PowerBI -- 4.3 Summary -- References -- 5 Data Science in Information, Communication and Technology -- 5.1 Introduction -- 5.2 Motivation -- 5.3 Case Study in Computer Engineering -- 5.3.1 To Choose Fastest Route to Reach Destination -- 5.3.2 To Get Food Recipe Recommendations of Our Interest -- 5.3.3 The Famous Netflix Case Study.
5.3.4 Case Study of Amazon Using Data Science -- 5.3.5 Case Study on KCC (Kisaan Call Center) -- 5.4 Summary -- References -- 6 Data Science in Civil Engineering and Mechanical Engineering -- 6.1 Introduction -- 6.2 Motivation -- 6.3 Case Studies in Civil Engineering -- 6.4 Case Studies in Mechanical Engineering -- 6.5 Summary -- References -- 7 Data Science in Clinical Decision System -- 7.1 Introduction -- 7.2 Motivation -- 7.3 Case Study in Clinical Decision System -- 7.3.1 Preventive Measures for Cardiovascular Disease Using Data Science -- 7.3.2 Case Study on COVID-19 Prediction -- 7.4 Summary -- References -- 8 Conclusions -- 8.1 Conclusions -- 8.2 Open Research Issues -- 8.3 Future Outlook -- References.
Record Nr. UNINA-9910743264503321
Mahalle Parikshit N.  
Singapore : , : Springer, , [2022]
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Genetic algorithms in engineering systems / edited by A. M. S. Zalzala and P. J. Fleming
Genetic algorithms in engineering systems / edited by A. M. S. Zalzala and P. J. Fleming
Pubbl/distr/stampa Stevenage, Herts (United Kingdom), : IEE, c1997
Descrizione fisica xiii, 263 p.; 23 cm.
Disciplina 620
620.00285
Collana IEE control engineering series
Soggetto topico Ingegneria - Elaborazione elettronica - Congressi - Sheffield
Intelligenza artificiale - Impiego in ingegneria - Congressi - Sheffield
Algoritmi
ISBN 0852969023
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNISANNIO-RMS0068900
Stevenage, Herts (United Kingdom), : IEE, c1997
Materiale a stampa
Lo trovi qui: Univ. del Sannio
Opac: Controlla la disponibilità qui
A guide to microsoft excel 2013 for scientists and engineers / / Bernard Liengme
A guide to microsoft excel 2013 for scientists and engineers / / Bernard Liengme
Autore Liengme Bernard
Pubbl/distr/stampa Amsterdam : , : Academic Press, , [2016]
Descrizione fisica 1 online resource (378 pages)
Disciplina 620.00285
Soggetto topico Engineering - Data processing
ISBN 0-12-802816-5
0-12-802817-3
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910797046203321
Liengme Bernard  
Amsterdam : , : Academic Press, , [2016]
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
A guide to microsoft excel 2013 for scientists and engineers / / Bernard Liengme
A guide to microsoft excel 2013 for scientists and engineers / / Bernard Liengme
Autore Liengme Bernard
Pubbl/distr/stampa Amsterdam : , : Academic Press, , [2016]
Descrizione fisica 1 online resource (378 pages)
Disciplina 620.00285
Soggetto topico Engineering - Data processing
ISBN 0-12-802816-5
0-12-802817-3
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910812829203321
Liengme Bernard  
Amsterdam : , : Academic Press, , [2016]
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui