Mostrando 18,021 - 18,040 Resultados de 20,414 Para Buscar 'Urrao~', tiempo de consulta: 1.03s Limitar resultados
  1. 18021
    por Green, Dale
    Publicado 2016
    Tabla de Contenidos: “…Polymorphism -- Inheritance -- Virtual functions -- Pure virtual functions -- Pointers and object slicing -- The roguelike template setup -- Downloading SFML -- Linking SFML -- Running the project -- Adding an item -- Updating and drawing -- Exercises -- Summary -- Chapter 3: Using RNG with C++ Data Types -- Setting the game seed -- Setting Boolean values randomly -- Generating a number between 0 and 1 -- Choosing if an item spawns -- Random number distribution -- Giving the player random stats -- Accessing random elements of a collection -- Spawning a random item -- Generating random characters -- Repeating loops -- Spawning a random number of items -- Exercises -- Summary -- Chapter 4: Procedurally Populating Game Environments -- Potential obstacles -- Keeping within the bounds of a level -- Avoiding overlapping objects -- Creating meaningful levels -- Level tiles -- Defining the spawn area -- Calculating the level bounds -- Checking the underlying game grid -- Selecting a suitable game tile -- Randomly selecting a tile -- Checking whether a tile is suitable -- Converting to absolute position -- Spawning items at a random location -- Expanding the spawning system -- Using enumerators to denote an object type -- Optional parameters -- The complete spawn functions -- Updating the spawn code -- Randomly spawning enemies -- Spawning random tiles -- Adding a new game tile -- Choosing a random tile -- Implementing the SpawnRandomTiles function -- Exercises -- Summary -- Chapter 5: Creating Unique and Randomized Game Objects -- Creating a random player character -- Choosing a player class -- An overview of sprites and textures -- Setting an appropriate sprite -- Buffing the player stats -- Random character traits -- Returning the player traits array -- Setting trait sprites -- Procedurally generating an enemy class -- Procedural items…”
    Libro electrónico
  2. 18022
    Publicado 2018
    Tabla de Contenidos: “…That is the question -- Numbers -- Integers -- Booleans -- Real numbers -- Complex numbers -- Fractions and decimals -- Immutable sequences -- Strings and bytes -- Encoding and decoding strings -- Indexing and slicing strings -- String formatting -- Tuples -- Mutable sequences -- Lists -- Byte arrays -- Set types -- Mapping types - dictionaries -- The collections module -- namedtuple -- defaultdict -- ChainMap -- Enums -- Final considerations -- Small values caching -- How to choose data structures -- About indexing and slicing -- About the names -- Summary -- Chapter 3: Iterating and Making Decisions -- Conditional programming -- A specialized else - elif -- The ternary operator -- Looping -- The for loop…”
    Libro electrónico
  3. 18023
    por Mueller, John Paul
    Publicado 2019
    Tabla de Contenidos: “…Considering the Art of Feature Creation -- Defining feature creation -- Combining variables -- Understanding binning and discretization -- Using indicator variables -- Transforming distributions -- Performing Operations on Arrays -- Using vectorization -- Performing simple arithmetic on vectors and matrices -- Performing matrix vector multiplication -- Performing matrix multiplication -- Part 3 Visualizing Information -- Chapter 10 Getting a Crash Course in MatPlotLib -- Starting with a Graph -- Defining the plot -- Drawing multiple lines and plots -- Saving your work to disk -- Setting the Axis, Ticks, Grids -- Getting the axes -- Formatting the axes -- Adding grids -- Defining the Line Appearance -- Working with line styles -- Using colors -- Adding markers -- Using Labels, Annotations, and Legends -- Adding labels -- Annotating the chart -- Creating a legend -- Chapter 11 Visualizing the Data -- Choosing the Right Graph -- Showing parts of a whole with pie charts -- Creating comparisons with bar charts -- Showing distributions using histograms -- Depicting groups using boxplots -- Seeing data patterns using scatterplots -- Creating Advanced Scatterplots -- Depicting groups -- Showing correlations -- Plotting Time Series -- Representing time on axes -- Plotting trends over time -- Plotting Geographical Data -- Using an environment in Notebook -- Getting the Basemap toolkit -- Dealing with deprecated library issues -- Using Basemap to plot geographic data -- Visualizing Graphs -- Developing undirected graphs -- Developing directed graphs -- Part 4 Wrangling Data -- Chapter 12 Stretching Python's Capabilities -- Playing with Scikit-learn -- Understanding classes in Scikit-learn -- Defining applications for data science -- Performing the Hashing Trick -- Using hash functions -- Demonstrating the hashing trick -- Working with deterministic selection…”
    Libro electrónico
  4. 18024
    Publicado 2017
    Tabla de Contenidos: “…. -- See also -- Using atomic arrays -- Getting ready -- How to do it…”
    Libro electrónico
  5. 18025
    Publicado 2002
    Tabla de Contenidos: “…. -- Other Restrictions -- Stored Functions in DML Statements -- The SQL Inside Your PL/SQL -- Objects and Collections -- Object Types -- Subtypes -- Object Attributes -- Object Tables -- Object Parameters -- Collection Types -- Variable Arrays -- Nested Tables -- Collection Instantiation -- Querying Collections -- Collection Unnesting -- Collection Functions -- Comparing Collections -- Manipulating Collections -- Multilevel Collections -- Querying Multilevel Collections -- DML Operations on Multilevel Collections -- Advanced Group Operations -- Multiple Summary Levels -- UNION -- ROLLUP -- Partial ROLLUPs -- CUBE -- Partial CUBE -- The GROUPING Function -- GROUPING SETS -- Pushing the GROUPING Envelope…”
    Libro electrónico
  6. 18026
    por Lantz, Brett
    Publicado 2013
    Tabla de Contenidos: “…Managing and Understanding Data -- R data structures -- Vectors -- Factors -- Lists -- Data frames -- Matrixes and arrays -- Managing data with R -- Saving and loading R data structures -- Importing and saving data from CSV files -- Importing data from SQL databases -- Exploring and understanding data -- Exploring the structure of data -- Exploring numeric variables -- Measuring the central tendency - mean and median -- Measuring spread - quartiles and the five-number summary -- Visualizing numeric variables - boxplots -- Visualizing numeric variables - histograms -- Understanding numeric data - uniform and normal distributions -- Measuring spread - variance and standard deviation…”
    Libro electrónico
  7. 18027
    Publicado 2019
    Tabla de Contenidos: “…. -- The input and output arrays -- See also -- Defining regions of interest -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using image masks -- See also -- Chapter 2: Manipulating the Pixels -- Accessing pixel values -- Getting ready -- How to do it... -- How it works... -- There's more... -- The cv::Mat_ template class -- See also -- Scanning an image with pointers -- Getting ready -- How to do it... -- How it works... -- There's more... -- Other color reduction formulas -- Having input and output arguments -- Efficient scanning of continuous images -- Low-level pointer arithmetics -- See also -- Scanning an image with iterators -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Writing efficient image-scanning loops -- How to do it... -- How it works... -- There's more... -- See also -- Scanning an image with neighbor access -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Performing simple image arithmetic -- Getting ready -- How to do it... -- How it works... -- There's more... -- Overloaded image operators -- Splitting the image channels -- Remapping an image -- How to do it... -- How it works... -- See also…”
    Libro electrónico
  8. 18028
    Publicado 2017
    Tabla de Contenidos: “…. -- Multiple validation handlers -- Accessing multidimensional array values -- Element validation methods -- Processing submitted form data -- Getting ready -- How to do it... -- How it works... -- There's more... -- Multiple submit handlers -- See also -- Altering other forms -- Getting ready -- How to do it... -- How it works... -- There's more…”
    Libro electrónico
  9. 18029
    por Pohit, Goutam
    Publicado 2004
    Tabla de Contenidos: “…Cover -- Preface -- Acknowledgements -- Contents -- Chapter 1: Introduction -- History of Engineering Drawing -- Change in Drafting Environment -- Cad and Computer-Aided Drafting -- Chapter 2: Orthographic Projection -- Perspective Projection -- Parallel Projection -- Orthogonal Projection -- Angles of Projections -- First Angle Projection -- Third Angle Projection -- Second and Fourth Angle Projection -- Drawing Layout -- First Angle Projection Method -- Third Angle Projection Method -- Layout Using Reference Arrows -- Indication of Method -- Drawing Convention of Orthographic Views-Hidden and Center Line -- Conversion of Pictorial Views into Orthographic Views -- Illustrative Problems -- Other Types of Projections -- Principles of Isometric Projection -- Oblique Projection -- Exercise -- Chapter 3: Computer-aided Drafting Ackagesand Autocad -- Working Interface of AutoCAD -- Starting AutoCAD -- Understanding AutoCAD Interface -- Opening Existing Drawing -- Saving a Drawing and Exiting from AutoCAD -- Closing a Drawing and Exiting from AutoCAD -- Drawing Limits -- Creating 2-D Drawings in AutoCAD -- Concept of Coordinate in AutoCAD -- AutoCAD Commands -- Arc Command -- Ellipse Command -- Creating Text in AutoCAD -- Single Line Text -- Other Options -- Style Option -- Height of Text and Scale Factor -- Editing Single Line Text -- Editing Commands in AutoCAD -- Move -- Rotate -- Offset -- Array -- Mirror -- Clean-up Commands-Trim, Extend, Break, Fillet, Chamfer -- Trim -- Extend -- Break -- Fillet -- Chamfer -- Changing Object Properties from Command Line -- Scale -- Stretch -- Object Snap Mode -- How to Use the One-time Object Snap -- Display Control in AutoCAD -- Regen and Redraw -- Realtime Panning -- Realtime Zoom -- Zoom -- Zoom Dynamic -- Grid and Snap -- Setting a Reference Grid and Snap -- Isometric Option of Snap and Grid -- Layer…”
    Libro electrónico
  10. 18030
    Publicado 2014
    Tabla de Contenidos: “…10.2 Digital Holography 226 -- 10.3 Metal Nanoparticles 227 -- 10.4 Resolution Enhancement in Digital Holography 229 -- 10.5 Field of View Enhancement in Digital Holography 231 -- 10.6 Eliminating the DC Term and the Twin Images 233 -- 10.7 Additional Applications 235 -- Part III MULTI-DIMENSIONAL IMAGING AND DISPLAY -- 11 Three-Dimensional Integral Imaging and Display 243 / Manuel Martƒinez-Corral, Adriǹ Dorado, Anabel LLavador, Genaro Saavedra and Bahram Javidi -- 11.1 Introduction 243 -- 11.2 Basic Theory 245 -- 11.3 The Plenoptic Function 246 -- 11.4 Methods for the Capture of the Plenoptic Field 249 -- 11.5 Walking in Plenoptic Space 255 -- 11.6 Reconstruction of Intensity Distribution in Different Depth Planes 257 -- 11.7 Implementation of the Integral Imaging Display Device 261 -- 11.8 Conclusion 262 -- 12 Image Formats of Various 3-D Displays 267 / Jung-Young Son, Chun-Hea Lee, Wook-Ho Son, Min-Chul Park and Bahram Javidi -- 12.1 Chapter Overview 267 -- 12.2 Introduction 268 -- 12.3 Multiplexing Schemes 269 -- 12.4 Image Formats for 3-D Imaging 271 -- 13 Ray-based and Wavefront-based 3D Representations for Holographic Displays 303 / Masahiro Yamaguchi and Koki Wakunami -- 13.1 Introduction 303 -- 13.2 Ray-based and Wavefront-based 3D Displays 303 -- 13.3 Conversion between Ray-based and Wavefront 3D Representations 307 -- 13.4 Hologram Printer Based on a Full-Parallax Holographic Stereogram 308 -- 13.5 Computational Holography Using a Ray-Sampling Plane 310 -- 13.6 Occlusion Culling for Computational Holography Using the Ray-Sampling Plane 313 -- 13.7 Scanning Vertical Camera Array for Computational Holography 315 -- 13.8 Conclusion and Future Issues 323 -- 14 Rigorous Diffraction Theory for 360 Computer-Generated Holograms 327 / Toyohiko Yatagai, Yusuke Sando and Boaz Jessie Jackin -- 14.1 Introduction 327 -- 14.2 Three-Dimensional Object and Its Diffracted Wavefront 328 -- 14.3 Point-Spread Function Approach for Spherical Holography 333 -- 14.4 Rigorous Point-Spread Function Approach 336.…”
    Libro electrónico
  11. 18031
    por Jordan, Ted
    Publicado 2023
    Tabla de Contenidos: “…Managing Permissions from the Command Line -- Exercise 6-2: Managing Permissions -- Working with Default Permissions -- Working with Special Permissions -- Exercise 6-3: Managing Default and Special Permissions -- Configuring File Attributes and Access Control Lists -- File Attributes -- File Access Control Lists -- Chapter Review -- Questions -- Answers -- Chapter 7 Managing Storage -- An Overview of Storage -- The Master Boot Record -- The GUID Partition Table -- The Device Naming Conventions -- Viewing Disk Partitions -- Creating Partitions -- Partition Considerations -- fdisk Partitioning Utility -- parted Partitioning Utility -- gdisk Partitioning Utility -- Block Device Encryption -- Creating Filesystems -- Available Filesystems -- Building a Filesystem -- Mounting a Filesystem -- Mounting Filesystems Automatically at Boot -- Unmounting a Partition with umount -- Managing Linux Filesystems -- Using df to Verify Free Disk Space -- Using du to Verify Directory Usage -- Reporting Filesystem Status Using dumpe2fs -- Verifying XFS Filesystems Using xfs_admin -- Checking the Filesystem Integrity -- Managing Quotas -- Editing /etc/fstab to Set Up Quotas -- Creating Quota Database Files -- Assigning a Quota to Users and Groups -- Exercise 7-1: Managing Linux Partitions -- Chapter Review -- Questions -- Answers -- Chapter 8 Configuring Volume Management -- Implementing Logical Volume Management -- LVM Components -- LVM Configuration -- LVM Snapshots -- Extending LVMs -- Creating Archives and Performing Compression -- Selecting a Backup Medium -- Selecting a Backup Strategy -- Linux Backup and Compression Utilities -- Exercise 8-1: Backing Up Data -- Enabling Redundant Array of Independent Disks -- Configuring Software RAID -- Verifying RAID Status -- Exercise 8-2: Configuring RAID and Logical Volumes -- Chapter Review -- Questions -- Answers…”
    Libro electrónico
  12. 18032
    Publicado 2024
    Tabla de Contenidos: “…- redux -- Discovering value types -- Booleans -- Integers -- Real numbers -- Char -- Typing explained -- Dynamic versus static typing -- Casting variables -- Navigating reference types -- Arrays -- Strings -- Hashtables -- Splatting - a cool use for hashtables -- Summary -- Exercises -- Further reading -- Chapter 5: PowerShell Control Flow - Conditionals and Loops -- An introduction to IDEs and VS Code -- Installing VS Code -- Configuring VS Code for PowerShell -- Conditional control - if, else, elseif, and switch -- The if statement -- The switch statement -- Loops - foreach, do while, do until, while, for -- The foreach loop statement -- The do while and do until loop statements -- The while loop -- The for loop -- Breaking and continuing -- The break statement -- The continue statement -- Let's play a game -- Summary -- Exercises -- Further reading -- Chapter 6: PowerShell and Files - Reading, Writing, and Manipulating Data -- Understanding formatting -- Format-List -- Format-Table -- Format-Wide -- Formatting gotchas -- Writing a text file -- Using ConvertTo- and Export- cmdlets -- CSV -- XML -- HTML -- Handling files -- A brief note about PSProviders and PSDrives -- Item- cmdlets -- Working with files -- Get-Content -- Import- cmdlets -- Let's have some fun - measuring the most frequent words in a text file -- Summary -- Exercises -- Further reading -- Chapter 7: PowerShell and the Web - HTTP, REST, and JSON -- Working with HTTP -- Why don't we see Forms information in PowerShell 7? …”
    Libro electrónico
  13. 18033
    por van Gumster, Jason
    Publicado 2024
    Tabla de Contenidos: “…with the Mirror modifier -- Smoothing things out with the Subdivision Surface modifier -- Using the power of Arrays -- Chapter 3 Sculpting in Virtual Space -- Adding Background Images in the 3D Viewport -- Mastering the types of image objects -- Changing image object properties -- Adjusting your image objects -- Setting Up Your Sculpting Workspace -- Understanding Matcaps: A Display Option for Sculpting -- Sculpting a Mesh Object -- Understanding sculpt tool types -- Additive tools -- Subtractive tools -- Move tools -- Simulation tools -- Helper and paint tools -- Mask and filter tools -- Understanding the difference between tools and brushes -- Tweaking brush properties -- Refining control of your tools -- Creating custom brushes -- Using Blender's texture system to tweak brushes -- Sculpting with the Multiresolution Modifier -- Freeform Sculpting with Dynamic Topology (Dyntopo) -- Sculpting with Voxel Remesh -- Understanding the Basics of Retopology -- Chapter 4 Using Blender's Non-Mesh Primitives -- Using Curves and Surfaces -- Understanding the different types of curves -- The anatomy of a Bézier curve -- Working with curves -- Drawing curves -- Changing 3D curves into 2D curves -- Extruding, beveling, and tapering curves…”
    Libro electrónico
  14. 18034
    Publicado 2024
    Tabla de Contenidos: “…Considering the Art of Feature Creation -- Defining feature creation -- Combining variables -- Understanding binning and discretization -- Using indicator variables -- Transforming distributions -- Performing Operations on Arrays -- Using vectorization -- Performing simple arithmetic on vectors and matrices -- Performing matrix vector multiplication -- Performing matrix multiplication -- Part 3 Visualizing Information -- Chapter 10 Getting a Crash Course in Matplotlib -- Starting with a Graph -- Defining the plot -- Drawing multiple lines and plots -- Saving your work to disk -- Setting the Axis, Ticks, and Grids -- Getting the axes -- Formatting the axes -- Adding grids -- Defining the Line Appearance -- Working with line styles -- Using colors -- Adding markers -- Using Labels, Annotations, and Legends -- Adding labels -- Annotating the chart -- Creating a legend -- Chapter 11 Visualizing the Data -- Choosing the Right Graph -- Creating comparisons with bar charts -- Showing distributions using histograms -- Depicting groups using boxplots -- Seeing data patterns using scatterplots -- Creating Advanced Scatterplots -- Depicting groups -- Showing correlations -- Plotting Time Series -- Representing time on axes -- Plotting trends over time -- Plotting Geographical Data -- Using an environment in Notebook -- Using Cartopy to plot geographic data -- Avoiding outdated libraries: The Basemap Toolkit -- Visualizing Graphs -- Developing undirected graphs -- Developing directed graphs -- Part 4 Wrangling Data -- Chapter 12 Stretching Python's Capabilities -- Playing with Scikit-learn -- Understanding classes in Scikit-learn -- Defining applications for data science -- Using Transformative Functions -- Chaining estimators -- Transforming targets -- Composing features -- Handling heterogeneous data -- Considering Timing and Performance…”
    Libro electrónico
  15. 18035
    por Mendizabal López, Urtzi
    Publicado 2003
    Libro
  16. 18036
    por Arrabal, Fernando, 1932-
    Publicado 2000
    Libro
  17. 18037
  18. 18038
    por Arrabal
    Publicado 1972
    Libro
  19. 18039
    por Arrabal, Juan
    Publicado 1935
    Libro
  20. 18040
    Libro