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
-
1641Publicado 2012“…Never heard of a game loop before? No idea what a design pattern is? No problem! …”
Libro electrónico -
1642por DuVander, AdamTabla de Contenidos: “…#4: Show and Hide Message Boxes Without Clicking the Marker #5: Create a Custom Icon Marker; #6: Create Numbered Markers; #7: Loop Through All Markers; #8: Determine the Correct Zoom Level to Use Based on Markers; #9: Filter Out Certain Markers; #10: Remove or Hide All Markers; #11: Handle Clusters of Markers; Chapter 3: Geocoding; How Do Geocoders Work?…”
Publicado 2010
Libro electrónico -
1643por Wilson, G. R.Tabla de Contenidos: “…Input and output methods; 10.1 Simple input and output; 10.2 Handshaking; 10.3 Simple output to a slow device; 10.4 Do-forever loop; 10.5 Processor interrupt; 10.6 Possible interrupt mechanisms; 10.7 Interrupt priority mechanisms; 10.8 Non-maskable interrupt; 10.9 G80 interrupt mechanisms; 10.10 Direct memory access; 10.11 Problems; Chapter 11. …”
Publicado 2002
Libro electrónico -
1644Publicado 2018Tabla de Contenidos:Libro electrónico
-
1645Publicado 2018Tabla de Contenidos: “…Ongoing usage and support -- Driving new behaviors and staying engaged -- Feedback loop tips -- Ongoing usage, feedback, and success -- How to drive Office 365 adoption -- Useful tips, tricks, and resources to drive adoption -- Summary -- Chapter 14: Monitoring and Support -- Monitoring -- Operations Manager -- OMS -- Monitoring Office 365 -- Service health -- Message center -- Overview of the Office Message center -- Directory sync status -- Support -- Portal support -- Phone support -- Premium support -- Answers and Tech Community -- Answers -- Tech Community -- Summary -- Other Books You May Enjoy -- Index…”
Libro electrónico -
1646Publicado 2014Tabla de Contenidos: “…Effect of excitation system in torque-angle loop; 4.6.2. Calculation of steady-state synchronizing and damping torque; 4.6.3. …”
Libro electrónico -
1647Publicado 2022Tabla de Contenidos: “…Section 2: Automating the Machine Learning Process with Continuous Integration and Continuous Delivery (CI/CD) -- Chapter 4: Continuous Integration and Continuous Delivery (CI/CD) for Machine Learning -- Technical requirements -- Introducing the CI/CD methodology -- Introducing the CI part of CI/CD -- Introducing the CD part of CI/CD -- Closing the loop -- Automating ML with CI/CD -- Taking a deployment-centric approach -- Creating an MLOps methodology -- Creating a CI/CD pipeline on AWS -- Using the AWS CI/CD toolchain -- Working with additional AWS developer tools -- Creating a cloud-native CI/CD pipeline for a production ML model -- Preparing the development environment -- Creating the pipeline artifact repository -- Developing the application artifacts -- Summary -- Chapter 5: Continuous Deployment of a Production ML Model -- Technical requirements -- Deploying the CI/CD pipeline -- Codifying the pipeline construct -- Creating the CDK application -- Deploying the pipeline application -- Building the ML model artifacts -- Reviewing the modeling file -- Reviewing the application file -- Reviewing the model serving files -- Reviewing the container build file -- Committing the ML artifacts -- Executing the automated ML model deployment -- Cleanup -- Summary -- Section 3: Optimizing a Source Code-Centric Approach to Automated Machine Learning -- Chapter 6: Automating the Machine Learning Process Using AWS Step Functions -- Technical requirements -- Introducing AWS Step Functions -- Creating a state machine -- Addressing state machine complexity -- Using the Step Functions Data Science SDK for CI/CD -- Building the CI/CD pipeline resources -- Updating the development environment -- Creating the pipeline artifact repository -- Building the pipeline application artifacts -- Deploying the CI/CD pipeline -- Summary…”
Libro electrónico -
1648Publicado 2024“…It covers everything from computer basics to advanced decision and loop control structures. Key Features Comprehensive coverage from basic computer operations to advanced programming concepts Step-by-step progression of each topic, along with tips and tricks to enhance coding efficiency In-depth exploration of Python and algorithmic thinking with exercises and practical examples Book Description This course is meticulously designed to take beginners on a journey through the fascinating world of Python programming and algorithmic thinking. …”
Libro electrónico -
1649Publicado 2021Tabla de Contenidos: “…-- Collaborative filtering approach -- Hybrid filtering approach -- The neural network approach to creating a recommendation system -- Building a movie recommendation system -- Setting up your project directory -- Retrieving and processing the training dataset -- Building the recommendation model -- Training and saving the recommendation model -- Making movie recommendations with the saved model -- Summary -- Chapter 12: Building a Twitter Analysis Dashboard -- Technical requirements -- Setting up the project environment -- Building the backend -- Building the Twitter API -- Building the text sentiment API -- Building the frontend -- Creating the Search component -- Creating the ValueCounts component -- Creating a plot component for sentiment analysis -- Creating a Table component -- Summary -- Chapter 13: Appendix: Essential JavaScript Concepts -- Technical requirements -- Quick overview of JavaScript -- Understanding the fundamentals of JavaScript -- Declaring variables -- Data types -- Conditional branching and loops -- JavaScript functions -- Summary -- Other Books You May Enjoy -- Index…”
Libro electrónico -
1650Publicado 2021Tabla de Contenidos: “…Messages -- Participants -- Message types -- Alt asynchronous messages -- Semantics and common representation -- Activations -- Adding notes -- Understanding Control Flows -- Showing loops -- Alternative flows -- Displaying parallel flows -- Exploring Additional features -- Displaying Sequence Numbers -- Using background highlighting -- Adjusting the theme of sequence diagrams -- actorBkg -- actorBorder -- actorTextColor -- actorLineColor -- signalColor -- signalTextColor -- labelBoxBkgColor -- labelTextColor -- labelBoxBorderColor -- loopTextColor -- activationBorderColor -- activationBkgColor -- sequenceNumberColor -- Summary -- Chapter 8: Rendering Class Diagrams -- Technical requirements -- Defining a class, members, and relationships -- How is a Class represented? …”
Libro electrónico -
1651por Vandevoorde, DavidTabla de Contenidos: “…16.1 Named Template Arguments -- 16.2 The Empty Base Class Optimization (EBCO) -- 16.3 The Curiously Recurring Template Pattern (CRTP) -- 16.4 Parameterized Virtuality -- 16.5 Afternotes -- 17 Metaprograms -- 17.1 A First Example of a Metaprogram -- 17.2 Enumeration Values versus Static Constants -- 17.3 A Second Example: Computing the Square Root -- 17.4 Using Induction Variables -- 17.5 Computational Completeness -- 17.6 Recursive Instantiation versus Recursive Template Arguments -- 17.7 Using Metaprograms to Unroll Loops -- 17.8 Afternotes -- 18 Expression Templates -- 18.1 Temporaries and Split Loops -- 18.2 Encoding Expressions in Template Arguments -- 18.3 Performance and Limitations of Expression Templates -- 18.4 Afternotes -- Part IV: Advanced Applications -- 19 Type Classification -- 19.1 Determining Fundamental Types -- 19.2 Determining Compound Types -- 19.3 Identifying Function Types -- 19.4 Enumeration Classification with Overload Resolution -- 19.5 Determining Class Types -- 19.6 Putting It All Together -- 19.7 Afternotes -- 20 Smart Pointers -- 20.1 Holders and Trules -- 20.2 Reference Counting -- 20.3 Afternotes -- 21 Tuples -- 21.1 Duos -- 21.2 Recursive Duos -- 21.3 Tuple Construction -- 21.4 Afternotes -- 22 Function Objects and Callbacks -- 22.1 Direct, Indirect, and Inline Calls -- 22.2 Pointers and References to Functions -- 22.3 Pointer-to-Member Functions -- 22.4 Class Type Functors -- 22.5 Specifying Functors -- 22.6 Introspection -- 22.7 Function Object Composition -- 22.8 Value Binders -- 22.9 Functor Operations: A Complete Implementation -- 22.10 Afternotes -- Appendixes -- A: The One-Definition Rule -- A.1 Translation Units -- A.2 Declarations and Definitions -- A.3 The One-Definition Rule in Detail -- B: Overload Resolution -- B.1 When Does Overload Resolution Kick In? …”
Publicado 2003
Libro electrónico -
1652Publicado 2023Tabla de Contenidos: “…Qualitative versus quantitative methods -- Sample size and sampling methods -- Sample size example -- Understanding user motivation and behavior -- Triangulating insights and bridging the qualitative-quantitative divide -- Applying market research insights to drive product excellence -- Creating user personas and Jobs to Be Done -- Personas -- JTBD -- Summary -- Chapter 5: Game Mechanics and Psychology -- Reward systems -- Point redemption -- Punch cards -- Referral systems -- Content unlocks -- Memberships -- Community recognition -- Purchase matching -- Random loot -- Progress tracking -- Points -- Leveling -- Badges -- Achievements -- Completion scores -- Step counters -- Completion rewards -- Tests of knowledge -- Accomplishment splashes -- Save points -- Anniversary call-out -- Narrative and storytelling -- Customer reviews -- Environmental, Social, and Governance -- Year in review -- Inventory systems -- User profiles -- Avatars -- Mentor -- Abandonment capture -- User research artifacts -- Social engagement -- High scores -- Leaderboards -- Live collaboration -- Share button -- Voting -- Reactions -- Chat -- Friends and follow -- Game psychology -- Clues -- Layering -- Experimentation -- Ambiance -- Repetition -- Landmarking -- Easter eggs -- Emergent behavior -- Boss fights -- Combos -- Summary -- Further reading -- Chapter 6: Designing a Gamification Strategy -- Setting goals and objectives -- Defining OKRs -- Defining success metrics -- Selecting your personas and JTBD to design around -- Choosing the right game mechanics -- Hi-Z Fitness -- PMM -- Creating a game loop -- Create progression systems -- Encourage social interaction -- Include challenges and variety -- Incorporating gamification into the user experience -- Creating a user journey map -- Creating a user flow diagram -- Wireframes -- Summary…”
Libro electrónico -
1653Publicado 2023Tabla de Contenidos: “…-- Let's be manipulative -- Summary -- Exercises -- Resources -- Chapter 3: Intermediate Linux -- Technical requirements -- Globs -- Automating repetitive tasks -- Cron jobs -- Systemd timer -- Software installation -- Debian and Ubuntu -- CentOS, RHEL, and Fedora -- Alpine Linux -- Managing users -- Adding users -- Modifying users -- Removing users -- Managing groups -- Secure Shell (SSH) protocol -- Configuring OpenSSH -- Creating and managing SSH keys -- Summary -- Exercises -- Chapter 4: Automating with Shell Scripts -- Technical requirements -- Backing up a database -- Understanding scripting -- Understanding Bash built-ins and grammar -- Variables -- Parameters -- Loops -- Conditional execution - if statement -- Understanding the backup script - first steps -- Handling errors and debugging -- Summary -- Exercises -- Part 2: Your Day-to-Day DevOps Tools -- Chapter 5: Managing Services in Linux -- Technical requirements -- Understanding Linux services in detail -- The history of Linux service management -- systemd -- OpenRC -- SysV init…”
Libro electrónico -
1654por Demoulin, BernardTabla de Contenidos: “…Emission of a small rectangular loop; 1.3.2. Tests carried out in a TEM cell…”
Publicado 2011
Universidad Loyola - Universidad Loyola Granada (Otras Fuentes: Biblioteca Universitat Ramon Llull, Biblioteca de la Universidad Pontificia de Salamanca)Enlace del recurso
Libro electrónico -
1655por Organisation for Economic Co-operation and Development.Tabla de Contenidos: “…Section II: Sulphuric acid decomposition -- The concept of nuclear hydrogen production based on MHR-T reactor -- Status of the Korean nuclear hydrogen production project -- Predicting the energy efficiency of a recuperative bayonet decomposition reactor for sulphur-based thermochemical hydrogen production -- Heat pump cycle by hydrogen-absorbing alloys to assist high-temperature gas-cooled reactor in producing hydrogen -- Development of HI decomposition process in Korea -- Heat exchanger temperature response for duty-cycle transients in the NGNP/HTE -- Present status of HTGR and hydrogen production development in JAEA -- South Africa's nuclear hydrogen production development programme -- French research strategy to use nuclear reactors for hydrogen production -- Alternate VHTR/HTE interface for mitigating tritium transport and structure creep -- Integrated laboratory scale demonstration experiment of the hybrid sulphur cycle and preliminary scale-up -- Activities of Nuclear Research Institute Rez in the area of hydrogen technologies -- Nuclear hydrogen production programme in the United States -- A uranium thermochemical cycle for hydrogen production -- Development status of the hybrid sulphur thermochemical hydrogen production process -- Changing the world with hydrogen and nuclear -- Executive summary -- Degradation mechanisms in solid oxide electrolysis anodes -- Market viability of nuclear hydrogen technologies -- Possibility of active carbon recycle energy system -- Causes of degradation in a solid oxide electrolysis stack -- Foreword -- Nuclear safety and regulatory considerations for nuclear hydrogen production -- Nuclear hydrogen using high temperature electrolysis and light water reactors for peak electricity production -- CEA assessment of the sulphur-iodine cycle for hydrogen production -- Transient modelling of sulphur-iodine cycle thermochemical hydrogen generation coupled to pebble bed modular reactor -- Proposed chemical plant initiated accident scenarios in a sulphur-iodine cycle plant coupled to a pebble bed modular reactor -- Status of the INERI sulphur-iodine integrated-loop experiment -- Influence of HTR core inlet and outlet temperatures on hydrogen generation efficiency using the sulphur-iodine water-splitting cycle -- Conceptual design of the HTTR-IS nuclear hydrogen production system -- Experimental study of the vapour-liquid equilibria of HI-I2-H2O ternary mixtures -- The development of the Hydrogen Economic Evaluation Program (HEEP) -- Application of nuclear-produced hydrogen for energy and industrial use -- Nuclear H2 production – a utility perspective -- Status of the INL high-temperature electrolysis research programme – experimental and modelling -- Alkaline and high-temperature electrolysis for nuclear hydrogen production -- High-temperature steam electrolysis for hydrogen production -- The production of hydrogen by nuclear and solar heat -- Materials development for SOEC -- Sustainable electricity supply in the world by 2050 for economic growth and automotive fuel -- A metallic seal for high-temperature electrolysis stacks -- NHI economic analysis of candidate nuclear hydrogen processes -- Recent Canadian advances in the thermochemical Cu-Cl cycle for nuclear hydrogen production -- An overview of R&D activities for the Cu-Cl cycle with emphasis on the hydrolysis reaction -- Study of the hydrolysis reaction of the copper-chloride hybrid thermochemical cycle using optical spectrometries -- Development of CuCl-HCl electrolysis for hydrogen production via Cu-Cl thermochemical cycle -- Exergy analysis of the Cu-Cl cycle -- Canadian nuclear hydrogen R&D programme -- CaBr2 hydrolysis for HBr production using a direct sparging contactor…”
Publicado 2010
Libro electrónico -
1656por Organisation for Economic Co-operation and Development.Tabla de Contenidos: “…Optimisation of a Code to Improve Spallation Yield Predictions in an ADS Target System -- Summary of Working Group Discussion on Accelerators -- ADS Accelerator Reliability Activities in Europe -- Research on the Accelerator-Driven Subcritical Reactor at the Kyoto University Critical Assembly (KUCA) with an FFAG Proton Accelerator -- Summary of Working Group Discussion on Subcritical Systems and Interface Engineering -- CFD Analysis on the Active Part of Window Target Unit for LBE-Cooled XADS -- Summary of Technical Session V -- Summary of Technical Session IV -- Status of the Megapie Project -- Status of the Trade Experiment -- Summary of Technical Session III -- The European Project PDS-XADS “preliminary Design Studies of an Experimental Accelerator-Driven System” -- Primary Isotopic Yields for MSDM Calculations of Spallation Reactions on 208Pb with Proton Energy of 1 GeV -- Research and Development on Accelerator-Driven Systems -- Introduction of a Dual Injection Tube for the Design of a 20 MW Lead-Bismuth Target System -- Design Study around Beam Window of ADS -- The Vacuum Interface Compatibility Experiment Vice Supporting the MYRRHA Windowless Target Design -- Thermal Stability of the U-Zr Fuel and its Interfacial Reaction with Lead -- Summary of Technical Session I -- Background/perspective -- Accelerator-Driven Systems in Advanced Fuel Cycles -- Corrosion Tests in the Static Condition and Installation of Corrosion Loop at KAERI for Lead-Bismuth Eutectic -- Status of the Spallation Neutron Source Accelerator Complex -- Vacuum Gas Dynamics Investigation and Experimental Results on the Trasco ADS Windowless Interface -- Application of the Hyper System to the DUPIC Fuel Cycle -- Research and Development on Lead-Bismuth Technology for Accelerator-Driven Transmutation Systemat JAERIi -- Concept of Transmutation Experimental Facility -- Methods and Codes for Estimation of Tolerance -- Experimental Verification of Selected Transmutation Technology and Materials for Basic Components of a Demonstration Transmuter with Liquid Fuel Based -- Executive Summary -- On the Supplementary Feedback Effect Specific for Accelerator-Coupled Systems ACS -- French Accelerator Research for ADS Developments -- An Improved Superconducting ADS Driver Linac Design -- Keff and Ks Burn-up Swing Compensation in MYRRHA -- Hybrid Power Extraction Reactor Hyper Project -- Construction of a FFAG Complex for ADS Research in KURRI -- Analysis of Lead-Bismuth Eutectic Flowing into Beam Duct -- Improvement of Reliability of the Trasco Intense Proton Source Trips at INFN-LNS -- Present Status of the J-PARC Accelerator Complex -- High-Energy Beat Transport Lines and Delivery System for Intense Proton Beams -- Comparative Transient Analysis of Pb/Bi and Gas-cooled XADS Concepts -- Thermal-Hydraulic Experiments on the Tall LBE Test Facility -- R&D of ADS in Japan -- Comparative Transient Analyses of Accelerator-Driven Systems with Mixed Oxide and Advanced Fertile-Free Fuels -- Los Alamos Perspective on High-Intensity Accelerators -- Beam Dynamics Studies for the Fault Tolerance Assessment of the PDS-XADS Linac -- Spoke Cavities -- Development of a Superconducting Proton Linac for ADS -- Chinese Status of HPPA Development -- Safety Analysis of the EU PDS-XADS Designs -- CFD Analysis of the Heavy Liquid Metal Flow Field in the MYRRHA Pool -- The PDS-XADS Reference Accelerator -- Results of the Second Phase of Calculations Relevant to the WPPT Benchmark on Beam Interruptions -- Estimation of Some Characteristics of the Cascade Subcritical Molten Salt Reactor CSMSR -- Annex 2 List of Participants -- Technological Aspects and Challenges for High-Power Proton Accelerator-Driven System Application -- Summary of Working Group Discussion on Safety and Control of ADS -- ADS Neutronics -- Status of the Conceptual Design of an Accelerator and Beam Transport Line for Trade -- ADS Safety…”
Publicado 2005
Libro electrónico -
1657Publicado 2015Tabla de Contenidos: “…The w Constraint for Handling Loops; 4.8. Illustrative Example; 5. Extensions; 5.1. …”
Libro electrónico -
1658Publicado 2016Tabla de Contenidos: “…Front Cover; Business Intelligence Strategy and Big Data Analytics; Copyright Page; Contents; About the Author; Foreword; Acknowledgments; Introduction; The Challenge of Formulating Business Intelligence Strategy; Overview of the Book; Organization of the Book; Closing the Loop; 1 The Personal Face of Business Intelligence; 1.1 BI Case Study Setting; 1.1.1 Industry Setting; 1.1.2 Company Situation; 1.2 BBF BI Opportunities; 1.2.1 The CEO's View of Business Challenges and BIOs; 1.2.2 The Chief Operating Officer's View of Business Challenges and BIOs…”
Libro electrónico -
1659Publicado 2007Tabla de Contenidos: “…About IK Handles and Solvers -- About Spline IK -- About Constraints -- The Connection Editor -- Basic Rigging -- About Full Body IK -- Chapter 11: Parenting and Binding to a Skeleton -- Parenting to a Skeleton -- Using Rigid Bind -- Using Smooth Bind -- Chapter 12: Animation -- Animation Controls -- About Setting Keyframes -- Setting Animation Preferences -- Importing Sound Files -- About the Graph Editor -- About the Dope Sheet -- Muting Animation Channels -- Ghosting and Motion Trail -- Path Animation -- About the Trax Editor -- Previewing Your Animation -- Chapter 13: Deformers -- Nonlinear Deformers -- Blend Shapes -- Lattices -- Clusters -- Sculpt Deformers -- Jiggle Deformers -- Wire Deformers -- Wrinkle Deformers -- Wrap Deformers -- About Deformer Weights -- About the Deformation Order -- Hiding, Showing, and Deleting Deformers -- Chapter 14: Shaders, Materials, and Mapping -- About the Hypershade -- About IPR Renders -- About Materials -- About Texture-Mapping NURBS Surfaces -- Combining Materials -- About Projection Maps -- About Texturing Polygons -- Editing UVs -- Swimming Textures -- Texturing Using Painting Tools -- Chapter 15: Creating Lights -- About Lighting -- Setting Up for Lighting -- About Lights -- Mapping Images to Lights -- Looking Through a Light -- Light Linking -- About Shadows -- Chapter 16: Cameras and Rendering -- About Cameras -- About Rendering -- About the Maya Software Renderer -- About the Maya Hardware Renderer -- About the Maya Vector Renderer -- About Mental Ray -- About Render Layers -- Chapter 17: MEL and Expressions -- About the Script Editor -- About MEL Commands -- About Variables -- About Loops and If Statements -- About Procedures -- Using MEL Scripts -- Using Expressions -- Chapter 18: Dynamics -- Particles -- Emitters -- Render Types -- Fields -- Collisions -- Rigid-Body Dynamics -- Soft-Body Dynamics…”
Libro electrónico -
1660Publicado 2018Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Identifying Performance Bottlenecks -- Reasons for performance issues -- Memory management -- Garbage collection -- Working principles of the garbage collector -- Impacts of garbage collection -- Heap fragmentation -- Finalization -- Resource leaks -- Memory leaks -- String pool -- Memory model -- The problem of concurrency and parallelism -- Java Memory Model (JMM) -- Synchronization -- Slow rendering -- Device refresh rate -- Frame rate -- Summary -- Chapter 2: Identifying Indicators of Performance Issues -- Benchmarking -- Microbenchmarks -- Java Microbenchmark Harness (JMH) -- Benchmark modes -- Benchmark time units -- Benchmark state -- State scope -- Fixture methods -- Levels of fixture methods -- Writing good benchmarks -- The pitfalls of loops -- Dead Code Elimination -- Using black holes -- Constant folding -- Kotlin benchmarks -- IDEA JMH plugin -- General performance metrics -- Types of performance testing -- Performance testing process -- Overview of performance testing tools -- JMeter -- Fabric -- Summary -- Chapter 3: Learning How to Use Profiling Tools -- Memory profiling -- Memory Viewer -- HProf -- Eclipse Memory Analyzer Tool -- Histogram -- Shallow and Retained Heap -- Dominator Tree -- Top Consumers -- Analyzing class loaders -- Android Studio Memory Profiler -- Memory categories -- Recording memory allocation -- Threads profiling -- Threads viewer -- Frames pane -- The Threads pane -- Thread profiling in the MAT -- Threads Overview -- Thread Details -- CPU Profiler in Android Studio -- Call Chart and Flame Chart tabs -- Top Down and Bottom Up tabs -- Summary -- Chapter 4: Functional Approach -- Functional programming -- Declarative versus imperative -- Pure functions -- First-class functions…”
Libro electrónico