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
-
1321Publicado 2017Tabla de Contenidos: “…. -- See also -- For the love of loops -- How to do it... -- How it works... -- See also -- While loops -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Try, throw, do and, catch - Swift error handling -- How to do it... -- How it works... -- There's more... -- See also -- Checking up front with guard -- How to do it... -- How it works... -- See also -- Doing it later with defer -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Bailing out with fatalError and precondition -- Getting ready -- How to do it... -- How it works... -- See also -- Chapter 4: Generics, Operators, and Nested Types -- Introduction -- Using generics with types -- How to do it... -- How it works... -- There's more... -- See also -- Using generics with functions -- How to do it... -- How it works... -- There's more... -- See also -- Using generics with protocols…”
Libro electrónico -
1322Publicado 2022Tabla de Contenidos: “…Instance Parameter Override -- Parameter Override by Name -- Parameter Override by Order -- Hierarchical Parameter Override -- Hierarchical System Parameters -- Chapter 6: Paramsets -- Introducing Paramsets -- Defining Paramsets -- Paramset Parameters -- Parameter Override Statements -- Other Paramset Statements -- Paramset Instantiation -- Chapter 7: Procedural Programming -- Variables -- Simple Variables -- Array Variables -- Procedural Blocks -- Analog Blocks -- Block Procedural Statements -- Assignment Statements -- Scalar Assignments -- Array Assignments -- Conditional Statements -- if Statement -- case Statement -- Looping Statements -- while Statement -- for Statement -- repeat Statement -- Chapter 8: Branches -- Declaring Branches -- Scalar Branches -- Vector Branches -- Port Branches -- Branch Signals -- Signal Directions -- Signal Access Functions -- Unnamed Branches -- Contributing Branch Signals -- Direct Contribution Statements -- Indirect Contribution Statements -- Probe Branches -- Value Retention -- Switch Branches -- Chapter 9: Derivative and Integral Operators -- Time Derivative Operator -- Case Study: DC Motor -- Time Integrator Operator -- Case Study: Chemical Reaction System -- Circular Integrator Operator -- Case Study: Voltage-Controlled Oscillator -- Indirect Contribution Equations -- Case Study: Accelerometer -- Probe Derivative Operator -- Chapter 10: Built-In Math Functions -- Deterministic Functions -- Logarithmic and Power Functions -- Trigonometric Functions -- Hyperbolic Functions -- Limiting and Rounding Functions -- Probabilistic Functions -- Random Number Generation Function -- Statistical Distribution Functions -- Chapter 11: User-Defined Functions -- Defining Functions -- Formal Arguments -- A Return Variable -- A Procedural Statement -- Calling Functions -- Function References -- Using Functions in Expressions…”
Libro electrónico -
1323por Erickson, Jon, 1977-Tabla de Contenidos: “…; 0x220 Pseudo-code; 0x230 Control Structures; 0x231 If-Then-Else; 0x232 While/Until Loops; 0x233 For Loops; 0x240 More Fundamental Programming Concepts; 0x241 Variables; 0x242 Arithmetic Operators; 0x243 Comparison Operators; 0x244 Functions; 0x250 Getting Your Hands Dirty; 0x251 The Bigger Picture; 0x252 The x86 Processor; 0x253 Assembly Language; 0x260 Back to Basics; 0x261 Strings; 0x262 Signed, Unsigned, Long, and Short; 0x263 Pointers; 0x264 Format Strings; 0x265 Typecasting…”
Publicado 2008
Libro electrónico -
1324por Leiva, NicolasTabla de Contenidos: “…-- Go Proverbs -- Go source code files -- Packages -- Go modules -- Importing packages -- Comments -- Names -- Executing your Go code -- Running Go programs online -- The Go Playground -- The Go Play Space -- A look into the Future -- The Go tool -- Build -- Run -- Mod -- Get -- Install -- Fmt -- Test -- Env -- Summary -- Further reading -- Chapter 3: Getting Started with Go -- Technical requirements -- Go's type system -- Basic types -- Container types -- User-defined types -- Arithmetic, comparison, and logical operators -- Arithmetic operators -- Logical operators -- Comparison operators -- Control flow -- for loops -- Conditional statements -- goto statements -- Functions -- Function arguments -- Error handling -- Methods -- Variadic functions -- Closures -- Defer -- Interfaces -- Network automation example -- Standard library example -- Interfaces as contracts -- Input and output operations -- The io.Reader interface -- The io.Writer interface -- The io.Copy function -- Composition -- Decoding and encoding -- Decoding -- Encoding -- Concurrency -- Goroutines -- Channels -- Channels and Timers -- Shared data access -- Concurrency caveats -- Summary -- Further reading -- Chapter 4: Networking (TCP/IP) with Go…”
Publicado 2023
Libro electrónico -
1325Publicado 2018Tabla de Contenidos: “…Uploading existing files -- Uploading files as a stream -- Uploading from data in memory -- Managing file upload -- Monitoring file upload -- Beyond monitoring and managing -- Downloading files -- Creating a reference -- Downloading into memory -- Downloading into a local file -- Downloading data through a URL -- Downloading images using FirebaseUI -- Beyond downloading files -- File metadata -- Retrieving File Metadata -- Update the metadata of the file -- Deleting files -- Handling common errors -- Security and rules -- The general syntax for storage security rules -- Securing user files -- Request and Resource Evaluation -- Storage and functions -- Firebase Storage in practice -- Summary -- Chapter 6: Not Just a Keeper, Firebase Hosting -- Firebase Hosting -- Deploying a website -- Connecting to custom domain -- Connecting Firebase cloud functions -- Customizing hosting behavior -- Custom 404/Not Found page -- Redirects -- Rewrites -- Headers -- Hosting priorities -- Reserved URLs -- Summary -- Chapter 7: Inspection and Evaluation - Firebase Test Lab -- Firebase Test Lab -- Test Lab for Android -- Choosing the testing method -- Robo testing -- Choosing device type and reviewing test results -- Test Lab with Firebase Console -- Test Lab with gcloud CLI -- Google Cloud SDK environment -- Choosing test configurations -- Scripting gcloud commands with Test Lab -- Test Lab with CI systems -- Creating a Jenkins project -- Test Lab with Android Studio -- Firebase Test Lab results -- Available devices in Test Lab -- Firebase Test Lab Game Loop testing -- Test Loop Manager -- Game loop in Test Lab -- Prelaunch reports -- Summary -- Chapter 8: A Smart Watchdog - Firebase Performance Monitoring -- Firebase Performance Monitoring -- Performance Monitoring for Android -- Automatic traces -- Custom trace and counters…”
Libro electrónico -
1326Publicado 2017Tabla de Contenidos: “…. -- Using a parallel foreach loop -- Getting ready -- How to do it... -- How it works... -- Cancelling a parallel foreach loop -- Getting ready -- How to do it... -- How it works... -- Catching errors in parallel foreach loops -- Getting ready -- How to do it... -- How it works... -- Debugging multiple threads -- Getting ready -- How to do it... -- How it works... -- Chapter 9: Composing Event-Based Programs Using Reactive Extensions -- Introduction -- Installing Rx -- Getting ready -- How to do it... -- How it works... -- Events versus observables -- Getting ready -- How to do it... -- How it works... -- Using LINQ to perform queries -- Getting ready -- How to do it... -- How it works... -- Using schedulers in Rx -- Getting ready -- How to do it... -- How it works... -- Debugging lambda expressions -- Getting ready -- How to do it... -- How it works…”
Libro electrónico -
1327Publicado 2018Tabla de Contenidos: “…Program Works -- Summary -- Practice Questions -- Chapter 4: The Reverse Cipher -- Source Code for the Reverse Cipher Program -- Sample Run of the Reverse Cipher Program -- Setting Up Comments and Variables -- Finding the Length of a String -- Introducing the while Loop -- Improving the Program with an input() Prompt -- Summary -- Practice Questions -- Chapter 5: The Caesar Cipher -- Source Code for the Caesar Cipher Program -- Sample Run of the Caesar Cipher Program -- Importing Modules and Setting Up Variables -- Constants and Variables -- The for Loop Statement -- The if Statement -- The in and not in Operators -- The find() String Method -- Encrypting and Decrypting Symbols -- Displaying and Copying the Translated String -- Encrypting Other Symbols -- Summary…”
Libro electrónico -
1328Publicado 2024Tabla de Contenidos: “…Cover -- Copyright -- Contributors -- Table of Contents -- Preface -- Part 1: A User-Centric Management Strategy -- Chapter 1: Introduction to Growth Product Management -- The emergence of growth product management and its importance in today's business environment -- Key responsibilities and skills of a GPM -- Product strategy -- User research -- Data analysis -- Experimentation and iteration -- Key processes of growth product management -- Strategy development -- User research and insights -- Experimentation and iteration -- Data analysis and insights -- Cross-functional collaboration -- Performance measurement and optimization -- Stakeholder communication -- Challenges of implementing growth product management processes -- Challenge 1 - Limited resources -- Challenge 2 - Organizational resistance -- Challenge 3 - Complex data analysis -- Challenge 4 - Uncertainty and risk -- Challenge 5 - Cross-functional collaboration -- Summary -- Questions -- Answers -- Chapter 2: Understanding Product-Led Growth Management Models -- Difference between growth product management (GPM) and product-led growth management (PLGM) -- Key GPM models and frameworks -- Types of product-led strategies -- Product engagement model -- Viral loop model -- Expansion model -- Platform ecosystem model -- Distinction between demo, free trial, and freemium models -- Utilizing PLG techniques - pros and cons -- Product engagement model -- Viral loop model -- Expansion model -- Platform ecosystem model -- Other considerations when deciding what techniques to use -- Future trends of PLG management -- Summary -- Questions -- Answers -- Chapter 3: Understanding Your Customers -- Conducting user research and analysis -- Critical success factors -- Challenges when conducting user research and analysis -- Creating customer personas…”
Libro electrónico -
1329Publicado 2017Tabla de Contenidos: “…-- Installing Visual C++ -- Setting up -- Downloading the installation files -- Installing Visual Studio -- Registering with Microsoft -- Examining C++ projects -- Compilers -- Linking the code -- Source files -- A simple example -- Creating source files -- Compiling the code -- Passing parameters between the command-line and an executable -- The preprocessor and symbols -- Defining constants -- Using macros -- Using symbols -- Using pragmas -- Dependencies -- Libraries -- Pre-compiled headers -- Project structure -- Managing dependencies -- Makefiles -- Writing a simple project -- The project structure -- Creating the precompiled header -- Creating the main file -- Using input and output streams -- Using time functions -- Building the executable -- Testing the code -- Changing the project -- Summary -- Chapter 2: Understanding Language Features -- Writing C++ -- Using white space -- Formatting code -- Writing statements -- Working with expressions -- Using the comma operator -- Using types and variables -- Using constants and literals -- Defining constants -- Using constant expressions -- Using enumerations -- Declaring pointers -- Using namespaces -- C++ scoping of variables -- Using operators -- Exploring the built-in operators -- Arithmetic operators -- Increment and decrement operators -- Bitwise operators -- Boolean operators -- Bitwise shift operators -- Assignment operators -- Controlling execution flow -- Using conditional statements -- Selecting -- Looping -- Looping with iteration -- Conditional loops -- Jumping -- Using C++ language features -- Summary -- Chapter 3: Exploring C++ Types -- Exploring built-in types…”
Libro electrónico -
1330por Liberty, JesseTabla de Contenidos: “….) -- The using Keyword -- Case Sensitivity -- The static Keyword -- Developing "Hello World" -- Editing "Hello World" -- Compiling and Running "Hello World" -- Using the Visual Studio .NET Debugger -- C# Language Fundamentals -- Types -- Working with Built-in Types -- Choosing a built-in type -- Converting built-in types -- Variables and Constants -- Definite Assignment -- Constants -- Enumerations -- Strings -- Identifiers -- Expressions -- Whitespace -- Statements -- Unconditional Branching Statements -- Conditional Branching Statements -- if...else statements -- Nested if statements -- switch statements: an alternative to nested ifs -- Switch on string statements -- Iteration Statements -- The goto statement -- The while loop -- The do...while loop -- The for loop -- The foreach statement -- The continue and break statements -- Operators -- The Assignment Operator (=) -- Mathematical Operators -- Simple arithmetical operators (+, -, *, /) -- The modulus operator (%) to return remainders -- Increment and Decrement Operators -- Calculate and reassign operators -- The prefix and postfix operators -- Relational Operators…”
Publicado 2001
Libro electrónico -
1331Publicado 2017Tabla de Contenidos: “…Cover -- Title Page -- Copyright -- Credits -- About the Author -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Introduction to R -- What R is and what it isn't -- The inspiration for R - the S language -- R is a high quality statistical computing system -- R is a flexible programming language -- R is free, as in freedom and as in free beer -- What R is not good for -- Comparing R with other software -- The interpreter and the console -- Tools to work efficiently with R -- Pick an IDE or a powerful editor -- The send to console functionality -- The efficient write-execute loop -- Executing R code in non-interactive sessions -- How to use this book -- Tracking state with symbols and variables -- Working with data types and data structures -- Numerics -- Special values -- Characters -- Logicals -- Vectors -- Factors -- Matrices -- Lists -- Data frames -- Divide and conquer with functions -- Optional arguments -- Functions as arguments -- Operators are functions -- Coercion -- Complex logic with control structures -- If... else conditionals -- For loops -- While loops -- The examples in this book -- Summary -- Chapter 2: Understanding Votes with Descriptive Statistics -- This chapter's required packages -- The Brexit votes example -- Cleaning and setting up the data -- Summarizing the data into a data frame -- Getting intuition with graphs and correlations -- Visualizing variable distributions -- Using matrix scatter plots for a quick overview -- Getting a better look with detailed scatter plots -- Understanding interactions with correlations -- Creating a new dataset with what we've learned -- Building new variables with principal components -- Putting it all together into high-quality code -- Planning before programming -- Understanding the fundamentals of high-quality code…”
Libro electrónico -
1332por Knapp, Eric D.Tabla de Contenidos: “…Common Industrial Security Recommendations -- Identification of critical systems -- Network segmentation/isolation of systems -- Defense in depth -- Access control -- Advanced Industrial Security Recommendations -- Security Monitoring -- Policy whitelisting -- Application whitelisting -- Common Misperceptions About Industrial Network Security -- Assumptions made in this book -- Summary -- 3 - Industrial Cybersecurity History and Trends -- The convergence of OT and IT -- Importance of securing industrial networks -- The evolution of the cyber threat -- APTs and weaponized malware -- Industroyer -- Night dragon -- Stuxnet -- TRISIS -- Advanced persistent threats and cyber warfare -- Still to come -- Defending against modern cyber threats -- The insider -- Hacktivism, cybercrime, cyberterrorism, and cyberwar -- Summary -- 4 - Introduction to Industrial Control Systems and Operations -- System assets -- Programmable logic controller -- Ladder diagrams -- Sequential function charts -- Remote terminal unit -- Intelligent electronic device -- Human-machine interface -- Supervisory workstations -- Data historian -- Business information consoles and dashboards -- Other assets -- System operations -- Control loops -- Control processes -- Feedback loops -- Production information management -- Business information management -- Process management -- Safety instrumented systems -- The smart grid -- Network architectures -- Summary -- 5 - Industrial Network Design and Architecture -- Introduction to industrial networking -- Common topologies -- Network segmentation -- Higher layer segmentation -- Physical versus logical segmentation -- Microsegmentation -- Cryptographic microsegmentation -- Network services -- Wireless networks -- Remote access -- Performance considerations -- Latency and jitter -- Bandwidth and throughput…”
Publicado 2024
Libro electrónico -
1333Publicado 2016Tabla de Contenidos: “…; Chapter 2: The Cost of Doing Nothing; The Cost of Delay; The Downward Spiral of Gloom; The Thoughtfully Ruthless Success Loop; Chapter 3: Your Selfish Charter; Your Sensibly Selfish Charter; Wishful Thinking Works; Notes…”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
1334Publicado 2016Tabla de Contenidos: “…Introduction: departing from the conventional ; Holistic financial planning: generating lasting wealth ; Holistic land planning: designing the ideal layout of facilities for a grazing operation ; Holistic planned grazing: getting animals to the right place, at the right time, and with the right behavior ; Holistic policy development: creating sound policies ; Holistic research orientation: orienting research to management needs -- Completing the feedback loop. Monitoring and controlling your plans to keep management proactive -- Conclusion. …”
Libro -
1335por Younis, WasimTabla de Contenidos: “…Front Cover; Dedication; Up and Running with Autodesk® Inventor® Simulation 2011: A step-by-step guide toengineering design solutions; Copyright; Contents; Foreword; Preface; Acknowledgments; About The Author; How To Access The Book Exercise Files; CHAPTER 1The Dynamic Simulation Environment; Simulation Overview; Simulation - Basic Theory; Open-and Closed-Loop Mechanisms; Redundant Mechanisms; Contact Properties; Simulation Workflow; Simulation User Interface; Joints; Environmental Constraints; Analyzing Results; CHAPTER 2 DP1 - Size a Motor: 90 Degree M16 Bolt Removal Tool Design…”
Publicado 2010
Libro electrónico -
1336Publicado 2016Tabla de Contenidos: “…Behaviors; Process Skeletons; Design Patterns; Callback Modules; Extracting Generic Behaviors; Starting the Server; The Client Functions; The Server Loop; Functions Internal to the Server; The Generic Server; Message Passing: Under the Hood; Summing Up; What's Next?…”
Libro electrónico -
1337por Couzin, GradivaTabla de Contenidos: “…; Claiming Your Listing; Filtering and Reviewer Verification; Communicating with Reviewers; Troubleshooting and Support; Ways to Increase Your Visibility; Closing the Loop; TripAdvisor; Claiming Your Listing; Filtering and Reviewer Verification; Communicating with Reviewers; Increasing Your Visibility; Support; Angie's List; Claiming Your Listing; Filtering and Reviewer Verification; Communicating with Reviewers; Increasing Your Visibility; Troubleshooting and Support…”
Publicado 2014
Libro electrónico -
1338Publicado 2016Tabla de Contenidos: “…Building Reliable Code; Differentiating Reliability and Security; Defining the Roles of Reliability and Security; Avoiding Security Holes in Reliable Code; Focusing on Application Functionality; Developing Team Protocols; Creating a Lessons Learned Feedback Loop; Considering Issues of Packaged Solutions…”
Libro electrónico -
1339Publicado 2016Tabla de Contenidos: “…Organizing a New ProjectPlanning the Project; Looking at the Program Skeleton; Creating the Main Game Loop; Creating Game Rules Methods; Creating Game Helper Methods; Trying Some Experiments; Project 6: Number Guessing; Organizing a New Project; Planning the Project; Looking at the Program Skeleton; Creating Placeholder Classes; Adding Player Methods; Writing the Game Class Code; Trying Some Experiments; Part III: Working with Lots of Your Own Data; Project 7: Short Straw; Organizing a New Project; Planning the Project; Looking at the Program Skeleton; Creating Placeholder Classes…”
Libro electrónico -
1340Publicado 2010Tabla de Contenidos: “…Two-Way Street: Government with the People; Pockets of Excellence: The Goverati; GovLoop and BRIDGE: Networks for Government Employees…”
Libro electrónico