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
-
741Publicado 2014Tabla de Contenidos: “…Resources and the File System; 7. The Game Loop and Real-Time Simulation; 8. Human Interface Devices (HID); 9. …”
Libro electrónico -
742Publicado 2008Tabla de Contenidos: “…-- Referring to ranges -- User-defined functions -- Looping and flow control -- R1C1-style formulas -- What's new in Excel 2007 and what's changed -- Create and manipulate names in VBA -- Event programming -- Userforms--an introduction -- Creating charts -- Data mining with advanced filter -- Excel power -- Data visualizations and conditional formatting -- Reading from and writing to the Web -- XML in Excel 2007 -- Automating Word -- Arrays -- Text file processing -- Using Access as a back end to enhance multi-user access to data -- Creating classes, records, and collections -- Advanced userform techniques -- Windows application programming interface (API) -- Handling errors -- Customizing the ribbon to run macros -- Creating add-ins…”
Libro electrónico -
743por Hetland, Magnus LieTabla de Contenidos: “…Instant Hacking: The Basics -- Lists and Tuples -- Working with Strings -- Dictionaries: When Indices Won’t Do -- Conditionals, Loops, and Some Other Statements -- Abstraction -- More Abstraction -- Exceptions -- Magic Methods, Properties, and Iterators -- Batteries Included -- Files and Stuff -- Graphical User Interfaces -- Database Support -- Network Programming -- Python and the Web -- Testing, 1-2-3 -- Extending Python -- Packaging Your Programs -- Playful Programming -- Project 1: Instant Markup -- Project 2: Painting a Pretty Picture -- Project 3: XML for All Occasions -- Project 4: In the News -- Project 5: A Virtual Tea Party -- Project 6: Remote Editing with CGI -- Project 7: Your Own Bulletin Board -- Project 8: File Sharing with XML-RPC -- Project 9: File Sharing II—Now with GUI! …”
Publicado 2008
Libro electrónico -
744Publicado 2009Tabla de Contenidos: “…Basic concepts -- Referencing files and setting options -- Editing and debugging SAS programs -- Creating list reports -- Creating SAS data sets from raw files and Excel work-sheets -- Understanding DATA step processing -- Creating and applying user-defined formats -- Creating enhanced list and summary reports -- Producing descriptive statistics -- Producing HTML output -- Creating and managing variables -- Reading SAS data sets -- Combining SAS data sets -- Transforming data with SAS functions -- Generating data with DO loops -- Processing variables with arrays -- Reading raw data in fixed fields -- Reading free-format data -- Reading date and time values -- Creating a single observation from multiple records -- Creating multiple observations from a single record -- Reading hierarchical files -- Quiz answer keys…”
Libro electrónico -
745Publicado 2024Tabla de Contenidos: “…Chapter 1: Why learn programming with the Godot game engine -- Chapter 2: Getting to know Godot -- Chapter 3: Writing scripts -- Chapter 4: Storing data in variables -- Chapter 5: Mathematical operations -- Chapter 6: Branching statements -- Chapter 7: Looping statements -- Chapter 8: Understanding arrays -- Chapter 9: Understanding dictionaries -- Chapter 10: Functions -- Chapter 11: Object-oriented programming -- Chapter 12: Getting input from the user -- Chapter 13: Shooting projectiles -- Chapter 14: Adding projectiles to a player -- Chapter 15: Hitting enemies with projectiles -- Chapter 16: Displaying a user interface -- Chapter 17: Adding physics -- Chapter 18: Playing audio -- Chapter 19: Creating and using scenes -- Chapter 20: Using Signals -- Chapter 21: Creating a Simple Tic-Tac-Toe Game…”
Libro electrónico -
746Publicado 2015Tabla de Contenidos: “…; Chapter 4: Staying in the Loop; Ruby on Monorails; while Loops; Arrays; Putting Arrays and Loops into Action; Your Project, Should You Choose to Accept It; You Know This!…”
Libro electrónico -
747Publicado 2015Tabla de Contenidos: “…Fractions and decimalsImmutable sequences; Strings and bytes; Encoding and decoding strings; Indexing and slicing strings; Tuples; Mutable sequences; Lists; Byte arrays; Set types; Mapping types - dictionaries; The collections module; Named tuples; Defaultdict; ChainMap; 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; Iterating over a range; Iterating over a sequence…”
Libro electrónico -
748por Briggs, JasonTabla de Contenidos: “…; #3: Just the Right Number; #4: I Can Fight Those Ninjas; 6: Going Loopy; Using for Loops; While We're Talking About Looping . . .; What You Learned; Programming Puzzles; #1: The Hello Loop…”
Publicado 2013
Libro electrónico -
749por Holzner, StevenTabla de Contenidos: “…Picking and Choosing with the if StatementIt Just Gets Better: The for Loop; Over and Over with the while Loop!; Pushing Some Buttons; Part II: Programming in Ajax; Chapter 3: Getting to Know Ajax; Writing Some Ajax; Interactive Mouseovers Using Ajax; Getting Interactive with Server-Side Scripting; Time for Some XML; Passing Data to the Server with GET; Passing Data to the Server with POST; Chapter 4: Ajax in Depth; Returning JavaScript from the Server; Connecting to Google for a Live Search; Calling a Different Domain; Reversing the Roles: Performing Validation on the Server…”
Publicado 2006
Libro electrónico -
750por Catsoulis, JohnTabla de Contenidos: “…Forth/Open Firmware; Introducing Forth; String Words; Stack Manipulation; Creating New Words; Comments; if ... else; Loops; Data Structures; Interacting with Hardware and Memory; Forth Programming Guidelines; Chapter 4. …”
Publicado 2005
Libro electrónico -
751por Foster-Johnson, EricTabla de Contenidos: “…Tools to Edit Shell ScriptsWriting Scripts; Summary; Exercises; Chapter 3: Controlling How Scripts Run; Referencing Variables; Looping and Iteration; Checking Conditions with if; Nesting if Statements; Testing with the test Command; Making Complex Decisions with case; Looping While a Condition Is True; Looping Until a Condition Is True; Summary; Exercises; Chapter 4: Interacting with the Environment; Examining Environment Variables; Customizing Your Account; Handling Command-Line Arguments; Making Scripts Executable; Summary; Exercises; Chapter 5: Scripting with Files…”
Publicado 2005
Libro electrónico -
752Publicado 2006Tabla de Contenidos: “…Working with CodeEstablishing a Database Connection; The Basics of PL/SQL Programs; Examining the Sample Data; Part II: Getting Started with PL/SQL; Chapter 3: Laying the Groundwork: PL/SQL Fundamentals; PL/SQL As a Programming Language; Anonymous PL/SQL Blocks; Introducing the Lexical Set of Elements; Working with Constants and Variables; Building Expressions with Operators; Running Anonymous Blocks of Code; Creating Reusable PL/SQL Code; Storing PL/SQL in the Database; Checking Out PL/SQL Extras; Chapter 4: Controlling Program Flow; Creating Condition Statements; Looping the Loop…”
Libro electrónico -
753Publicado 2014Tabla de Contenidos: “…Preface ix -- Acknowledgements xi -- Abbreviations and Acronyms xiii -- 1 Introduction to Circularly Polarized Antennas 1 -- 1.1 Introduction 1 -- 1.2 Antenna Parameters 2 -- 1.3 Basic CP Antenna Types 7 -- 1.4 Antenna Modelling Techniques 23 -- 1.5 Typical Requirements and Challenges in CP Antenna Designs 24 -- 1.6 Summary 25 -- References 25 -- 2 Small Circularly Polarized Antenna 29 -- 2.1 Introduction 29 -- 2.2 Basic Theory of Antenna Size Reduction 29 -- 2.3 Small CP Patch Antennas 30 -- 2.4 Small Helix, QHAs and PQHAs 46 -- 2.5 Small CP Slot Antennas 53 -- 2.6 Small CP DRAs 59 -- 2.7 Other Small CP Antennas 63 -- 2.8 Summary 66 -- References 69 -- 3 Broadband Circularly Polarized Antennas 73 -- 3.1 Introduction 73 -- 3.2 Broadband CP Microstrip Patch Antennas 73 -- 3.3 Broadband Helix, QHAs and PQHAs 93 -- 3.4 Spiral Antennas 103 -- 3.5 Broadband CP Slot Antennas 106 -- 3.6 Broadband CP DRAs 116 -- 3.7 Broadband CP Loop Antennas 120 -- 3.8 Other Broadband CP Antennas 123 -- 3.9 Summary 124 -- References 126 -- 4 Multi-Band Circularly Polarized Antennas 131 -- 4.1 Introduction 131 -- 4.2 Multi-Band CP Microstrip Patch Antennas 131 -- 4.3 Multi-Band QHAs and PQHAs 150 -- 4.4 Multi-Band CP Slot Antennas 158 -- 4.5 Multi-Band CP DRAs 171 -- 4.6 Multi-Band CP Loop Antennas 175 -- 4.7 Other Multi-Band CP Antennas 177 -- 4.8 Summary 186 -- References 187 -- 5 Circularly Polarized Arrays 191 -- 5.1 Introduction 191 -- 5.2 CP Patch Antenna Arrays 191 -- 5.3 CP Dielectric Resonator Antenna Arrays 203 -- 5.4 CP Slot Array Antenna 210 -- 5.5 CP Printed Reflectarrays 222 -- 5.6 Integrated CP Array and Active CP Array 234 -- 5.7 CP Array with Reconfigurable Beams 243 -- 5.8 Other CP Arrays 252 -- 5.9 Summary 258 -- References 258 -- 6 Case Studies 263 -- 6.1 Introduction 263 -- 6.2 Dual-Band CP Patch Array for GNSS Reflectometry Receiver on Board Small Satellites 263 -- 6.3 Small Printed Quadrifilar Helix Antenna for Mobile Terminals in Satellite communications 271 -- 6.4 Printed Broadband CP Rectangular Bi-Loop Antenna for RFID Readers 278.…”
Libro electrónico -
754Publicado 2015Tabla de Contenidos: “…; The structure of a PL/pgSQL function; Accessing function arguments; Conditional expressions; Loops with counters; Statement termination; Looping through query results; PERFORM versus SELECT; Looping Through Arrays; Returning a record; Acting on the function's results; Summary; Chapter 4: Returning Structured Data; Sets and arrays; Returning sets; Returning a set of integers; Using a set returning function; Functions based on views; OUT parameters and records; OUT parameters; Returning records; Using RETURNS TABLE…”
Libro electrónico -
755Publicado 2007Tabla de Contenidos: “…Part 3: ActionScript Code for Loops and Navigation…”
Libro electrónico -
756Publicado 2015Tabla de Contenidos: “…Wi-Fi controlSummary; Chapter 6: Output from EV3; Display; Image Editor; Display data; Brick lights; Legacy NXT/RCX lights; Sound; Music; Summary; Chapter 7: Advanced Programming; Loop and the Motor Rotation sensors; Loop and the Gyro Sensor; Troubleshooting with the Gyro Sensor; Switch or two-level controller; Three-level controller; Subroutines or My Blocks; Arrays; Summary; Chapter 8: Advanced Programming and Control; Distance controller; Infrared versus Ultrasonic; Proportional algorithm; Line following using the Color Sensor; Setpoint for line tracking; Two-level or bang-bang controller…”
Libro electrónico -
757por Rashidi, SolTabla de Contenidos: “…-- Develop Your AI Strategy -- Think Big, Start Small, Scale Quickly -- Choose Your Technology Partner -- Pace Yourself -- The Five Pillars -- Chapter 4 How to Start -- The Experience You Need -- Framework for AI Initiatives -- Phase 1: Conducting a Readiness Assessment -- Readiness Questionnaire -- Questionnaire Results -- Phase 2: Your AI Strategy -- Demonstration of How It Works -- Phase 3: Creating and Selecting Use Cases -- Use-Case Ideation -- Use-Case Selection -- How to Score Criticality and Complexity -- Real-World and Practical Walk-Through -- Phase 4: Preparing and Designing -- The Vision -- The Impacts -- The Approach -- The Process -- The Support -- Phase 5: Selecting a Solution -- Tool Selection -- Interoperability with Your Experts -- Phase 6: Deploying and Going Live -- Key Outcomes -- Chapter 5 Your Project Killers: The Wrong People -- Change Ain't Easy -- Team Virtues -- The 10 AI Archetypes -- The Naysayer -- The Evangelist -- The Doer -- The Discerner -- The Blind -- The Curmudgeon -- The Saint -- The Optimist -- The Data Scientist -- The Know-It-All -- Change Management -- The Dumpster Fire -- Chapter 6 Human in the Loop -- What is "Human in the Loop" -- Responsible AI -- The Four (4) Layers of Responsibility -- The Six (6) Tenets of Responsible AI -- Transparency -- Accountability…”
Publicado 2024
Libro electrónico -
758Publicado 2019Tabla de Contenidos: “…-- 1.4 Problem Solving in Engineering and Science -- 2 MATLAB® ENVIRONMENT -- 2.1 Getting Started -- 2.2 Matlab® Windows -- 2.3 Solving Problems With Matlab® -- 2.4 Saving Your Work -- Summary -- Matlab® Summary -- Key Terms -- Problems -- 3 BUILT‐IN MATLAB® FUNCTIONS -- Introduction -- 3.1 Using Built‐In Functions -- 3.2 Using the Help Feature -- 3.3 Elementary Math Functions -- 3.4 Trigonometric Functions -- 3.5 Data Analysis Functions -- 3.6 Random Numbers -- 3.7 Complex Numbers -- 3.8 Computational Limitations -- 3.9 Special Values and Miscellaneous Functions -- Summary -- Matlab® Summary -- Key Terms -- Problems -- 4 MANIPULATING MATLAB® MATRICES -- 4.1 Manipulating Matrices -- 4.2 Problems with Two Variables-Using Meshgrid -- 4.3 Special Matrices -- Summary -- Matlab® Summary -- Key Terms -- Problems -- 5 PLOTTING -- Introduction -- 5.1 Two‐Dimensional Plots -- 5.2 Subplots -- 5.3 Other Types of Two‐Dimensional Plots -- 5.4 Three‐Dimensional Plotting -- 5.5 Editing Plots From the Menu Bar -- 5.6 Creating Plots From the Workspace Window -- 5.7 Saving Your Plots -- Summary -- Matlab® Summary -- Problems -- 6 LOGICAL FUNCTIONS AND SELECTION STRUCTURES -- Introduction -- 6.1 Relational and Logical Operators -- 6.2 Flowcharts and Pseudocode -- 6.3 Logical Functions -- 6.4 Selection Structures -- 6.5 Debugging -- Summary -- Matlab® Summary -- Key Terms -- Problems -- 7 REPETITION STRUCTURES -- Introduction -- 7.1 For Loops -- 7.2 While Loops -- 7.3 Break and Continue -- 7.4 Midpoint Break Loops -- 7.5 Nested Loops -- 7.6 Improving the Efficiency of Loops -- Summary -- Matlab® Summary -- Key Terms -- Problems…”
Libro electrónico -
759Publicado 2015Tabla de Contenidos: “…-- Applications You Can Write with C# -- C# in this Book -- Visual Studio 2015 -- Visual Studio Express 2015 Products -- Solutions -- Chapter 2: Writing a C# Program -- The Visual Studio 2015 Development Environment -- Console Applications -- The Solution Explorer -- The Properties Window -- The Error List Window -- Desktop Applications -- Chapter 3: Variables and Expressions -- Basic C# Syntax -- Basic C# Console Application Structure -- Variables -- Simple Types -- Variable Naming -- Literal Values -- Expressions -- Mathematical Operators -- Assignment Operators -- Operator Precedence -- Namespaces -- Chapter 4: Flow Control -- Boolean Logic -- Boolean Bitwise and Assignment Operators -- Operator Precedence Updated -- Branching -- The Ternary Operator -- The if Statement -- The switch Statement -- Looping -- do Loops -- while Loops -- for Loops -- Interrupting Loops -- Infinite Loops -- Chapter 5: More about Variables -- Type Conversion -- Implicit Conversions -- Explicit Conversions -- Explicit Conversions Using the Convert Commands -- Complex Variable Types -- Enumerations -- Structs -- Arrays -- String Manipulation -- Chapter 6: Functions -- Defining and Using Functions -- Return Values -- Parameters -- Variable Scope -- Variable Scope in Other Structures -- Parameters and Return Values versus Global Data -- The Main() Function -- Struct Functions -- Overloading Functions -- Using Delegates -- Chapter 7: Debugging and Error Handling -- Debugging in Visual Studio -- Debugging in Nonbreak (Normal) Mode -- Debugging in Break Mode -- Error Handling -- try...catch...finally…”
Libro electrónico -
760Publicado 2017Tabla de Contenidos: “…-- Testing Conditions with while Loops -- Guess My Number -- Shrink Away -- Which Loop to Use? …”
Libro electrónico