Mostrando 545,441 - 545,460 Resultados de 674,389 Para Buscar 'OR*', tiempo de consulta: 1.08s Limitar resultados
  1. 545441
    Publicado 2020
    “…Development of this field is very important because it can help to enhance human life by the automation system, which in turn has far-reaching effects for economic, psychological, educational and organizational improvements to the way we work, teach, learn and care for ourselves and each other"--…”
    Libro electrónico
  2. 545442
    Publicado 2020
    “…From building your own cluster to running cloud-native applications with Kubernetes, this workshop covers it all using engaging examples and activities Key Features Explore the Kubernetes environment and understand how containers are managed Learn how to build, maintain, and deploy cloud-native applications using Kubernetes Get to grips with using Kubernetes primitives to manage the life cycle of a full application stack Book Description Thanks to its extensive support for managing hundreds of containers that run cloud-native applications, Kubernetes is the most popular open source container orchestration platform that makes cluster management easy. …”
    Libro electrónico
  3. 545443
    Publicado 2020
    “…Now, today's leaders who feel stuck and overwhelmed finally have a blueprint for lifting their leadership to make meaningful change in their organizations and in the world"--…”
    Libro electrónico
  4. 545444
    Publicado 2020
    Libro electrónico
  5. 545445
    Publicado 2020
    Tabla de Contenidos: “…Applying the Sensitizer -- Hybrid Dab-brush Sensitizing -- Dry the Sensitized Tissue -- Expose the Sensitized Tissue -- Mate the Exposed Tissue to the Final Support -- Mating the Tissue and Support -- Development -- Saving a Print with a Frilled Edge -- Chapter 9 Multilayer Transfer Carbon -- Introduction -- Correct Orientation -- Aesthetic Qualities -- Duotones and Full Color CMY and CMYK -- The Temporary Support -- Performing the First Transfer and Development -- Transfer to Soluble Support Paper -- Triple Transfer -- Pin Registration -- Chapter 10 Color Carbon -- Contemporary Color Carbon Printing -- Making a Color Carbon Print: Overview of Contemporary Practice -- Basic CMY Color Calibration Methodology -- Identify Suitable Pigments -- Design the Pigment Tissues -- Linearize the CMY Layers -- Adjust the CMY Layers for Gray Balance -- Make a Carbon Print -- Create an .icc Profile for More Accurate Color Reproduction -- Hybrid Color: Combining Color Capture on Film with Digital Methodology -- Chapter 11 Alternative Materials and Working Methods with the Carbon Process -- Introduction -- Section One-Historical Review -- Pigment Prints with Direct Carbon Processes -- Pigment Prints with the Carbro Process -- Pigment Prints by Exposure through Substrate -- Section Two-Alternative Light Sensitive Agents with Carbon Printing, with some Practical Workflow Procedures -- Silver Bromide -- Diazonium Compounds -- Practical Use of Diazonium Compounds in Carbon Printing -- Making the Diazonium Pre-sensitized Tissue -- Diazonium Pre-sensitized Tissue #1-Diazon 22lz -- Diazonium Pre-sensitized Tissue #2-DAS -- UltraStable Color Clearing Bath -- Ferric Salts -- Ferric Carbon with Exposure through the Substrate on a Permanent Base -- Exposure -- Development -- Wash off Development -- Clearing -- Double Transfer Ferric Carbon…”
    Libro electrónico
  6. 545446
    Publicado 2021
    Tabla de Contenidos: “…Project Stakeholder Management -- Assessing Project Viability -- Exam Spotlight -- Using Project Selection Methods -- Assessing Project Needs and Creating the Project Charter -- Exam Spotlight -- Enterprise Environmental Factors -- Organizational Process Assets -- Tools and Techniques -- Formalizing and Publishing the Project Charter -- Pulling the Project Charter Together -- Key Stakeholders -- Project Charter Sign-Off -- Maintaining Project Artifacts -- Exam Spotlight -- Introducing the Kitchen Heaven Project Case Study -- Project Case Study: New Kitchen Heaven Store -- Understanding How This Applies to Your Next Project -- Summary -- Exam Essentials -- Review Questions -- Chapter 3 Delivering Business Value -- Understanding Organizational Structures -- Exam Spotlight -- Functional Organizations -- Project-Oriented Organizations -- Matrix Organizations -- Other Organizational Structures -- PMO -- PMO in an Agile Environment -- Project-Based Organizations -- Influences of Organizational Structure on Agile Methodologies -- Identifying Stakeholders -- Discovering Stakeholders -- Stakeholder Analysis -- Categorizing Stakeholders -- Stakeholder Register -- Stakeholders on an Agile Project -- Six Sigma Adaptive Methodology -- Delivering Business Value -- Exam Spotlight -- Business Value Network -- Assessing Business Value -- Delivering Business Value Incrementally -- Examining Business Value -- Subdividing Project Tasks -- Understanding How This Applies to Your Next Project -- Summary -- Exam Essentials -- Review Questions -- Chapter 4 Developing the Project Scope -- Developing the Project Management Plan -- Exam Spotlight -- Project Complexity -- Data Gathering and Interpersonal Skills -- Documenting the Project Management Plan -- Documenting the Project Management Plan Using a Predictive Methodology -- Plan Scope Management -- Exam Spotlight…”
    Libro electrónico
  7. 545447
    Publicado 2021
    Tabla de Contenidos: “…: Decision Thing 112 Chapter 9: Loops, Loops, Loops 115 A Little Deja Vu 115 The Thrill of for Loops 116 Doing something x number of times 116 Introducing the for loop 117 Counting with the for statement 119 Looping letters 120 Nesting for loops 121 The Joy of the while Loop 123 Structuring a while loop 123 Using the do while loop 125 Loopy Stuff 126 Looping endlessly 126 Looping endlessly but on purpose 127 Breaking out of a loop 128 Adding multiple for loop conditions 129 Screwing up a loop 130 Chapter 10: Fun with Functions 133 Anatomy of a Function 133 Constructing a function 133 Prototyping (or not) 136 Functions and Variables 139 Using variables in functions 139 Sending a value to a function 140 Sending multiple values to a function 142 Creating functions that return values 143 Returning early 145 Constants of the Global Kind 147 Introducing defined constants 147 Putting defined constants to use 148 Part 3: Build Upon What You Know 151 Chapter 11: The Unavoidable Math Chapter 153 Math Operators from Beyond Infinity 153 Incrementing and decrementing 154 Prefixing the ++ and -- operators 156 Discovering the remainder (modulus) 158 Saving time with assignment operators 158 Math Function Mania 160 Exploring some common math functions 161 Suffering through trigonometry 163 It's Totally Random 166 Spewing random numbers 166 Making the numbers more random 167 The Holy Order of Precedence 170 Getting the order correct 170 Forcing order with parentheses 171 Chapter 12: Give Me Arrays 173 Behold the Array 173 Avoiding arrays 173 Understanding arrays 174 Initializing an array 177 Playing with character arrays (strings) 177 Working with empty char arrays 179 Sorting arrays 181 Multidimensional Arrays 183 Making a two-dimensional array 183 Going crazy with three-dimensional arrays 186 Declaring an initialized multidimensional array 188 Arrays and Functions 189 Passing an array to a function 189 Returning an array from a function 191 Chapter 13: Fun with Text 193 Character Manipulation Functions 193 Introducing the CTYPEs 193 Testing characters 195 Changing characters 197 String Functions Galore 198 Reviewing string functions 198 Comparing text 199 Building strings 200 Fun with printf() Formatting 202 Formatting floating point 202 Setting the output width 204 Aligning output 206 Gently Down the Stream 207 Demonstrating stream input 207 Dealing with stream input 208 Chapter 14: Structures, the Multivariable 211 Hello, Structure 211 Introducing the multivariable 211 Understanding struct 213 Filling a structure 215 Making an array of structures 216 Weird Structure Concepts 218 Putting structures within structures 218 Passing a structure to a function 219 Chapter 15: Life at the Command Prompt 221 Conjure a Terminal Window 221 Starting a terminal window 222 Running code in text mode 223 Arguments for the main() Function 225 Reading the command line 225 Understanding main()'s arguments 227 Time to Bail 229 Quitting the program 229 Running another program 230 Chapter 16: Variable Nonsense 233 Variable Control 233 Typecasting into disbelief 233 Creating new things with typedef 235 Making static variables 238 Variables, Variables Everywhere 241 Using external variables 241 Creating an external structure variable 243 Enumerating 245 Chapter 17: Binary Mania 249 Binary Basics 249 Understanding binary 249 Outputting binary values 251 Bit Manipulation 253 Using the bitwise | operator 253 Using bitwise & 256 Operating exclusively with XOR 257 Understanding the ~ and ! …”
    Libro electrónico
  8. 545448
    Publicado 2020
    Tabla de Contenidos: “…Intro -- Copyright -- dedication -- contents -- front matter -- foreword -- preface -- acknowledgments -- about this book -- Who should read this book -- How this book is organized: A roadmap -- About the code -- Hardware and software requirements -- liveBook discussion forum -- Other online resources -- about the authors -- about the cover illustration -- Part 1. …”
    Libro electrónico
  9. 545449
    Publicado 2020
    Libro electrónico
  10. 545450
    Publicado 2020
    “…To reap the full benefits of ML, organizations must also mitigate the considerable risks it presents. …”
    Libro electrónico
  11. 545451
    Publicado 2021
    “…Program faster with Scala's succinct and flexible syntax Dive into basic and advanced functional programming (FP) techniques Build killer big data and distributed apps, using Scala's functional combinators and tools including Akka and Spark Use traits for mixin composition and pattern matching for data extraction Learn the sophisticated type system that combines functional programming and object-oriented programming concepts…”
    Libro electrónico
  12. 545452
    por Watkiss, Stewart. author
    Publicado 2020
    Tabla de Contenidos: “…-Chapter 8 - Sound -- Chapter 9 - Object-Orientated Programming.-Chapter 10 - Artificial Intelligence -- Chapter 11 - Improvements and Debugging -- Appendix A - Quick Reference -- Appendix B - More Information…”
    Libro electrónico
  13. 545453
    Publicado 2019
    “…Change management is about the control of all changes that have an effect on the IT services and hence, the business of an organisation. This practical book describes the change manager role in depth including purpose, typical responsibilities and required skills. …”
    Libro electrónico
  14. 545454
    Publicado 2020
    “…One of the best ways to get started is with Automated Machine Learning, a quick and efficient method to jumpstart your organization’s use of machine learning. In this report, AI leader Wee Hyong Tok explains how Automated Machine Learning has successfully internalized the habits of experienced data scientists to help you develop machine learning solutions for your business much faster than if you started from scratch. …”
    Libro electrónico
  15. 545455
    Publicado 2019
    Libro electrónico
  16. 545456
    por Hagos, Ted. author
    Publicado 2019
    “…This concise reference book for Android Studio IDE 3 presents the essential Android Studio functions in a well-organized format that can be used as a handy reference. …”
    Libro electrónico
  17. 545457
    Publicado 2020
    “…Gain a 360-degree view of Microsoft Power Platform and combine the benefits of Power Apps, Power BI, Power Automate, Azure, and Dynamics 365 to build an enterprise application platform for your organization Key Features Explore various Microsoft cloud components and find out how they can enhance your Power Platform solutions Get to grips with Microsoft Power Platform's security and extensibility, integration, and data migration models Discover architectural best practices for designing complex enterprise solutions Book Description For forward-looking architects and decision makers who want to craft complex solutions to serve growing business needs, Microsoft Power Platform Enterprise Architecture offers an array of architectural best practices and techniques. …”
    Libro electrónico
  18. 545458
    Publicado 2021
    Tabla de Contenidos: “…Ten types of podcasts to check out -- Top ten reasons to podcast -- Ten original podcasters…”
    Libro electrónico
  19. 545459
    Tabla de Contenidos: “…Chapter 1: Getting Started -- Chapter 2: Programming Basics -- Chapter 3: Lists, Mappings and Objects -- Chapter 4: Code Organization -- Chapter 5: Error Handling -- Chapter 6: Concurrency -- Chapter 7: Files and I/O -- Chapter 8: Programming the Network -- Chapter 9: Information Security -- Chapter 10: Database Programming -- Appendix A: Numbers and Representation…”
    Libro electrónico
  20. 545460
    Publicado 2019
    “…Coaching skills are one important set of tools that can be used to leverage people’s everyday experiences at work, to drive development, and to build leadership capacity in individuals, teams, and organizations…”
    Libro electrónico