Mostrando 15,301 - 15,320 Resultados de 20,414 Para Buscar 'Urrao~', tiempo de consulta: 1.09s Limitar resultados
  1. 15301
    por Mittal, Ajay
    Publicado 2010
    Tabla de Contenidos: “…Conceptual Questions and Answers -- Code Snippets -- Multiple-choice Questions -- Outputs and Explanations to Code Snippets -- Answers to Multiple-choice Questions -- Programming Exercises -- Test Yourself -- 3 Statements -- 3.1 Introduction -- 3.2 Statements -- 3.3 Classification of Statements -- 3.3.1 Based Upon the Type of Action they Perform -- 3.3.2 Based Upon the Number of Constituent Statements -- 3.3.3 Based Upon their Role -- 3.4 Summary -- Exercise Questions -- Conceptual Questions and Answers -- Code Snippets -- Multiple-choice Questions -- Outputs and Explanations to Code Snippets -- Answers to Multiple-choice Questions -- Programming Exercises -- Test Yourself -- 4 Arrays and Pointers -- 4.1 Introduction -- 4.2 Arrays -- 4.3 Single-dimensional Arrays -- 4.3.1 Declaration of a Single-dimensional Array -- 4.3.2 Usage of Single-dimensional Array -- 4.3.3 Memory Representation of Single-dimensional Array -- 4.3.4 Operations on a Single-dimensional Array -- 4.4 Pointers -- 4.4.1 Operations on Pointers -- 4.4.2 void pointer -- 4.4.3 Null Pointer -- 4.5 Relationship Between Arrays and Pointers -- 4.6 Scaling up the Concept -- 4.6.1 Array of Arrays (Multi-dimensional Arrays) -- 4.6.2 Array of Pointers -- 4.6.3 Pointer to a Pointer -- 4.6.4 Pointer to an Array -- 4.7 Advantages and Limitations of Arrays -- 4.8 Summary -- Exercise Questions -- Conceptual Questions and Answers -- Code Snippets -- Multiple-choice Questions -- Outputs and Explanations to Code Snippets -- Answers to Multiple-choice Questions -- Programming Exercises -- Test Yourself -- 5 Functions -- 5.1 Introduction -- 5.2 Functions -- 5.3 Classification of Functions -- 5.3.1 Based Upon who Develops the Function -- 5.3.2 Based Upon the Number of Arguments a Function Accepts -- 5.4 Summary -- Exercise Questions -- Conceptual Questions and Answers -- Code Snippets…”
    Libro electrónico
  2. 15302
    por Eguren, Mariana
    Publicado 2005
    Tabla de Contenidos:
    Libro electrónico
  3. 15303
    Tabla de Contenidos: “…XY, MS, and First-order Ambisonics -- Auditory events of multi-loudspeaker playback -- Amplitude panning using vector bases -- Ambisonic amplitude panning in higher orders -- Signal flow and effects in Ambisonic productions -- Higher-order Ambisonic microphones and the wave equation (linear, lossless) -- Compact spherical loudspeaker arrays -- 5D room impulse responses + virtual IKO…”
    Libro electrónico
  4. 15304
    por Gu, Changyi. author
    Publicado 2016
    Tabla de Contenidos: “…Field-Programmable Gate Arrays -- 8. Debounce, Power Management, and Display -- 9. …”
    Libro electrónico
  5. 15305
    por Nash, Trey
    Publicado 2010
    Tabla de Contenidos: “…C# Preview -- C# and the CLR -- C# Syntax Overview -- Classes, Structs, and Objects -- Interfaces and Contracts -- Overloading Operators -- Exception Handling and Exception Safety -- Working with Strings -- Arrays, Collection Types, and Iterators -- Delegates, Anonymous Functions, and Events -- Generics -- Threading in C# -- In Search of C# Canonical Forms -- Extension Methods -- Lambda Expressions -- LINQ: Language Integrated Query -- Dynamic Types…”
    Libro electrónico
  6. 15306
    Publicado 2022
    Tabla de Contenidos: “…1. JQuery Basics -- 2. Arrays and Iteration -- 3. Understanding the Event Model -- 4. …”
    Libro electrónico
  7. 15307
    por Davis, Michele E.
    Publicado 2007
    Tabla de Contenidos: “…Dynamic content and the Web -- Installation -- Exploring PHP -- PHP decision making -- Functions -- Arrays -- Working with MySQL --Database best practices -- Getting PHP to talk to MySQL -- Working with forms -- Practical PHP -- XHTML --Modifying MySQL and PHP data -- Cookies, sessions, and access control -- Security -- Validation and error handling -- Sample applications -- Finishing your journey…”
    Libro electrónico
  8. 15308
    por Cody, Ronald P.
    Publicado 2010
    Tabla de Contenidos: “…Character functions -- Perl regular expressions -- Sort functions -- Date and time functions -- Array functions -- Truncation functions -- Descriptive statistics functions -- Mathematical and numeric functions -- Random number functions -- Special functions -- State and ZIP code functions -- Trigonometric functions -- Macro functions -- SAS file I/O functions -- Variable information functions -- Bitwise logical functions…”
    Libro electrónico
  9. 15309
    por Rothwell, William "Bo". author
    Publicado 2020
    Tabla de Contenidos: “…Advanced Data Types: Arrays -- 4. Advanced Data Types: Hashes -- 5. Typeglobs -- 6. …”
    Libro electrónico
  10. 15310
    por Rodrigo, Joaquín, 1901-1999
    Publicado 2002
    Tabla de Contenidos: “…Cántico de la esposa ; Triptic de Mossèn Cinto ; Romance del Comendador de Ocaña : Cantos de amor y de guerra ; Retablo de Navidad ; Cuatro madrigales amatorios ; Rosaliana ; Quatre cançons en llengua catalana ; Cánticos nupciales ; Tres canciones sefardíes ; Jo tinc un burro ; Ave María ; Tres canciones ligeras…”
    CDROM
  11. 15311
    por Hinzberg, Holger
    Publicado 2014
    Tabla de Contenidos: “…7.9 Ein paar Fragen ...Vererbung und Protokolle; 8.1 Das Erbe der Klasse Person; 8.2 Erweiterungen der abgeleiteten Klasse; 8.3 Methoden überschreiben; 8.4 Initialisierung von abgeleiteten Klassen; 8.5 Protokolle; 8.6 BOOL - Ein besonderer Datentyp; 8.7 Das NSCoding Protokoll; 8.8 Serialisierung leicht gemacht; 8.9 Ein paar Fragen ...; Array & Dictionary; 9.1 Personenliste - Ein Array mit Personen; 9.2 NSMutableArray; 9.3 Arrays und Referenzzähler; 9.4 Schnell durchs Array mit Fast Enumeration; 9.5 Vielfältige Manipulationen; 9.6 Arrays sortieren; 9.7 Ein Array aus einfachen Typen…”
    Libro electrónico
  12. 15312
    Publicado 2009
    Tabla de Contenidos: “…5.7 The goto Statement -- 5.8 The switch Statement -- 5.9 Nested switch () Case -- 5.10 The switch () Case and Nested IFS -- Summary -- Exercises -- Chapter 6: Loop Control Statements -- 6.1 Introduction -- 6.2 The for Loop -- 6.3 Nested for Loops -- 6.4 The while Loop -- 6.5 The do-while -- 6.6 The do-while Statement with while Loop -- Summary -- Exercises -- Chapter 7: Arrays -- 7.1 Introduction -- 7.2 Array Initialization -- 7.3 Definition of Array -- 7.4 Characteristic of Array -- 7.5 One-dimensional Array -- 7.6 Predefined Streams -- 7.7 Two-dimensional Array -- 7.8 Three- or Multi-dimensional Arrays -- 7.9 The sscanf () and sprintf () Functions -- Summary -- Exercises -- Chapter 8: Working with Strings & Standard Functions -- 8.1 Introduction -- 8.2 Declaration and Initialization of String -- The Output will be SANJAY -- 8.3 Display of Strings with Different Formats -- Where, the text is 'PRABHAKAR' -- 8.4 String Standard Functions -- 8.5 Applications of Strings -- Summary -- Exercises -- Chapter 9: Pointers -- 9.1 Introduction -- 9.2 Features of Pointers -- 9.3 Pointer Declaration -- 9.4 Arithmetic Operations with Pointers -- 9.5 Pointers and Arrays -- 9.6 Pointers and Two-dimensional Arrays -- 9.7 Array of Pointers -- 9.8 Pointers to Pointers -- 9.9 Pointers and Strings -- 9.10 Void Pointers -- Summary -- Exercises -- Chapter 10: Functions -- 10.1 Introduction -- 10.2 Definition of a Function -- Why use Functions -- How a Function Works -- 10.3 Declaration of a Function -- 10.4 The Return Statement -- 10.5 Types of Functions -- 10.6 Call by Value and Reference -- 10.7 Function Returning More Values -- 10.8 Function as an Argument -- 10.9 Functions with Arrays and Pointers -- 10.10 Recursion -- Summary -- Exercises -- Chapter 11: Preprocessor Directives -- 11.1 Introduction -- 11.2 The #define Directive -- 11.3 Undefining a Macro -- Syntax…”
    Libro electrónico
  13. 15313
    Publicado 2017
    Tabla de Contenidos: “…Rotating the Empties -- Scaling empties and adjusting for differences in pictures -- Modeling the base of the house -- Using Extrude and merging vertices -- Using Loop Cut and Slide -- Summary -- Chapter 9: Mesh Modeling and Positioning the Details -- Modeling windows -- Creating a window as a separate object -- Adding shutters with a multi-cut Loop Cut and Slide -- Starting window panes with Subdivide -- Subdividing edges -- Controlling the number of cuts -- Finishing window panes with Inset -- Noting and applying exact thicknesses -- Raising the details with Extrude -- Renaming and copying windows -- Perfecting the positioning with Snap -- Summary -- Chapter 10: Making Textures with the Array Modifier and Scalable Vector Graphics -- Making brickwork with the Array Modifier -- Adding an Array Modifier -- Picking the Fit Type -- Understanding the impact of scale on the Array Modifier -- Setting the Offset -- Nesting Array Modifiers -- Importing a Scalable Vector Graphics file for stonework -- Using the Outliner and Properties Shelf to find objects -- Scaling, rotating and converting to 3D mesh -- Combining with the Array Modifier -- Summary -- Chapter 11: Applying Textures with Boolean Intersection -- Making template shapes -- Duplicating and separating vertices -- Joining and separating objects as a shortcut -- Joining and making new faces -- Deleting unnecessary faces and edges -- Adjusting vertex coordinates -- Creating new edges and filling faces -- Taking an intersection -- Adding a Boolean Intersection Modifier -- Previewing modifiers -- Switching viewport shading to wireframe -- Hiding the supporting object -- Making adjustments -- Applying and placing the Intersection -- Finalizing and exporting the house -- Summary -- Chapter 12: Making Organic Shapes with the Subdivision Surface Modifier -- Thinking about overhangs and flat bases…”
    Libro electrónico
  14. 15314
    Publicado 2013
    Tabla de Contenidos: “…-- Why Loops Are Useful -- Using Loops -- for -- while -- do while -- for in and for each in -- Using break and continue -- Try This 6-2: Work with for Loops and while Loops -- Step by Step -- Try This Summary -- Chapter 6 Self Test -- Chapter 7: JavaScript Arrays -- What Is an Array? -- Why Arrays Are Useful -- Defining and Accessing Arrays -- Naming an Array -- Defining an Array -- Accessing an Array's Elements -- Using the length Property and Loops -- Changing Array Values and Changing the Length -- Try This 7-1: Use Loops with Arrays -- Step by Step -- Try This Summary -- Array Properties and Methods -- Properties -- Methods -- Nesting Arrays -- Defining Nested Arrays -- Loops and Nested Arrays -- Try This 7-2: Nested Arrays Practice -- Step by Step -- Try This Summary…”
    Libro electrónico
  15. 15315
    Publicado 2010
    Tabla de Contenidos: “…Constructor's Return ValuesPatterns for Enforcing new; Naming Convention; Using that; Self-Invoking Constructor; Array Literal; Array Literal Syntax; Array Constructor Curiousness; Check for Array-ness; JSON; Working with JSON; Regular Expression Literal; Regular Expression Literal Syntax; Primitive Wrappers; Error Objects; Summary; Chapter 4. …”
    Libro electrónico
  16. 15316
    Publicado 2015
    Tabla de Contenidos: “…The if and ifnot bindingsThe with binding; Computed observables; Using a computed observable; Computed observable features; Observable arrays; Using an observable array; Adding to an observable array; Removing from an observable array; Manipulating an observable array; Summary; Chapter 3: Integrating Knockout.js in ASP.NET MVC Applications; Creating an application without Knockout.js; Creating a new project; Adding models; Adding views; Adding the Controller; Running the application; Creating an application with Knockout.js; Motivation; Creating a new project; Adding models; Adding views…”
    Libro electrónico
  17. 15317
    Publicado 2013
    Tabla de Contenidos: “…Excel -- Getting started -- Formulas and functions -- Charts and tables -- What-if analysis -- Data analysis -- Basic finance -- Time value of money -- Investments -- Risk and portfolio models -- Valuation -- Valuation of investments and projects -- Real estate -- Bonds -- Stocks -- Options -- Simulations -- Monte Carlo simulations -- VBA -- Visual basic for applications -- Programming in VBA -- Control structures -- Working with VBA -- Procedures -- Arrays -- Userforms…”
    Libro electrónico
  18. 15318
    Publicado 2014
    Tabla de Contenidos: “…Strings -- Numbers -- Dates and times -- Arrays -- Variables -- Functions -- Classes and objects -- Web fundamentals -- Forms -- Database access -- Sessions and data persistence -- XML -- Web automation -- Consuming RESTful APIs -- Serving RESTful APIs -- Internet services -- Graphics -- Security and encryption -- Internationalization and localization -- Error handling -- Software engineering -- Performance tuning -- Regular expressions -- Files -- Directories -- Command-line PHP -- Packages…”
    Libro electrónico
  19. 15319
    por Hogenson, Gordon
    Publicado 2008
    Tabla de Contenidos: “…Introducing C++/CLI -- A Quick Tour of the C++/CLI Language Features -- Building C++/CLI Programs for the Common Language Runtime with Visual C++ -- Object Semantics in C++/CLI -- Fundamental Types: Strings, Arrays, and Enums -- Classes and Structs -- Features of a .NET Class -- Inheritance -- Interfaces -- Exceptions, Attributes, and Reflection -- Parameterized Functions and Types -- An Introduction to the STL/CLR Library -- Interoperability…”
    Libro electrónico
  20. 15320
    Publicado 2012
    Tabla de Contenidos: “…Introduction to computers -- Computer memory and storage -- Computer software -- Computer programming languages -- Number systems and binary codes -- Introduction to C -- The C declarations -- Operators and expressions -- Input, output, and control loop statements -- Storage class -- Preprocessor Directives -- Arrays -- Pointers -- Dynamic memory allocation -- Structure and union -- Files -- Functions -- Working with strings and standard functions -- American standard code for information interchange…”
    Libro electrónico