Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 190
- Computer programming 156
- Application software 150
- Python (Computer program language) 140
- Programming 134
- Engineering & Applied Sciences 117
- JavaScript (Computer program language) 101
- Java (Computer program language) 96
- Programming languages (Electronic computers) 83
- Data processing 82
- Computer Science 79
- Design 73
- Computer software 72
- Computer programs 68
- Web site development 67
- Artificial intelligence 60
- Management 59
- Video games 59
- Software engineering 55
- Computer networks 51
- Design and construction 51
- C (Computer program language) 48
- Machine learning 47
- Programming Languages, Compilers, Interpreters 47
- Web sites 45
- Database management 43
- Operating systems (Computers) 43
- C++ (Computer program language) 41
- Computer animation 41
- Computer graphics 39
-
1081Publicado 2015Tabla de Contenidos: “…-- Implementing an Example Calculator with the switch Statement -- Chapter 8: Debugging Your Programs, Part I -- Identifying Types of Errors -- Avoiding Introducing Errors -- Coding with style -- Establishing variable naming conventions -- Finding the First Error with a Little Help -- Finding the Run-Time Error -- Formulating test data -- Executing the test cases -- Seeing what's going on in your program -- Part III: Becoming a Procedural Programmer -- Chapter 9: while Running in Circles -- Creating a while Loop -- Breaking out of the Middle of a Loop -- Nested Loops -- Chapter 10: Looping for the Fun of It -- The for Parts of Every Loop -- Looking at an Example -- Getting More Done with the Comma Operator -- Chapter 11: Functions, I Declare! …”
Libro electrónico -
1082por van Gumster, JasonTabla 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!) …”
Publicado 2024
Libro electrónico -
1083Publicado 2019Tabla de Contenidos: “…-- Homeostasis Depends on Mass Balance -- Excretion Clears Substances from the Body -- Homeostasis Does Not Mean Equilibrium -- Control Systems and Homeostasis -- Local Control Is Restricted to a Tissue -- Reflex Control Uses Long‐Distance Signaling -- Response Loops Begin with a Stimulus -- Feedback Loops Modulate the Response Loop -- Negative Feedback Loops Are Homeostatic -- Positive Feedback Loops Are Not Homeostatic -- Feedforward Control Allows the Body to Anticipate Change -- Biological Rhythms Result from Changes in a Setpoint -- The Science of Physiology -- Good Scientific Experiments Must Be Carefully Designed -- Focus on . . . …”
Libro electrónico -
1084Publicado 2018Tabla de Contenidos: “…Cisco NX-API -- Lab software installation and device preparation -- NX-API examples -- The Cisco and YANG models -- The Cisco ACI -- The Python API for Juniper networks -- Juniper and NETCONF -- Device preparation -- Juniper NETCONF examples -- Juniper PyEZ for developers -- Installation and preparation -- PyEZ examples -- The Arista Python API -- Arista eAPI management -- The eAPI preparation -- eAPI examples -- The Arista Pyeapi library -- Pyeapi installation -- Pyeapi examples -- Vendor-neutral libraries -- Summary -- Chapter 4: The Python Automation Framework - Ansible Basics -- A more declarative framework -- A quick Ansible example -- The control node installation -- Running different versions of Ansible from source -- Lab setup -- Your first Ansible playbook -- The public key authorization -- The inventory file -- Our first playbook -- The advantages of Ansible -- Agentless -- Idempotent -- Simple and extensible -- Network vendor support -- The Ansible architecture -- YAML -- Inventories -- Variables -- Templates with Jinja2 -- Ansible networking modules -- Local connections and facts -- Provider arguments -- The Ansible Cisco example -- Ansible 2.5 connection example -- The Ansible Juniper example -- The Ansible Arista example -- Summary -- Chapter 5: The Python Automation Framework - Beyond Basics -- Ansible conditionals -- The when clause -- Ansible network facts -- Network module conditional -- Ansible loops -- Standard loops -- Looping over dictionaries -- Templates -- The Jinja2 template -- Jinja2 loops -- The Jinja2 conditional -- Group and host variables -- Group variables -- Host variables -- The Ansible Vault -- The Ansible include and roles -- The Ansible include statement -- Ansible roles -- Writing your own custom module -- The first custom module -- The second custom module -- Summary -- Chapter 6: Network Security with Python…”
Libro electrónico -
1085Publicado 2017Tabla de Contenidos: “…Data modeling for infrastructure as code -- The Cisco API and ACI -- Cisco NX-API -- Lab Software Installation and Device Preparation -- NX-API examples -- Cisco and YANG model -- The Cisco ACI -- The Python API for Juniper networks -- Juniper and NETCONF -- Device Preparation -- Juniper NETCONF examples -- Juniper PyEZ for developers -- Installation and preparation -- PyEZ examples -- The Arista Python API -- The Arista eAPI management -- The eAPI preparation -- eAPI examples -- The Arista Pyeapi library -- The Pyeapi installation -- Pyeapi examples -- Vendor neutral libraries -- Summary -- Chapter 4: The Python Automation Framework - Ansible Basics -- A quick Ansible example -- The control node installation -- Your first Ansible playbook -- The Public key authorization -- The inventory file -- Our first playbook -- The advantages of Ansible -- Agentless -- Idempotent -- Simple and extensible -- The vendor Support -- The Ansible architecture -- YAML -- Inventories -- Variables -- Templates with Jinja2 -- Ansible networking modules -- Local connections and facts -- Provider arguments -- The Ansible Cisco example -- The Ansible Juniper example -- The Ansible Arista example -- Summary -- Chapter 5: The Python Automation Framework - Ansible Advance Topics -- Ansible conditionals -- The when clause -- Network module conditional -- Ansible loops -- Standard loops -- Looping over dictionaries -- Templates -- The Jinja2 template -- Jinja2 loops -- The Jinja2 conditional -- Group and host variables -- Group variables -- Host variables -- The Ansible vault -- The Ansible include and roles -- The Ansible include statement -- Ansible roles -- Writing your own custom module -- The first custom module -- The second custom module -- Summary -- Chapter 6: Network Security with Python -- The lab setup -- Python Scapy -- Installing Scapy -- Interactive examples…”
Libro electrónico -
1086Publicado 2024Tabla de Contenidos: “…. -- How it works... -- See also -- Looping with for loops -- Getting ready -- How to do it... -- How it works... -- See also -- Looping with while loops -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Handling errors with try, throw, do, and catch -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Checking upfront with guard -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Doing it later with defer -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Bailing out with fatalError and precondition -- Getting ready -- How to do it... -- How it works... -- See also -- Chapter 4: Generics, Operators, and Nested Types -- Technical requirements -- Using generics with types -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Using generics with functions -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Using generics with protocols -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Using advanced operators -- Getting ready -- How to do it…”
Libro electrónico -
1087Publicado 2017Tabla de Contenidos: “…Load the contents of the getFolderStructure method -- Loop through the result and add each item to either the folders or files array -- Update the global structure object and remove the loading state -- Instigating the method -- Caching the subfolders -- Alternative caching method -- Caching parent folders -- Caching parent folders once -- Caching download links on files -- The complete code-with added documentation -- Summary -- Chapter 8: Introducing Vue-Router and Loading URL-Based Components -- Installing and initializing Vue-router -- Changing the folder for Vue-router -- Linking to the different routes -- Linking to sub-routes -- Dynamic routes with parameters -- GET parameters -- Using props -- Setting prop defaults -- Using static props -- Nested routes -- Creating a 404 page -- Naming components, routes, and views -- Naming components -- Naming routes -- Named views -- Programmatically navigating with, redirecting, and adding an alias -- Navigating programmatically -- Redirecting -- Alias routes -- Summary -- Chapter 9: Using Vue-Router Dynamic Routes to Load Data -- Outline and plan your app -- Components -- Route components -- HTML components -- Paths -- Create initial files -- Server setup -- Storing the file locally -- Using a remote server -- Setting up local server -- Loading CSV -- Loading a CSV with d3 -- Loading a CSV with CSV Parser -- Unifying Shopify CSV data -- Storing the products -- Displaying a single product -- Page Not Found -- Selecting the right product -- Catching products not found -- Displaying product information -- Product images -- Product variations -- Variations display table -- Using a key with loops -- Displaying the variations in a table -- Displaying variations in a select box -- Updating the product details when switching URLs -- Summary -- Chapter 10: Building an E-Commerce Store - Browsing Products…”
Libro electrónico -
1088Publicado 2010Tabla de Contenidos: “…Cover -- Contents -- Introduction -- Why JavaScript Is Cool -- Who Should Read This Book -- What You Need to Follow Along -- What's in This Book -- What's Not in This Book -- Resources -- Writing JavaScript Code -- Case Sensitivity -- Comments -- Semicolons -- Whitespace and New Lines -- Reserved Words -- Balanced Brackets and Quotes -- Firebug -- Chapter 1: JavaScript Basics -- Expressions and Statements -- Variables and Data -- Values -- Comparison -- Truthiness and Falsiness -- Functions and Objects -- Objects -- Loops -- Control Flow -- if/if-else/else -- switch/case -- try/catch/finally -- throw -- break and continue -- Compound Expressions -- Boolean Operators -- Logical NOT: ! …”
Libro electrónico -
1089por Gómez Vargas, HéctorTabla de Contenidos: “….) -- INTRODUCCIÓN (O DE PREGUNTAS EN LOOP -- DEL ACOSO DE LAS MUJERES JÓVENES (O DE UN VIAJE DE IDA Y VUELTA -- ESTANCIAS PARA HABITAR UNA PREGUNTA (O DEL PORQUÉ DE LAS FANGIRLS) -- TRES IMÁGENES DE MUJERES JÓVENES EN TIEMPOS DE LA CONVERGENCIA DE MEDIOS -- DE MUJERES JÓVENES EN TIEMPOS DEL POST-FEMINISMO (O DE FANTASÍAS QUE (...) -- BIBLIOGRAFÍA -- TERCERO DE MUJERES JÓVENES COMO FANS EN TIEMPOS DE LA COMUNICACIÓN (...) -- DE PREGUNTAS SOBRE LAS MUJERES JÓVENES COMO FANGIRLS -- DE MUJERES JÓVENES (Y POST-FEMINISMO) ANTE LA COMUNICACIÓN AUMENTADA -- DE MUJERES JÓVENES (Y POST-SUCULTURAS) EN EL HIPER-MUNDO -- SER JÓVENES (Y FANS) EN UN MUNDO DIGITAL: POST-FANDOMS -- VIDAS MODERNAS / CONCLUSIONES (POSIBLEMENTE EFÍMERAS Y EN TRÁNSITO).. -- BIBLIOGRAFÍA -- CUARTO COME TOGETHER. …”
Publicado 2015
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
1090por Curry, Edward. authorTabla de Contenidos: “…1 Real-time Linked Dataspaces: A Data Platform for Intelligent Systems within Internet of Things-based Smart Environments -- 2 Enabling Knowledge Flows in an Intelligent Systems Data Ecosystem -- 3 Dataspaces: Fundamentals, Principles, and Techniques -- 4 Fundamentals of Real-time Linked Dataspaces -- 5 Data Support Services for Real-time Linked Dataspaces -- 6 Catalog and Entity Management Service for Internet of Things-based Smart Environments -- 7 Querying and Searching Heterogeneous Knowledge Graphs in Real-time Linked Dataspaces -- 8 Enhancing the Discovery of Internet of Things-based Data Services in Real-time Linked Dataspaces -- 9 Human-in-the-Loop Tasks for Data Management, Citizen Sensing, and Actuation in Smart Environments -- 10 Stream and Event Processing Services for Real-time Linked Dataspaces -- 11 Quality of Service-Aware Complex Event Service Composition in Real-time Linked Dataspaces -- 12 Dissemination of Internet of Things Streams in a Real-time Linked Dataspace -- 13 Approximate Semantic Event Processing in Real-time Linked Dataspaces -- 14 Enabling Intelligent Systems, Applications, and Analytics for Smart Environments using Real-time Linked Dataspaces -- 15 Autonomic Source Selection for Real-time Predictive Analytics using the Internet of Things and Open Data -- 16 Building Internet of Things-enabled Digital Twins and Intelligent Applications using a Real-time Linked Dataspace -- 17 A Model for Internet of Things Enhanced User Experience in Smart Environments -- 18 Future Research Directions for Dataspaces, Data Ecosystems, and Intelligent Systems…”
Publicado 2020
Libro electrónico -
1091Publicado 2022Tabla de Contenidos: “…List of Symbols and Acronyms IX -- 1 Introduction 1 -- 1.1 State of the Art in Differential Steering 3 -- 1.2 Motivation and Outline of the Thesis 6 -- 2 Vehicle Model with Differential Steering 9 -- 2.1 Model Definition and Kinematics 10 -- 2.2 Nonlinear Equations of Motion 15 -- 2.3 Tyre Models 18 -- 2.3.1 Modelling Considerations and Tyre Model Selection 18 -- 2.3.2 The Magic Formula Tyre Model 19 -- 2.3.3 Bore Torque Modelling 24 -- 2.3.4 Load Distribution and Load Transfer 27 -- 3 Symbolic Linearisation of Equations of Motion 29 -- 3.1 Symbolic Taylor Expansion 30 -- 3.2 State Reduction 34 -- 3.3 Representation in the Frequency Domain 35 -- 3.4 Application to the Vehicle Model 36 -- 3.4.1 Symbolic Manipulations on the Vehicle Model 36 -- 3.4.2 Validation of the Linearised Model 42 -- 4 Control of the Differential Steering System 45 -- 4.1 Full State Feedback Lateral Control for High-Speed Operation 45 -- 4.1.1 Closed-Loop System 46 -- 4.1.2 Feedback Gain Calculation Using the LQ-Principle 47 -- 4.1.3 Feedforward Gain Calculation 48 -- 4.1.4 Reference Model 49 -- 4.1.5 Gain Scheduling Extension 50 -- 4.2 Angle Tracking Controller for Low-Speed Operation 50 -- 4.2.1 PI Control Rule 51 -- 4.2.2 Control Design with Root Locus Method 51 -- 5 Simulations and Steering Characterisation 55 -- 5.1 Simulation Framework 55 -- 5.2 Simulation Studies 56 -- 5.2.1 Step Steer Simulation 56 -- 5.2.2 Steady-State Cornering 59 -- 5.2.3 Double Lane Change 61 -- 5.2.4 Low-Speed Manoeuvring 62 -- 5.3 Steering Performance Characterisation 63 -- 5.3.1 Dynamic Performance in the Time Domain 64 -- 5.3.2 Tracking Performance in the Frequency Domain 65 -- 5.3.3 Steady-State Cornering Performance 68 -- 5.3.4 Low-Speed Manoeuvring Performance 69 -- 6 Multi-Objective Steering Performance Optimisation 71 -- 6.1 Design Parametrisation 72 -- 6.2 Sensitivity Studies 73 -- 6.2.1 Preselection of Control Parameter τd 73 -- 6.2.2 Identification of the Most Influential Parameters 74 -- 6.3 Optimisation Strategy 79 -- 6.3.1 Formulation of the Optimisation Problem 79 -- 6.3.2 Optimisation Assistance by Response Surfaces 80 -- 6.3.3 Optimisation Procedure 82 -- 6.4 Discussion of Optimisation Results 86 -- 7 Disturbance Rejection of the Differential Steering System 91 -- 7.1 Wheel-Curb Collision Model 92 -- 7.2 Simulation Framework for Collision Investigations 96 -- 7.3 Collision Simulations 98 -- 8 Conclusions and Outlook 101 -- Appendix: Detailed Results of Model Derivation 103 -- A.1 Kinematics 103 -- A.2 Equations of Motion 108 -- A.3 Constraints 115 -- List of Figures 117 -- List of Tables 121 -- References 123.…”
Libro electrónico -
1092por Jarke, JulianeTabla de Contenidos: “…The Organization in the Loop: Exploring Organizations as Complex Elements of Algorithmic Assemblages -- Stefanie Büchner, Henrik Dosdall, and Ioanna Constantiou -- 9. …”
Publicado 2024
Libro electrónico -
1093Publicado 2024Tabla de Contenidos: “…Chapter 1: Introduction -- Part I: Time -- Chapter 2: European Cities Facing Terrorism: from Social Responses to Memory, and vice versa – Gérôme Truc -- Chapter 3: 20 Years On: a walk through the memorialisation of the 11M attacks -- Chapter 4: Memory as ‘temporal loop’ in the War on Terror: Using the Past to Secure the Future (and failing) -- Chapter 5: Barriers and Prevent Cakes -- Part II: Silences -- Chapter 6: The green tent forever -- Chapter 7: Contested memories and the (re)construction of violent pasts in the Basque Country: A critical examination of the Memorial Centre for the Victims of Terrorism in Vitoria -- Chapter 8: Hanau/Main – Topography of Immigration, Taboo, and Terror, and Lieu de Mémoire -- Part III: Presence and Absenc3 -- Chapter 9: Remembering and forgetting terror in Berlin -- Chapter 10: Making, Sharing and Extending Presence in Spontaneous Memorials. …”
Libro electrónico -
1094Publicado 2020“…It introduces readers to corresponding simulation and laboratory-based tools, including co-simulation, real-time simulation, and hardware-in-the-loop. Selected test cases and validation examples are provided, in order to support the theory discussed. …”
Libro electrónico -
1095por Dunlap, JakeTabla de Contenidos: “…Closing More Deals -- The Shifting Role of the Salesperson -- The Future of Salespeople in the Loop -- Salespeople as Experts of the Ecosystem -- Wrapping It Up -- Key Takeaways -- Further Reading -- Index -- EULA…”
Publicado 2024
Libro electrónico -
1096Publicado 2014“…This book takes a more radical perspective than previous books by establishing a top-bottom approach where elements of the higher layer are exploited for directly modifying the lowest physical topology, thus closing the design loop in an evolutionary fashion, similar to the one observed in natural processes. -- Preface In this book, we start the exploration of evolutionary dynamics for complex networks with a working example that might look familiar to many people, at least partially. …”
Libro electrónico -
1097por Lidwell, WilliamTabla de Contenidos: “…Introduction -- 80/20 Rule -- Accessibility -- Advance Organizer -- Aesthetic-Usability Effect -- Affordance -- Alignment -- Anthropomorphic Form -- Archetypes -- Area Alignment -- Attractiveness Bias -- Baby-Face Bias -- Biophilia Effect -- Cathedral Effect -- Chunking -- Classical Conditioning -- Closure -- Cognitive Dissonance -- Color -- Common Fate -- Comparison -- Confirmation -- Consistency -- Constancy -- Constraint -- Contour Bias -- Control -- Convergence -- Cost-Benefit -- Defensible Space -- Depth of Processing -- Design by Committee -- Desire Line -- Development Cycle -- Entry Point -- Errors -- Expectation Effect -- Exposure Effect -- Face-ism Ratio -- Factor of Safety -- Feedback Loop -- Fibonacci Sequence -- Figure-Ground Relationship -- Fitts' Law -- Five Hat Racks -- Flexibility-Usability Tradeoff -- Forgiveness -- Form Follows Function -- Framing -- Freeze-Flight-Fight-Forfeit -- Garbage In-Garbage Out -- Golden Ratio -- Good Continuation -- Gutenberg Diagram -- Hick's Law -- Hierarchy -- Hierarchy of Needs -- Highlighting -- Horror Vacui -- Hunter-Nurturer Fixations -- Iconic Representation -- Immersion -- Inattentional Blindness -- Interference Effects -- Inverted Pyramid -- Iteration -- Law of Prägnanz -- Layering -- Legibility -- Life Cycle -- Mapping -- Mental Model -- Mimicry -- Mnemonic Device -- Modularity -- Most Advanced Yet Acceptable -- Most Average Facial Appearance Effect -- Normal Distribution -- Not Invented Here -- Nudge -- Ockham's Razor -- Operant Conditioning -- Orientation Sensitivity -- Performance Load -- Performance Versus Preference -- Personas -- Picture Superiority Effect -- Priming -- Progressive Disclosure -- Propositional Density -- Prospect-Refuge -- Prototyping -- Proximity -- Readability -- Recognition Over Recall -- Red Effect -- Redundancy -- Rosetta Stone -- Rule of Thirds -- Satisficing -- Savanna Preference -- Scaling Fallacy -- Scarcity -- Self-Similarity -- Serial Position Effects -- Shaping -- Signal-to-Noise Ratio -- Similarity -- Stickiness -- Storytelling -- Structural Forms -- Symmetry -- Threat Detection -- Three-Dimensional Projection -- Top-Down Lighting Bias -- Uncanny Valley -- Uncertainty Principle -- Uniform Connectedness -- Veblen Effect -- Visibility -- Visuospacial Resonance -- von Restorff Effect -- Wabi-Sabi -- Waist-to-Hip Ratio -- Wayfinding -- Weakest Link -- Credits -- Acknowledgments -- About the Authors -- Index…”
Publicado 2010
Libro electrónico -
1098Publicado 2015“…Among the unique features of the book are the inclusion of control loop strategies and BMS/FSSS step by step logic, coverage of analytical instruments and technologies for pollution and energy savings, and coverage of the trends toward filed bus systems and integratio…”
Libro electrónico -
1099Publicado 2012Tabla de Contenidos: “…Hrebiniak's model of strategy execution -- Hammer and Champy's business process redesign -- Michaud and Thoenig's strategic orientation -- Burgelman and Grove's strategy bet model -- Argyris's double and single loop learning -- Mintzberg's deliberate and emergent -- Johnson's white space model -- Prahalad's bottom of the pyramid -- Stacey's strategy from complexity -- Final words -- Further reading -- Index…”
Libro electrónico -
1100Publicado 2023Tabla de Contenidos: “…Part I Sustainability: challenges and opportunities -- ch 1: Business Challenges in the Transition to Sustainability -- ch 2: The CapSEM Model -- ch 3: Sustainable Development Goals and CapSEM -- Part II The Toolbox: Methodologies and Theories -- ch 4: Input-output Analysis and Cleaner Production -- ch 5: Looking Beyond the Factory Gates -- ch 6: Communicating Product Life Cycle Performance through Labels and Declarations -- ch 7 : Environmental Management Systems -- ch 8: Analytical frameworks, indicators and performance evaluation -- ch 9: Reporting Schemes -- ch 10: Business Models for Sustainability -- ch 11: Closing the loop: Industrial Ecology, Circular Economy and Material Flow Analysis -- ch 12: Systems Engineering. …”
Libro electrónico