Mostrando 2,041 - 2,060 Resultados de 5,315 Para Buscar '"Cuts"', tiempo de consulta: 0.17s Limitar resultados
  1. 2041
    Publicado 2016
    Tabla de Contenidos: “…-- Starting PowerPoint -- Navigating the PowerPoint Interface -- Unraveling the Ribbon -- Telling PowerPoint What to Do -- The View from Here Is Great -- Taking the Backstage Tour -- Creating a New Presentation -- Editing text -- Adding a new slide -- Moving from slide to slide -- Choosing a design -- Displaying Your Presentation -- Saving Your Work -- Opening a Presentation -- Closing a Presentation -- Getting Help -- Exiting PowerPoint -- Chapter 2 Editing Slides -- Moving from Slide to Slide -- Working with Objects -- Selecting objects -- Resizing or moving an object -- Editing a Text Object -- Selecting Text -- Using Cut, Copy, and Paste -- Duplicating an Object -- Using the Clipboard Task Pane -- Oops! …”
    Libro electrónico
  2. 2042
    Publicado 2016
    Tabla de Contenidos: “…Names created by Excel -- Creating Multisheet Names -- Working with Range and Cell Names -- Creating a list of names -- Using names in formulas -- Using the intersection operators with names -- Using the range operator with names -- Referencing a single cell in a multicell named range -- Applying names to existing formulas -- Applying names automatically when creating a formula -- Unapplying names -- Names with errors -- Viewing named ranges -- Using names in charts -- How Excel Maintains Cell and Range Names -- Inserting a row or column -- Deleting a row or a column -- Cutting and pasting -- Potential Problems with Names -- Name problems when copying sheets -- Name problems when deleting sheets -- The Secret to Understanding Names -- Naming constants -- Naming text constants -- Using worksheet functions in named formulas -- Using cell and range references in named formulas -- Using named formulas with relative references -- Advanced Techniques That Use Names -- Using the INDIRECT function with a named range -- Using arrays in named formulas -- Creating a dynamic named formula -- Using an XLM macro in a named formula -- Part II: Leveraging Excel Functions -- Chapter 4: Introducing Worksheet Functions -- What Is a Function? …”
    Libro electrónico
  3. 2043
    Publicado 2024
    Tabla de Contenidos: “…-- My pictures never look 100% level -- My photo needs cutting (cropping) -- My background looks too clear (sharp) -- How can I add a person from another picture? …”
    Libro electrónico
  4. 2044
    Publicado 2023
    Tabla de Contenidos: “…5.1 Computing Derivatives via pMCs (and When It Does Not Work) -- 5.2 Computing Derivatives Explicitly -- 5.3 Computing k-Highest Derivatives -- 6 Numerical Experiments -- 7 Related Work -- 8 Concluding Remarks -- References -- MDPs as Distribution Transformers: Affine Invariant Synthesis for Safety Objectives -- 1 Introduction -- 1.1 Related Work -- 2 Preliminaries -- 2.1 Markov Systems -- 2.2 MDPs as Distribution Transformers -- 3 Problem Statement and Examples -- 4 Proving Safety by Invariants -- 4.1 Distribution Strategies -- 4.2 Distributional Invariants for MDP Safety -- 5 Algorithms for Distributional Invariant Synthesis -- 5.1 Synthesis of Affine Invariants and Memoryless Strategies -- 5.2 Synthesis of Affine Invariants and General Strategies -- 6 Discussion, Extensions, and Variants -- 7 Implementation and Evaluation -- 8 Conclusion -- References -- Search and Explore: Symbiotic Policy Synthesis in POMDPs -- 1 Introduction -- 2 Motivating Examples -- 3 Preliminaries and Problem Statement -- 4 FSCs for and from Belief Exploration -- 4.1 Belief Exploration with Explicit FSC Construction -- 4.2 Using FSCs for Cut-Off Values -- 4.3 Extracting FSC from Belief Exploration -- 5 Accelerated Inductive Synthesis -- 5.1 Inductive Synthesis with k-FSCs -- 5.2 Using Reference Policies to Accelerate Inductive Synthesis -- 5.3 Inductive Synthesis with Adequate FSCs -- 6 Integrating Belief Exploration with Inductive Synthesis -- 7 Experiments -- 8 Conclusion and Future Work -- References -- Security and Quantum Systems -- AutoQ: An Automata-Based Quantum Circuit Verifier -- 1 Introduction -- 2 Tree Automata-Based Verification of Quantum Circuits -- 2.1 High-Level Specification Language -- 2.2 Complex Number Representation -- 2.3 Precise Semantics of the Specification -- 3 Entailment Checking -- 4 Architecture -- 5 Use Cases…”
    Libro electrónico
  5. 2045
    Publicado 2024
    Tabla de Contenidos: “…-- Input and output redirection (or, playing with file descriptors for fun and profit) -- Input redirection: &lt -- -- Output redirection: &gt -- -- Use &gt -- &gt -- to append output without overwriting -- Error redirection with 2&gt -- -- Connecting commands together with pipes (|) -- Multi-pipe commands -- Reading (and building) complex multi-pipe commands -- The CLI tools you need to know -- cut -- sort…”
    Libro electrónico
  6. 2046
    Publicado 2010
    Tabla de Contenidos: “…Detect if Database Connection Is Available -- Automatically Map Data to Objects with the Entity Framework -- 14 XML -- Serialize an Object to and from XML -- Write XML from Scratch -- Read an XML File -- Validate an XML Document -- Query XML Using XPath -- Transform Database Data to XML -- Transform XML to HTML -- Part III: User Interaction -- 15 Delegates, Events, and Anonymous Methods -- Decide Which Method to Call at Runtime -- Subscribe to an Event -- Publish an Event -- Ensure UI Updates Occur on UI Thread -- Assign an Anonymous Method to a Delegate -- Use Anonymous Methods as Quick-and-Easy Event Handlers -- Take Advantage of Contravariance -- 16 Windows Forms -- Create Modal and Modeless Forms -- Add a Menu Bar -- Disable Menu Items Dynamically -- Add a Status Bar -- Add a Toolbar -- Create a Split Window Interface -- Inherit a Form -- Create a User Control -- Use a Timer -- Use Application and User Configuration Values -- Use ListView Efficiently in Virtual Mode -- Take Advantage of Horizontal Wheel Tilt -- Cut and Paste -- Automatically Ensure You Reset the Wait Cursor -- 17 Graphics with Windows Forms and GDI+ -- Understand Colors -- Use the System Color Picker -- Convert Colors Between RGB to HSV -- Draw Shapes -- Create Pens -- Create Custom Brushes -- Use Transformations -- Draw Text -- Draw Text Diagonally -- Draw Images -- Draw Transparent Images -- Draw to an Off-Screen Buffer -- Access a Bitmap's Pixels Directly for Performance -- Draw with Anti-Aliasing -- Draw Flicker-Free -- Resize an Image -- Create a Thumbnail of an Image -- Take a Multiscreen Capture -- Get the Distance from the Mouse Cursor to a Point -- Determine if a Point Is Inside a Rectangle -- Determine if a Point Is Inside a Circle -- Determine if a Point Is Inside an Ellipse -- Determine if Two Rectangles Intersect -- Print and Print Preview -- 18 WPF -- Show a Window…”
    Libro electrónico
  7. 2047
    Publicado 2022
    Tabla de Contenidos: “…. -- There's more... -- Using cut -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using egrep -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using sed -- Getting ready -- How to do it... -- How it works... -- There's more... -- Chapter 9: An Introduction to Shell Scripting -- Technical requirements -- Writing your first Bash shell script -- Getting ready -- How to do it... -- How it works... -- Serializing basic commands - from simple to complex -- Getting ready -- How to do it... -- How it works... -- There's more... -- Manipulating shell script input, output, and errors -- Getting ready -- How to do it... -- How it works... -- Shell script hygiene -- Getting ready -- How to do it... -- There's more... -- Chapter 10: Using Loops -- The for loop -- Getting ready -- How to do it... -- How it works... -- See also -- break and continue -- Getting ready -- How to do it... -- How it works... -- See also -- The while loop -- Getting ready -- How to do it... -- How it works... -- See also -- The test-if loop -- Getting ready -- How to do it... -- How it works... -- See also -- The case loop -- Getting ready -- How to do it... -- How it works... -- See also -- Logical looping with and, or, and not -- Getting ready -- How to do it... -- How it works... -- See also -- Chapter 11: Working with Variables -- Technical requirements -- Using shell variables -- Getting ready -- How to do it... -- How it works... -- See also -- Using variables in shell scripting -- Getting ready -- How to do it... -- How it works... -- See also -- Quoting in the shell -- Getting ready -- How to do it... -- How it works... -- See also…”
    Libro electrónico
  8. 2048
    Publicado 2018
    Tabla de Contenidos: “…-- Chinese lamps with "rubber dip" blackout paint on top -- More tricks -- Bus roof mount (key grip: Rocky Ford) -- Plumber's putty -- Cutting rope…”
    Libro electrónico
  9. 2049
    Publicado 2011
    Tabla de Contenidos:
    Libro electrónico
  10. 2050
    Publicado 2010
    Tabla de Contenidos: “…Changing Stroke and Fill Colors -- Creating Custom Colors -- Adding Colors Using the Kuler Panel -- Editing Strokes with the Ink Bottle -- Editing Fills with the Paint Bucket -- Editing Strokes and Fills with the Eyedropper -- Creating Gradients -- Using the Fill Lock -- Using Paint Brush Modes -- Using the Spray Brush Tool -- Using the Deco Tool -- Drawing with the Pen Tool -- Drawing Curves with the Pen Tool -- Modifying Shapes with the Selection Tool -- Modifying Shapes with the Subselection Tool -- Using the Free Transform Tool -- Using Transform Options for Shapes -- Transforming Gradient Fills -- Moving and Rotating Objects in 3D Space -- Changing the Perspective Angle in 3D Space -- Adjusting the Vanishing Point in 3D Space -- Cutting and Pasting Graphics Between Layers -- Working with Graphics on Different Layers -- Distributing Graphics to Layers -- Changing Drawing Settings -- 4 Working with Groups, Symbols, and Instances -- Creating Groups -- Arranging Multiple Groups -- Opening the Library Panel -- Working with the Library Panel -- Creating Symbols -- Editing in Symbol Mode -- Creating Instances -- Changing Symbol and Instance Type -- Swapping Symbol Instances -- Using Graphic Symbols -- Using Button Symbols -- Enabling and Disabling Buttons -- Creating Invisible Buttons -- Using Movie Clip Symbols -- Breaking Symbols Apart -- Modifying Instance Properties -- Modifying Instance Color Styles and Blends -- Using Advanced Color Options -- Using 9-Slice Scaling on a Movie Clip Symbol -- Setting Highlight Color Preferences -- 5 Working with Text -- Creating Classic Static Text -- Creating TLF Text -- Linking Text Together -- Changing Font Type, Style, Size, and Color -- Modifying Tracking and Kerning -- Changing Text Alignment -- Creating Text Columns -- Changing Text Direction -- Changing Text Orientation -- Changing Advanced Text Options…”
    Libro electrónico
  11. 2051
    Publicado 2022
    Tabla de Contenidos: “…. -- When you've finished writing something, go back and cut it by a third. -- An idea isn't finished until it leads the customer somewhere. -- Proofread your own work. -- If you have to have one, make your tagline an anthem…”
    Libro electrónico
  12. 2052
    Publicado 2023
    Tabla de Contenidos: “…Introduction to Azure Site Recovery -- Configuring Azure Site Recovery networking -- Configuring Azure Site Recovery for on-premises VMs -- Configuring a recovery plan -- Configuring Azure Site Recovery policies -- Configuring Azure Site Recovery for Azure Virtual Machines -- Implementing VM replication to a secondary data center or Azure region -- Summary -- Chapter 12: Protecting Virtual Machines by Using Hyper-V Replicas -- Technical requirements and lab setup -- Introduction to Hyper-V Replica -- Configuring Hyper-V hosts for replication -- Configuring VM replication -- Managing Hyper-V replica servers -- Performing a VM failover -- Summary -- Part 5: Migrate Servers and Workloads -- Chapter 13: Migrating On-Premises Storage to On-Premises Servers or Azure -- Technical requirements and lab setup -- Introduction to Storage Migration Service -- Transferring data and sharing configuration -- Cutting over to a new server by using Storage Migration Service -- Using Storage Migration Service to migrate to Azure Virtual Machines -- Migrating to Azure File shares -- Summary -- Chapter 14: Migrating On-Premises Servers to Azure -- Technical requirements and lab setup -- Introduction to Azure Migrate -- Migrating using Azure Migrate tools -- Deploying and configure the Azure Migrate appliance -- Migrating VM workloads to Azure IaaS -- Migrating physical workloads to Azure IaaS -- Summary -- Chapter 15: Migrating Workloads from Previous Versions to Windows Server 2022 -- Technical requirements and lab setup -- General recommendations for migrating Windows Server workloads -- Migrate Internet Information Services (IIS) -- Migrating Hyper-V hosts -- Migrating RDS host servers -- Migrating DHCP servers -- Migrating print servers -- Summary -- Chapter 16: Migrating IIS Workloads to Azure -- Technical requirements and lab setup…”
    Libro electrónico
  13. 2053
    Publicado 2023
    Tabla de Contenidos: “…-- What the operating agreement governs -- Creating a clear-cut ownership structure -- Assigning manager titles and duties -- Why you need an operating agreement -- Establishing Your Framework -- Achieving A+ form and structure -- Building your outline -- Drafting Basic Provisions -- Laying out organizational matters -- Formation and Qualification -- Name -- Term -- Purpose of the Company -- Giving specifics on company records and reporting -- Books and Records…”
    Libro electrónico
  14. 2054
    Tabla de Contenidos: “…Recommendations -- 1.1.1. Pillar 1: Cross-cutting recommendations -- Recommendation 1: Create a shared national vision and long-term plan for Korea's development -- Overview -- Detailed recommendations -- Recommendation 2: Direct STI systems to enable transitions and address societal challenges -- Overview -- Detailed recommendations -- Recommendation 3: Improve the efficiency of R&amp -- D policy implementation and evaluation -- Overview -- Detailed recommendations -- Recommendation 4: Foster the internationalisation of science, technology and innovation -- Overview -- Detailed recommendations -- Recommendation 5: Enhance skills and attitudes in order to gain a leadership position in innovation -- Overview -- Detailed recommendations -- 1.1.2. …”
    Libro electrónico
  15. 2055
    por McFedries, Paul
    Publicado 2024
    Tabla de Contenidos: “…-- Touring the iPad Exterior -- Checking out the top -- Perusing the bottom -- Exploring the right side -- Getting to know the back -- Becoming familiar with the front -- Exploring the Home Screen and Dock -- Interpreting the status bar -- Exploring the Home screen -- Getting to know the dock -- Chapter 2 Basic Training -- Turning On and Setting Up the iPad -- Automatic setup -- Manual setup -- Mastering the Touchscreen -- Training your digits -- Navigating beyond the main Home screen page -- Select, cut, copy, and paste -- To err is human, to undo divine -- Running Multiple Apps -- Switching between running apps -- Sharing the screen with split view -- Sharing the screen with slide over -- All the iPad's a stage: Multitasking with Stage Manager -- Sharing the screen with picture-in-picture -- Organizing Icons into Folders -- Printing -- Searching Your iPad -- Getting to Know the iPad's Onscreen Keyboard -- Anticipating what comes next -- Discovering the special-use keys -- Finger-typing on the virtual keyboards -- Editing mistakes -- Chapter 3 Synchronicity: Getting Stuff to and from Your iPad -- A Brief iCloud Primer -- Getting in Sync -- Sync prep 101 -- Backing up your iPad -- Disconnecting the iPad -- Synchronizing Your Data -- Syncing contacts -- Syncing calendars -- Syncing bookmarks…”
    Libro electrónico
  16. 2056
    Publicado 2024
    Tabla de Contenidos: “…Understanding Best Practices -- 1.0 Introduction -- 1.1 Wärtsilä -- Benefits Management in Operational Development Projects in Wärtsilä -- 1.2 Project Management Best Practices: 1945-1960 -- 1.3 Project Management Best Practices: 1960-1985 -- 1.4 Project Management Best Practices: 1985-2016 -- 1.5 Project Management Best Practices: 2016-Present -- 1.6 Benefits Management Practice at Dubai Customs -- Benefits Realization Management Framework -- Benefits Management Maturity Level -- Portfolio Benefits Management (Benefits Quadrant) -- Key Lessons Learned -- 1.7 An Executive's View of Project Management -- 1.8 The Growth of Nontraditional Projects -- 1.9 The Growth of the VUCA Environment -- 1.10 The Impact of the COVID-19 Pandemic on Project Management -- Leadership -- Trust -- Communications -- Decision-Making -- Project Control Center -- Change Management -- Conclusions -- 1.11 General Motors and Ventilators -- 1.12 Best Practices Process -- 1.13 Step 1: Definition of a Best Practice -- 1.14 Step 2: Seeking Out Best Practices -- 1.15 Dashboards and Scorecards -- 1.16 Key Performance Indicators -- 1.17 Manufacturing Best Practices in Action -- A Case Study -- 1.18 Step 3: Validating the Best Practice -- 1.19 Step 4: Levels of Best Practices -- 1.20 Step 5: Management of Best Practices -- 1.21 Step 6: Revalidating Best Practices -- 1.22 Step 7: What to Do with a Best Practice -- 1.23 Step 8: Communicating Best Practices Across the Company -- 1.24 Step 9: Ensuring Usage of the Best Practices -- 1.25 Common Beliefs -- 1.26 The Dark Side of Project Management Best Practices -- 1.27 Best Practices Library -- 1.28 Determining the Value of a Best Practice -- 1.29 Aramco Bolsters Innovation Through Cutting-Edge Ideas…”
    Libro electrónico
  17. 2057
    por Breeze, David J.
    Publicado 2022
    Tabla de Contenidos: “…Communication at Arnoldshain was by letter and telegram (see Figure 18), though press interest was the same as today. On the newspaper cutting, from the left, are Professor Schütte and Erik Birley with Hans Schönberger behind -- Figure 21. …”
    Libro electrónico
  18. 2058
    Publicado 2024
    Tabla de Contenidos: “…Disassembling and servicing the Prusa MINI extruder -- Disassembling and servicing the Prusa MINI hot-end and nozzle -- Examining the Prusa i3 MK3 and Hot-End Assembly -- Disassembling and servicing the Prusa i3 MK3 Extruder -- Disassembling and servicing the Prusa i3 MK3 hot-end and nozzle -- Taking a closer look at the hot-end and the sizes of extrusion nozzles -- Comparing fixed nozzle and quick-change systems -- Nozzle sizes for different print jobs -- Alternative Extrusion Systems for Paste and Edible Materials -- Multicolor Print Methods -- Looking at the toothpaste effect -- Three-way color mixing -- Two-color printing -- Layer-selective color printing -- Cut-and-follow-on printing -- Multi-input feeder -- Automatic tool-changers -- Extruder Operation and Upgrades -- Fixing a blocked hot-end or extruder -- Acquiring an assortment of extruders -- Cooling extruders with fans -- Chapter 15 Identifying Software and Calibrating Your 3D Printer -- Finding 3D Design Software and Models -- Using design software -- Verifying models with Netfabb -- Working with PrusaSlicer -- Configuring PrusaSlicer -- Processing models with PrusaSlicer -- Calibrating Your 3D Printer -- Leveling your print bed -- Tuning your hot-end temperature control -- Calibrating extruder distance -- Printing Objects -- Printing vases, pots, and cups -- Printing large single-piece objects -- Printing tiny or highly detailed objects -- Printing many objects at the same time -- Improving print quality -- Identifying Machine Problems When Print Jobs Fail -- Improving Print Speed -- Chapter 16 Refining the Design and 3D-Printing Process -- Being Productive with 3D Printing -- Refining Your Print Preparations -- Examining a Design Example -- Practical 3D Printing: Looking at Five Quick Examples of Practical 3D Printing at Home -- Designing Parts for 3D Printing -- Material -- Orientation--Layer height…”
    Libro electrónico
  19. 2059
    Publicado 2023
    Tabla de Contenidos: “…-- 14.2 Authentication and Authorization -- 14.3 Choosing Where to Cut the Application -- 14.4 URL Path Layout -- 14.5 Quickly Transitioning to a Microservice Architecture -- 14.6 Summary -- Chapter 15: Enterprise Message Queues -- 15.1 Basic Message Queue Components and Terminology -- 15.2 Working with Work Queues -- 15.3 Decoupling Systems with Publish/Subscribe -- 15.4 Event Bus Architecture -- 15.5 Message Streaming for Permanent Replayability -- 15.6 Two-Way Messaging -- 15.7 The Job of the Cloud Architect -- 15.8 Getting Started with Message Queueing -- 15.9 Summary -- Chapter 16: Architecting Data Stores -- 16.1 Types of Data Stores -- 16.1.1 Relational Databases -- 16.1.2 Key/Value Stores -- 16.1.3 Document Databases -- 16.1.4 Full-Text Databases -- 16.1.5 Object/File Stores -- 16.1.6 Specialized Persistent Stores -- 16.2 Implementing Stores Using a Relational Database -- 16.2.1 Document Databases -- 16.2.2 Full-Text Search -- 16.2.3 Object/File Stores -- 16.2.4 Key/Value Stores -- 16.3 Database Topologies -- 16.4 Database Partitioning -- 16.5 Using UUIDs for Primary Keys -- 16.6 Thinking About Sources of Truth -- 16.7 Summary -- Chapter 17: Extended Cloud Topologies -- 17.1 Terminology -- 17.2 How Kubernetes Handles Extended Topologies -- 17.3 Considerations for Multiregion Deployments -- 17.4 Summary -- Chapter 18: Architecture Values -- 18.1 Scalability…”
    Libro electrónico
  20. 2060
    Publicado 1996
    Tabla de Contenidos: “…10.6 RESEARCH OPPORTUNITIES -- 10.7 Suggested Reading -- Chapter 11 Medical Optical Imaging -- 11.1 INTRODUCTION -- 11.2 DATA ACQUISITION STRATEGIES -- 11.3 COMPARISONS WITH OTHER IMAGING MODALITIES -- 11.4 POSSIBLE APPLICATIONS OF OPTICAL TOMOGRAPHY -- 11.5 RESEARCH OPPORTUNITIES -- 11.6 Suggested Reading -- Chapter 12 Image-Guided Minimally Invasive Diagnostic and Therapeutic Interventional Procedures -- 12.1 THERAPEUTIC INTERVENTION EXPERIENCE WITH DIFFERENT IMAGING MODALITIES -- 12.1.1 X-Ray Imaging -- 12.1.2 Computed Tomography -- 12.1.3 Ultrasound -- 12.1.4 Endoscopy -- 12.1.5 Magnetic Resonance Imaging -- 12.2 THE ROLES OF IMAGING IN THERAPY -- 12.2.1 Planning -- 12.2.2 Guidance -- 12.2.3 Monitoring and Localization -- 12.2.4 Control -- 12.3 THERMAL SURGERY -- 12.3.1 Interstitial Laser Therapy -- 12.3.2 Cryotherapy -- 12.3.3 Focused Ultrasound -- 12.4 RESEARCH AND DEVELOPMENT OPPORTUNITIES -- Planning -- Guidance and Localization -- Monitoring -- Control -- Instruments and Systems -- 12.5 Suggested Reading -- Chapter 13 Frontiers of Image Processing for Medicine -- 13.1 IMAGE SEGMENTATION -- 13.2 COMPUTATIONAL ANATOMY -- 13.3 REGISTRATION OF MULTIMODALITY IMAGES -- 13.4 SYNTHESIS OF PARAMETRIC IMAGES -- 13.5 DATA VISUALIZATION -- 13.6 TREATMENT PLANNING -- 13.7 RESEARCH OPPORTUNITIES -- 13.8 Suggested Reading -- Chapter 14 A Cross-Cutting Look at the Mathematics of Emerging Biomedical Imaging -- 14.1 MATHEMATICAL MODELS FOR PARTICULAR IMAGING MODALITIES -- 14.1.1 Transmission Computed Tomography -- 14.1.2 Emission Computed Tomography -- 14.1.3 Ultrasound Computed Tomography -- 14.1.4 Optical Tomography -- 14.1.5 Electrical Impedance Tomography -- 14.1.6 Magnetic Resonance Imaging -- 14.1.7 Vector Tomography -- 14.1.8 Tensor Tomography -- 14.1.9 Magnetic Source Imaging -- 14.1.10 Electrical Source Imaging -- 14.2 FORWARD PROBLEMS…”
    Libro electrónico