Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Management 453
- History 424
- Development 371
- Economics 297
- Application software 283
- Education 278
- Social aspects 255
- Historia 220
- Computer programs 214
- Engineering & Applied Sciences 209
- Cloud computing 206
- Data processing 200
- Computer networks 183
- Artificial intelligence 174
- Economic aspects 147
- Computer Science 139
- Information technology 134
- Security measures 134
- Technological innovations 133
- Database management 132
- Computer security 130
- Government policy 129
- Economic conditions 128
- Social Issues/Migration/Health 125
- Leadership 120
- Research 116
- Computer software 115
- Business & Economics 109
- Design 109
- Social conditions 109
-
10021Publicado 2015“…Master performance optimization for Unity3D applications with tips and techniques that cover every aspect of the Unity3D Engine About This Book Optimize CPU cycles, memory usage, and GPU throughput for any Unity3D application Master optimization techniques across all Unity Engine features including Scripting, Asset Management, Physics, Graphics Features, and Shaders A practical guide to exploring Unity Engine's many performance-enhancing methods Who This Book Is For This book is intended for intermediate and advanced Unity developers who have experience with most of Unity's feature-set, and who want to maximize the performance of their game. …”
Libro electrónico -
10022Publicado 2017“…There remains, however, a widespread lack of coordination of digitisation initiatives, both within and across different sectors, and there are disparate approaches to selection criteria. …”
Libro electrónico -
10023por Omura, George“…Effective as both a complete tutorial and a dip-in reference, the broadly-applicable concepts and instructions will appeal to AutoCAD users across industries and abilities. This new edition has been thoroughly updated to align with the software's latest features and capabilities, giving you a one-stop resource for getting up to speed. …”
Publicado 2016
Libro electrónico -
10024Publicado 2015“…It details the specific challenges involved in creating games across the most common consumer software platforms such as PCs, video consoles, and mobile devices.The book includes coverage of geometry manipulation; rendering techniques, handheld devices programming, effects in image space, shadows, 3D engine design, graphics-related tools, and environmental effects. …”
Libro electrónico -
10025Publicado 2016“…What You Will Learn Explore techniques for finding frequent itemsets and association rules in large data sets Learn identification methods for entity matches across many different types of data Identify the basics of network mining and how to apply it to real-world data sets Discover methods for detecting the sentiment of text and for locating named entities in text Observe multiple techniques for automatically extracting summaries and generating topic models for text See how to use data mining to fix data anomalies and how to use machine learning to identify outliers in a data set In Detail Data mining is an integral part of the data science pipeline. …”
Libro electrónico -
10026Publicado 2017Tabla de Contenidos: “…Comparison of case clusters across the four quadrants -- 6.6. Qualitative analysis of cases according to intervention, worldviews, models of design reasoning and generic strategies -- 7. …”
Libro electrónico -
10027Publicado 2019Tabla de Contenidos: “…-- Part 4: Controlling Operations -- Chapter 14: Providing Database Security -- The SQL Data Control Language -- User Access Levels -- Granting Privileges to Users -- Granting Privileges across Levels -- Granting the Power to Grant Privileges -- Taking Privileges Away -- Using GRANT and REVOKE Together to Save Time and Effort -- Chapter 15: Protecting Data -- Threats to Data Integrity -- Reducing Vulnerability to Data Corruption -- Constraints Within Transactions -- Avoiding SQL Injection Attacks -- Chapter 16: Using SQL within Applications -- SQL in an Application -- Hooking SQL into Procedural Languages -- Part 5: Taking SQL to the Real World -- Chapter 17: Accessing Data with ODBC and JDBC -- ODBC -- ODBC in a Client/Server Environment -- ODBC and the Internet -- ODBC and an Intranet -- JDBC -- Chapter 18: Operating on XML Data with SQL -- How XML Relates to SQL -- The XML Data Type -- Mapping SQL to XML and XML to SQL -- SQL Functions That Operate on XML Data -- Predicates -- Transforming XML Data into SQL Tables -- Mapping Non-Predefined Data Types to XML -- The Marriage of SQL and XML -- Chapter 19: SQL and JSON -- Using JSON with SQL -- The SQL/JSON Data Model -- SQL/JSON Functions -- SQL/JSON Path Language -- There's More -- Part 6: Advanced Topics…”
Libro electrónico -
10028Publicado 2014“…A complete visual guide to the world's largest professional network Teach Yourself VISUALLY LinkedIn is your guide to becoming a part of the world's largest professional network, with over 259 million users across 200 countries and territories. Using full-color screen shots, this visually rich guide provides step-by-step instructions that show you how to get the most out of the myriad tools and features LinkedIn has to offer. …”
Libro electrónico -
10029“…Software architects will also find this book valuable for planning social integration across their companies' business ecosystems…”
Libro electrónico -
10030por Sung, Kelvin. author, Keng-Wei Chang, Jack. author, Zhu, Rob. author, Pavleas, Jebediah. author“…2D games are hugely popular across a wide range of platforms and the ideal place to start if you’re new to game development. …”
Publicado 2013
Libro electrónico -
10031Publicado 2015“…Covering a wide range of industrial applications across sectors including medical applications, automotive/aerospace, packaging, electronics, and consumer goods, this book provides a complete guide to the selection of adhesives, methods of use, industrial applications, and the fundamentals of adhesion. …”
Libro electrónico -
10032Publicado 2015“…CMDB Systems: Making Change Work in the Age of Cloud and Agile shows you how an integrated database across all areas of an organization’s information system can help make organizations more efficient reduce challenges during change management and reduce total cost of ownership (TCO). …”
Libro electrónico -
10033Publicado 2015“…Upon completion of the book, beginner and experienced developers will be able to use Java to access resources across a network and the Internet. What You Will Learn Connect to other applications using sockets Use channels and buffers to enhance communication between applications Access network services and develop client/server applications Explore the critical elements of peer-to-peer applications and current technologies available Use UDP to perform multicasting Address scalability through the use of core and advanced threading techniques Incorporate techniques into an application to make it more secure Configure and address interoperability issues to enable your applications to work in a heterogeneous environment In Detail Network-aware applications are becoming more prevalent and play an ever-increasing role in the world today. …”
Libro electrónico -
10034Publicado 2015“…The recipes in this book will help you: Manage containers, mount data volumes, and link containers Create and share container images Network containers across single or multiple hosts Tackle advanced topics such as Docker configuration and development Deploy multi-container applications on a distributed cluster with Kubernetes Use a new generation of operating systems optimized for Docker Learn tools for application deployment, continuous integration, service discovery, and orchestration Access a Docker host on Amazon AWS, Google GCE, and Microsoft Azure Monitor containers and explore different application use cases…”
Libro electrónico -
10035Publicado 2015“…Learn how to keep the pipeline full of qualified opportunities and avoid debilitating sales slumps by leveraging a balanced prospecting methodology across multiple prospecting channels. This book reveals the secrets, techniques, and tips of top earners. …”
Libro electrónico -
10036Publicado 2023Tabla de Contenidos: “…Decoupling and developing objects independently with the bridge pattern -- Motivation -- Finding it in the JDK -- Sample code -- Conclusion -- Treating objects the same way using the composite pattern -- Motivation -- Finding it in the JDK -- Sample code -- Conclusion -- Extending object functionality by using the decorator pattern -- Motivation -- Finding it in the JDK -- Sample code -- Conclusion -- Simplifying communication with the facade pattern -- Motivation -- Finding it in the JDK -- Sample code -- Conclusion -- Using conditions to select desired objects with the filter pattern -- Motivation -- Finding it in the JDK -- Sample code -- Conclusion -- Sharing objects across an application with the flyweight pattern -- Motivation -- Finding it in the JDK -- Sample code -- Conclusion -- Handling requests with the front-controller pattern -- Motivation -- Finding it in the JDK -- Sample code -- Conclusion -- Identifying instances using the marker pattern -- Motivation -- Finding it in the JDK -- Sample code -- Conclusion -- Exploring the concept of modules with the module pattern -- Motivation -- Finding it in the JDK -- Sample code -- Conclusion -- Providing a placeholder for an object using the proxy pattern -- Motivation -- Finding it in the JDK -- Sample code -- Conclusion -- Discovering multiple inheritance in Java with the twin pattern -- Motivation -- Sample code -- Conclusion -- Summary -- Questions -- Further reading -- Chapter 5: Behavioral Design Patterns -- Technical requirements -- Limiting expensive initialization using the caching pattern -- Motivation -- Finding it in the JDK -- Sample code -- Conclusion -- Handling events using the chain of responsibility pattern -- Motivation -- Finding it in the JDK -- Sample code -- Conclusion -- Turning information into action with the command pattern -- Motivation -- Finding it in the JDK…”
Libro electrónico -
10037Publicado 2024Tabla de Contenidos: “…Interpersonal skills - how to communicate effectively -- Communication -- Listening -- Empathy -- Adaptability -- Engaging with your team or teams -- Role of a network architect across teams -- Conflict resolution -- Technical disagreements -- Project alignment -- Procurement and relationship management -- Techniques to resolve conflicts -- Growing as a leader -- How do you become a leader? …”
Libro electrónico -
10038Publicado 2016Tabla de Contenidos: “…The Legal Responsibilities of the Individual Board Member -- Governance, Strategy, and the Work of the Board -- The Work of Individual Board Members -- Characteristics of Typical Nonprofit Boards -- Building Board Capacity to Serve -- The Board Builder's Challenge: Taking the Long-Term Developmental Perspective -- Conclusion -- Notes -- References -- Chapter 6 Executive Leadership -- Executive Centrality -- Board-Centered Leadership Skills of Chief Executives -- Leadership Across the Boundaries: Impact in the External World -- Using the Political Frame -- Summary -- References -- Chapter 7 Ethical Nonprofit Management: Core Values and Key Practices -- Chapter Overview -- What Are "Ethics"? …”
Libro electrónico -
10039Publicado 2016“…Carl Spetzler is a leader in the field of decision science and has worked with organizations across industries to improve their decision-making capabilities. …”
Libro electrónico -
10040Publicado 2025“…Key benefits of the book: Recent and relevant examples are explained in an accessible way from interviews with leaders across a wide range of fields. Actionable insights are provided at the end of every chapter, with short links to further information and resources for the reader on a dedicated website authored by a 30-year technology veteran. …”
Libro electrónico