Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Management 213
- Development 148
- Computer networks 135
- Application software 131
- Leadership 123
- Engineering & Applied Sciences 115
- Artificial intelligence 88
- Security measures 87
- Technological innovations 81
- Business & Economics 80
- Data processing 77
- Computer security 69
- History 67
- Examinations 65
- Design 62
- Information technology 61
- Social aspects 60
- Economic aspects 59
- Finance 59
- Success in business 59
- Economics 58
- Electrical & Computer Engineering 57
- Historia 56
- Programming 55
- Computer programs 53
- Organizational change 53
- Python (Computer program language) 52
- Computer Science 50
- Telecommunications 50
- Operating systems (Computers) 49
-
3841por Monson-Haefel, RichardTabla de Contenidos: “…Guaranteed Messaging, Transactions, Acknowledgments, and Failures; 6.1.2. Store-and-Forward Messaging; 6.1.3. Message Acknowledgments and Failure Conditions; 6.2. …”
Publicado 2001
Libro electrónico -
3842Publicado 2007Tabla de Contenidos: “…2.5.4 Security Concerns in Power-Splitting PON2.6 APON/BPON and G-PON; 2.6.1 ATM-PON and ITU-T G.983; 2.6.2 Collision Resolution in APON/G-PON; 2.6.3 Wavelength Overlay in APON/G-PON; 2.6.4 G-PON and ITU-T G.984; 2.6.5 APON/G-PON Protection Switching; 2.7 EPON; 2.7.1 Ethernet Layering Architecture and EPON; 2.7.2 EPON PMD Layer; 2.7.3 Burst Mode Operation and Loop Timing in EPON; 2.7.4 PCS Layer and Forward Error Correction; 2.7.5 Ethernet Framing; 2.7.6 Multipoint Control Protocol (MPCP); 2.7.7 Point-to-Point Emulation (P2PE) in EPON; 2.7.8 EPON Encryption and Protection…”
Libro electrónico -
3843Publicado 2008“…One of the biggest steps forward is the standardization of Java APIs for Bluetooth wireless technology (JABWT). …”
Libro electrónico -
3844por Frikha, MounirTabla de Contenidos: “…Reverse path setup; 3.2.1.3. Forward path setup…”
Publicado 2011
Libro electrónico -
3845Foundations of Indian psychology Volume 2, Practical applications Volume 2, Practical applications /Publicado 2011“…The first volume had laid the groundwork for a new study in psychology based on the fascinating theoretical and conceptual insights that Indian thought offers. Carrying forward the endeavour to broaden the view of its readers…”
Libro electrónico -
3846por Stringham, GaryTabla de Contenidos: “…Range of Backward and Forward Compatibility4.3.2. Combinations of Old vs. …”
Publicado 2010
Libro electrónico -
3847por Button, Mark“…Aimed at a wide business community and based on solid research, it is the only book to put forward an evidence-based model for combating corporate fraud and financial crime. …”
Publicado 2013
Libro electrónico -
3848por Hanzo, Lajos, 1952-Tabla de Contenidos: “…15.2 Linear Detection Methods -- 15.3 Non-Linear SDM Detection Methods -- 15.4 Performance Enhancement Using Space-Frequency Interleaving -- 15.5 Performance Comparison and Discussion -- 15.6 Conclusions -- 16 Approximate Log-MAP SDM-OFDM Multi-Stream Detection -- 16.1 Optimized Hierarchy Reduced Search Algorithm-Aided SDM Detection -- 17 Iterative Channel Estimation and Multi-Stream Detection for SDM-OFDM -- 17.1 Iterative Signal Processing -- 17.2 Turbo Forward Error Correction Coding -- 17.3 Iterative Detection - Decoding -- 17.4 Iterative Channel Estimation - Detection - Decoding -- 18 Summary, Conclusions and Future Research -- 18.1 Summary of the Results -- 18.2 Suggestions for Future Research -- A Appendix to Chapter 5 -- A.1 A Brief Introduction to Genetic Algorithms -- A.2 Normalization of the Mutation-Induced Transition Probability -- Glossary -- Bibliography -- Subject Index -- Author Index…”
Publicado 2010
Libro electrónico -
3849Publicado 2017Tabla de Contenidos: “…Chapter 4: Getting a List of Files Using the Dropbox API -- Getting started-loading the libraries -- Creating a Dropbox app and initializing the SDK -- Displaying your data and using Vue to get it -- Create the component -- Retrieve the Dropbox data -- The Vue life cycle hooks -- Displaying the Dropbox data -- More file meta information -- Formatting the file sizes -- Adding a loading screen -- Animating between states -- Summary -- Chapter 5: Navigating through the File Tree and Loading Folders from the URL -- Separating out files and folders -- Making file and folder components -- Linking folders and updating the structure -- Creating a breadcrumb from the current path -- Adding the ability to download files -- Updating the URL hash and using it to navigate through the folders -- Showing the folder based on the URL -- Displaying an error message -- Using the back and forward buttons in your browser -- Removing unneeded code -- Updating the structure with a URL change and setting Vue data outside of the instance -- Final Code -- Summary -- Chapter 6: Caching the Current Folder Structure Using Vuex -- Including and initializing Vuex -- Utilizing the store -- Retrieving the message -- Updating the message -- Using the Vuex store for the folder path -- Updating the path methods to use store commits -- Using the path variable -- Updating the breadcrumb component -- Updating the dropbox-viewer component to work with Vuex -- Caching the folder contents -- Loading data from the store if it exists -- Loading the data from the store -- Only storing new data -- Summary -- Chapter 7: Pre-Caching Other Folders and Files for Faster Navigation -- Caching subfolders -- Planning app methods -- Creating the getFolderStructure method -- Showing the data with the displayFolderStructure method -- Set the loading state to true and create an empty structure object…”
Libro electrónico -
3850Publicado 2018Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Getting Started with Python Machine Learning -- Machine learning and Python - a dream team -- What the book will teach you - and what it will not -- How to best read this book -- What to do when you are stuck -- Getting started -- Introduction to NumPy, SciPy, Matplotlib, and TensorFlow -- Installing Python -- Chewing data efficiently with NumPy and intelligently with SciPy -- Learning NumPy -- Indexing -- Handling nonexistent values -- Comparing the runtime -- Learning SciPy -- Fundamentals of machine learning -- Asking a question -- Getting answers -- Our first (tiny) application of machine learning -- Reading in the data -- Preprocessing and cleaning the data -- Choosing the right model and learning algorithm -- Before we build our first model -- Starting with a simple straight line -- Toward more complex models -- Stepping back to go forward - another look at our data -- Training and testing -- Answering our initial question -- Summary -- Chapter 2: Classifying with Real-World Examples -- The Iris dataset -- Visualization is a good first step -- Classifying with scikit-learn -- Building our first classification model -- Evaluation - holding out data and cross-validation -- How to measure and compare classifiers -- A more complex dataset and the nearest-neighbor classifier -- Learning about the seeds dataset -- Features and feature engineering -- Nearest neighbor classification -- Looking at the decision boundaries -- Which classifier to use -- Summary -- Chapter 3: Regression -- Predicting house prices with regression -- Multidimensional regression -- Cross-validation for regression -- Penalized or regularized regression -- L1 and L2 penalties -- Using Lasso or ElasticNet in scikit-learn -- Visualizing the Lasso path…”
Libro electrónico -
3851Publicado 2021Tabla de Contenidos: “…Introduction to Bayesian Inverse Problems -- 1.1 Introduction -- 1.2 Sources of uncertainty -- 1.3 Formal definition of probability -- 1.4 Interpretations of probability -- 1.4.1 Physical probability -- 1.4.2 Subjective probability -- 1.5 Probability fundamentals -- 1.5.1 Bayes' Theorem -- 1.5.2 Total probability theorem -- 1.6 The Bayesian approach to inverse problems -- 1.6.1 The forward problem -- 1.6.2 The inverse problem -- 1.7 Bayesian inference of model parameters -- 1.7.1 Markov Chain Monte Carlo methods -- 1.7.1.1 Metropolis-Hasting algorithm -- 1.8 Bayesian model class selection -- 1.8.1 Computation of the evidence of a model class -- 1.8.2 Information-theory approach to model-class selection -- 1.9 Concluding remarks -- 2. …”
Libro electrónico -
3852por Sundberg, NiklasTabla de Contenidos: “…Embracing the subscription economy -- Taking the plunge with a first initiative - Kids Btwin bike subscriptions -- Understanding the evolution of subscription business models - shifting from products to subscriber-centric services -- Let's be concrete - how to get started -- Moving forward - outcomes and what is next -- Scaling with the associated digital landscape - driving positive IT environmental economics -- The need to increase the pace of innovation -- What is a hackathon? …”
Publicado 2022
Libro electrónico -
3853
-
3854Project managementProject Management For DummiesPublicado 2022Tabla de Contenidos: “…-- Picture This: Illustrating a Work Plan with a Network Diagram -- Defining a network diagram's elements -- Milestone -- Activity -- Duration -- Drawing a network diagram -- Analyzing a Network Diagram -- Reading a network diagram -- Interpreting a network diagram -- The importance of the critical path -- The forward pass: Determining critical paths, noncritical paths, and earliest start and finish dates -- The backward pass: Calculating the latest start and finish dates and slack times -- Working with Your Project's Network Diagram -- Determining precedence -- Looking at factors that affect predecessors -- Choosing immediate predecessors -- Using a network diagram to analyze a simple example -- Deciding on the activities -- Setting the order of the activities -- Creating the network diagram -- Developing Your Project's Schedule -- Taking the first steps -- Avoiding the pitfall of backing in to your schedule -- Meeting an established time constraint -- Applying different strategies to arrive at your picnic in less time -- Performing activities at the same time -- Estimating Activity Duration -- Determining the underlying factors -- Considering resource characteristics -- Improving activity duration estimates -- Displaying Your Project's Schedule -- Relating This Chapter to the PMP Exam and PMBOK 7 -- Chapter 8 Establishing Whom You Need, How Much of Their Time, and When…”
Libro electrónico -
3855por CohenMiller, AnnaTabla de Contenidos: “…. -- If the Impact of Digital/Virtual Education During the Pandemic in the Last Two Years Has a Gendered Impact On Students -- Way Forward -- Notes -- References -- 12 Co-Creating Cross-Cultural Approaches to Gender Mainstreaming in Higher Education: Experiences and Challenges in ... -- Introduction -- Existing Insight Into International Collaborative Feminist Research -- Collaborative International Feminist Research in Theoretical Context -- Designing International Feminist Collaborative Research for Equity and Inclusion -- Insights From Reflection: Communication, Humanisation, Embodiment, Ethics -- Complex Communication -- Connectedness and Humanisation -- Embodied Experience and Affect -- Ethical Concerns and Considerations -- Conclusions: What Have We Learned as International Feminist Researchers? …”
Publicado 2022
Libro electrónico -
3856por Naylor, DavidTabla de Contenidos: “…Step 2: Always Be Open to New Ideas, Approaches, and Perspectives -- Step 3: Embrace Your Setbacks -- They Make You Stronger -- Step 4: Avoid the Pseudo Experts -- Thinking "Right" Activity -- Chapter 15 Myth: Success Happens Overnight -- Happiness and Success Are Often Built on a Foundation of Setbacks -- Changing Our Perspective: Developing Persistence and Self-Motivation -- Step 1: Make a Decision -- Step 2: Embrace the Ugly Early Phase -- Step 3: Build Motivational Momentum -- Step 4: Create Motivational Accountability -- Step 5: Surround Yourself with a Motivational Mastermind Group -- Thinking "Right" Activity -- Chapter 16 Super Myth: Failure Should Be Avoided -- Changing Our Perspective: Making Failure Our Friend -- Step 1: Fail More Frequently -- Step 2: Fail Faster -- Step 3: Fail Forward -- Step 4: Say Farewell to Your Failures -- Thinking "Right" Activity -- Chapter 17 Super Myth: Feedback Can Be Negative -- Changing Our Perspective: Making All Feedback Positive (Even the Bad Stuff) -- Thinking "Right" Activity -- Chapter 18 Super Myth: You Should Be Afraid of Fear -- The Changing Role of Fear -- Changing Our Perspective: Becoming Comfortable with Being Uncomfortable -- Step 1: Get to Know Your Unknowns -- Step 2: Take Away Your Downside Risk -- Step 3: Focus More on What You Want Than What You Don't Want -- Thinking "Right" Activity -- Part 4 Finding Your Peace of Mind and Defining the Rebooted You -- Chapter 19 Finding Peace in Your Time -- Find Peace in Your Time -- Where Are You Living? …”
Publicado 2023
Libro electrónico -
3857Publicado 2024Tabla de Contenidos: “…Fingers, faces, and other accessories -- Creating a library of poses -- The Asset Browser -- Creating a pose asset -- Practicing poses -- Summary -- Questions -- Chapter 7: Basic Character Animation -- Technical requirements -- Preparing Rain in a new scene -- A brief recap on linking Rain into a new project -- Using a pose asset -- Setting bone relationships for an animation -- Hiding bones -- Keying pose bones -- Blocking or roughing the animation -- Reviewing our key poses -- The Dope Sheet -- Introduction to the Dope Sheet -- Organizing the Dope Sheet -- Going further into animating this character -- Two more in-between poses -- In-between operators for posing -- Waving -- Polishing the animation -- Using the Graph Editor on bones -- Animating Rain's accessories -- Summary -- Questions -- Chapter 8: The Walk Cycle -- Technical requirements -- Preparing the walk cycle scene -- The timeline of a walk cycle -- Timeline markers -- Getting Rain ready to walk -- Moving forward on the Y axis -- Establishing the stride length -- Looping the animation -- Putting Rain on a treadmill -- Using a preview playback range -- Adding more periodic motion -- Torso movement -- Swaying from side to side -- The Action Editor -- More torso animation with sine waves -- Advanced footwork -- Rolling the foot -- Picking up the feet -- Correcting the motion of the legs -- Copying animation from the left foot to the right foot -- Finishing the walk cycle -- FK toes -- FK arms -- Final touches? …”
Libro electrónico -
3858por Pinto, Rohan“…Delve into the cutting-edge trends of decentralized identities, blockchains, and other digital identity management technologies and leverage them to craft seamless digital experiences for both your customers and employees Key Features Explore decentralized identities and blockchain technology in depth Gain practical insights for leveraging advanced digital identity management tools, frameworks, and solutions Discover best practices for integrating decentralized identity solutions into existing systems Purchase of the print or Kindle book includes a free PDF eBook Book Description Looking forward to mastering digital identity? This book will help you get to grips with complete frameworks, tools, and strategies for safeguarding personal data, securing online transactions, and ensuring trust in digital interactions in today's cybersecurity landscape. …”
Publicado 2024
Libro electrónico -
3859Publicado 2018Tabla de Contenidos:Libro electrónico
-
3860Publicado 2017Tabla de Contenidos: “…Chat (Zopim) channel -- Talk channel -- Web Widget channel -- Mobile SDK channel -- API channel -- Setting up Zendesk channels -- Email channel setup -- Adding internal e-mail addresses -- Forwarding example with Outlook.com -- Create SPF record -- Email channel settings -- Accept wildcard emails -- Personalized email replies -- Gmail Go-to Actions -- Email templates -- Mail delimiter -- Custom domain for DKIM -- Facebook channel setup -- Adding your first Facebook page -- Facebook channel settings -- Twitter channel setup -- Adding your first Twitter account -- Twitter channel settings -- Account-related settings -- General settings -- Manage searches -- Widget channel setup -- About Zendesk's widget -- Widget customization -- Widget snippet code -- Help Centre (Support Form) channel setup -- Zendesk's Help Centre- A quick overview -- The support form -- Summary -- Chapter 5: Customizing Business Rules and Ticket Escalation -- What are Business Rules? …”
Libro electrónico