Mostrando 547,321 - 547,340 Resultados de 674,389 Para Buscar 'OR*', tiempo de consulta: 1.28s Limitar resultados
  1. 547321
    por Carlson, Lucas
    Publicado 2013
    Libro electrónico
  2. 547322
    por Hales, Wesley
    Publicado 2012
    “…Even though Web Storage, Web Workers, Geolocation, Device Orientation, and WebSockets have been covered many times in the past, it is often from a very high or basic level. …”
    Libro electrónico
  3. 547323
    Publicado 1990
    Tabla de Contenidos: “…Basic radar principles; 1.1 Introduction; 1.2 Principles of range measurement; 1.3 Principles of bearing measurement; 1.4 Picture orientation; 1.5 Picture presentation; Chapter 2. The radar system - operational principles; 2.1 Introduction; 2.2 Function of units; 2.3 Transmitter principles; 2.4 Aerial principles; 2.5 Receiver principles; 2.6 Display principles; 2.7 The siting of units on board ship; Chapter 3. …”
    Libro electrónico
  4. 547324
    por Middleton, Neil
    Publicado 2013
    Libro electrónico
  5. 547325
    Publicado 2012
    “…S'adressant à tous les utilisateurs du PDF, amateurs comme professionnels, il leur fera découvrir les formidables possibilités, souvent méconnues, d'Acrobat et les orientera vers la version adaptée à leurs besoins. …”
    Libro electrónico
  6. 547326
    por Kahate, Atul
    Publicado 2004
    Tabla de Contenidos: “…-- 1.5.2 Advantages of Sequential Organisation -- 1.5.3 Problems with Sequential Organisation -- 1.6 Pointers and Chains -- 1.6.1 Problems with One-way Chains -- 1.6.2 Two-way Chains -- 1.6.3 Queries Based on Other Fields -- 1.7 Indexed Organisation -- 1.7.1 Using Indexes -- 1.7.2 Improvements to Index-chain Method -- 1.7.3 Maintaining a List of All Items in the Index -- 1.7.4 Keeping a Count of Records -- 1.7.5 Complex Queries and Query Optimisation -- 1.7.6 Indexed Organisation in Computer Files -- 1.8 Direct Organisation -- 1.8.1 Basic Concepts -- 1.8.2 Non-hashed Files -- 1.8.3 Hashed Files -- Key Terms and Concepts -- Chapter Summary -- Practice Set -- Chapter 2: Introduction to Database Systems -- 2.1 What is DBMS? …”
    Libro electrónico
  7. 547327
    Publicado 2014
    Tabla de Contenidos: “…; Chapter 2: The Supply Chain*; Chapter 3: Performance Measures*; Chapter 4: Analytics and SCS; Chapter 5: An Applied Example of SCS: The Analysis Process; Chapter 6: An Applied Example of SCS: The Build Process; Chapter 7: SCS Execution; Chapter 8: SCS in Your Organization; Chapter 9: SCS Key Concepts; Chapter 10: Change Management; Chapter 11: SCS Is Wonderful; Back Cover…”
    Libro electrónico
  8. 547328
    Publicado 1990
    Tabla de Contenidos: “…Selling to the Ministry of DefenceMoD organization; Procurement executive; Procurement executive policy and procedures; Quality assurance; Glossary; Appendix 1: Worldwide standards; Guide to relevant worldwide standards, by subject; Guide to relevant worldwide standards, by reference; Appendix 2: Worldwide addresses; UK Governmental Departments; Institutions and associations; Standards organizations and bodies; Appendix 3: Further reading; Index…”
    Libro electrónico
  9. 547329
    por Brundage, Barbara
    Publicado 2013
    “…The important stuff you need to know: Get to work right away. Import, organize, edit, crop, and color-correct your photos with ease. …”
    Libro electrónico
  10. 547330
    Publicado 2012
    “…Aucun doute, l'expression orale est une compétence à maîtriser…”
    Libro electrónico
  11. 547331
    Publicado 2012
    Tabla de Contenidos: “…8.6.5 Implementation of Threaded Code on Motorola 68000 -- 8.6.6 Implementation of Threaded Code on Intel x86 Machines -- 8.7 SECD and WAM -- 8.8 Grammar and IR Generation for miniC -- 8.8.1 Expressions -- 8.8.2 Assignments -- 8.8.3 Statements -- 8.8.4 IF-THEN and IF-THEN-ELSE -- 8.8.5 WHILE-DO -- 8.8.6 Variable Declarations -- 8.8.7 Function Definitions -- 8.8.8 Function Calls -- 8.8.9 Utility Functions Used -- 8.9 Real-life: Intermediate Codes of GNU gcc -- 8.9.1 Example GCC Intermediate Code -- Exercises -- Further Reading -- Glossary -- Chapter 9: Code Generation and Machine-dependent Optimization -- 9.1 Our Concerns in Code Generation -- 9.1.1 Input Intermediate Representation (IR) -- 9.1.2 Nature of Target Language -- 9.1.3 Selection of Alternatives from Instruction Set -- 9.1.4 Allocation of CPU Registers -- 9.1.5 Order of Evaluation Sequence -- 9.2 The Target Language -- 9.2.1 x86 Assembly Language in GAS Syntax -- 9.3 Data Structures -- 9.3.1 Vectors and Arrays -- 9.3.2 Vectors -- 9.3.3 Arrays -- 9.4 Control Constructs -- 9.5 Procedures and Function Calls -- 9.5.1 Function Prologue and Epilogue -- 9.5.2 Saving Registers -- 9.5.3 A Test for C Linkage -- 9.6 The Target Operating Environment -- 9.6.1 Memory Management -- 9.6.2 CPU Register Usage -- 9.6.3 Activation Record (AR) -- 9.7 Code Optimization -- 9.8 Machine-dependent Optimization -- 9.8.1 Register Allocation -- 9.8.2 Instruction Rescheduling: Use of Parallelism in Instruction Execution -- 9.9 Converting the 4-Tuple and RPN into Assembly Code -- 9.9.1 Conversion of 4-Tuple to Assembly Code -- 9.9.2 Conversion of RPN to Assembly Code -- Exercises -- Further Reading -- Glossary -- Chapter 10: Code Optimization -- 10.1 Basic Blocks -- 10.1.1 Formal Algorithm to Delineate BBs -- 10.1.2 Reference and Define Information -- 10.1.3 Loops in Flow-graphs -- 10.1.4 Example Implementation - miniC…”
    Libro electrónico
  12. 547332
    por He, Harry
    Publicado 2012
    Tabla de Contenidos: “…SummaryCHAPTER 3 Data Structures; Arrays; Duplication in an Array; Search in a 2-D Matrix; Binary Search on a Diagonal; Removing a Row or a Column at Each Step; String; Strings in C/C++; Strings in C#; Strings in Java; Replace Blanks in a String; Replace from Left to Right in O(n2) Time; Replace from Right to Left in O(n) Time; String Matching; Linked Lists; Print Lists from Tail to Head; Sort Lists; Loop in List; Trees; Next Nodes in Binary Trees; Binary Search Tree Verification; Verify Value Range of Each Node; Increasing In-Order Traversal Sequence; Stack and Queue…”
    Libro electrónico
  13. 547333
    Publicado 1972
    Tabla de Contenidos: “…OPEN TOP GALVANISED STEEL WATER STORAGE ORFEED AND EXPANSION TANKS; Section 26. RECTANGULAR STEEL, FUEL OIL STORAGE TANKS…”
    Libro electrónico
  14. 547334
    por Biafore, Bonnie
    Publicado 2014
    Libro electrónico
  15. 547335
    por Parvathi, V. Deepa
    Publicado 2012
    Tabla de Contenidos: “…Cover -- Contents -- Foreword -- Preface -- Acknowledgements -- About the Author -- Chapter 1: Practical Application of Genetics in Nursing and Roles of a Nurse -- Roles of a Nurse -- Career Focus -- Review Question -- Chapter 2: Review of Cellular Division: Mitosis and Meiosis -- Introduction to Prokaryotic and Eukaryotic Cell -- Shape -- Size -- Number -- Cell wall -- Plasma membrane -- Cytoplasm -- Nucleus -- Cell Division -- An Overview of the Cell Cycle -- The Mechanics of Cell Division -- An overview of the M phase -- Cytoskeletal machines perform both mitosis and cytokinesis -- Two mechanisms help ensure that mitosis always precedes cytokinesis -- Mitosis in Detail -- Prophase -- Prometaphase -- Metaphase -- Anaphase -- Telophase -- Cytokinesis -- Meiosis -- Introduction -- Meiosis I -- Interphase I -- Prophase I -- Leptotene -- Zygotene -- Pachytene -- Diplotene -- Diakinesis -- Metaphase I -- Anaphase I -- Telophase I -- Meiosis II -- Interphase II -- Prophase II -- Metaphase II -- Anaphase II -- Review Questions -- Chapter 3: Structure and Organization of Genetic Material -- Characteristics and Structure of DNA and Chromosomes-DNA Packaging and Chromosome Condensation -- Structure of chromosomes -- Chromosomal DNA and its packaging in the chromatin fibre -- Eukaryotic DNA is packaged into a set of chromosomes -- Nucleosomes are the basic unit of eukaryotic chromosome structure -- Forms of chromosomes-metacentric, submetacentric, and acrocentric -- Chromosomes and Sex Determination -- XX-XY sex determination in humans -- The role of sex chromosomes in phenotype and fertility -- Review Questions -- Chapter 4: Errors in Transmission -- Overview of Chromosome Morphology -- Types of chromosome mutations -- Structural chromosomal abnormalities -- Chromosome rearrangements -- Duplications -- Deletions -- Inversions -- Translocations…”
    Libro electrónico
  16. 547336
    por Nadeau, Thomas D.
    Publicado 2013
    Libro electrónico
  17. 547337
    Publicado 2014
    Tabla de Contenidos:
    Libro electrónico
  18. 547338
    Publicado 2013
    “…You’ll learn the quickest way to: • Organize, find, and share assets • Take control of metadata and tagging • Manage multilingual content • Take advantage of flexible workflows • Tap into social communities…”
    Libro electrónico
  19. 547339
    por Aspin, Adam
    Publicado 2012
    “…You'll find solutions for importing from Microsoft Office data stores such as Excel and Access, from text files such as CSV files, from XML, from other database brands such as Oracle and MySQL, and even from other SQL Server databases. …”
    Libro electrónico
  20. 547340
    por Blackman, Sue. author
    Publicado 2013
    Tabla de Contenidos: “…""Picking an Object in the Game""""Printing to the Console""; ""Counting Mouse Picks""; ""Conditionals and State""; ""Deconstructing the Conditional""; ""Order of Evaluation""; ""Summary""; ""Chapter 4: Terrain Generation: Creating a Test Environment""; ""Creating Environments""; ""Creating a Terrain Object""; ""Flythrough Scene Navigation""; ""The Terrain Engine""; ""Topology""; ""Painting Textures""; ""Trees""; ""Sky""; ""Back to the Trees""; ""Importing UnityPackages""; ""Terrain Extras""; ""Creating Your Own Terrain Assets""; ""Options""; ""Trees""; ""Orientation""…”
    Libro electrónico