Mostrando 8,141 - 8,160 Resultados de 9,071 Para Buscar '"Windows"', tiempo de consulta: 0.11s Limitar resultados
  1. 8141
    Publicado 2020
    “…Festplatten und Wechseldatenträger Ein-/und Ausgabeanschlüsse RAM, BIOS und CMOS Benutzer, Gruppen und Berechtigungen Die Eingabeaufforderung Installation, Konfiguration und Aufrüsten Ihrer PC-Komponenten Installation und Konfiguration von Windows 7, Windows 8/8.1, Windows 10, Android und iOS Wartung, Optimierung und Fehlerbehebung unter Windows, macOS und Linux Cloud Computing und Virtualisierung mithilfe von Hypervisoren Bildschirme und Grafikkarten Installation und Konfiguration lokaler und drahtloser Netzwerke Alles rund ums Internet: Protokolle, Verbindungsstandards, Router-Konfiguration und Fehlerbehebung Tragbare Computer und mobile Geräte: Konfiguration, Wartung und Pflege, Fehlerbehebung und Sicherheit Drucker und Multifunktions-geräte: Technologien, Installation, Konfiguration und Problembehebung Diagnose und Behebung typischer Systemprobleme Computer- und Netzwerksicherheit…”
    Libro electrónico
  2. 8142
    Publicado 2014
    “…His recent titles include My Office 2013 RT , Windows 8 In Depth, Microsoft Windows 7 Unleashed, Microsoft Home Server 2011 Unleashed, and Tweak It and Freak It: A Killer Guide to Making Windows Run Your Way. …”
    Libro electrónico
  3. 8143
    por Baron-Cohen, Simon
    Publicado 2004
    “…The beautiful, complex images serve as a rare window into the precision and exacting creativity of the Asperger mind at work…”
    Libro electrónico
  4. 8144
    Publicado 2009
    DVD
  5. 8145
    por Mc Laughlin-Stonham, Hilary
    Publicado 2020
    “…As a window into New Orleans society, From Slavery to Civil Rights chronicles segregation on the streetcars of New Orleans over two centuries and discovers the impact of local and national events on a segregated system that was, at times, both surprisingly rigid and elastic over the period…”
    Libro electrónico
  6. 8146
    Publicado 2020
    “…As a window into New Orleans society, From Slavery to Civil Rights chronicles segregation on the streetcars of New Orleans over two centuries and discovers the impact of local and national events on a segregated system that was, at times, both surprisingly rigid and elastic over the period…”
    Libro electrónico
  7. 8147
    por Finn, A. J.
    Publicado 2018
    Libro
  8. 8148
    Publicado 2003
    Tabla de Contenidos: “…Data sources for Tivoli Web Site Analyzer -- 4.1 Web server log files -- 4.1.1 Log file formats -- 4.1.2 IBM HTTP Server for Windows NT -- 4.1.3 Using IBM HTTP Server V5R3M0 for OS/390® log files -- 4.1.4 IBM WebSphere Edge Server log files -- 4.1.5 IBM Tivoli Access Manager for e-business log files -- 4.1.6 WebSphere Portal Server -- 4.1.7 Microsoft IIS Server log files…”
    Libro electrónico
  9. 8149
    Publicado 2021
    Tabla de Contenidos: “…8.5 Ergonomic error handling for libraries -- 8.5.1 Issue: Unable to return multiple error types -- 8.5.2 Wrapping downstream errors by defining our own error type -- 8.5.3 Cheating with unwrap() and expect() -- 8.6 MAC addresses -- 8.6.1 Generating MAC addresses -- 8.7 Implementing state machines with Rust's enums -- 8.8 Raw TCP -- 8.9 Creating a virtual networking device -- 8.10 "Raw" HTTP -- Summary -- 9 Time and timekeeping -- 9.1 Background -- 9.2 Sources of time -- 9.3 Definitions -- 9.4 Encoding time -- 9.4.1 Representing time zones -- 9.5 clock v0.1.0: Teaching an application how to tell the time -- 9.6 clock v0.1.1: Formatting timestamps to comply with ISO 8601 and email standards -- 9.6.1 Refactoring the clock v0.1.0 code to support a wider architecture -- 9.6.2 Formatting the time -- 9.6.3 Providing a full command-line interface -- 9.6.4 clock v0.1.1: Full project -- 9.7 clock v0.1.2: Setting the time -- 9.7.1 Common behavior -- 9.7.2 Setting the time for operating systems that use libc -- 9.7.3 Setting the time on MS Windows -- 9.7.4 clock v0.1.2: The full code listing -- 9.8 Improving error handling -- 9.9 clock v0.1.3: Resolving differences between clocks with the Network Time Protocol (NTP) -- 9.9.1 Sending NTP requests and interpreting responses -- 9.9.2 Adjusting the local time as a result of the server's response -- 9.9.3 Converting between time representations that use different precisions and epochs -- 9.9.4 clock v0.1.3: The full code listing -- Summary -- 10 Processes, threads, and containers -- 10.1 Anonymous functions -- 10.2 Spawning threads -- 10.2.1 Introduction to closures -- 10.2.2 Spawning a thread -- 10.2.3 Effect of spawning a few threads -- 10.2.4 Effect of spawning many threads -- 10.2.5 Reproducing the results -- 10.2.6 Shared variables -- 10.3 Differences between closures and functions…”
    Libro electrónico
  10. 8150
    Publicado 2022
    Tabla de Contenidos: “…7.2.3 Controlling the position of UI elements -- 7.3 Programming interactivity in the UI -- 7.3.1 Programming an invisible UIController -- 7.3.2 Creating a pop-up window -- 7.3.3 Setting values using sliders and input fields -- 7.4 Updating the game by responding to events -- 7.4.1 Integrating an event system -- 7.4.2 Broadcasting and listening for events from the scene -- 7.4.3 Broadcasting and listening for events from the HUD -- Summary -- 8 Creating a third-person 3D game: Player movement and animation -- 8.1 Adjusting the camera view for third-person -- 8.1.1 Importing a character to look at -- 8.1.2 Adding shadows to the scene -- 8.1.3 Orbiting the camera around the player character -- 8.2 Programming camera-relative movement controls -- 8.2.1 Rotating the character to face movement direction -- 8.2.2 Moving forward in that direction -- 8.3 Implementing the jump action -- 8.3.1 Applying vertical speed and acceleration -- 8.3.2 Modifying the ground detection to handle edges and slopes -- 8.4 Setting up animations on the player character -- 8.4.1 Defining animation clips in the imported model -- 8.4.2 Creating the animator controller for these animations -- 8.4.3 Writing code that operates the animator -- Summary -- 9 Adding interactive devices and items within the game -- 9.1 Creating doors and other devices -- 9.1.1 Doors that open and close on a keypress -- 9.1.2 Checking distance and facing before opening the door -- 9.1.3 Operating a color-changing monitor -- 9.2 Interacting with objects by bumping into them -- 9.2.1 Colliding with physics-enabled obstacles -- 9.2.2 Operating the door with a trigger object -- 9.2.3 Collecting items scattered around the level -- 9.3 Managing inventory data and game state -- 9.3.1 Setting up player and inventory managers -- 9.3.2 Programming the game managers…”
    Libro electrónico
  11. 8151
    Publicado 2017
    Tabla de Contenidos: “…-- 4.2.3 Der ARP-Cache -- 4.2.4 Workshop: ARP bei subnetzübergreifender Kommunikation -- 4.2.5 Spezielle ARP-Nachrichten -- 4.3 ICMP - der TCP/IP-Götterbote -- 4.3.1 Workshop: Einführung in ICMP -- 4.3.2 Wichtige ICMP-Typen -- 4.4 Zusammenfassung -- 4.5 Prüfungstipps -- 4.6 Wiederholungsfragen, Übungen und Aufgaben -- 4.7 Lösungen -- Kapitel 5: Die Transportprotokolle TCP und UDP -- 5.1 Die Laborumgebung -- 5.2 TCP - das wichtigste Transportprotokoll -- 5.2.1 Der TCP-Header -- 5.2.2 Workshop: Der 3-Way-Handshake -- 5.2.3 Workshop: Die Portnummern -- 5.2.4 Sequence und Acknowledgement Numbers -- 5.2.5 Workshop: TCP SEQ und ACK überprüfen -- 5.2.6 Die MSS und das TCP Receive Window -- 5.3 UDP - die schnelle Alternative -- 5.3.1 Der UDP-Header…”
    Libro electrónico
  12. 8152
    Publicado 2019
    Tabla de Contenidos: “…Front Cover -- Software Engineering for Embedded Systems -- Copyright -- Contents -- Contributors -- Acknowledgments -- 1 Software Engineering for Embedded and Real-Time Systems -- 1 Software Engineering -- 2 Embedded Systems -- 2.1 Embedded Systems Are Reactive Systems -- 3 Real-Time Systems -- 3.1 Types of Real-Time Systems-Soft and Hard -- 3.2 Differences Between Real-Time and Time-Shared Systems -- 4 Example of a Hard Real-Time System -- 4.1 Based on Signal Sample, Time to Perform Actions Before Next Sample Arrives -- 4.2 Hard Real-Time Systems -- 5 Real-Time Event Characteristics -- 5.1 Real-Time Event Categories -- 5.2 Efficient Execution and the Execution Environment -- 5.2.1 Efficiency Overview -- 5.2.2 Resource Management -- 6 Challenges in Real-Time System Design -- 6.1 Response Time -- 6.2 Recovering From Failures -- 7 The Embedded System's Software Build Process -- 8 Distributed and Multiprocessor Architectures -- 9 Software for Embedded Systems -- 9.1 Super Loop Architecture -- 9.2 Power-Saving Super Loop -- 9.3 Window Lift Embedded Design -- 10 Hardware Abstraction Layers for Embedded Systems -- 2 Software Development Process -- 1 Getting Started -- 1.1 Project Planning -- 1.2 Risk Management -- 1.3 Kicking Off the Project -- 2 Requirements -- 2.1 User Requirements -- 2.2 System Requirements -- 3 Architecture -- 3.1 Safety-Critical Elements -- 3.2 Operating Performance -- 3.3 Security -- 3.4 Reliability and Availability -- 4 Design -- 4.1 Object-Oriented Programming -- 4.1.1 System Context -- 4.1.2 Class Identification -- 4.1.3 Design Modeling -- 4.2 Real-Time Design -- 5 Implementation -- 6 Testing -- 6.1 Validation and Verification -- 6.2 Integration Testing -- 6.3 Release Testing -- 6.4 Performance Testing -- 7 Rolling It Together: Agile Development…”
    Libro electrónico
  13. 8153
    Publicado 2016
    Tabla de Contenidos: “…4.3.1.3 - Scope of Business Keys -- 4.3.1.4 - Difference between Business Keys and Surrogate Keys -- 4.3.2 - Hub Entity Structure -- 4.3.2.1 - Hash Key -- 4.3.2.2 - Business Key -- 4.3.2.3 - Load Date -- 4.3.2.4 - Record Source -- 4.3.2.5 - Last Seen Date -- 4.3.3 - Hub Examples -- 4.4 - Link Definition -- 4.4.1 - Reasons for Many-to-Many Relationships -- 4.4.2 - Flexibility of Links -- 4.4.3 - Granularity of Links -- 4.4.4 - Link Unit-of-Work -- 4.4.5 - Link Entity Structure -- 4.4.5.1 - Hash Key -- 4.4.5.2 - Dependent Child Key -- 4.4.6 - Link Examples -- 4.5 - Satellite Definition -- 4.5.1 - Importance of Keeping History -- 4.5.2 - Splitting Satellites -- 4.5.2.1 - Splitting by Source System -- 4.5.2.2 - Splitting by Rate of Change -- 4.5.3 - Satellite Entity Structure -- 4.5.3.1 - Parent Hash Key -- 4.5.3.2 - Load Date -- 4.5.3.3 - Load End Date -- 4.5.3.4 - Hash Difference -- 4.5.3.5 - Extract Date -- 4.5.4 - Satellite Examples -- 4.5.5 - Link Driving Key -- References -- Chapter 5 - Intermediate Data Vault Modeling -- 5.1 - Hub Applications -- 5.1.1 - Business Key Consolidation -- 5.2 - Link Applications -- 5.2.1 - Link-on-link -- 5.2.2 - Same-as Links -- 5.2.3 - Hierarchical Links -- 5.2.4 - Nonhistorized Links -- 5.2.5 - Nondescriptive Links -- 5.2.6 - Computed Aggregate Links -- 5.2.7 - Exploration Links -- 5.3 - Satellite Applications -- 5.3.1 - Overloaded Satellites -- 5.3.2 - Multi-Active Satellites -- 5.3.3 - Status Tracking Satellites -- 5.3.4 - Effectivity Satellites -- 5.3.5 - Record Tracking Satellites -- 5.3.6 - Computed Satellites -- References -- Chapter 6 - Advanced Data Vault Modeling -- 6.1 - Point-in-Time Tables -- 6.1.1 - Point-in-Time Table Structure -- 6.1.2 - Managed PIT Window -- 6.2 - Bridge Tables -- 6.2.1 - Bridge Table Structure -- 6.2.2 - Comparing PIT Tables with Bridge Tables -- 6.3 - Reference Tables…”
    Libro electrónico
  14. 8154
    Publicado 2015
    Tabla de Contenidos: “…Combining KNN distance-box operators with ST_Distance -- 10.1.7. Using window functions to find closest N places -- 10.2. …”
    Libro electrónico
  15. 8155
    Publicado 2024
    Tabla de Contenidos: “…11.2.3 Day-to-Day Example -- 11.2.3.1 Optical Character Recognition (OCR) -- 11.2.3.2 Face Recognition -- 11.2.3.3 Recognition of Speech -- 11.2.3.4 Medical Findings -- 11.2.3.5 Extraction of Acquaintance -- 11.2.3.6 Compression -- 11.2.3.7 Additional Examples -- 11.2.4 Discriminant -- 11.2.5 Algorithms -- 11.3 Clustering -- 11.3.1 Data Examples Using Natural Clusters -- 11.4 Clustering (k-means) -- 11.4.1 Outline -- 11.4.2 Example -- 11.4.2.1 Problem -- 11.4.2.2 Solution -- 11.4.3 Some Methods for Initialization -- 11.4.4 Disadvantages -- 11.4.5 Use Case: Image Compression and Segmentation -- 11.4.5.1 Segmentation of Images -- 11.4.5.2 Compression of Data -- 11.5 Reduction of Dimensionality -- 11.5.1 Introduction -- 11.5.1.1 Feature Selection -- 11.5.1.2 Feature Extraction -- 11.5.1.3 Error Measures -- 11.5.2 Benefits of Reducing Dimensionality -- 11.5.3 Subset Selection -- 11.5.3.1 Selecting Forward -- 11.5.3.2 Remarks -- 11.5.3.3 Selection in Reverse -- 11.6 The Ensemble Method -- 11.6.1 Random Forest -- 11.6.2 Algorithm -- 11.6.3 Benefits and Drawbacks -- 11.6.3.1 Benefits -- 11.6.3.2 Drawbacks -- 11.6.4 Deep Learning and Neural Networks -- 11.6.4.1 Definition -- 11.6.4.2 Remarks -- 11.6.5 Applications -- 11.6.6 Artificial Neural Network -- 11.6.6.1 Biological Motivation -- 11.7 Transfer of Learning -- 11.8 Learning Through Reinforcement -- 11.9 Processing of Natural Languages -- 11.10 Word Embeddings -- 11.11 Conclusion -- References -- Chapter 12 Recognition Attendance System Ensuring COVID-19 Security -- 12.1 Introduction -- 12.2 Literature Survey -- 12.3 Software Requirements -- 12.3.1 Operating System - Windows 7 and Above -- 12.3.2 IDE-Visual Studio Code -- 12.3.3 Programming Languages: Python, HTML, CSS, JS, and PHP -- 12.4 Hardware Requirements -- 12.4.1 Three Processors and Above -- 12.4.2 RAM - 2GB (Minimum Capacity)…”
    Libro electrónico
  16. 8156
    Tabla de Contenidos: “…Introduction to WebSphere Studio Enterprise Developer V5.1.2 -- 2.1 WebSphere Studio Enterprise Developer -- 2.2 WebSphere Studio Workbench -- 2.2.1 Workspace -- 2.2.2 User interface -- 2.3 Workbench window -- 2.4 Perspectives -- 2.4.1 Perspective basics -- 2.4.2 Views and editors -- 2.4.3 Customizing perspectives -- 2.4.4 New icon -- 2.4.5 Web perspective -- 2.4.6 Java perspective -- 2.4.7 J2EE perspective -- 2.4.8 EGL perspective -- 2.4.9 EGL Web perspective -- 2.4.10 Data perspective -- 2.4.11 XML perspective -- 2.4.12 Server perspective -- 2.4.13 Debug perspective -- 2.4.14 z/OS Projects perspective -- 2.4.15 z/OS Systems perspective -- 2.4.16 CVS Repository Exploring perspective -- 2.4.17 Help -- 2.4.18 Memory considerations -- 2.5 Projects -- 2.5.1 Java project -- 2.5.2 EAR project -- 2.5.3 Web project -- 2.5.4 Struts -- 2.5.5 EGL project -- 2.5.6 EJB project -- 2.5.7 Server project -- 2.6 Servers -- 2.6.1 Server configuration -- 2.6.2 Starting and stopping a server -- 2.6.3 Remote server -- 2.6.4 Agent Controller -- 2.7 Development for z/OS -- Part 2 z/OS application development tools -- Chapter 3. …”
    Libro electrónico
  17. 8157
    Publicado 2003
    Tabla de Contenidos: “…Scenario 1: GSS-API application -- 8.1 Scenario description -- 8.1.1 Initial application with DCE dependencies -- 8.1.2 Revised application without DCE dependencies -- 8.2 DCE application -- 8.2.1 Configuring and running the DCE application -- 8.2.2 Application client -- 8.2.3 Application server -- 8.3 Replacement roadmap -- 8.3.1 Software requirements -- 8.3.2 Migration of DCE security registry to IBM Directory Server -- 8.3.3 Configuring IBM Network Authentication Service -- 8.3.4 Configuring IBM Tivoli Access Manager -- 8.3.5 Configuring the Windows Kerberos client -- 8.3.6 Revising the application -- 8.3.7 Cleaning up the DCE related information in the IBM Directory -- 8.4 Revised application discussion…”
    Libro electrónico
  18. 8158
    por Chiueh, Tzi-Dar, 1960-
    Publicado 2012
    Tabla de Contenidos: “…Digital Modulation 17 -- 2.1 Single-Carrier Modulation 17 -- 2.1.1 Power Spectral Densities of Modulation Signals 18 -- 2.1.2 PSK, QAM, and ASK 19 -- 2.1.3 CPFSK and MSK 22 -- 2.1.4 Pulse Shaping and Windowing 23 -- 2.2 Multi-Carrier Modulation 24 -- 2.2.1 Orthogonal Frequency-Division Multiplexing 27 -- 2.2.2 OFDM Related Issues 27 -- 2.2.3 OFDM Transceiver Architecture 31 -- 2.3 Adaptive OFDM 33 -- Summary 37 -- References 37 -- 3. …”
    Libro electrónico
  19. 8159
    Publicado 2018
    Tabla de Contenidos: “…-- 6.7 Identifying bad data -- 6.8 Kinds of problems -- 6.9 Responses to bad data -- Techniques for fixing bad data -- Cleaning our data set -- 6.11.1 Rewriting bad rows -- 6.11.2 Filtering rows of data -- 6.11.3 Filtering columns of data -- Preparing our data for effective use -- 6.12.1 Aggregating rows of data -- 6.12.2 Combining data from different files using globby -- 6.12.3 Splitting data into separate files -- Building a data processing pipeline with Data-Forge -- Summary -- Chapter 7: Dealing with huge data files -- 7.1 Expanding our toolkit -- 7.2 Fixing temperature data -- 7.3 Getting the code and data -- 7.4 When conventional data processing breaks down -- 7.5 The limits of Node.js -- 7.5.1 Incremental data processing -- 7.5.2 Incremental core data representation -- 7.5.3 Node.js file streams basics primer -- 7.5.4 Transforming huge CSV files -- 7.5.5 Transforming huge JSON files -- 7.5.6 Mix and match -- Summary -- Chapter 8: Working with a mountain of data -- 8.1 Expanding our toolkit -- 8.2 Dealing with a mountain of data -- 8.3 Getting the code and data -- 8.4 Techniques for working with big data -- 8.4.1 Start small -- 8.4.2 Go back to small -- 8.4.3 Use a more efficient representation -- 8.4.4 Prepare your data offline -- 8.5 More Node.js limitations -- 8.6 Divide and conquer -- 8.7 Working with large databases -- 8.7.1 Database setup -- 8.7.2 Opening a connection to the database -- 8.7.3 Moving large files to your database -- 8.7.4 Incremental processing with a database cursor -- 8.7.5 Incremental processing with data windows -- 8.7.6 Creating an index…”
    Libro electrónico
  20. 8160
    por Nartovich, Aleksandr
    Publicado 2004
    Tabla de Contenidos: “…Creating a Web browser interface for your 5250 application -- Outline -- Learning objectives -- 8.1 Prerequisites for creating a new WebFacing project -- 8.1.1 Downloading and installing the latest service pack for WDSC -- 8.1.2 Installing WebFacing PTFs on OS/400 -- 8.1.3 Host servers -- 8.1.4 Starting the WebFacing server -- 8.1.5 Number of virtual terminals (QAUTOVRT) -- 8.2 Creating your first WebFacing project -- 8.2.1 Getting started with the IBM WebFacing Tool -- 8.3 A look at the WebFacing project properties -- 8.4 Testing your application within Development Studio Client -- 8.4.1 Configuring UTF-8 support -- 8.4.2 Unit testing your application -- 8.4.3 Ending the test environment -- 8.5 Stepping through the sample application -- 8.5.1 Starting the application -- 8.5.2 The first application panel -- 8.5.3 Converting a window subfile -- 8.6 Running a WebFacing application in WebSphere -- 8.6.1 Transferring an application to the iSeries server -- 8.6.2 Deploying to WebSphere Application Server -- Summary -- Key terms and concepts -- Other helpful resources -- Questions -- Exercise -- On-going study -- Chapter 9. …”
    Libro electrónico