Mostrando 3,341 - 3,360 Resultados de 5,260 Para Buscar '"Edge"', tiempo de consulta: 0.11s Limitar resultados
  1. 3341
    por Cañón Buitrago, Elkin Darío
    Publicado 2023
    Tabla de Contenidos: “…Intro -- Introducción -- Capítulo 1 -- Creación de geodatabases -- 1.1 Tipos de geodatabases -- 1.2 Creación de una geodatabase -- 1.2.1 Creación de shapefile a partir de tablas de Excel -- 1.3 Creación de Feature Classes -- 1.4 Creación de dominios -- 1.5 Dominios compartidos -- 1.6 Creación de subtipos -- 1.7 Creación de Feature Dataset -- Capítulo 2 -- Creación de Features -- 2.1 Dibujar Features -- 2.2 Uso de otras herramientas de construcción -- 2.3 Digitalización de Feature tipo línea -- 2.4 Creación de shapefile tipo línea -- 2.5 Digitalización de planchas topográficas con ArcScan -- Capítulo 3 -- Edición de Features -- 3.1 Borrar y modificar Features -- 3.2 División y fusión de Features -- 3.3 Editar valores de atributos de Features -- 3.4 Calculadora de campo y funciones string -- 3.5 Calculadora geométrica -- 3.6 Sumarize (resumen) -- 3.7 Join y Relate Data (unión y relación de datos) -- 3.7.1 Relate Data (relación de datos) -- 3.8 Acotado y herramienta COGO -- 3.8.1 Acotación de polígonos -- 3.8.2 COGO -- Capítulo 4 -- Análisis y tipo de selección -- 4.1 Selección por ubicación -- 4.2 Selección por atributos -- Capítulo 5 -- Topología de geodatabase y topología de mapa -- 5.1 Reglas topológicas en geodatabases -- 5.1.1 Reglas para polígonos -- 5.1.2 Reglas para polilíneas -- 5.1.3 Reglas para puntos -- 5.2 Cómo diseñar una clase topológica -- 5.3 Crear topología -- 5.4 Validación de topología -- 5.5 Edición y corrección de errores topológicos -- 5.6 Edición de reglas topológicas -- 5.7 Topología de mapa -- 5.8 Geometría compartida -- 5.9 Reshape (remodelar) -- 5.10 Generalize Edge (generalizar borde) -- 5.11 Align Edge Tool (alineación de bordes) -- 5.12 Geometría compartida para shapefile -- Capítulo 6 -- Procesamiento de -- datos espaciales -- 6.1 Merge (fusionar) -- 6.1.1 Merge en la misma capa -- 6.1.2 Merge Geoprocessing…”
    Libro electrónico
  2. 3342
    por Ma, Xudong
    Publicado 2022
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Contributors -- Table of Contents -- Preface -- PART 1: 3D Data Processing Basics -- Chapter 1: Introducing 3D Data Processing -- Technical requirements -- Setting up a development environment -- 3D data representation -- Understanding point cloud representation -- Understanding mesh representation -- Understanding voxel representation -- 3D data file format - Ply files -- 3D data file format - OBJ files -- Understanding 3D coordination systems -- Understanding camera models -- Coding for camera models and coordination systems -- Summary -- Chapter 2: Introducing 3D Computer Vision and Geometry -- Technical requirements -- Exploring the basic concepts of rendering, rasterization, and shading -- Understanding barycentric coordinates -- Light source models -- Understanding the Lambertian shading model -- Understanding the Phong lighting model -- Coding exercises for 3D rendering -- Using PyTorch3D heterogeneous batches and PyTorch optimizers -- A coding exercise for a heterogeneous mini-batch -- Understanding transformations and rotations -- A coding exercise for transformation and rotation -- Summary -- PART 2: 3D Deep Learning Using PyTorch3D -- Chapter 3: Fitting Deformable Mesh Models to Raw Point Clouds -- Technical requirements -- Fitting meshes to point clouds - the problem -- Formulating a deformable mesh fitting problem into an optimization problem -- Loss functions for regularization -- Mesh Laplacian smoothing loss -- Mesh normal consistency loss -- Mesh edge loss -- Implementing the mesh fitting with PyTorch3D -- The experiment of not using any regularization loss functions -- The experiment of using only the mesh edge loss -- Summary -- Chapter 4: Learning Object Pose Detection and Tracking by Differentiable Rendering -- Technical requirements…”
    Libro electrónico
  3. 3343
    Publicado 2023
    Tabla de Contenidos: “…Between Warfighting Capability and Counter-insurgency -- Reinventing Manoeuvre after Afghanistan: Army 2020 and Organizational Change -- From Army 2020 to Integrated Manoeuvre -- Conclusion -- 17 Caught between a Rock and a Hard Place: The French Army, Expeditionary Warfare, and the Return of Strategic Competition -- Introduction -- French Military Interventions: An Important Part of the Army Culture -- A Wide-ranging Operational Experience -- The Force Structure and Main Capabilities -- The French Army Doctrine -- From Network-centric Warfare to High Intensity -- Providing Soldiers for Future Wars -- Conclusion -- 18 Trends in the Land Warfare Capability of Poland and the Visegrád States, 1991-2021 -- Introduction -- Background: From Warsaw Pact to NATO -- How Land Force Capabilities Changed -- Looking to the Future -- Conclusion -- III CONCLUSIONS -- 19 Towards a Versatile Edge: Developing Land Forces for Future Conflict -- Introduction -- Dynamics of Twenty-first-century Land Warfare -- The Continuum of Land Operations -- Locating Land Operations -- Towards a Versatile Edge: Securing Land Warfare Capability -- Ways Forward: Practical Implications and Agenda for Future Research -- Index…”
    Libro electrónico
  4. 3344
    por Lohner, Rainald
    Publicado 2008
    Tabla de Contenidos: “…APPLIED COMPUTATIONAL FLUID DYNAMICS TECHNIQUES; CONTENTS; Index; FOREWORD TO THE SECOND EDITION; ACKNOWLEDGEMENTS; 1 INTRODUCTION AND GENERAL CONSIDERATIONS; 1.1 The CFD code; 1.2 Porting research codes to an industrial context; 1.3 Scope of the book; 2 DATA STRUCTURES AND ALGORITHMS; 2.1 Representation of a grid; 2.2 Derived data structures for static data; 2.2.1 Elements surrounding points - linked lists; 2.2.2 Points surrounding points; 2.2.3 Elements surrounding elements; 2.2.4 Edges; 2.2.5 External faces; 2.2.6 Edges of an element; 2.3 Derived data structures for dynamic data…”
    Libro electrónico
  5. 3345
    por Celko, Joe
    Publicado 2012
    Tabla de Contenidos: “…2.7.2 Aggregation in the HierarchyChapter 3: Path Enumeration Models; 3.1 Finding the Depth of the Tree; 3.2 Searching for Subordinates; 3.3 Searching for Superiors; 3.4 Deleting a Subtree; 3.5 Deleting a Single Node; 3.6 Inserting a New Node; 3.7 Splitting up a Path String; 3.8 Microsoft SQL Server's HIERARCHYID; 3.9 Edge Enumeration Model; 3.10 XPath and XML; Chapter 4: Nested Sets Model of Hierarchies; 4.1 Finding Root and Leaf Nodes; 4.2 Finding Subtrees; 4.3 Finding Levels and Paths in a Tree; 4.3.1 Finding the Height of a Tree; 4.3.2 Finding Levels of Subordinates…”
    Libro electrónico
  6. 3346
    por Manganaro, Gabriele
    Publicado 2013
    Tabla de Contenidos: “…Half Title; Title Page; Copyright; Contents; 1 Wireless Infrastructure; Introduction; 1.1 The cellular infrastructure; 1.2 The satellite infrastructure; 1.3 Challenges; 1.4 This book; Conclusive Remarks; 2 CMOS Transceivers for Modern Cellular Terminals; Introduction; 2.1 2G transceiver architecture design; 2.1.1 GSM/EDGE receiver requirement; 2.1.2 GSM/EDGE transmitter requirement; 2.1.2.1 Power and mask requirements; 2.1.2.2 Phase error and EVM requirements; 2.2 3/4G transceiver architecture design; 2.2.1 3G receiver requirements; 2.2.1.1 Sensitivity; 2.2.1.2 Blocking requirements…”
    Libro electrónico
  7. 3347
    Publicado 2010
    Tabla de Contenidos: “…Chapter Four: Perfecting Images in Photoshop CS5 -- #50: Setting Preferences -- #51: Defining Color Settings -- #52: Simplifying the Menus -- #53: Custom Keyboard Shortcuts -- #54: Using Mini Bridge -- #55: Using Live Preview Rotation -- #56: Pan & Zoom Techniques -- #57: Using the HUD Color Pickers -- #58: "Docking" Multiple Photos -- #59: Displaying File Information -- #60: Modifying IPTC Metadata -- #61: Straightening Horizons with the Ruler Tool -- #62: Using Color Range Masks -- #63: Converting Paths to Selections -- #64: Hybrid Lasso Selections -- #65: Refining Selection and Mask Edges with Smart Radius -- #66: Removing Color Casts from Selection and Mask Edges -- #67: Creating Smooth Textures: Clone and Patch -- #68: Enhancing Compositions with Content-Aware Scale -- #69: Automated Lens Corrections -- #70: Smart Object Transforms -- #71: Perspective Cropping -- #72: HDR Pro: Exposure Tips -- #73: HDR Pro: Creating the File -- #74: HDR Pro: Tone Mapping -- #75: HDR Pro: Color and Curves -- #76: Photomerge Panoramas -- #77: Spot-Healing Portrait Details -- #78: Under-Eye Corrections -- #79: Enhancing Realism with the Fade Command -- #80: Sharpen Enhancements -- #81: Generating Layers from Selections -- #82: Using Content-Aware Fill -- #83: Getting Creative with Puppet Warp -- #84: Softening Focus with the Lens Blur Filter -- #85: Introducing Bristle Tips -- #86: Using the Mixer Brush -- #87: HDR Toning -- #88: Shadows/Highlights -- #89: Using Adjustment Layers -- #90: Targeted Curves Adjustment -- #91: Localized Color Vibrance -- #92: Black-and-White Styling -- #93: Photo Filters -- #94: Organizing and Previewing Multiple Adjustments -- #95: Gradients: Neutral Density -- #96: Creating Text on a Path -- #97: Layer Styles: Drop Shadows -- #98: Printing Tips. -- #99: Saving for the Web -- #100: Image Processor -- Index -- A -- B -- C -- D -- E -- F.…”
    Libro electrónico
  8. 3348
    Publicado 2010
    Tabla de Contenidos: “…Making selections : Reviewing the basics ; Selection strategies ; Selecting areas manually ; Selecting with edge detection tools ; Tips for using selection tools ; Selecting by tone or color ; Anti-aliasing and feathering ; Selecting difficult edges ; The modify submenu ; Floating selections ; Quick masks ; Selecting with channels ; Selections, layers, and masks -- 10. …”
    Libro electrónico
  9. 3349
    Publicado 2024
    Tabla de Contenidos: “…Chapter 5: Types of Micro Frontend Architectures -- Technical requirements -- The micro frontend landscape -- Static versus dynamic micro frontends -- Horizontal versus vertical split -- Backend- versus frontend-driven micro frontends -- Summary -- Chapter 6: The Web Approach -- Technical requirements -- Basics of the web approach -- The architecture -- Sample implementation -- Potential enhancements -- Advantages and disadvantages of the web approach -- Using links for navigation -- Central linking directory -- Local linking directory -- Using fragments with iframes -- Security -- Accessibility -- Layout -- Summary -- Chapter 7: Server-Side Composition -- Technical requirements -- Basics of server-side composition -- The architecture -- Sample implementation -- Potential enhancements -- Advantages and disadvantages of server-side composition -- Reviewing Mosaic 9 -- Introducing Podium -- Known users -- Creating a composition layout -- Understanding layout responsibilities -- Using SSI -- Using ESI -- Using JS template strings -- Setting up micro frontend projects -- Podlets -- Examining the lifecycle -- Using a dedicated rendering server -- Summary -- Chapter 8: Edge-Side Composition -- Technical requirements -- Basics of edge-side composition -- The architecture -- Sample implementation -- Potential enhancements -- Advantages and disadvantages of edge-side composition -- SSI and ESI -- SSI -- ESI -- Stitching in BFFs -- Summary -- Chapter 9: Client-Side Composition -- Technical requirements -- Basics of client-side composition -- The architecture -- Sample implementation -- Potential enhancements -- Advantages and disadvantages of client-side composition -- Diving into web components -- Understanding web components -- Isolating styles with shadow DOM -- Composing micro frontends dynamically -- Using a micro frontend discovery service…”
    Libro electrónico
  10. 3350
    Publicado 2025
    Tabla de Contenidos: “…-- Explore Different Types of Internet Connections -- Identify the Hardware Required -- Set Up a Wi-Fi Internet Connection -- Assess Your Software Situation -- Chapter 8 Browsing the Web -- Meet the Edge Browser -- Search the Web -- Find Content on a Web Page -- Pin a Tab -- Create and Manage a Favorites List -- Use Favorites -- View Your Browsing History -- Print a Web Page -- Create Collections -- Customize the New Tab Page and the Home Page -- Adjust Microsoft Edge Settings -- Chapter 9 Staying Safe While Online -- Understand Technology Risks on the Internet -- Download Files Safely -- Use InPrivate Browsing -- Use SmartScreen Filter and Block Unwanted Apps -- Change Edge Privacy Settings -- Understand Information Exposure -- Keep Your Information Private -- Spot Phishing Scams and Other Email Fraud -- Create Strong Passwords -- Chapter 10 Keeping in Touch with Email -- Sign Up for an Email Account -- Set Up Accounts in the Outlook App -- Get to Know the Outlook Interface -- Receive Messages -- Reply to or Forward a Message -- Create and Send Email -- Manage Addresses -- Send an Attachment -- Change Outlook Account Settings -- Chapter 11 Working in the Cloud…”
    Libro electrónico
  11. 3351
    Tabla de Contenidos: “…MeetingPlace Express and Meeting Place Express VT -- Configuring MeetingPlace -- Configuring WebEx Meeting Center -- Configuring Conference Servers in CUPS -- Configuring Conferencing Profiles in CUPS -- Configuring Video for CUPC -- Configure LDAP for CUPC -- CUPC Troubleshooting -- Basic CUPC Troubleshooting -- CUPS and CUCM Integration Troubleshooting -- Voicemail Troubleshooting -- Conferencing Troubleshooting -- LDAP Troubleshooting -- Summary -- Chapter 6 Cisco Unified Presence Practical Applications -- Unified Communications Components -- Call Control -- Voice Messaging -- Unified Messaging and Integrated Messaging -- Presence -- Collaboration -- Mobility -- Stationary Users -- Call Control -- Messaging -- Presence -- Collaboration -- Mobile Users -- Executives -- Teleworkers -- Call Center Agents -- Summary -- Chapter 7 Cisco Unified Presence Federation -- Federation Within Presence -- Derived Presence -- Federated Presence Configuration on the Cisco Presence Server -- Adding a New Federation Domain -- E-mail Federation Enablement -- TLS Peer Subject Creation -- DNS Configuration -- Command-Line Interface Configuration of the Presence Domain -- Federated Presence Configuration on Microsoft OCS -- OCS Server Configuration -- Global Federation Setting Enablement -- Access Edge Server Address Configuration -- Front End Federation Setting -- Enable Users for MOC and Federation -- Access Edge Server Configuration -- DNS Configuration -- CUPS Configured as IM Provider -- Verify Access Method Settings -- Configure Access Edge Server to Use TLS -- Summary -- Chapter 8 Leveraging Cisco Unified Presence in Vertical Markets -- Basic Productivity Enhancements -- Healthcare -- Nurse Communications -- Doctor Communications -- Public Sector -- Emergency Services -- City and County -- Retail -- Summary -- Chapter 9 Troubleshooting Cisco Unified Presence…”
    Libro electrónico
  12. 3352
    Publicado 2024
    Tabla de Contenidos: “…The rise of immutable infrastructure and its implications -- Spotify's immutable infrastructure strategy -- Advanced orchestration in multi-cloud landscapes -- Introduction to AI and ML in cloud-native evolution -- Modernizing applications with GenAI -- The cloud-native platform becomes a foundational pillar for GenAI -- ML - a pivotal tool in advanced cloud-native application management -- Predictive analytics and AIOps - redefining cloud resource management -- Predictions for AI and ML in cloud-native development -- The emergence of serverless architecture and EDA -- The evolution and future of FaaS in cloud-native ecosystems -- Real-time processing and IoT integration in multi-cloud environments -- Case studies of serverless architectures in large-scale applications -- Advanced security paradigms for cloud-native applications -- Reimagining security - the advent of Zero Trust in multi-cloud environments -- Harnessing AI and ML - the vanguard of cloud-native cybersecurity -- Navigating future security frontiers in cloud-native ecosystems -- Quantum computing (QC) and its impact on cloud technologies -- QC - revolutionizing the cloud landscape -- Example of QC -- Navigating the quantum future in cloud computing -- Strategic recommendations -- Sustainable cloud computing - a new era -- Green computing - the heart of future cloud-native development -- Energy-efficient strategies in multi-cloud infrastructures -- Case studies of sustainable practices in cloud computing -- Strategic imperatives for a green cloud horizon -- Embracing a sustainable future in cloud computing -- The convergence of telco and edge computing with cloud-native -- 5G as a game-changer for edge-enhanced cloud applications -- Managing distributed data in multi-cloud and edge environments -- Future trends in edge and cloud-native integrations…”
    Libro electrónico
  13. 3353
    por van Gumster, Jason
    Publicado 2024
    Tabla de Contenidos: “…Rounding your corners by beveling -- Using the Bevel tool -- Taking the hotkey-and-tweak approach to beveling -- Spiraling new geometry into existence with the Spin tool -- Working with Loops and Rings -- Understanding edge loops and face loops -- Selecting edge rings -- Creating new loops -- The importance of good topology -- Chapter 2 Simplifying Your Life as a Modeler with Modifiers -- Accessing Blender's Modifiers -- Understanding Modifier Types -- Modify modifiers -- Generate modifiers -- Deform modifiers -- Physics modifiers -- Working with Commonly Used Modifiers -- Doing half the work (and still looking good!) …”
    Libro electrónico
  14. 3354
    Publicado 2014
    “…Los siguientes capítulos presentan la implementación de los buzones de mensajes, acceso de cliente, y role de Transporte Edge. También se adentran en la gestión de los objetos de destino y las listas de direcciones. …”
    Acceso con credenciales UPSA.
    Libro electrónico
  15. 3355
    Publicado 2010
    “…The authors cover difficult and cutting edge issues relating to citizenship, nation formation, identity, remittances, transnational families, migration and asylum in the context of Australia, Malaysia, Pakistan and Sri Lanka. …”
    Enlace del recurso
    Libro electrónico
  16. 3356
    Publicado 2018
    “…"Academics and practitioners from a range of institutions across Europe provide a cutting-edge, practical, and comprehensive review on the financing of entrepreneurial ventures. …”
    Libro
  17. 3357
    Publicado 2013
    “…"This new Routledge Handbook offers a comprehensive, state-of-the-art overview of the meanings and uses of the term 'peacebuilding', and presents cutting-edge debates on the practices conducted in the name of peacebuilding. …”
    Libro electrónico
  18. 3358
    Publicado 2013
    “…Drawing on psychological and sociological explanatory paradigms, Just Authority? presents a cutting-edge empirical study into public tr…”
    Libro electrónico
  19. 3359
    Publicado 2019
    “…When Boston's Columbia Point housing project was built in the early 1950s on the isolated edge of Dorchester Bay, it was hailed as a noble government experiment to provide temporary housing for working-class families who had fallen on hard times. …”
    Libro electrónico
  20. 3360
    Publicado 2016
    “…Concise, comprehensive, non-technical, and thoroughly accessible, this volume quickly brings readers to the cutting edge of a major research program at the intersection of philosophy and science. …”
    Libro electrónico