Mostrando 17,541 - 17,560 Resultados de 20,414 Para Buscar 'Urrao~', tiempo de consulta: 1.12s Limitar resultados
  1. 17541
    por Kuć, Rafał
    Publicado 2013
    Tabla de Contenidos: “…Named filtersCaching filters; Compound queries; The bool query; The boosting query; The constant score query; The indices query; The custom filters score query; The custom boost factor query; The custom score query; Sorting data; Default sorting; Selecting fields used for sorting; Specifying behavior for missing fields; Dynamic criteria; Collation and national characters; Using scripts; Available objects; MVEL; Other languages; Script library; Native code; Summary; Chapter 3: Extending Your Structure and Search; Indexing data that is not flat; Data; Objects; Arrays; Mappings; Final mappings…”
    Libro electrónico
  2. 17542
    por Etheridge, Denise
    Publicado 2010
    Tabla de Contenidos: “…Hide Columns or RowsHide a Worksheet; Move or Copy a Worksheet; Freeze Worksheet Titles; Hide Gridlines, Headings, or the Formula Bar; Chapter 4: Creating Formulas; Understanding Formulas; Calculate with an Operator; Calculate Using a Function and Cell Addresses; Create an Array Formula; Using the Sum, Average, Count, Min, and Max Functions; Create a Formula that Refers to Another Worksheet; Understanding Relative and Absolute Cell Addresses; Edit Formulas; Name Cells and Ranges; Define and Display Constants; Create Formulas That Include Names; Check Formulas for Errors…”
    Libro electrónico
  3. 17543
    por Bryant, Jay
    Publicado 2012
    Tabla de Contenidos: “…Access ModifiersInterfaces; Exceptions; Blocks; Comments; Summary; CHAPTER 3 Data Types; Primitive Data Types; Integer Primitives; Real Primitives; boolean; char; The Special Type: String; Literals; Escaping Characters; Wrapper Classes; Arrays; The Non-Existent Type: null; Enumerations; Summary; CHAPTER 4 Operators; Operator Precedence; The Missing Operator: Parentheses; Postfix Operators; Unary Operators; Understanding the Bitwise Complement Operator; Casting; Multiplicative Operators; Additive Operators; Shift Operators; Relational Operators; Equality Operators; Bitwise AND Operator (&)…”
    Libro electrónico
  4. 17544
    por Lydford, Steve
    Publicado 2011
    Tabla de Contenidos: “…The Navigation and Content PanesThe Notifications Area; Adding a Page to Your Site; Working with the HTML; Adding Some Razor Code; Summary; CHAPTER 3 C# Primer; Types and Variables; Naming Identifiers; Booleans; Numbers; Integral Types; Floating-Point Types; Numeric Conversions; Strings; ToString(); String.()Format(); String Length; Changing Case; Other Useful String Methods; Concatenation and StringBuilder; Dates and Times; Operators; Arithmetic Operators; Assignment Operators; Equality Operators; Relational Operators; Conditional Operators; Collections; Arrays; Generic Collections-; List…”
    Libro electrónico
  5. 17545
    por Di Jasio, Lucio
    Publicado 2012
    Tabla de Contenidos: “…; Post-Flight Briefing; Notes for the Assembly Experts; Notes for the PIC® Microcontroller Experts; Notes for the C Experts; Tips & Tricks; Exercises; Books; Links; 3: More Pattern Work, More Loops; Flight Plan; Preflight Checklist; The Flight; do Loops; Variable Declarations; for Loops; More Loop Examples; Arrays; Sending a Message; Post-Flight Briefing; Notes for the Assembly Experts; Notes for the PIC® Microcontroller Experts…”
    Libro electrónico
  6. 17546
    por Lewis, Jonathan
    Publicado 2011
    Tabla de Contenidos: “…Conflict ResolutionTransactions and Undo; Start and End of Transaction; The Transaction Table; Reviewing the Undo Block; Data Block Visits and Undo; Setting the Scene; The Interested Transaction List; Concurrent Action; Creating Consistency; Consistent Doesn't Mean Historic; Work Done; Commit SCN; Commit Cleanout; Delayed Block Cleanout; Transaction Table Rollback; Transaction Control (TRN CTL::); First Change; Transaction Table Consistent Read; LOBs; Summary; CHAPTER 4 Locks and Latches; First Things, First ...; Arrays; Pointers; Linked Lists; Hash Tables; Latches; Logic Behind Latches…”
    Libro electrónico
  7. 17547
    Publicado 2015
    Tabla de Contenidos: “…Secondary NameNode not to the rescueHadoop 2 NameNode HA; Keeping the HA NameNodes in sync; Client configuration; How a failover works; Apache ZooKeeper - a different type of filesystem; Implementing a distributed lock with sequential ZNodes; Implementing group membership and leader election using ephemeral ZNodes; Java API; Building blocks; Further reading; Automatic NameNode failover; HDFS snapshots; Hadoop filesystems; Hadoop interfaces; Java FileSystem API; Libhdfs; Thrift ; Managing and serializing data; The Writable interface; Introducing the wrapper classes ; Array wrapper classes…”
    Libro electrónico
  8. 17548
    Publicado 2015
    Tabla de Contenidos: “…Foreword; Acknowledgments; Introduction; Who This Book Is For; Overview; Installation; Part I: Ruby on Rails Fundamentals; Chapter 1: Ruby Fundamentals; Interactive Ruby; Data Types; Numbers; Strings; Symbols; Arrays; Hashes; Booleans; Constants; Variables; Control Flow; Conditionals; Iteration; Methods; Classes; Class Methods; Inheritance; Summary; Exercises; Chapter 2: Rails Fundamentals; Your First Rails Application; Rails Principles; Convention over Configuration; Don't Repeat Yourself; Rails Architecture; Model; View; Controller; Rails Application Structure; The app Directory…”
    Libro electrónico
  9. 17549
    por Paro, Alberto
    Publicado 2015
    Tabla de Contenidos: “…Setting up different node typesInstalling plugins in ElasticSearch; Installing a plugin manually; Removing a plugin; Changing logging settings; Chapter 3: Managing Mapping; Introduction; Using explicit mapping creation; Mapping base types; Mapping arrays; Mapping an object; Mapping a document; Using dynamic templates in document mapping; Managing nested objects; Managing a child document; Adding a field with multiple mappings; Mapping a geo point field; Mapping a geo shape field; Mapping an IP field; Mapping an attachment field; Adding metadata to a mapping; Specifying a different analyzer…”
    Libro electrónico
  10. 17550
    Publicado 2015
    Tabla de Contenidos: “…Wi-Fi controlSummary; Chapter 6: Output from EV3; Display; Image Editor; Display data; Brick lights; Legacy NXT/RCX lights; Sound; Music; Summary; Chapter 7: Advanced Programming; Loop and the Motor Rotation sensors; Loop and the Gyro Sensor; Troubleshooting with the Gyro Sensor; Switch or two-level controller; Three-level controller; Subroutines or My Blocks; Arrays; Summary; Chapter 8: Advanced Programming and Control; Distance controller; Infrared versus Ultrasonic; Proportional algorithm; Line following using the Color Sensor; Setpoint for line tracking; Two-level or bang-bang controller…”
    Libro electrónico
  11. 17551
    Tabla de Contenidos: “…BooleansUndefined and Null; Objects, Functions, and Arrays; Operators; Math; Logic; Loops; Events and user interaction; Event listeners and handlers; User interaction: keyboard, mouse, and touch events; Drag and drop; The canvas coordinate system; The canvas drawing API; The canvas context; Drawing lines and curves; Creating fills and gradients; Animating using the canvas context; Producing animation using code; Using JavaScript timers; Using requestAnimationFrame(); Using getTime() to compute elapsed time; Precalculating motion; Summary; Chapter 3: Some Math Background…”
    Libro electrónico
  12. 17552
    por Fain, Yakov
    Publicado 2011
    Tabla de Contenidos: “…Chapter 4: Class Methods Method Arguments; Method Overloading; Constructors; The Keyword super; The Keyword this; Passing by Value or by Reference; Variable Scopes; The Keyword static; Try It; Lesson Requirements; Step-by-Step; Chapter 5: Back to Java Basics; Arrays; Loops; Debugging Java Programs; More about if and switch Statements; The Flavors of if Statements; The switch Statement; Command-Line Arguments; Try It; Lesson Requirements; Step-by-Step; Chapter 6: Packages, Interfaces, and Encapsulation; Java Packages; Encapsulation; Access Levels; The Keyword final; final Variables…”
    Libro electrónico
  13. 17553
    Publicado 2014
    Tabla de Contenidos: “…Cover; Title Page; Copyright; Contents; Chapter 1 Everything You Ever Needed to Know about Spreadsheets but Were Too Afraid to Ask; Some Sample Data; Moving Quickly with the Control Button; Copying Formulas and Data Quickly; Formatting Cells; Paste Special Values; Inserting Charts; Locating the Find and Replace Menus; Formulas for Locating and Pulling Values; Using VLOOKUP to Merge Data; Filtering and Sorting; Using PivotTables; Using Array Formulas; Solving Stuff with Solver; OpenSolver: I Wish We Didn't Need This, but We Do; Wrapping Up…”
    Libro electrónico
  14. 17554
    por Purdum, Jack J.
    Publicado 2012
    Tabla de Contenidos: “…Variable Names in The boolean Data Type; The char Data Type; Binary Data; The char Data Type and Character Sets; Generating a Table of ASCII Characters; The byte Data Type; The int Data Type; The word Data Type; The long Data type; The float and double Data Types; Floating Point Precision; The string Data Type; String Data Type; The void Data Type; The array Data Type; Defining versus Declaring Variables; Symbol Tables; lvalues and rvalues; The Bucket Analogy; Using the cast Operator; Summary; Exercises; CHAPTER 4 Decision Making in C; Relational Operators; The if Statement…”
    Libro electrónico
  15. 17555
    Publicado 2014
    Tabla de Contenidos:
    Libro electrónico
  16. 17556
    por Fenton, Steve. author
    Publicado 2014
    Tabla de Contenidos: “…Contents at a Glance; Contents; About the Author; Acknowledgments; Introduction; Chapter 1: TypeScript Language Features; JavaScript Is Valid TypeScript; Variables; Types; Type Annotations; Primitive Types; Arrays; Enumerations; Bit Flags; Type Assertions; Operators; Increment and Decrement; Binary Operators; Bitwise Operators; Logical Operators; NOT Operator; AND Operator; OR Operator; Short-Circuit Evaluation; Conditional Operator; Type Operators; Functions; Optional Parameters; Default Parameters; Rest Parameters; Overloads; Specialized Overload Signatures; Arrow Functions; Interfaces…”
    Libro electrónico
  17. 17557
    Publicado 2014
    Tabla de Contenidos:
    Libro electrónico
  18. 17558
    Publicado 2014
    Tabla de Contenidos: “…Professional C++; Copyright; Contents; Introduction; Who This Book Is For; What This Book Covers; How This Book Is Structured; What You Need to Use This Book; Microsoft Visual C++; GCC; Conventions; Source Code; Errata; P2P.Wrox.Com; Part I: Introduction to Professional C++; Chapter 1: A Crash Course in C++ and the STL; The Basics of C++; The Obligatory Hello, World; Namespaces; Variables; Literals; Operators; Types; Conditionals; Arrays; Loops; Functions; Type Inference Part 1; Those Are the Basics; Diving Deeper into C++; Pointers and Dynamic Memory; References; Strings in C++; Exceptions…”
    Libro electrónico
  19. 17559
    por Mota, Nuno
    Publicado 2014
    Tabla de Contenidos: “…Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started; Defining high availability and resilience; Availability; Resilience; Introducing the new Exchange architecture; Looking at the past; Exchange 2000/2003; Exchange 2007; Exchange 2010; Exchange 2013; Summary; Chapter 2: High Availability with the Client Access Server; Removing session affinity; Connecting to Outlook; Load balancing and CAS arrays; The do nothing method; Windows Network Load Balancing (WNLB); DNS Round Robin; Hardware/virtual load balancers…”
    Libro electrónico
  20. 17560
    Publicado 1998
    Tabla de Contenidos: “…-- Implications of Mapping the Genome -- Molecular Detection of Genes Associated with Antimicrobial Resistance -- Limitations of Phenotype-Based Detection Methods -- Knowledge About the Genetic Basis of Resistance -- Advantages and Limitations of Genotype-Based Antimicrobial Resistance Detection -- High-Density Oligonucleotide Arrays -- Applications of Genomics and Bioinformatics to the Development of Anti-Infectives -- A Role for New Therapeutic Approaches in Combating Antimicrobial Resistance -- Applications of Field Surveillance in the United States and Globally -- What Is Needed -- SOURCES OF RESISTANCE AND ANTIBIOTIC USE -- Sources of Resistance -- Antibiotic Use -- The Hospital -- The Community -- The Farm -- Factors in Inappropriate Use of Antibiotics -- Strategies for Judicious Antibiotic Use -- RESISTANCE AND FOOD PRODUCTION: ISSUES AND NEEDS -- Concerns and Perspectives from Producers -- A National Surveillance System…”
    Libro electrónico