Mostrando 17,601 - 17,620 Resultados de 20,414 Para Buscar 'Urrao~', tiempo de consulta: 0.93s Limitar resultados
  1. 17601
    Publicado 2016
    Tabla de Contenidos: “….; 1.3.4 The Photoquantity, q; 1.3.5 The Camera as an Array of Light Meters; 1.3.6 The Accidentally Discovered Compander; 1.3.7 Why Stockham Was Wrong; 1.3.8 The Value of Doing the Exact Opposite of What Stockham Advocated; 1.3.9 Using Differently Exposed Pictures of the Same Subject Matter to Get a Better Estimate of q…”
    Libro electrónico
  2. 17602
    Publicado 2015
    Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Authors -- About the Reviewer -- www.PacktPub.com -- Table of Contents -- Preface -- Chapter 1: Preparing Your Working Environment -- Introduction -- Installing matplotlib, NumPy, and SciPy -- Installing virtualenv and virtualenvwrapper -- Installing matplotlib on Mac OS X -- Installing matplotlib on Windows -- Installing Python Imaging Library (PIL) for image processing -- Installing a requests module -- Customizing matplotlib's parameters in code -- Customizing matplotlib's parameters per project -- Chapter 2: Knowing Your Data -- Introduction -- Importing data from CSV -- Importing data from Microsoft Excel files -- Importing data from fixed-width data files -- Importing data from tab-delimited files -- Importing data from a JSON resource -- Exporting data to JSON, CSV, and Excel -- Importing and manipulating data with Pandas -- Importing data from a database -- Cleaning up data from outliers -- Reading files in chunks -- Reading streaming data sources -- Importing image data into NumPy arrays -- Generating controlled random datasets -- Smoothing the noise in real-world data -- Chapter 3: Drawing Your First Plots and Customizing Them -- Introduction -- Defining plot types - bar, line, and stacked charts -- Drawing simple sine and cosine plots -- Defining axis lengths and limits -- Defining plot line styles, properties, and format strings -- Setting ticks, labels, and grids -- Adding legends and annotations -- Moving spines to the center -- Making histograms -- Making bar charts with error bars -- Making pie charts count -- Plotting with filled areas -- Making stacked plots -- Drawing scatter plots with colored markers -- Chapter 4: More Plots and Customizations -- Introduction -- Setting the transparency and size of axis labels -- Adding a shadow to the chart line…”
    Libro electrónico
  3. 17603
    Publicado 2015
    Tabla de Contenidos: “…DiscussionSee Also; 2.5 Persisting a Collection Between Application Sessions; Problem; Solution; Discussion; See Also; 2.6 Testing Every Element in an Array or List; Problem; Solution; Discussion; See Also; 2.7 Creating Custom Enumerators; Problem; Solution; Discussion; See Also; 2.8 Dealing with finally Blocks and Iterators; Problem; Solution; Discussion; See Also; 2.9 Implementing Nested foreach Functionality in a Class; Problem; Solution; Discussion; See Also; 2.10 Using a Thread-Safe Dictionary for Concurrent Access Without Manual Locking; Problem; Solution; Discussion; See Also…”
    Libro electrónico
  4. 17604
    por Barnett, James. author
    Publicado 2015
    Tabla de Contenidos: “…VariablesVariables as Integers/Numbers; Variables as Strings; Arrays; Objects; Booleans; Creating JavaScript Events; Using the jQuery Library; Using the jQuery Library with Events; Summary; Chapter 8: Adding JavaScript to Your Drupal Module; Adding JavaScript to Your Drupal Module; Summary; Chapter 9: A PHP Primer for Drupal; Verifying Your Installation of PHP; Serving Up a Hello World Web Page with PHP; Working with Some Basic PHP Code; Working with PHP Looping Structures; Using the foreach Loop ; Using the while Loop ; Printing to the Screen…”
    Libro electrónico
  5. 17605
    por Pérez López, César, author
    Publicado 2014
    Tabla de Contenidos: “…""A.4 Functions with Integer Numbers and Divisibility""""A.5 Numbering Systems""; ""A.6 Real Numbers""; ""A.7 Functions with Real Arguments""; ""A.8 Random Numbers""; ""A.9 Complex Numbers""; ""A.10 Functions with Complex Arguments""; ""A.11 Operators""; ""A.11.1 Arithmetic Operators""; ""A.11.2 Relational Operators""; ""A.11.3 Logical Operators""; ""A.12.4 Logical Functions""; ""A.12 Vector Variables""; ""A.13 Matrix Variables""; ""A.14 Elementary Functions that Support Complex Vectors""; ""A.15 Elementary Functions that Support Complex Arrays""; ""A.16 Exercises""…”
    Libro electrónico
  6. 17606
    por Bales, Donald. author
    Publicado 2015
    Tabla de Contenidos: “…Variable DeclarationsVariable Anchors; Variable Assignments; NULL Value; It's Your Turn to Declare Variables; Scope; Scope Rules; It's Your Turn to Scope Things Out; Types; Table Types; Record Types; Multidimensional Arrays; Parameters; Parameter Naming; Parameter Declarations; Parameter Scope; It's Your Turn to Declare Parameters; Summary; Chapter 4: Single Row Processing; Inserts; Catching a DUP_VAL_ON_INDEX Exception; Using PL/SQL to Predetect a Duplicate; IF I Don't Tell You Now, When ELSE Can I?…”
    Libro electrónico
  7. 17607
    Publicado 2015
    Tabla de Contenidos: “…Roles and Features That Have Been Reduced in Windows Server 2012 R2Deciding Which Windows Server 2012 R2 Versions to Use; Deciding on the Type of Installation; NIC Teaming; Installing Windows Server 2012 R2; Using Windows Deployment Services; Understanding Features On Demand; Storage in Windows Server 2012 R2; Initializing Disks; Configuring Basic and Dynamic Disks; Managing Volumes; Storage Spaces in Windows Server 2012 R2; Redundant Array of Independent Disks; Mount Points; Microsoft MPIO; iSCSI; Internet Storage Name Service; Fibre Channel; Network Attached Storage; Virtual Disk Service…”
    Libro electrónico
  8. 17608
    Publicado 2008
    Tabla de Contenidos: “…Installing IISChapter 5: Setting Up Your Web Development Environment with the XAMPP Package; Obtaining XAMPP; Installing XAMPP; Using the XAMPP Control Panel; Testing Your Development Environment; Configuring Your Development Environment; Uninstalling and Reinstalling XAMPP; Troubleshooting; Book II: PHP Programming; Contents at a Glance; Chapter 1: PHP Basics; How PHP Works; Structure of a PHP Script; PHP Syntax; Writing PHP Code; Displaying Content in a Web Page; Using PHP Variables; Using PHP Constants; Understanding Data Types; Using Arrays; Using Dates and Times…”
    Libro electrónico
  9. 17609
    Publicado 2018
    Tabla de Contenidos: “…-- Installing and configuring Blackfire.io -- Profiling manually with Blackfire.io -- Performance testing with Blackfire.io -- Monitoring performance with the TICK Stack -- Summary -- References -- Harnessing the Power of PHP 7 Data Structures and Functions -- PHP 7 optimizations -- Strict typing -- Immutable and packed arrays -- Memory allocation of integers and floats -- String interpolation and concatenation -- Parameter references -- Identifying more possible optimizations -- Functional programming and memoization -- Summary -- Reference -- Envisioning the Future with Asynchronous PHP -- Asynchronous non-blocking I/O calls -- Multithreading with pthreads -- Using the ReactPHP library -- Summary -- Measuring and Optimizing Database Performance -- SQL query performance -- The structure of indexes -- The execution plan -- Basic query optimization -- The performance schema and advanced query optimization -- Advanced benchmarking tools -- DBT2 -- SysBench -- Summary -- Querying a Modern SQL Database Efficiently -- Modern SQL -- Definition -- WITH and WITH RECURSIVE -- CASE -- OVER and PARTITION BY -- OVER AND ORDER BY -- GROUPING SETS -- JSON clauses and functions -- FILTER -- LATERAL queries -- Summary…”
    Libro electrónico
  10. 17610
    Publicado 2016
    Tabla de Contenidos: “…Implicit statement results in Oracle Database 12cSubtypes; Summary; Practice exercise; Introduction to collections; Collection types; Associative arrays; Nested tables; Varray; Comparing the collection types; Oracle 12c enhancements to collections; PL/SQL collection methods; Summary; Practice exercise; Overview of External Procedures; Components of external procedure execution flow; Executing external C programs from PL/SQL; Securing External Procedures with Oracle Database 12c; Executing Java programs from PL/SQL; Summary; Practice exercise; Oracle Database Security overview…”
    Libro electrónico
  11. 17611
    por Nieuwendijk, Robert van den
    Publicado 2014
    Tabla de Contenidos: “…Copying files between a datastore and your PCUsing arrays and hash tables; Creating calculated properties; Using raw API objects with ExtensionData or Get-View; Using the ExtensionData property; Using the Get-View cmdlet; Using Managed Object References; Using the Get-VIObjectByVIView cmdlet; Extending PowerCLI objects with the New-VIProperty cmdlet; Working with vSphere folders; Summary; Chapter 3: Working with Objects in PowerShell; Using objects, properties, and methods; Using methods; Expanding variables and subexpressions in strings; Understanding what expands a string…”
    Libro electrónico
  12. 17612
    Publicado 2016
    Tabla de Contenidos: “…""7.6 MonoDevelop: Refactoring Variables and Functions""""7.7 MonoDevelop: Quick Navigation and Tasks""; ""7.8 MonoDevelop: Code Readability""; ""8 Performance and Optimization""; ""8.1 Rendering Statistics: The Stats Panel""; ""8.2 Draw Calls and Batching""; ""8.3 Avoid Reflection: Event Systems""; ""8.4 Use Atlas Textures""; ""8.5 Optimizing Meshes""; ""8.6 MipMaps""; ""8.7 Miscellaneous Rendering Optimizations""; ""8.8 Shader Complexity""; ""8.9 Updates and Coroutines""; ""8.10 FixedUpdate and Time Steps""; ""8.11 Static and Dynamic Arrays""; ""8.12 Audio""…”
    Libro electrónico
  13. 17613
    Publicado 2015
    Tabla de Contenidos: “….; ... und ein paar Aufgaben; Kapitel 13: Arrays; Umgestaltung; Ein schönes Paar?; Methoden mit Nummer; Anpassen und einpassen…”
    Libro electrónico
  14. 17614
    por Shupe, Rich
    Publicado 2007
    Tabla de Contenidos: “…CORE LANGUAGE FUNDAMENTALS; Variables and Data Types; Conditionals; switch; Loops; while Loop; A Loop Caveat; Arrays; Functions; Custom Objects; this; Absolute versus Relative Addresses; What&s Next?…”
    Libro electrónico
  15. 17615
    Publicado 2008
    Tabla de Contenidos: “…Holographic Optical Tweezers6.1 Background; 6.2 Example Rationale for Constructing Extended Arrays of Traps; 6.3 Experimental Details; 6.4 Algorithms for Holographic Optical Traps; 6.5 The Future of Holographic Optical Tweezers; Acknowledgments; References; Chapter 7. …”
    Libro electrónico
  16. 17616
    por Noble, Joshua J., 1977-
    Publicado 2008
    Tabla de Contenidos: “…Discussion1.4 Set Compiler Options for the MXML Compiler in Flex Builder; Problem; Solution; Discussion; 1.5 Compile a Flex Project Outside of Flex Builder; Problem; Solution; Discussion; 1.6 Add an Event Listener in MXML; Problem; Solution; Discussion; 1.7 Set Properties of a Child Defined in MXML in ActionScript; Problem; Solution; Discussion; 1.8 Define Arrays and Objects; Problem; Solution; Discussion; 1.9 Set the Scope of Variables in ActionScript; Problem; Solution; Discussion; 1.10 Create a Component in ActionScript; Problem; Solution; Discussion; 1.11 Use Event Bubbling…”
    Libro electrónico
  17. 17617
    Publicado 2009
    Tabla de Contenidos: “…; Recognizing the Importance of Distance, Bandwidth, and Latency; Choosing the Recovery Site; Choosing Where to Run the Data Replication Process; The Importance of Testing; Chapter 7: Putting It All Together; Building a SAN by Hand; The SAN Plan; Setting Up the SAN; Preparing the Servers; Configuring the Array; Plugging Things In; Configuring the Zones; Back to the Servers: Did It Work?…”
    Libro electrónico
  18. 17618
    por Hashimi, Sayed Ibrahim
    Publicado 2009
    Tabla de Contenidos: “…Reserved PropertiesCommand Line Properties; Dynamic Properties; Items; Copy Task; Well-Known Item Metadata; Custom Metadata; Item Transformations; Chapter 3: MSBuild Deep Dive, Part 2; Dynamic Properties and Items; Dynamic Properties and Items: MSBuild 3.5; Dynamic Properties and Items: MSBuild 2.0; Property and Item Evaluation; Importing Files; Extending the Build Process; Part II: Customizing MSBuild; Chapter 4: Custom Tasks; Custom Task Requirements; Creating Your First Task; Task Input/Output; Supported Task Input and Output Types; Using Arrays with Task Inputs and Outputs…”
    Libro electrónico
  19. 17619
    por Buyens, Jim
    Publicado 2002
    Tabla de Contenidos: “…Introducing Visual Basic .NET; Coding Visual Basic .NET Statements; Using Visual Basic Data Types; Using Literals and Constants; Using Operators; Manipulating Dates; Manipulating Strings; Working with Arrays; Using Collections; Accessing Objects; Coding Logic Statements; Writing Loops; Defining Subroutines, Functions, and Classes; Handling Errors; Summary; Chapter 6. …”
    Libro electrónico
  20. 17620
    Publicado 2014
    Tabla de Contenidos: “…CHAPTER 15 Managing Content across Multiple OutputsProjectors; Collage Generator (Axon/DL.3); VideoMapper (Hippotizer); UberPan (Hippotizer); ArKaos Video Mapper (MediaMaster Pro); Internal Blending (Ai); Internal Blending (d3); Edge Blend (Pandoras Box); Panoramic Wide/Dual (Mbox Designer and Studio); CHAPTER 16 Creative Raster Planning; The Raster; Working with HD Content; Adding Live Video; CHAPTER 17 Synchronizing Frames; Syncing Without a Network; Syncing Media Servers over a Network; Syncing Frames to MTC; Genlock; CHAPTER 18 3D Objects; X, Y, Z; Creating 3D Objects…”
    Libro electrónico