Mostrando 28,781 - 28,800 Resultados de 33,727 Para Buscar 'BTCC~', tiempo de consulta: 0.67s Limitar resultados
  1. 28781
    por Kaffka, Thomas
    Publicado 2021
    Tabla de Contenidos: “…Cover -- Titel -- Impressum -- Inhaltsverzeichnis -- Einleitung -- Mit dem Buch arbeiten -- Der LEGO Digital Designer 4.3 -- Teil I: Die Hardware für die Roboter -- Kapitel 1: LEGO als Grundlage für unsere Roboter -- 1.1 Roboter als Bausatz -- 1.2 LEGO mit Elektronikkomponenten versehen -- 1.2.1 Folgende LEGO-Elektronikkomponenten werden verwendet -- 1.2.2 Folgende Fremdkomponenten werden verwendet -- Kapitel 2: Der Raspberry Pi stellt sich vor -- 2.1 Der Einplatinencomputer -- 2.2 Die GPIO-Schnittstelle -- 2.3 Den Raspberry Pi konfigurieren -- 2.3.1 Den RPi mit weiterer Hardware versehen -- 2.3.2 Die SD-Karte vorbereiten -- 2.4 Den BrickPi3 anschließen -- Kapitel 3: Die elektronischen Komponenten -- 3.1 Verwendung der LEGO-Elektronik-Komponenten -- 3.1.1 Der LEGO-Colorsensor -- 3.1.2 Der LEGO-Touchsensor -- 3.1.3 Der LEGO-Infrarotsensor -- 3.1.4 Der Hitechnic-Kompass-Sensor -- 3.1.5 Der Hitechnic-Gyrosensor -- 3.1.6 Der mittlere LEGO-Motor -- 3.1.7 Der LEGO-Motor -- 3.2 Verwendung von Fremdkomponenten -- 3.2.1 Der Fototransistor -- 3.2.2 Die LED -- 3.2.3 Der Touchsensor -- 3.2.4 Der Schallgeber -- 3.2.5 Die Motoren und der Motortreiber -- 3.2.6 Die Kamera -- 3.2.7 Der BrickPi3 -- Teil II: Programmieren lernen -- Kapitel 4: Die Programmiersprache Python -- 4.1 Die Entwicklungsumgebung -- 4.2 Die ersten Schritte -- 4.3 Hallo, ich bin ein Roboter -- 4.4 Editieren und ausführen -- Kapitel 5: Variablen -- 5.1 Datentypen -- 5.1.1 Zahlen -- 5.1.2 Strings (Zeichenketten) -- 5.1.3 Wahrheitswerte -- 5.2 Datenstrukturen -- 5.2.1 Listen -- 5.2.2 Tupel -- 5.3 Konstanten -- Kapitel 6: Verzweigungen -- 6.1 Bedingungen -- 6.2 Das if-Statement -- 6.3 Das else-Statement -- 6.4 else-if-Kaskaden -- 6.5 Modulbibliotheken -- 6.6 Experiment: LED schalten -- Kapitel 7: Schleifen -- 7.1 Das while-Statement -- 7.2 Das for-Statement -- 7.3 Das break-Statement…”
    Libro electrónico
  2. 28782
    Computers for seniors for dummies
    Computers For Seniors For Dummies
    Publicado 2022
    Tabla de Contenidos: “…Explore Other Windows Apps -- Chapter 6 Managing Your Personal Files -- Understand How Windows Organizes Data -- Explore the File Explorer Interface -- Move between Different Locations -- Locate Files and Folders -- View File Listings in Different Ways -- Select Multiple Items at Once -- Move or Copy an Item -- Delete or Undelete an Item -- Rename an Item -- Create a Shortcut to an Item -- Create a Compressed File -- Customize the Quick Access List -- Back Up Files to an External Drive -- Chapter 7 Making Windows Your Own -- Customize the Windows 11 Start Menu -- Customize the Windows 11 Taskbar -- Customize the Windows 10 Start Menu -- Customize the Windows 10 Taskbar -- Customize the Screen Resolution and Scale -- Apply a Desktop Theme -- Change Desktop Background Image -- Change the Accent Color -- Manage Desktop Icons -- Add Widgets to the Desktop -- Make Windows More Accessible -- Part 3 Going Online -- Chapter 8 Getting Connected to the Internet -- What Is the Internet? …”
    Libro electrónico
  3. 28783
    Publicado 2016
    Tabla de Contenidos: “…CONCLUDING REMARKS -- REFERENCES -- Back Cover…”
    Libro electrónico
  4. 28784
    Publicado 2017
    Tabla de Contenidos: “…5.2.1 DG systems for water pumping systems -- 5.2.2 PV/DG systems -- 5.2.3 PV/batteries/DG systems -- 5.2.4 DG system -- 5.2.4.1 DG modeling -- Diesel engine system -- Synchronous generator -- Excitation system -- 5.2.4.2 DG modeling results -- 5.3 Economic Viability of PV/Batteries and Diesel Plants -- 5.3.1 Study of the costs of water pumping plants -- 5.3.1.1 Diesel water pumping system -- 5.3.1.2 PV-diesel water pumping system -- 5.3.1.3 PV-battery water pumping system -- 5.3.2 Evaluation of water pumping systems costs -- 5.4 Sensitivity Analysis of the Cost of Water Pumping Systems to the Geographic Parameters -- 5.5 Conclusion -- References -- 6 General Conclusion -- Appendix A: Photovoltaic Energy: Basic Principles -- A.1 Introduction -- A.1.1 Composition of light energy -- A.1.2 Sunlight on the earth -- A.1.3 Photovoltaic energy history -- A.2 Photovoltaic Effect Principle -- A.2.1 Description of the silicon atom -- A.2.2 Effect of light on silicon atoms -- A.2.3 Potential barrier principle -- A.3 Physical Aspects of Solar Cell Efficiency -- A.4 Solar Cell Making Technique -- A.5 PV Arrays -- References -- Appendix B: Centrifugal Water Pumps: Basic Principles -- B.1 Principle of Operation -- References -- Appendix C: The Induction Machine: Modeling and Control -- C.1 Space Vector Notion -- C.2 Reference Change -- C.3 Equations of the IM using the Space Vectors -- C.4 State Equations -- C.5 IM Direct Starting -- C.6 IM Control Using the RFOC Method -- References -- Index -- Back Cover…”
    Libro electrónico
  5. 28785
    Publicado 2018
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: A Few Basics -- REST - a basic understanding -- Uniform interface -- Client and server -- Stateless -- Cacheable -- Layered system -- Code on demand (COD) -- More on REST -- Imperative and Reactive programming -- Reactive Streams -- Benefits of Reactive programming -- Reactive programming in Java and Spring 5 -- Our RESTful web service architecture -- Summary -- Chapter 2: Building RESTful Web Services in Spring 5 with Maven -- Apache Maven -- Creating a project with Maven -- Viewing a POM file after creating a project -- POM file structure -- Understanding POM dependencies -- Adding Log4j 2.9.1 to POM dependency -- Dependency trees -- Spring Boot -- Developing RESTful web services -- Creating a project base -- Working with your favorite IDE -- Summary -- Chapter 3: Flux and Mono (Reactor Support) in Spring -- Benefits of Reactive programming -- Reactive Core and Streams -- Back pressures and Reactive Streams -- WebFlux -- Basic REST API -- Flux -- Mono -- User class with Reactive - REST -- Summary -- Chapter 4: CRUD Operations in Spring REST -- CRUD operations in Spring REST -- HTTP methods -- Reactive server initialization -- Sample values in the repository -- getAllUsers - mapping -- getAllUsers - implementation in the handler and repository -- Testing the endpoint - getAllUsers -- getUser - implementation in the handler and repository -- Testing the endpoint - getUser -- createUser - implementation in the handler and repository -- Testing the endpoint - createUser -- updateUser - implementation in the handler and repository -- Testing the endpoint - updateUser -- deleteUser - implementation in the handler and repository -- Testing the endpoint - deleteUser -- Summary…”
    Libro electrónico
  6. 28786
    Publicado 2017
    Tabla de Contenidos: “…7.5.2.1 - Nanoneurobiophysics: New Perspectives for the Application of Nanotechnology to Biomedical Studies -- 7.5.2.2 - Computational Methods Applied to the Development of Nanobiosensors -- 7.6 - Final Considerations -- List of Symbols -- References -- Index -- Back cover…”
    Libro electrónico
  7. 28787
    Publicado 2023
    Tabla de Contenidos: “…Grasping the Essence of Character -- Employing positive character traits -- Steering clear of negative character traits -- Recognizing How to Make Character Count -- Looking at Real-Life Scenarios: Character in action -- Part 2 Going Even Further with Soft Skills -- Chapter 4 Being Clear with Interpersonal Communication -- Making all the Right Connections -- Stepping on the Communication Scale -- Getting Connected -- Listening first, talking second -- Framing the walls of disconnection -- Completing the Connection with the Three Vs -- Doing the math -- Speaking from the heart -- Becoming a Communication Champion -- Talking about body language -- Raising your voice -- Using your words -- Looking at Real-Life Scenarios: Understanding the Value of Listening -- Chapter 5 Respecting Diversity and Developing Cultural Awareness -- Defining Culture -- Delving into dominant cultural patterns -- Stepping Out of Your Cultural Comfort Zone -- Diving beneath the Diversity Iceberg -- Celebrating Diversity -- Understanding individuals' differences -- Accepting that seeing is not always believing -- Saying No to Stereotyping -- Stepping on the stereotyping scale -- Recognizing how you stereotype -- Looking at Real-Life Scenarios: The Newcomer -- Chapter 6 Making an Impression with Your Appearance and Manners -- Acing the Four-Second First Impression -- Stepping on the Appearance and Etiquette Scale -- Looking the Part: Why Appearance Matters -- Putting your best foot (and face) forward -- Dressing for success -- Acting the Part: Why Etiquette Is Important -- Shaking on it -- Speaking volumes with manners -- Sharing your positive energy -- Walking your talk -- Looking at Real-Life Scenarios: A Striking Difference -- Chapter 7 Staying on Top of Things with Time Management -- Stepping on the Time Management Scale -- Taking Back Control of Your Time…”
    Libro electrónico
  8. 28788
    Publicado 2022
    Tabla de Contenidos: “…A PROPÓSITO DEL EJERCICIO DE LA POTESTAD SANCIONADORA O POTESTAD DISCIPLINARIA DEPORTIVA -- Back Matter…”
    Libro electrónico
  9. 28789
    Publicado 2023
    Tabla de Contenidos: “…Memory management in Java apps -- E.1 How the JVM organizes an app's memory -- E.2 The stack used by threads to store local data -- E.3 The heap the app uses to store object instances -- E.4 The metaspace memory location for storing data types -- index -- inside back cover…”
    Libro electrónico
  10. 28790
    Publicado 2017
    Tabla de Contenidos: “…Intro -- TITLE PAGE -- COPYRIGHT PAGE -- CONTENTS -- ABOUT THE EDITORS -- LIST OF CONTRIBUTORS -- FOREWORD TO THE FIRST EDITION -- PREFACE -- ACGIH POLICY STATEMENT -- ACGIH STATEMENT OF POSITION -- PART I PHYSICAL HAZARDS -- CHAPTER 1 INTRODUCTION to PHYSICAL HAZARDS -- MECHANICS -- ELECTROMAGNETIC RADIATION -- WORKER PROTECTION -- FURTHER READING -- I WORKER-MATERIAL INTERFACES -- CHAPTER 2 ERGONOMICS and UPPER EXTREMITYMUSCULOSKELETAL DISORDERS -- OCCUPATIONAL SETTING -- MEASUREMENT-ASSESSMENT -- EXPOSURE GUIDELINES -- NORMAL PHYSIOLOGY AND ANATOMY -- PATHOPHYSIOLOGY AND PATHOGENESIS -- DIAGNOSIS AND TREATMENT -- SURVEILLANCE -- PREVENTION -- REFERENCES -- CHAPTER 3 MANUAL MATERIALS HANDLING -- OCCUPATIONAL SETTING -- NORMAL ANATOMY AND PHYSIOLOGY OF THE SPINE -- PATHOPHYSIOLOGY OF INJURY AND RISK FACTORS -- MEASUREMENT ISSUES -- GUIDELINES AND STANDARDS -- DIAGNOSIS AND TREATMENT -- MEDICAL SURVEILLANCE -- PREVENTION -- SUMMARY -- REFERENCES -- CHAPTER 4 OCCUPATIONAL VIBRATION EXPOSURE -- OCCUPATIONAL SETTING -- OCCUPATIONAL VIBRATION MEASUREMENTS -- OCCUPATIONAL VIBRATION GUIDELINES USED IN THE UNITED STATES -- WHOLE-BODY VIBRATION AND LOW BACK PROBLEMS -- PREVENTION -- HAND-ARM VIBRATION MEDICAL EFFECTS -- DIAGNOSIS -- PATHOPHYSIOLOGY -- TREATMENT AND MANAGEMENT -- HAND-ARM VIBRATION CONTROL -- REFERENCES -- CHAPTER 5 MECHANICAL ENERGY -- OCCUPATIONAL SETTING -- MEASUREMENT ISSUES -- EXPOSURE GUIDELINES -- PATHOPHYSIOLOGY OF INJURY -- TREATMENT -- SURVEILLANCE PROGRAMS -- PREVENTION -- SUMMARY -- REFERENCES -- II THE PHYSICAL WORK ENVIRONMENT -- HOT ENVIRONMENTS -- OCCUPATIONAL SETTING -- MEASUREMENT ISSUES -- EXPOSURE GUIDELINES -- ACGIH GUIDELINES -- NIOSH GUIDELINES -- NORMAL PHYSIOLOGY -- PATHOPHYSIOLOGY OF ILLNESS AND TREATMENT -- MEDICAL SURVEILLANCE -- HEAT EXPOSURE AND REPRODUCTION -- PREVENTION -- REFERENCES…”
    Libro electrónico
  11. 28791
    Publicado 2024
    Tabla de Contenidos: “…Data embedding and storage -- Retrieving a batch of prepared documents -- Verifying if the vector store exists and creating it if not -- The embedding function -- Adding data to the vector store -- Vector store information -- 3. …”
    Libro electrónico
  12. 28792
    Publicado 1960
    Tabla de Contenidos: “…<<Dizionario biografico degli italiani>> 1: Aaron-Albertucci, 1960 <<Dizionario biografico degli italiani>> 2: Albicante-Ammannati, 1960 <<Dizionario biografico degli italiani>> 3: Ammirato-Arcoleo, 1961 <<Dizionario biografico degli italiani>> 4: Arconati-Bacaredda, 1962 <<Dizionario biografico degli italiani>> 5: Bacca-Baratta, 1963 <<Dizionario biografico degli italiani>> 6: Baratteri-Bartolozzi, 1964 <<Dizionario biografico degli italiani>> 7: Bartolucci-Bellotto, 1965 <<Dizionario biografico degli italiani>> 8: Bellucci-Beregan, 1966 <<Dizionario biografico degli italiani>> 9: Berengario-Biagini, 1967 <<Dizionario biografico degli italiani>> 10: Biagio-Boccaccio, 1968 <<Dizionario biografico degli italiani>> 11: Boccadibue-Bonetti, 1969 <<Dizionario biografico degli italiani>> 12: Bonfadini-Borrello, 1970 <<Dizionario biografico degli italiani>> 13: Borremans-Brancazolo, 1971 <<Dizionario biografico degli italiani>> 14: Branchi-Buffetti, 1972 <<Dizionario biografico degli italiani>> 15: Buffoli-Caccianemici, 1972 <<Dizionario biografico degli italiani>> 16: Caccianiga-Caluso, 1973 <<Dizionario biografico degli italiani>> 17: Calvart-Canefri, 1974 <<Dizionario biografico degli italiani>> 18: Canella-Cappello, 1975 <<Dizionario biografico degli italiani>> 19: Cappi-Cardona, 1976 <<Dizionario biografico degli italiani>> 20: Carducci-Carusi, 1977 <<Dizionario biografico degli italiani>> 21: Caruso-Castelnuovo, 1978 <<Dizionario biografico degli italiani>> 22: Castelvetro-Cavallotti, 1979 <<Dizionario biografico degli italiani>> 23: Cavallucci-Cerretesi, 1979 <<Dizionario biografico degli italiani>> 24: Cerreto-Chini, 1980 <<Dizionario biografico degli italiani>> 25: Chinzer-Cirni, 1981 <<Dizionario biografico degli italiani>> 26: Cironi-Collegno, 1982 <<Dizionario biografico degli italiani>> 27: Collenuccio-Confortini, 1982 <<Dizionario biografico degli italiani>> 28: Conforto-Cordero, 1983 <<Dizionario biografico degli italiani>> 29: Cordier-Corvo, 1983 <<Dizionario biografico degli italiani>> 30: Cosattini-Crispolto, 1984 <<Dizionario biografico degli italiani>> 31: Cristaldi-Dalla Nave, 1985 <<Dizionario biografico degli italiani>> 32: Dall'Anconata-Da Ronco, 1986 <<Dizionario biografico degli italiani>> 33: D'Asaro-De Foresta, 1987 <<Dizionario biografico degli italiani>> 34: Primo supplemento A-C, 1988 <<Dizionario biografico degli italiani>> 36: De Fornari-Della Fonte, 1988 <<Dizionario biografico degli italiani>> 37: Della Fratta-Della Volpaia, 1989 <<Dizionario biografico degli italiani>> 38: Della Volpe-Denza, 1990 <<Dizionario biografico degli italiani>> 39: Deodato-Di Falco, 1991 <<Dizionario biografico degli italiani>> 40: Di Fausto-Donadoni, 1991 <<Dizionario biografico degli italiani>> 41: Donaggio-Dugnani, 1992 <<Dizionario biografico degli italiani>> 42: Dugoni-Enza, 1993 <<Dizionario biografico degli italiani>> 43: Enzo-Fabrizi, 1993 <<Dizionario biografico degli italiani>> 44: Fabron-Farina, 1994 <<Dizionario biografico degli italiani>> 45: Farinacci-Fedrigo, 1995 <<Dizionario biografico degli italiani>> 46: Feducci-Ferrerio, 1996 <<Dizionario biografico degli italiani>> 47: Ferrero-Filonardi, 1997 <<Dizionario biografico degli italiani>> 48: Filoni-Forghieri, 1997 <<Dizionario biografico degli italiani>> 49: Forino-Francesco da Serino, 1997 <<Dizionario biografico degli italiani>> 50: Francesco 1. …”
    Libro
  13. 28793
    Publicado 2017
    Tabla de Contenidos: “…Being social with your target -- Summary -- Chapter 4: Scanning for Vulnerabilities with Arachni -- Walking into spider webs -- Optimal Arachni deployment tips -- An encore for stacks and frameworks -- The Arachni test scenario -- Profiles for efficiency -- Creating a new profile -- Scoping and auditing options -- Converting social engineering into user input and mobile platform emulation -- Fingerprinting and determining platforms -- Checks (please) -- Plugging into Arachni extensions and third-party add-ons -- Browser clusters -- Kicking off our custom scan -- Reviewing the results -- Summary -- Chapter 5: Proxy Operations with OWASP ZAP and Burp Suite -- Pulling back the curtain with ZAP -- Quick refresher on launching ZAP scans -- Going active with ZAP -- Passive ZAP scanning -- Getting fuzzy with ZAP -- Taking it to a new level with Burp Suite -- Recon with Burp Suite -- Stay on target! …”
    Libro electrónico
  14. 28794
    por Erder, Murat
    Publicado 2016
    Tabla de Contenidos: “…-- Putting Continuous Architecture in Practice -- Glossary -- Endnotes -- Index -- Back Cover…”
    Libro electrónico
  15. 28795
    Publicado 2024
    Tabla de Contenidos: “…Deny Tactic #1: Remove -- Deny Tactic #2: Move to Build Trust Stage -- Deny Tactic #3: Move to Monthly Supporter Segment -- Partnership Stage 6: Report -- Report Tactic #1: Acknowledge Gift with a Receipt -- Report Tactic #2: Customize Investor Reporting -- Report Tactic #3: Publicly Recognize Investors -- Report Tactic #4: Produce Dashboard/Quarterly Reports -- Report Tactic #5: Provide Updates from the CEO/Chair -- Report Tactic #6: Move Back to Partnership Stage 2: Build Trust -- Volunteers -- Staff -- Staff Budget -- Operations Budget -- Total Budget -- Other Revenue Domains and Segments -- Fund Practice 5.4: Drive Performance Improvement with an Investment and Partnership Scorecard -- Scorecard Step 1: Set Up the Database -- Scorecard Step 2: Record the Right Data -- Scorecard Step 3: Assign a Relationship Manager -- Scorecard Step 4: Assign a Close Date -- Scorecard Step 5: Define and Count Relationship-Building Contacts -- Scorecard Step 6: Define the Next Step -- Scorecard Step 7: Produce the Prospect List -- Scorecard Step 8: Produce the Investment and Partnership Scorecard -- Read the Investment and Partnership Scorecard -- Trend Data -- Prospect Diversity -- Income Projections -- Proposal Activity -- Conversion Rates -- Key Performance Indicators -- Contact Numbers -- Running the Biweekly I&amp -- P Pipeline Meeting -- Advanced Analytics -- Additional Resources -- Chapter 6 Execute -- Execute Practice 6.1: Inform Strategy with an Executive Dashboard -- Execute Practice 6.2: Nurture a Culture of Performance and Trust -- Execute Practice 6.3: Analyze Three Levels of Performance -- Execute Practice 6.4: Identify Mission-Critical KPIs -- Execute Practice 6.5: Create a Dashboard Plan -- Execute Practice 6.6: Align the Board with the Dashboard -- Execute Practice 6.7: Build the Visualizations…”
    Libro electrónico
  16. 28796
    Publicado 2003
    Tabla de Contenidos: “…Terminology and other basics -- StorWatch -- SCSI -- Fibre Channel terms -- Related publications -- IBM Redbooks -- Other resources -- Referenced Web sites -- How to get IBM Redbooks -- Help from IBM -- Index -- Back cover…”
    Libro electrónico
  17. 28797
    Publicado 2005
    Tabla de Contenidos: “…A sample Sametime installation -- Installation and configuration -- Installation -- Configuration -- Setting up Sametime Everyplace (STEP) -- Checking the installation -- Related publications -- IBM Redbooks -- Other publications -- Online resources -- How to get IBM Redbooks -- Help from IBM -- Index -- Back cover…”
    Libro electrónico
  18. 28798
    Publicado 2004
    Tabla de Contenidos: “…Additional material -- Locating the Web material -- Using the Web material -- System requirements for downloading the Web material -- How to use the Web material -- Abbreviations and acronyms -- Related publications -- IBM Redbooks -- Other publications -- Online resources -- How to get IBM Redbooks -- Help from IBM -- Index -- Back cover…”
    Libro electrónico
  19. 28799
    Publicado 2004
    Tabla de Contenidos: “…Geographically Dispersed Parallel Sysplex (GPDS) -- Related publications -- IBM Redbooks -- Other publications -- Online resources -- How to get IBM Redbooks -- Help from IBM -- Index -- Back cover…”
    Libro electrónico
  20. 28800
    Publicado 2004
    Tabla de Contenidos: “…WSRF -- Introduction -- WS-Resource Framework -- WS-Resource Framework: some definitions -- Related publications -- IBM Redbooks -- Other publications -- Online resources -- How to get IBM Redbooks -- Help from IBM -- Index -- Back cover…”
    Libro electrónico