Mostrando 25,521 - 25,540 Resultados de 26,559 Para Buscar '"performances"', tiempo de consulta: 0.12s Limitar resultados
  1. 25521
    por Modrzyk, Nicolas. author
    Publicado 2020
    “…With your voice-controlled system ready for operation, you will be able to perform simple tasks such as detecting cats, people, and coffee pots in your selected environment. …”
    Libro electrónico
  2. 25522
    Publicado 2019
    “…The concluding chapter will help you to maximize performance by understanding modern CPU branch prediction and how to make your code cache-friendly. …”
    Libro electrónico
  3. 25523
    Publicado 2016
    “…Use T-SQL in the Microsoft SQL Server environment Construct complex T-SQL statements using multiple clauses and operators Filter data so you get the information you need quickly Retrieve, sort, and format database contents Join two or more related tables Make SQL Server work for you with globalization and localization Create subqueries to pinpoint your data Automate your workload with triggers Create and alter database tables Work with views, stored procedures, and more Contents at a Glance 1 Understanding SQL 2 Introducing SQL Server 3 Working with SQL Server 4 Retrieving Data 5 Sorting Retrieved Data 6 Filtering Data 7 Advanced Data Filtering 8 Using Wildcard Filtering 9 Creating Calculated Fields 10 Using Data Manipulation Functions 11 Summarizing Data 12 Grouping Data 13 Working with Subqueries 14 Joining Tables 15 Creating Advanced Joins 16 Combining Queries 17 Full-Text Searching 18 Inserting Data 19 Updating and Deleting Data 20 Creating and Manipulating Tables 21 Using Views 22 Programming with T-SQL 23 Working with Stored Procedures 24 Using Cursors 25 Using Triggers 26 Managing Transaction Processing 27 Working with XML and JSON 28 Globalization and Localization 29 Managing Security 30 Improving Performance A The Example Tables B T-SQL Statement Syntax C T-SQL Datatypes D T-SQL Reserved Words…”
    Libro electrónico
  4. 25524
    Publicado 2018
    “…Discover what really drives success---and how conventional wisdom is wrong Clearly identify your own personal challenges---and how to overcome them Delve into the latest research on high performance to create a better you Learn how high-achievers approach challenge, change, and success Strive is an unconventional approach to attaining your dreams because it takes what makes you unique and turns it to your advantage. …”
    Libro electrónico
  5. 25525
    Publicado 2018
    “…Skill Level All levels Learn How To Install SQL Server administration and development tools Configure server memory and network settings Provision SQL Server databases, including Azure databases Manage user security and permissions Secure servers and data Design SQL Server tables Configure clustered and non-clustered indexes Create and verify backups and restore a database Implement high availability and disaster recovery Who Should Watch This Video These video lessons are for database administrators, architects, and developers, and performance tuning experts Requirements Understanding of the Windows operating system An IT background Previous experience with SQL Server not required…”
    Video
  6. 25526
    Publicado 2018
    “…Third, you present your story to your business audience using simple performance techniques that anyone can master. A fundamental element of this method is a focus on listening: the ability to hear yourself, as well as the feedback provided by a given audience―because it is your audience’s listening that shapes your telling. …”
    Libro electrónico
  7. 25527
    por Gupta, Ananda Das
    Publicado 2020
    “…Many agree that HRM is the most effective tool which contributes to the creation of human capital, and in turn, contributes to organizational performance and the competitive advantage. This book puts emphasis on understanding the role of HRM between organizations and people and provides an analytical approach toward encompassing HRM, employment relations, and organizational behavior. …”
    Libro electrónico
  8. 25528
    Publicado 2010
    “…“ Lean Integration is an excellent resource for anyone struggling with the challenges of performing integration for a complex enterprise.” –Steve J. …”
    Libro electrónico
  9. 25529
    Publicado 2013
    “…Coverage includes · Reviewing key C techniques and concepts, from program structure and formats to variables and scope · Understanding how objects and classes are applied in Objective-C 2.0 · Writing your first Objective-C program with Xcode 4.4 · Using messaging to efficiently perform tasks with objects · Getting started with Apple’s powerful frameworks and foundation classes · Using Objective-C control structures, including Fast Enumeration and exception handling · Adding methods to classes without subclassing · Using declared properties to save time and simplify your code · Mastering ARC and conventional memory management, and knowing when to use each · Using Blocks to prepare for concurrency with Apple’s Grand Central Dispatch · Leveraging Xcode 4.4 improvements to enums and @implementation…”
    Libro electrónico
  10. 25530
    Publicado 2014
    “…In addition to the classic chapters on Attributes of the Effective Program Manager, Stakeholder Management, and Portfolio Management Essentials, this updated edition is packed with brandnew material covering: Change management Interfaces How bad projects are stopped or postponed How consultants and subcontractors should be used Program performance analysis The role of governance Avoiding the complicated theories and phantom quick-fixes you'll find in other books, The Handbook of Program Management offers straightforward, actionable methods for establishing a highly effective project management culture: one with integrity, energy, and full stakeholder support. …”
    Libro electrónico
  11. 25531
    Publicado 2008
    “…Features of the Second Edition include: Expanded coverage of interactions and the covariate-adjusted survival functions The use of the Worchester Heart Attack Study as the main modeling data set for illustrating discussed concepts and techniques New discussion of variable selection with multivariable fractional polynomials Further exploration of time-varying covariates, complex with examples Additional treatment of the exponential, Weibull, and log-logistic parametric regression models Increased emphasis on interpreting and using results as well as utilizing multiple imputation methods to analyze data with missing values New examples and exercises at the end of each chapter Analyses throughout the text are performed using Stata® Version 9, and an accompanying FTP site contains the data sets used in the book. …”
    Libro electrónico
  12. 25532
    por Roadley, Tim
    Publicado 2013
    “…Coverage includes the following: Understanding Core Data Adding Core Data to an existing project Designing, upgrading, and migrating data models (automatically and manually with progress indication) Populating views with data, including table-views and picker-views Preloading a “default data” persistent store from XML Deep-copying from one persistent store to another Performance tuning with Instruments, using large photos as the example Background processing, using thumbnail generation as the example Efficient search Seamlessly backing up and restoring with Dropbox Stable integration with iCloud--with full support for multiple accounts, seeding, and de-duplication Web service integration with StackMob…”
    Libro electrónico
  13. 25533
    Publicado 2013
    “…In subsequent chapters, we explain the planning and preparation tasks that are required to deploy the system in your environment by using the intuitive, yet powerful XIV Storage Manager GUI or the XIV command-line interface (XCLI). We describe the performance characteristics of the XIV Storage System and present options that are available for alerting and monitoring, including an enhanced secure remote support capability. …”
    Libro electrónico
  14. 25534
    Publicado 2013
    “…Understand the .NET platform: its language support, libraries, tools, and more Learn where C# fits, how it has evolved, and where it’s headed Master essential language features including expressions, operators, types, objects, and methods Efficiently manage exceptions and resources Write more effective C# object-oriented code Make the most of generics, collections, delegates, reflection, and other advanced language features Use LINQ to express queries for any form of data Master dynamic programming techniques built on .NET’s Dynamic Language Runtime (DLR) Work with namespaces, assemblies, and application domains Write more efficient code using threading, synchronization, and advanced parallel programming techniques Leverage the Base Class Library (BCL) to quickly perform many common tasks Instrument, diagnose, test, and troubleshoot your C# code Understand how to use the new C# 5.0 asynchronous programming features Leverage interoperability with Windows Runtime to build Windows 8 applications…”
    Libro electrónico
  15. 25535
    Publicado 2013
    “…Coverage includes technical detail on how to Improve the overall security of any C or C++ application Thwart buffer overflows, stack-smashing, and return-oriented programming attacks that exploit insecure string manipulation logic Avoid vulnerabilities and security flaws resulting from the incorrect use of dynamic memory management functions Eliminate integer-related problems resulting from signed integer overflows, unsigned integer wrapping, and truncation errors Perform secure I/O, avoiding file system vulnerabilities Correctly use formatted output functions without introducing format-string vulnerabilities Avoid race conditions and other exploitable vulnerabilities while developing concurrent code The second edition features Updates for C11 and C++11 Significant revisions to chapters on strings, dynamic memory management, and integer security A new chapter on concurrency Access to the online secure coding course offered through Carnegie Mellon’s Open Learning Initiative (OLI) Secure Coding in C and C++, Second Edition, presents hundreds of examples of secure code, insecure code, and exploits, implemented for Windows and Linux. …”
    Libro electrónico
  16. 25536
    Publicado 2012
    “…Get started fast with Xcode 4 project workflow Master Xcode 4’s new features and development paradigms Construct modern iOS and Mac user interfaces with Interface Builder Implement Model-View-Controller designs in iOS apps Use Storyboard to specify an iOS app’s entire structure in one file Leverage Xcode’s first-class unit testing and measurement tools Master the essentials of iOS provisioning Use Mac OS X bindings to simplify the link between data and screen Quickly localize Mac and iOS software for new languages and markets Package and share subprograms that can be integrated into any OS X application Use the Xcode Build System to move from source files to executable products Fully understand and optimize performance and resource usage Register your copy today at informit.com/register to download a free 90+ page guide to 4.4 & 4.5 feature changes…”
    Libro electrónico
  17. 25537
    Publicado 2013
    “…After reading this title, you will be able to Create architectures for solutions, service specifications, and service implementations Understand the intended TIBCO product roles in composite applications and services Define manageable approaches to service versioning and naming Conduct and interpret performance benchmarks Identify and select appropriate design patterns for a variety of tasks Architecting Composite Applications an..…”
    Libro electrónico
  18. 25538
    por Powers, David. author
    Publicado 2014
    “…In contrast, this book gives you real value right away through a series of practical examples that you can incorporate directly into your sites, optimizing performance and adding functionality such as file uploading, email feedback forms, image galleries, content management systems, and much more. …”
    Libro electrónico
  19. 25539
    Publicado 2012
    “…Every facet of their approach is optimized for options, including strategy development, capital allocation, risk management, performance measurement, back-testing, walk-forward analysis; and trade execution. …”
    Libro electrónico
  20. 25540
    por Snell, Mike
    Publicado 2013
    “…. · Use Visual Studio 2012’s new interface to significantly improve your productivity · Make the most of VS 2012’s new WPF-based code editor · Work with solutions, projects, browsers, explorers, and designers · Create modern “Windows Store” applications for Windows 8 and Windows RT apps with VS 2012 and Windows Runtime Library · Develop websites with ASP.NET, ASP.NET MVC, and the Razor View Engine · Create richer, smarter user interfaces for software of all types · Build robust service oriented architecture (SOA)-based systems · Construct data-centric applications with LINQ and Entity Framework · Develop SharePoint and other Microsoft Office business applications · Write Windows Azure applications that live in the cloud · Instrument, analyze, and test your software · Refactor code for greater robustness, maintainability, and performance · Leverage brand-new improvements to Windows Workflow and Windows Communication Foundation Use VS 2012’s one-click web deployment capabilities Extend VS 2012 with Managed Extensibility Framework (MEF) and Automation Object Model…”
    Libro electrónico