Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 190
- Computer programming 156
- Application software 150
- Python (Computer program language) 140
- Programming 134
- Engineering & Applied Sciences 117
- JavaScript (Computer program language) 101
- Java (Computer program language) 96
- Programming languages (Electronic computers) 83
- Data processing 82
- Computer Science 79
- Design 73
- Computer software 72
- Computer programs 68
- Web site development 67
- Artificial intelligence 60
- Management 59
- Video games 59
- Software engineering 55
- Computer networks 51
- Design and construction 51
- C (Computer program language) 48
- Machine learning 47
- Programming Languages, Compilers, Interpreters 47
- Web sites 45
- Database management 43
- Operating systems (Computers) 43
- C++ (Computer program language) 41
- Computer animation 41
- Computer graphics 39
-
1001Publicado 2015Tabla de Contenidos: “…Time for action - deciding with the if statementThe for loop; Time for action - repeating instructions with loops; Python functions; Time for action - defining functions; Python modules; Time for action - importing modules; NumPy on Windows; Time for action - installing NumPy, matplotlib, SciPy, and IPython on Windows; NumPy on Linux; Time for action - installing NumPy, matplotlib, SciPy, and IPython on Linux; NumPy on Mac OS X; Time for action - installing NumPy, SciPy, matplotlib, and IPython with MacPorts or Fink; Building from source; Arrays; Time for action - adding vectors…”
Libro electrónico -
1002Publicado 2015Tabla de Contenidos: “…Persisting UsersThe Sign Out Process; The Login Process; Getting My(SQL) Groove On; MySQL Requirements; Connecting to Databases; Creating ImageStore; Implementing ImageStore in DBImageStore; Uploading Images; Using Channels and Selects for Timeouts; Looping on selects; Throwing Away Goroutines; Using the Resized Images; Passing and Failing; Testing Multiple Variations of Inputs; Testing Between Packages; Testing the Gophr Authentication; Testing Remote HTTP requests; Benchmark Regressions; What is a package?…”
Libro electrónico -
1003Tabla de Contenidos: “…Boolean TypeChar Type; Unit type; Nothing and Null Types; Strings; String Interpolation; Functions; Function without Parameter; Function with Parameters; Arrays, Lists, Ranges, and Tuples; Arrays; Lists; Ranges; Tuples; Built-in Control Structures; If Expressions; While Loops; For Comprehension; Basic for Expression; Filters; Variable Binding; Yielding; try expressions; Match Expressions; Comments; Summary; Chapter 3: Object Orientation in Scala; Classes and Objects; Constructors; Constructors with Parameters; Parameter Declared as a val; Parameter Declared as a var…”
Libro electrónico -
1004Publicado 2023Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Dedication -- Contributors -- Table of Contents -- Part 1: From PHP to Ruby Basics -- Chapter 1: Understanding the Ruby Mindset and Culture -- Technical requirements -- Ruby is meant to be read as sentences -- Everything is an object -- Transitioning to Ruby -- Summary -- Chapter 2: Setting Up Our Local Environment -- Technical requirements -- Installing Ruby locally -- macOS users -- Windows users -- Linux users -- Using a virtual machine -- VMware -- VirtualBox -- Vagrant -- Using Docker -- Using rbenv -- Summary -- Chapter 3: Comparing Basic Ruby Syntax to PHP -- Technical requirements -- Running Ruby code from the command line -- Running a simple code file -- Loading a source code file with the load method -- Loading a source code file with the require method -- Ruby classes and modules -- The include method -- Interactive Ruby Shell (IRB) -- Exploring types of variables -- Arrays -- Hashes -- Symbols -- Using conditional statements -- The if statement -- The if-else statement -- The ternary operator -- Repeating code with loops -- Using Ruby language enhancements -- The unless sentence -- The until loop -- Automatic returns -- Optional parentheses -- Questionable exclamation method names -- Summary -- Chapter 4: Ruby Scripting versus PHP Scripting -- Technical requirements -- Beyond Hello World -- Text handling -- The upcase method -- The downcase method -- The capitalize method -- File manipulation -- The split() method -- The map() method -- The join() method -- Creating and modifying file contents -- Command-line arguments -- User input -- Putting it all together -- Summary -- Chapter 5: Libraries and Class Syntax -- Technical requirements -- Let's get ready to bundle!!! …”
Libro electrónico -
1005por Severance, Charles R.Tabla de Contenidos: “…The Essence of ProgrammingInput, Processing, and Output; Conditional Steps: A Number-Guessing Web Application; Variables and Expressions; Naming Variables; Constants; Handling Text Data Using Strings; Using the String Library; Types and Conversion; Variables with Many Values at the Same Time: Lists; Repeated Code: Loops; Python's Backpack: Dictionaries; Looping Through a Dictionary; Stored and Reused Code: Python Functions; Turning Traceback to Our Advantage Using Try and Except; Object-Oriented Python; Comments in Python; The Tao of Programming; Summary; Exercises…”
Publicado 2009
Libro electrónico -
1006Publicado 2017Tabla de Contenidos: “…-- A function can receive some input -- A function can be pure -- A function can return something -- A look at functions in Swift -- Making our own function -- Summary -- Chapter 7: Toy Bin -- Collection types -- Array -- Dictionary -- Optionals -- Summary -- Chapter 8: Smarter Toy Bin -- Buttercup -- Learning the for-in loop -- Conditionals -- Learning for-loops and if-statements -- Append method -- Find the buttercup -- Summary -- Chapter 9: Making Some Friends -- OOP -- Modeling real-world objects -- Modeling a mug -- Modeling a person -- Our first class -- Instance properties -- Instance methods -- Making objects interact with each other -- Adding more classes to the mix -- Summary -- Chapter 10: Pokémon Battle -- Pokémon type -- Initializer syntax -- Functions and types -- Charizard versus pikachu -- Hug function -- Summary -- Chapter 11: Simon Says -- GUI -- Laying out a view…”
Libro electrónico -
1007Publicado 2004Tabla de Contenidos: “…; Part 2 MIDI + Audio Software; 3 Cakewalk SONAR XL; Overview; User interface; Automation; More views; The Process menu; More menus; Virtual instruments; Plug-ins; Working with video; OMF import and export; Conclusion; SONAR tutorial; Configuring your MIDI + Audio hardware; Optimizing for lowest latencies; Archiving unused audio tracks; Importing loops; Working with Groove clips…”
Libro electrónico -
1008Publicado 2013Tabla de Contenidos: “…Cover; Title Page; Copyright Page; Contents; Acknowledgments; Introduction; 1 Scheduling; Creating a Postproduction Schedule; Elements of the Postproduction Schedule; Principal Photography; Dailies; Second Unit Photography; Editor's Cut; Director's Cut; Producer's Cut; Temporary On-Line/Temporary Dub; Network/Studio View; Picture Lock; Opticals/Simple Visual Effects; Theatrical Test Screenings; Negative Cut; On-Line/Assembly Edit; Answer Print; Spotting Music and Sound Effects; ADR/Looping; Scoring; Color Correction; Prelay/Predub; Titling; Print Before First Trial; Mix/Dub…”
Libro electrónico -
1009por Newkirk, James W.Tabla de Contenidos: “…Refactoring 2: Add a TestRefactoring 3: Hide Method; Refactoring 4: Replace Nested Conditional with Guard Clauses; Refactoring 5: Inline Method; Refactoring 6: Rename Variable; Refactoring 7: Collapse Loops; Refactoring 8: Remove Dead Code; Refactoring 9: Collapse Loops (Again); Refactoring 10: Reduce Local Variable Scope; Refactoring 11: Replace Temp with Query; Refactoring 12: Remove Dead Code; Refactoring 13: Extract Method; Refactoring 14: Extract Method (Again); Refactoring 15: Reduce Local Variable Scope; Refactoring 16: Convert Procedural Design to Objects…”
Publicado 2009
Libro electrónico -
1010por Horton, IvorTabla de Contenidos: “…Floating-Point Data Types Fixing the Value of a Variable; Arithmetic Calculations; Mixed Arithmetic Expressions; The op= Operators; Mathematical Functions and Constants; Storing Characters; Bitwise Operations; Variables with a Fixed Set of Integer Values; Boolean Variables; Operator Precedence; Program Comments; Summary; Exercises; Chapter 3: Loops and Logic; Making Decisions; Logical Operators; The Conditional Operator; The switch Statement; Variable Scope; Loops; Assertions; Summary; Exercises; Chapter 4: Arrays and Strings; Arrays; Strings; Operations on Strings; Mutable Strings; Summary…”
Publicado 2005
Libro electrónico -
1011Publicado 2004Tabla de Contenidos: “…About the Authors; Acknowledgments; Introduction; Chapter 1: Primer in Excel VBA; Using the Macro Recorder; Recording Macros; Running Macros; The Visual Basic Editor; Other Ways to Run Macros; User Defined Functions; Creating a UDF; What UDFs Cannot Do; The Excel Object Model; Objects; Getting Help; Experimenting in the Immediate Window; The VBA Language; Basic Input and Output; Calling Functions and Subroutines; Variable Declaration; Scope and Lifetime of Variables; Variable Type; Object Variables; Making Decisions; Looping; Arrays; Runtime Error Handling; Summary…”
Libro electrónico -
1012por Goodman, DannyTabla de Contenidos: “…; Working with Information; Variables; Expressions and Evaluation; Data Type Conversions; Operators; Exercises; Chapter 7: Programming Fundamentals, Part II; Decisions and Loops; Control Structures; About Repeat Loops; Functions; About Curly Braces; Arrays; Exercises; Chapter 8: Window and Document Objects; Top-Level Objects; The window Object; Window Properties and Methods; The location Object; The navigator Object…”
Publicado 2007
Libro electrónico -
1013por Harris, Ben, 1978-Tabla de Contenidos: “…DSP; MIDI Keyboards, Synthesizers, and Samplers; MIDI Controllers; Samplers; Synthesizers; Loop Players; CHAPTER 5 The Front End; Tradition; Microphones; Dynamic Mics; Ribbon Mics; Condenser Mics; Microphone Polar Patterns; Microphone Preamplifiers; Tubes vs. …”
Publicado 2009
Libro electrónico -
1014por Dougherty, DaleTabla de Contenidos: “…Relational and Boolean OperatorsFormatted Printing; Passing Parameters Into a Script; Information Retrieval; Chapter 8. Conditionals, Loops, and Arrays; Conditional Statements; Looping; Other Statements That Affect Flow Control; Arrays; An Acronym Processor; System Variables That Are Arrays; Chapter 9. …”
Publicado 1997
Libro electrónico -
1015por Frye, CurtisTabla de Contenidos: “…Creating Custom Data TypesControlling Program Flow; Select Case Statements; Loops; Logical Loops; GoTo Statement; Error Handling; 5. …”
Publicado 2009
Libro electrónico -
1016Publicado 2013Tabla de Contenidos: “…Utilities PanelTime Slider and Animation Tools; Bone System and Bone Tools; Skinning Tools; Constraints; Wire Parameters; Reaction Manager; Schematic View; Layers; MAXScript Windows; Joints and Bones; Transformations; Scale; Position; Rotation; Models and Modeling; Reference; Default Pose; Edge Loops; Uniformly Spaced Geometry; Topology; Hierarchical Structures; Broken Hierarchies; Icons and Controllers; Colors; Kinematics; Skinning; Blends and Morphs; Layered Rigging; Naming Conventions; Chapter 3: Research and Development; A Quick Disclaimer; Creature Overview; Creature Brief/Information…”
Libro electrónico -
1017por Prowell, Stacy J.Tabla de Contenidos: “…Spanning Tree AttacksLayers of the Internet; Understanding the Spanning Tree Protocol; The Problem of Loops; Solving the Loop Problem with the Spanning Tree Protocol; How Spanning Tree Attacks Work; Capturing BPDU Traffic; Taking over the Root Bridge; Denial of Service; Man in the Middle; Forging BPDU Frames; Discovering the Network; Dangers of Spanning Tree Attacks; Defending against Spanning Tree Attacks; Disable STP; Root Guard and BPDU Guard; The Future of Spanning Tree Attacks; Summary; Endnotes; Chapter 6. …”
Publicado 2010
Libro electrónico -
1018por Spotted Eagle, DouglasTabla de Contenidos: “…; Chapter 11 ACID: Making Music; Loops, One-Shots, and Beatmaps; Tempo and Key; Preview, Pick, Paint, and Play; Loop Sources; Creating Solos, Melodies, and Themes; Recording in ACID; Scoring to Video; Chapter 12 ACID to the Nth Degree; Using FX; Arranging Parts; Changing Tempo and Key; Mixing (Level, EQ, Pan, FX); Export Finished Songs…”
Publicado 2005
Libro electrónico -
1019Publicado 2010Tabla de Contenidos: “…Action Centers, Snapping, and FalloffsAction Centers; Snapping; Falloffs; The Tool Pipe; The Shader Tree; Item List and Groups; Item List; Groups; Preset Browser; Modeling and Animation Toolsets; Animation Tools; Modeling Tools; Painting and Sculpting Toolsets; Painting Tools; Sculpting Tools; Vertex Maps; Weight Maps; Rendering; Scripting and Commands; Modo for Maya Users; Differences; Commonalities; The Modo Community; Summary; Chapter 3: Modeling; Modeling Methods; Subdivision Modeling; Patch Modeling; Modeling Reference; Backdrop Item; Making Selections; Loop Selections…”
Libro electrónico -
1020Publicado 2014Tabla de Contenidos:Libro electrónico