Mostrando 1,501 - 1,520 Resultados de 2,511 Para Buscar '"In the Loop"', tiempo de consulta: 0.08s Limitar resultados
  1. 1501
    Publicado 2006
    Tabla de Contenidos: “…Basic Input/Output OperationsCalculating in C++; Variable Types and Casting; Understanding Storage Duration and Scope; Namespaces; C++/CLI Programming; Summary; Exercises; Chapter 3: Decisions and Loops; Comparing Values; Repeating a Block of Statements; C++/CLI Programming; Summary; Exercises; Chapter 4: Arrays, Strings, and Pointers; Handling Multiple Data Values of the Same Type; Indirect Data Access; Dynamic Memory Allocation; Using References; C++/CLI Programming; Summary; Exercises; Chapter 5: Introducing Structure into Your Programs; Understanding Functions…”
    Libro electrónico
  2. 1502
    Publicado 2006
    Tabla de Contenidos: “…The Expression PageSummary; Chapter 4 Containers and Data Flow; Containers; Sources; Destinations; Transformations; Data Flow Example; Data Viewers; Summary; Chapter 5 Creating an End-to-End Package; Basic Transformation Tutorial; Typical Mainframe ETL with Data Scrubbing; Looping and the Dynamic Task; Summary; Chapter 6 Advanced Tasks and Transforms; Execute SQL Task; Import Column; Using Temp Tables in SSIS Package Development; Export Column; Row Count; OLE DB Command; Term Extraction; Term Lookup; Fuzzy Lookup; Fuzzy Grouping; Pivot Transform; Unpivot; Slowly Changing Dimension…”
    Libro electrónico
  3. 1503
    Publicado 2006
    Tabla de Contenidos: “…Boolean LogicThe goto Statement; Branching; Looping; Summary; Exercises; Chapter 5: More about Variables; Type Conversion; Complex Variable Types; String Manipulation; Summary; Exercises; Chapter 6: Functions; Defining and Using Functions; Variable Scope; The Main() Function; Struct Functions; Overloading Functions; Delegates; Summary; Exercises; Chapter 7: Debugging and Error Handling; Debugging in Visual Studio; Error Handling; Summary; Exercises; Chapter 8: Introduction to Object-Oriented Programming; What Is Object-Oriented Programming?…”
    Libro electrónico
  4. 1504
    por Oualline, Steve
    Publicado 1997
    Tabla de Contenidos: “…Hexadecimal and Octal ConstantsOperators for Performing Shortcuts; Side Effects; ++x or x++; More Side-Effect Problems; Answers; Programming Exercises; Decision and Control Statements; if Statement; else Statement; How Not to Use strcmp; Looping Statements; while Statement; break Statement; continue Statement; Assignment Anywhere Side Effect; Answer; Programming Exercises; Programming Process; Setting Up; Specification; Code Design; Prototype; Makefile; Generic UNIX; UNIX with the Free Software Foundation's gcc Compiler; Borland C++; Turbo C++; Visual C++; Testing; Debugging; Maintenance…”
    Libro electrónico
  5. 1505
    Publicado 2006
    Tabla de Contenidos: “…Combinational Feedback Loops Asynchronous Set/Reset Signals; Scan Design Flow; Scan Design Rule Checking and Repair; Scan Synthesis; Scan Configuration; Scan Replacement; Scan Reordering; Scan Stitching; Scan Extraction; Scan Verification; Verifying the Scan Shift Operation; Verifying the Scan Capture Operation; Scan Design Costs; Special-Purpose Scan Designs; Enhanced Scan; Snapshot Scan; Error-Resilient Scan; RTL Design for Testability; RTL Scan Design Rule Checking and Repair; RTL Scan Synthesis; RTL Scan Extraction and Scan Verification; Concluding Remarks; Exercises; Acknowledgments…”
    Libro electrónico
  6. 1506
    por Marschke, Doug
    Publicado 2008
    Tabla de Contenidos: “…Interfaces; Transient Interfaces; Chassis slot number; PIC slot number; Port number; Logical unit and channel numbers; Interface Properties; Logical Properties; Interface Configuration Examples; Fast Ethernet with VLAN Tagging; T1 Interface with Cisco HDLC Encapsulation; Serial Interface with PPP; Serial Interface with Frame Relay; ADSL Using PPPoE over ATM; ISDN; MLPPP; GRE; VRRP; Interface Troubleshooting; Encapsulation Mismatches; Path MTU Issues; Looped Interfaces; Conclusion; Exam Topics; Chapter Review Questions; Chapter Review Answers…”
    Libro electrónico
  7. 1507
    por M A K 1974-
    Publicado 2009
    Tabla de Contenidos: “…PowerShell Snap-ins PowerShell cmdlet Syntax; Getting Help; Sorting; Formatting; Summary; Chapter 3: Windows PowerShell Programming, Scripting, Error Handling, and Debugging; PowerShell Scripts; PowerShell Variables; Arrays; Expressions; Conditional Expressions; Loop Construct; Input; PowerShell Scripting; Text File As Input; Output; Error Handling; Debugging; Summary; Chapter 4: Windows PowerShell Functions, Parameters, Sourcing, Scopes, and User Profiles; Functions; Script Parameters; Sourcing; Variable Scope; Transcripts; Summary…”
    Libro electrónico
  8. 1508
    por Shirazi, Jack
    Publicado 2007
    Tabla de Contenidos: “…What Optimizing Compilers Cannot DoWhat Optimizing Compilers Can Do; Remove unused methods and classes; Increase statically bound calls; Cut dead code and unnecessary instructions, including checks for null; Use computationally cheaper alternatives (strength reduction); Replace runtime computations with compiled results; Remove unused fields; Remove unnecessary parts of compiled files; Reduce necessary parts of compiled files; Alter access control to speed up invocations; Inline calls; Remove dynamic type checks; Unroll loops; Code motion; Eliminate common subexpressions…”
    Libro electrónico
  9. 1509
    Publicado 2009
    Tabla de Contenidos: “…moving layers in timetrimming layers; trimming in the Layer and Footage panels; slip editing; Sequence Layers assistant; looping footage; image sequences; changing the frame rate; Time Stretch; Blending Modes; effects and solids; effect motion path; Effects & Presets panel; searching for effects; Animation Presets; Behavior presets; Layer Styles; Adjustment Layers; filmic glow; non-square pixels; Lesson 4 - Creating Transparency: Using masks, mattes, and stencils to cut out portions of a layer; masking tools, creating mask shapes; Rounded Rectangle tool; Free Transform Points…”
    Libro electrónico
  10. 1510
    por Watt, Andrew, 1953-
    Publicado 2007
    Tabla de Contenidos: “…Chapter 10: Scripting with Windows PowerShellEnabling Scripts on Your Machine; Using the set-variable and Related Cmdlets; Summary; Chapter 11: Additional Windows PowerShell Language Constructs; Arrays; Associative Arrays; Conditional Expressions; Looping Constructs; Summary; Chapter 12: Processing Text; The .NET String Class; Casting Strings to Other Classes; Chapter 13: COM Automation; Using the new-object Cmdlet; Working with Specific Applications; Using Synthetic Types; Summary; Chapter 14: Working with .NET; Windows PowerShell and the .NET Framework; Creating .NET Objects…”
    Libro electrónico
  11. 1511
    Publicado 2008
    Tabla de Contenidos: “…Professional Visual Basic 2008; About the Authors; About the Technical Editors; Credits; Contents; Introduction; The Importance of Visual Basic; Who This Book Is For; What You Need to Use This Book; What This Book Covers; Conventions; Source Code; Errata; p2p.wrox.com; Chapter 1: Visual Basic 2008 Core Elements; Initial Keywords and Syntax; Value and Reference Types; Commands: Conditional; Value Types (Structures); Reference Types (Classes); Commands: Looping Statements; Boxing; Parameter Passing; Variable Scope; Data Type Conversions; Summary; Chapter 2: Object Syntax Introduction…”
    Libro electrónico
  12. 1512
    Publicado 2010
    Tabla de Contenidos: “…Index StructureIndex Scan Types; Index Unique Scan; Index range scan; Index Full Scan; Index Skip Scan; Index Fast Full Scan; Join Methods; Nested Loops Joins; Sort-Merge Joins; Hash Joins; Cartesian Joins; Outer Joins; Summary; CHAPTER 4 SQL is About Sets; Thinking in Sets; Moving from Procedural to Set-based Thinking; Procedural vs Set-based Thinking: An Example; Set Operations; UNION and UNION ALL; MINUS; INTERSECT; Sets and Nulls; NULLs and Unintuitive Results; NULL Behavior in Set Operations; NULLs and GROUP BY and ORDER BY; NULLs and Aggregate Functions; Summary…”
    Libro electrónico
  13. 1513
    por Palamar, Todd
    Publicado 2011
    Tabla de Contenidos: “…Lofting SurfacesIntersecting Surfaces; Trim Surfaces; Working with Trim Edges; Fillet Surfaces; Creating Rail Surfaces; Lofting Across Multiple Curves; Live Surfaces; NURBS Tessellation; Modeling with Polygons; Shaping Using Smooth Mesh Polygon Geometry; Insert Edge Loops; Extruding Polygons; Edge Creasing; Mirror Cut; The Bottom Line; Modeling II; Modeling with Deformers; Using a Lattice; Soft Modification Tool; Combining Meshes; Using Bevel Plus and Bevel Edges; Creating the Curves; Projecting the Curve; Bevel Edges; Using Curves; Create an Extrusion Curve; Extrude Along a Curve…”
    Libro electrónico
  14. 1514
    por Marucchi-Foino, Romain
    Publicado 2012
    Tabla de Contenidos: “…Adding Texture Support to Your Fragment Shader Binding the Texture; Summary; Chapter 4: Building a Scene; Handling Multiple Objects; The Code Structure; Loading and Drawing the Scene; The Shaders Code; The Different Object Types; The Drawing Sequence; Fixing the Scene; Uber Shader; Using Your Uber Shader; Render Loop Objects Categorization; Double-Sided; Per-Pixel Lighting; Making the Vertex Shader Even Fatter; Getting the Fragment Shader More Uber; Wrapping up the Implementation; Summary; Chapter 5: Optimization; The Base App; Triangles to Triangle Strips; Building Triangle Strips…”
    Libro electrónico
  15. 1515
    por Smoot, Stephen R.
    Publicado 2012
    Tabla de Contenidos: “…; VEM-to-VSM communication; System VLANs; Domain ID; Switch forwarding; MAC address learning; Loop prevention; ESX Server storage networking overview; ESX Server storage components; The concept of virtual data store; Virtual machine file system…”
    Libro electrónico
  16. 1516
    por Dasnois, Benjamin
    Publicado 2011
    Tabla de Contenidos: “…Field access and function callsConstructing class instance; Conditional branching; If; Switch; Loops; While; For; Break and continue; Time for action - Using the break keyword; Time for action - Using the continue keyword; Return; Exception handling; Anonymous objects; Local functions; Managing a fridge; Time for action - Managing a fridge; Summary; Chapter 3:Being Cross-platform with haXe; What is cross-platform in the library; Object storage; The Std class; The haxe package; The haxe.remoting package; The haxe.rtti package; The haxe.Http class; Regular expressions and XML handling…”
    Libro electrónico
  17. 1517
    Publicado 2009
    Tabla de Contenidos: “…; Using the Simple Logical Operators; Expressing Binary Numbers; Performing Bitwise Logical Operations; Chapter 5 Controlling Program Flow; Controlling Program Flow with the Branch Commands; Executing Loops in a Program; Nesting Control Commands; Switching to a Different Subject?…”
    Libro electrónico
  18. 1518
    Publicado 2005
    Tabla de Contenidos: “…Underground Movement: This opening title uses the Piccadilly Circus render as a comp proxy.Includes looping Illustrator sequences and the Offset effect.8. …”
    Libro electrónico
  19. 1519
    por Evans, Brian, artist
    Publicado 2011
    Tabla de Contenidos: “…Function ReturnsFunction Parameters; Project 7: HSB Color Mixer; Hooking It Up; Uploading the Source Code; Source Code Summary; Hardware Interrupts; attachInterrupt(); detachInterrupt(); Summary; CHAPTER 8 Arrays and Memory; Project 8: Decision Machine; Hooking It Up; Uploading the Source Code; Source Code Summary; Inclusions and Declarations; setup() and loop(); Functions; Arrays; Declaring Arrays; Using Arrays; Arrays of Values; Array Limits and sizeof(); Assigning Array Values; Character Arrays; Multidimensional Arrays; Arduino Memory; Checking Free RAM; Using Program Memory; Using EEPROM…”
    Libro electrónico
  20. 1520
    por Warren, John-David
    Publicado 2011
    Tabla de Contenidos: “…Semi-ConductorsDatasheets; Integrated Circuits; Packages; Through-Hole Components; IC Sockets; Surface-Mount Components (SMT or SMD); Arduino Primer; Arduino Variants; Standard Arduino; Arduino Mega; Clones; Arduino IDE; The Sketch; Variable Declaration; The Setup Function; The Loop Function; Signals; Digital Signals; Digital Inputs; Digital Outputs; Special Case: External Interrupts; Analog Signals; Analog Inputs; Analog Outputs (PWM); Duty-Cycle; Frequency; Homemade PWM Example; Building Circuits; Circuit Design; Schematics; Prototyping; Breadboard; Perforated Prototyping Board (Perf-Board)…”
    Libro electrónico