Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 190
- Computer programming 156
- Application software 150
- Python (Computer program language) 139
- Programming 133
- 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 50
- 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
-
281Publicado 2019“…Jean-Louis Ermine established a theoretical and practical framework for KM in his book, Knowledge Management: The Creative Loop – issued by the same publishers as this book. …”
Libro electrónico -
282Publicado 2017“…Tests of the high-level behavior of control systems follow the model-, software- and hardware-in-the-loop approach. This work studies the integration of such system-level and source-code level tests. …”
Libro electrónico -
283Publicado 2023“…The work presented in this book studies the grid integration of a high-speed FESS in low voltage distribution grids from several perspectives, including optimal allocation, sizing, modeling, real-time simulation, and Power Hardware-in-the-Loop testing…”
Libro electrónico -
284Publicado 2011“…This work is focused on different aspects within the loop of multiscale modeling:On the cellular level, effects of adrenergic regulation and the Long-QT syndrome have been investigated.On the organ level, a model for the excitation conduction system was developed and the role of electrophysiological heterogeneities was analyzed.On the torso level a dynamic model of a deforming heart was created and the effects of tissue conductivities on the solution of the forward problem were evaluated…”
Libro electrónico -
285Publicado 2021“…The Internet of Things (IoT) is a closed-loop system in which a set of sensors is connected to servers via a network. …”
Libro electrónico -
286Publicado 2018Tabla de Contenidos: “…Introduction -- Dynamic analysis and control design preliminaries -- Dynamic modeling of direct-on-time control -- Dynamic modeling of current-mode control -- Dynamic modeling of current-output converters -- Control design issues in voltage-fed DC-DC converters -- Introduction to current-fed converters -- Dynamic modeling of DDR-controlled CF converters -- Dynamic modeling of PCM/PVM-controlled CF converters -- Introduction to photovoltaic generator -- Photovoltaic generator interfacing issues -- Dynamic modeling of three-phase inverters -- Control design of grid-connected three-phase inverters -- Reduced-order closed-loop modeling of inverters -- Multivariable closed-loop modeling of inverters -- Impedance-based stability assessment -- Dynamic modeling of three-phase active rectifiers…”
Libro electrónico -
287por Hartpence, BruceTabla de Contenidos:
Publicado 2011Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
288por Veprek, LibuSe HannahTabla de Contenidos: “…Cover -- Contents -- Acknowledgments -- List of Figures -- List of Abbreviations -- 1 Introduction: "We're Doing Something Completely New" -- 2 Approaching Human Computation‐Based Citizen Science Analytically -- Crowdsourcing and Crowdworking -- Citizen Science (Games) and the Entanglements of Play, Work, and Science -- Sociotechnical Systems and the Study of Algorithms, Computer Code, and Artificial Intelligence -- Infrastructures and Infrastructuring -- A Theoretical Framework for Analyzing Emerging Hybrid Systems -- From Assemblages to Assemblage Thinking -- Human-Technology Relations -- Ethical Projects, Imaginaries, and the Care for Our Hybrid Modes of Being -- Intraversions in Human-Technology Relations -- 3 Methodology: Encountering Human Computation Ethnographically -- Praxiographically Inspired Co‐Laborative Ethnography -- Constructivist Grounded Theory -- Doing Research On, With, and Among Researchers and Developers -- A Toolkit of Methods for Emerging Hybrid Systems -- Participant Observation -- Qualitative Interviews -- Experimental Approaches to Infrastructures, Code, and Digital Chat Data -- 4 Envisioning and Designing the Future -- Human‐In‐The‐Loop Imaginaries -- Human Computation as a Counter‐Imaginary to Artificial General Intelligence -- Shared Paradigms -- The Imagined Human in the Loop -- Imagining Humans as Players and the Loop as a Game -- Human-Technology Conversations of the Future -- Crowds in the Loop -- Humans in the Loop in a Future Thinking Economy -- Weaving Together the Imaginaries -- Imagining as Practice: Infrastructuring and Experimentation -- Infrastructuring Toward "Sustainable Human Computation" -- Puppies in Stall Catchers: Everyday Infrastructuring -- Between Counter‐Imaginary and Infrastructuring -- 5 Multiple Meanings and Everyday Negotiations: Play/Science Entanglements -- A Snapshot of Foldit…”
Publicado 2024
Libro electrónico -
289Publicado 2015Tabla de Contenidos: “…Coding a question in JavaLinking our game from the main menu; Decisions in Java; More operators; Decision 1 - If they come over the bridge, shoot them; Decision 2 - Else, do this; Switching to make decisions; Math game - getting and checking the answer; Self-test questions; Summary; Chapter 4: Discovering Loops and Methods; Looping with loops; While loops; Breaking out of a loop; The continue keyword; Do-while loops; For loops; Random numbers in Java; Methods; The structure of a method; Modifier; Return type; Name of a method; Parameters; Getting things done in the method body; Using methods…”
Libro electrónico -
290Tabla de Contenidos: “…Higher-Order Probabilities -- 8. Loops and Networks…”
Libro electrónico -
291por Beecher, Karl. authorTabla de Contenidos: “…Variables -- 4. Conditionals -- 5. Loops -- 6. Subroutines -- 7. Error-handling -- 8. …”
Publicado 2018
Libro electrónico -
292Publicado 2015Tabla de Contenidos: “…The pyplot scripting APIThe matplotlib object-oriented API; Equations; Helper classes; The Plotter class; Running the jobs; matplotlib in other frameworks; An important note on IPython; Summary; Chapter 4: Event Handling and Interactive Plots; Event loops in matplotlib; Event-based systems; The event loop; GUI toolkit main loops; IPython Notebook event loops; matplotlib event loops; Event handling; Mouse events; Keyboard events; Axes and figure events; Object picking; Compound event handling; The navigation toolbar; Specialized events; Interactive panning and zooming; Summary…”
Libro electrónico -
293por Coutinho, ChristopherTabla de Contenidos: “…Local Coordinate Space -- Translating (Moving) a Part -- Scaling a Part -- Rotating a Part -- Studs: Roblox Unit of Measurement -- Translation Snapping -- Rotation Snapping -- Collisions -- Anchoring Objects -- Commenting Your Code -- Summary -- Chapter 3: Variables, Scope, Arrays, Operators, and Conditionals -- Basic Lua Data Types -- Variables and Literals -- Naming Variables in Lua -- Variable Declaration and Initialization -- Variable Scope -- Tables, Arrays, and Dictionaries -- Creating an Array -- Two-Dimensional Array -- Creating a Dictionary -- Operators (Unary/Binary) and Operands -- Assignment Operator -- Arithmetic Operators -- Compound Assignment Operators -- Relational Operators -- Length Unary Operator -- Concatenation Operator -- String Coercion -- Escape Sequences -- Conditionals -- Logical Operators -- Operator Precedence and Using Parentheses -- Summary -- Chapter 4: Loops -- While Loops -- Infinite Loops -- Repeat...Until Loop -- Numeric For Loop -- Generic For Loops -- Nested Loops -- Breaking Out of a Loop -- Continue Statement of a Loop -- Summary -- Chapter 5: Objects, Data Types, and Properties -- Roblox Parts and Objects -- Object Hierarchy Navigation -- Roblox (Luau) Additional Data Types -- Manipulating Parts: Vector3 Data Type…”
Publicado 2023
Libro electrónico -
294Publicado 2022Tabla de Contenidos: “…Continuous-Time and Discrete-Time Modeling of Production Systems -- Transfer Functions and Block Diagrams -- Fundamental Dynamic Characteristics and Time Response -- Frequency Response -- Design of Decision-Making for Closed-Loop Production Systems -- Application Examples -- Bibliography…”
Libro electrónico -
295por Horton, IvorTabla de Contenidos: “…Programming in C -- First Steps in Programming -- Making Decisions -- Loops -- Arrays -- Applications with Strings and Text -- Pointers -- Structuring Your Programs -- More on Functions -- Essential Input and Output Operations -- Structuring Data -- Working with Files -- Supporting Facilities…”
Publicado 2006
Libro electrónico -
296Publicado 2017Tabla de Contenidos: “…Communicating sequential processes -- PyCSP -- Processes in PyCSP -- Output -- Summary -- Chapter 9: Event-Driven Programming -- Event-driven programming -- The event loop -- Asyncio -- Getting started -- Event loops -- The run_forever() method -- The run_until_complete() method -- The stop() method -- The is_closed() method -- The close() function -- Tasks -- Example -- The all_tasks(loop=None) method -- The current_tasks() function -- The cancel() function -- Task functions -- The as_completed(fs, *, loop= -- The ensure_future(coro_or_future, *, loop= -- The wrap_future(future, *, loop= -- The gather(*coroes_or_futures, loop= -- The wait() function -- Futures -- Example -- Output -- Coroutines -- Chaining coroutines -- Output -- Transports -- Protocols -- Synchronization between coroutines -- Locks -- Queues -- Events and conditions -- Semaphores and BoundedSemaphores -- Sub-processes -- Debugging asyncio programs -- Debug mode -- Twisted -- A simple web server example -- Gevent -- Event loops -- Greenlets -- Simple example-hostnames -- Output -- Monkey patching -- Summary -- Chapter 10: Reactive Programming -- Basic reactive programming -- Maintaining purity -- ReactiveX, or RX -- Installing RxPY -- Observables -- Creating observers -- Example -- Example 2 -- Breaking it down -- Output -- Lambda functions -- Example -- Breaking it down -- On_next, on_completed, and on_error in lambda form -- Output -- Operators and chaining -- Filter example -- Breaking it down -- Chained operators -- The different operators -- Creating observables -- Transforming observables -- Filtering observables -- Error-handling observables -- Hot and cold observables -- Emitting events -- Example -- Breaking it down -- Output -- Multicasting -- Example -- Output -- Combining observables -- Zip() example -- Output -- The merge_all() operator -- Output -- Concurrency…”
Libro electrónico -
297por Shotts, William E., JrTabla de Contenidos: “…-- Navigation -- Exploring the System -- Manipulating Files and Directories -- Working with Commands -- Redirection -- Seeing the World as the Shell Sees It -- Advanced Keyboard Tricks -- Permissions -- Processes -- Configuration and the Environment -- The Environment -- A Gentle Introduction to vi -- Customizing the Prompt -- Common Tasks and Essential Tools -- Package Management -- Storage Media -- Networking -- Searching for Files -- Archiving and Backup -- Regular Expressions -- Text Processing -- Formatting Output -- Printing -- Compiling Programs -- Writing Shell Scripts -- Writing Your First Script -- Starting a Project -- Top-Down Design -- Flow Control: Brancing with if -- Reading Keyboard Input -- Flow Control: Looping with while and until -- Troubleshooting -- Flow Control: Branching with case -- Positional Parameters -- Flow Control: Looping with for -- Strings and Numbers -- Arrays -- Exotica…”
Publicado 2012
Libro electrónico -
298por Nagar, Sandeep. authorTabla de Contenidos: “…Plotting -- 8. Functions and Loops -- 9. Object-Oriented Programming -- 10. Numerical Computing Formalism…”
Publicado 2018
Libro electrónico -
299por Olsson, Mikael. authorTabla de Contenidos: “…""Bitwise operators""""Operator precedence""; ""Additional logical operators""; ""Chapter 4: String""; ""String concatenation""; ""Delimiting strings""; ""Heredoc strings""; ""Nowdoc strings""; ""Escape characters""; ""Character reference""; ""String compare""; ""Chapter 5: Arrays""; ""Numeric arrays""; ""Associative arrays""; ""Mixed arrays""; ""Multi-dimensional arrays""; ""Chapter 6: Conditionals""; ""If statement""; ""Switch statement""; ""Alternative syntax""; ""Mixed modes""; ""Ternary operator""; ""Chapter 7: Loops""; ""While loop""; ""Do-while loop""; ""For loop""; ""Foreach loop""…”
Publicado 2013
Libro electrónico -
300por Olsson, Mikael. authorTabla de Contenidos: “…""Combined assignment operators""""Increment and decrement operators""; ""Comparison operators""; ""Logical operators""; ""Bitwise operators""; ""Operator precedence""; ""Chapter 5: String""; ""Combining strings""; ""Escape characters""; ""String compare""; ""StringBuffer class""; ""Chapter 6: Arrays""; ""Array declaration""; ""Array allocation""; ""Array assignment""; ""Multi-dimensional arrays""; ""ArrayList class""; ""Chapter 7: Conditionals""; ""If statement""; ""Switch statement""; ""Ternary operator""; ""Chapter 8: Loops""; ""While loop""; ""Do-while loop""; ""For loop""…”
Publicado 2013
Libro electrónico